@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 545px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 860.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 861px) and (max-width: 1024.98px) {
  .pull-left-md-lg {
    float: left; }
  .pull-right-md-lg {
    float: right; } }

@media (min-width: 1025px) and (max-width: 1349.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1350px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 544.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 860.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1024.98px) {
  .hidden-md-lg-down {
    display: none !important; } }

@media (max-width: 1349.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.page-homepage .slot-section-product-carousel .slick-prev,
.page-homepage .slot-section-product-carousel .slick-next,
.page-homepage .slot-section-blog .slick-prev,
.page-homepage .slot-section-blog .slick-next {
  display: block;
  height: 30px;
  margin: 0;
  width: 30px; }
  .page-homepage .slot-section-product-carousel .slick-prev::before,
  .page-homepage .slot-section-product-carousel .slick-next::before,
  .page-homepage .slot-section-blog .slick-prev::before,
  .page-homepage .slot-section-blog .slick-next::before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    padding-top: 100%; }

.quick-view-dialog .product-carousel-wrapper .product-pintererst-link .i-pinterest::before,
.choose-bonus-product-dialog .product-carousel-wrapper .product-pintererst-link .i-pinterest::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22%3E%3Cpath fill%3D%22%23c00%22  d%3D%22M11.9757 3.04707C7.00528 3.04707 2.9761 7.07583 2.9761 12.0471C2.9761 15.8581 5.34764 19.1071 8.69186 20.42C8.68934 20.4091 8.68557 20.3965 8.68305 20.386C8.6302 20.1633 8.62559 19.933 8.6151 19.7049C8.5761 18.8832 8.6453 18.0632 8.85167 17.2645C9.15409 16.0901 9.40743 14.9026 9.69811 13.724C9.7518 13.5067 9.72873 13.3276 9.66413 13.1188C9.36213 12.1477 9.44015 11.2044 10.0563 10.3794C10.3512 9.98425 10.8281 9.82612 11.3365 9.89617C11.8138 9.96034 12.0998 10.2577 12.2223 10.7179C12.3272 11.1075 12.268 11.4922 12.18 11.8747C12.013 12.5911 11.7358 13.2786 11.5906 14.0021C11.5332 14.2898 11.5424 14.6585 11.6187 14.9417C11.9295 16.0939 13.4702 15.8539 14.2038 15.3003C14.7025 14.9228 15.059 14.3708 15.2947 13.7995C15.5724 13.1313 15.6857 12.4917 15.6748 11.7765C15.6685 11.2803 15.606 10.6474 15.4126 10.181C14.9403 9.04218 13.8623 8.24943 12.6539 8.07746C11.2979 7.88535 10.0869 8.17687 9.01903 9.17263C7.84207 10.2737 7.51323 12.4707 8.46914 13.828C8.58994 14 8.58406 14.1166 8.54338 14.3108C8.49808 14.523 8.47459 14.742 8.40622 14.9496C8.34372 15.1371 8.2871 15.3552 8.06018 15.3712C7.89618 15.3821 7.74224 15.2978 7.61725 15.2013C7.34838 14.9941 7.12776 14.6904 6.98305 14.3842C6.92181 14.2554 6.84002 14.1384 6.77542 14.0109C6.36437 13.2056 6.16471 12.3096 6.25196 11.4053C6.28719 11.0316 6.34885 10.6545 6.45036 10.2925C6.83331 8.9369 7.77202 7.82076 8.99134 7.12784C9.33235 6.93448 9.70691 6.77047 10.0802 6.64967C11.3826 6.23065 12.8293 6.28392 14.1165 6.73356C15.0666 7.06492 15.9554 7.58965 16.585 8.38869C17.6214 9.70406 17.9091 11.2342 17.592 12.8746C17.3479 14.1359 16.8219 15.247 15.8551 16.1283C15.5166 16.4382 15.1228 16.6756 14.7029 16.8568C14.4877 16.9495 14.2654 17.0301 14.041 17.0976C12.9568 17.4294 11.719 17.1089 10.9741 16.2554C10.9044 16.5586 10.6909 17.3241 10.6519 17.4726C10.542 17.8941 10.4292 18.3152 10.2845 18.7267C10.0622 19.3597 9.76731 19.9796 9.39065 20.5358C9.36884 20.5681 9.34242 20.6071 9.31264 20.6457C10.1545 20.9061 11.0487 21.0471 11.9757 21.0471C16.9469 21.0471 20.9761 17.0187 20.9761 12.0471C20.9761 7.07583 16.9469 3.04707 11.9757 3.04707Z%22%2F%3E%3C%2Fsvg%3E"); }

.page-homepage .slot-section-product-carousel .slick-prev,
.page-homepage .slot-section-product-carousel .slick-next,
.page-homepage .slot-section-blog .slick-prev,
.page-homepage .slot-section-blog .slick-next {
  display: block;
  height: 30px;
  margin: 0;
  width: 30px; }
  .page-homepage .slot-section-product-carousel .slick-prev::before,
  .page-homepage .slot-section-product-carousel .slick-next::before,
  .page-homepage .slot-section-blog .slick-prev::before,
  .page-homepage .slot-section-blog .slick-next::before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    padding-top: 100%; }

.quick-view-dialog .product-carousel-wrapper .product-pintererst-link .i-pinterest::before,
.choose-bonus-product-dialog .product-carousel-wrapper .product-pintererst-link .i-pinterest::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22%3E%3Cpath fill%3D%22%23c00%22  d%3D%22M11.9757 3.04707C7.00528 3.04707 2.9761 7.07583 2.9761 12.0471C2.9761 15.8581 5.34764 19.1071 8.69186 20.42C8.68934 20.4091 8.68557 20.3965 8.68305 20.386C8.6302 20.1633 8.62559 19.933 8.6151 19.7049C8.5761 18.8832 8.6453 18.0632 8.85167 17.2645C9.15409 16.0901 9.40743 14.9026 9.69811 13.724C9.7518 13.5067 9.72873 13.3276 9.66413 13.1188C9.36213 12.1477 9.44015 11.2044 10.0563 10.3794C10.3512 9.98425 10.8281 9.82612 11.3365 9.89617C11.8138 9.96034 12.0998 10.2577 12.2223 10.7179C12.3272 11.1075 12.268 11.4922 12.18 11.8747C12.013 12.5911 11.7358 13.2786 11.5906 14.0021C11.5332 14.2898 11.5424 14.6585 11.6187 14.9417C11.9295 16.0939 13.4702 15.8539 14.2038 15.3003C14.7025 14.9228 15.059 14.3708 15.2947 13.7995C15.5724 13.1313 15.6857 12.4917 15.6748 11.7765C15.6685 11.2803 15.606 10.6474 15.4126 10.181C14.9403 9.04218 13.8623 8.24943 12.6539 8.07746C11.2979 7.88535 10.0869 8.17687 9.01903 9.17263C7.84207 10.2737 7.51323 12.4707 8.46914 13.828C8.58994 14 8.58406 14.1166 8.54338 14.3108C8.49808 14.523 8.47459 14.742 8.40622 14.9496C8.34372 15.1371 8.2871 15.3552 8.06018 15.3712C7.89618 15.3821 7.74224 15.2978 7.61725 15.2013C7.34838 14.9941 7.12776 14.6904 6.98305 14.3842C6.92181 14.2554 6.84002 14.1384 6.77542 14.0109C6.36437 13.2056 6.16471 12.3096 6.25196 11.4053C6.28719 11.0316 6.34885 10.6545 6.45036 10.2925C6.83331 8.9369 7.77202 7.82076 8.99134 7.12784C9.33235 6.93448 9.70691 6.77047 10.0802 6.64967C11.3826 6.23065 12.8293 6.28392 14.1165 6.73356C15.0666 7.06492 15.9554 7.58965 16.585 8.38869C17.6214 9.70406 17.9091 11.2342 17.592 12.8746C17.3479 14.1359 16.8219 15.247 15.8551 16.1283C15.5166 16.4382 15.1228 16.6756 14.7029 16.8568C14.4877 16.9495 14.2654 17.0301 14.041 17.0976C12.9568 17.4294 11.719 17.1089 10.9741 16.2554C10.9044 16.5586 10.6909 17.3241 10.6519 17.4726C10.542 17.8941 10.4292 18.3152 10.2845 18.7267C10.0622 19.3597 9.76731 19.9796 9.39065 20.5358C9.36884 20.5681 9.34242 20.6071 9.31264 20.6457C10.1545 20.9061 11.0487 21.0471 11.9757 21.0471C16.9469 21.0471 20.9761 17.0187 20.9761 12.0471C20.9761 7.07583 16.9469 3.04707 11.9757 3.04707Z%22%2F%3E%3C%2Fsvg%3E"); }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #ebe1d0;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ebe1d0;
  border-radius: 0.69em;
  background-color: #ebe1d0;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-noir {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-noir.disabled {
    opacity: 0.2; }

.swatch-filter-noir {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-noir.disabled {
    opacity: 0.2; }

.swatch-circle-bleu {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #2234de;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-bleu.disabled {
    opacity: 0.2; }

.swatch-filter-bleu {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #2234de;
  border-radius: 0.69em;
  background-color: #2234de;
  display: block;
  position: relative; }
  .swatch-filter-bleu.disabled {
    opacity: 0.2; }

.swatch-circle-brun {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #522d24;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-brun.disabled {
    opacity: 0.2; }

.swatch-filter-brun {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #522d24;
  border-radius: 0.69em;
  background-color: #522d24;
  display: block;
  position: relative; }
  .swatch-filter-brun.disabled {
    opacity: 0.2; }

.swatch-circle-vert {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #4ca377;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-vert.disabled {
    opacity: 0.2; }

.swatch-filter-vert {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #4ca377;
  border-radius: 0.69em;
  background-color: #4ca377;
  display: block;
  position: relative; }
  .swatch-filter-vert.disabled {
    opacity: 0.2; }

.swatch-circle-gris {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #bfbfcb;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-gris.disabled {
    opacity: 0.2; }

.swatch-filter-gris {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #bfbfcb;
  border-radius: 0.69em;
  background-color: #bfbfcb;
  display: block;
  position: relative; }
  .swatch-filter-gris.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #faa401;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #faa401;
  border-radius: 0.69em;
  background-color: #faa401;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-rose {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #e27ea6;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-rose.disabled {
    opacity: 0.2; }

.swatch-filter-rose {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #e27ea6;
  border-radius: 0.69em;
  background-color: #e27ea6;
  display: block;
  position: relative; }
  .swatch-filter-rose.disabled {
    opacity: 0.2; }

.swatch-circle-violet {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #a17df2;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-violet.disabled {
    opacity: 0.2; }

.swatch-filter-violet {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a17df2;
  border-radius: 0.69em;
  background-color: #a17df2;
  display: block;
  position: relative; }
  .swatch-filter-violet.disabled {
    opacity: 0.2; }

.swatch-circle-rouge {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #fd0000;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-rouge.disabled {
    opacity: 0.2; }

.swatch-filter-rouge {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fd0000;
  border-radius: 0.69em;
  background-color: #fd0000;
  display: block;
  position: relative; }
  .swatch-filter-rouge.disabled {
    opacity: 0.2; }

.swatch-circle-blanc {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-blanc.disabled {
    opacity: 0.2; }

.swatch-filter-blanc {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-blanc.disabled {
    opacity: 0.2; }

.swatch-circle-jaune {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 18px;
  background: #fee900;
  border-radius: 9px;
  display: block;
  position: relative; }
  .swatch-circle-jaune.disabled {
    opacity: 0.2; }

.swatch-filter-jaune {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fee900;
  border-radius: 0.69em;
  background-color: #fee900;
  display: block;
  position: relative; }
  .swatch-filter-jaune.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

@media (min-width: 769px) {
  .attribute {
    margin-top: 15px; } }

.attribute label {
  display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 544.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 544.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 545px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em;
      margin: 0 0 30px; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }
    .product-detail .prices-add-to-cart-actions .price {
      font-size: 22px;
      text-align: left; }
      @media (min-width: 769px) {
        .product-detail .prices-add-to-cart-actions .price {
          font-size: 33px; } }
  @media (min-width: 769px) {
    .product-detail .prices-add-to-cart-actions .embroidery-price-value .price {
      font-size: 22px; } }
  @media (min-width: 1025px) {
    .product-detail .prices-add-to-cart-actions .embroidery-price-value .price {
      font-size: 28px; } }
  @media (min-width: 769px) {
    .product-detail .prices-add-to-cart-actions .add-to-cart {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .product-detail .prices-add-to-cart-actions .add-to-cart {
      font-size: 14px;
      min-height: 60px; } }
  .prices-add-to-cart-actions .sales-label {
    display: none; }

.product-delivery-message {
  font-size: 18px;
  margin: 0;
  line-height: 22px; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }
  .product-detail .prices {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 10px 15px;
    text-align: left; }
    @media (max-width: 860.98px) {
      .product-detail .prices {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 769px) {
      .product-detail .prices {
        padding: 0; } }
  .product-prices-top .prices {
    padding: 0;
    margin: 0 0 10px; }
    @media (min-width: 769px) {
      .product-prices-top .prices {
        margin: 0 0 20px; } }
  .prices .prices-text {
    margin: 0;
    font-size: 18px; }
    @media (min-width: 769px) {
      .prices .prices-text {
        display: none; } }
  .product-prices-top .prices .price, .product-prices-top
  .prices .strike-through {
    font-size: 14px; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 544.98px) {
    .cart-and-ipay .btn {
      display: block;
      margin: 0 15px 15px;
      width: calc(100% - 30px); } }
  @media (min-width: 769px) {
    .cart-and-ipay {
      -ms-flex-pack: end;
          justify-content: flex-end; } }

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%; }

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #d5d7de; }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-bottom: 2em; }
  @media (max-width: 544.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.quantity-btn {
  background: transparent;
  border-color: transparent;
  padding: 0;
  width: 28px;
  height: 28px; }
  .quantity-btn img {
    width: 100%; }

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 880px; }
  @media (min-width: 1025px) {
    .quick-view-dialog,
    .choose-bonus-product-dialog {
      max-width: 1260px; } }
  .quick-view-dialog .selectable-bonus-product-line-item,
  .choose-bonus-product-dialog .selectable-bonus-product-line-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em; }
  .quick-view-dialog .beenSelected,
  .choose-bonus-product-dialog .beenSelected {
    background-color: #f7f7f7; }
  .quick-view-dialog .quick-view-title,
  .choose-bonus-product-dialog .quick-view-title {
    color: #d80b3a;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase; }
  .quick-view-dialog .modal-title,
  .choose-bonus-product-dialog .modal-title {
    font-size: 1em; }
  .quick-view-dialog .product-name,
  .choose-bonus-product-dialog .product-name {
    color: #d80b3a;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0; }
    @media (min-width: 1025px) {
      .quick-view-dialog .product-name,
      .choose-bonus-product-dialog .product-name {
        font-size: 22px; } }
  .quick-view-dialog .product-name-container,
  .choose-bonus-product-dialog .product-name-container {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 0 10px;
    position: relative; }
  .quick-view-dialog .product-wishlist-button,
  .choose-bonus-product-dialog .product-wishlist-button {
    border: none;
    background: no-repeat;
    padding: 0; }
    .quick-view-dialog .product-wishlist-button:focus,
    .choose-bonus-product-dialog .product-wishlist-button:focus {
      outline: none; }
    .quick-view-dialog .product-wishlist-button.outside,
    .choose-bonus-product-dialog .product-wishlist-button.outside {
      position: absolute;
      right: 10px;
      top: -40px; }
    .quick-view-dialog .product-wishlist-button .i-heart,
    .choose-bonus-product-dialog .product-wishlist-button .i-heart {
      height: 20px;
      width: 20px; }
      @media (min-width: 769px) {
        .quick-view-dialog .product-wishlist-button .i-heart,
        .choose-bonus-product-dialog .product-wishlist-button .i-heart {
          height: 31px;
          width: 31px; } }
  .quick-view-dialog .swatch-circle,
  .choose-bonus-product-dialog .swatch-circle {
    display: block;
    background-size: cover;
    height: 40px;
    margin: 4px;
    width: 50px;
    position: relative; }
    @media (min-width: 769px) {
      .quick-view-dialog .swatch-circle,
      .choose-bonus-product-dialog .swatch-circle {
        height: 60px;
        width: 70px; } }
    .quick-view-dialog .swatch-circle::after,
    .choose-bonus-product-dialog .swatch-circle::after {
      position: absolute;
      content: '';
      display: block;
      width: calc(100% + 8px);
      height: calc(100% + 8px);
      border: 2px solid #fff;
      margin: -4px; }
    .quick-view-dialog .swatch-circle:hover::after, .quick-view-dialog .swatch-circle.color-value.selected::after, .quick-view-dialog .swatch-circle.color-value[data-selected='true']::after,
    .choose-bonus-product-dialog .swatch-circle:hover::after,
    .choose-bonus-product-dialog .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog .swatch-circle.color-value[data-selected='true']::after {
      border-color: #d80b3a; }
  .quick-view-dialog a[disabled] .swatch-circle,
  .choose-bonus-product-dialog a[disabled] .swatch-circle {
    cursor: not-allowed; }
    .quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
      background-color: #495057; }
  .quick-view-dialog .product-detail [disabled] .swatch-circle,
  .quick-view-dialog .product-detail .swatch-circle.unselectable,
  .choose-bonus-product-dialog .product-detail [disabled] .swatch-circle,
  .choose-bonus-product-dialog .product-detail .swatch-circle.unselectable {
    cursor: not-allowed;
    opacity: 0.5; }
    .quick-view-dialog .product-detail [disabled] .swatch-circle:hover::after, .quick-view-dialog .product-detail [disabled] .swatch-circle.color-value.selected::after, .quick-view-dialog .product-detail [disabled] .swatch-circle.color-value[data-selected='true']::after,
    .quick-view-dialog .product-detail .swatch-circle.unselectable:hover::after,
    .quick-view-dialog .product-detail .swatch-circle.unselectable.color-value.selected::after,
    .quick-view-dialog .product-detail .swatch-circle.unselectable.color-value[data-selected='true']::after,
    .choose-bonus-product-dialog .product-detail [disabled] .swatch-circle:hover::after,
    .choose-bonus-product-dialog .product-detail [disabled] .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog .product-detail [disabled] .swatch-circle.color-value[data-selected='true']::after,
    .choose-bonus-product-dialog .product-detail .swatch-circle.unselectable:hover::after,
    .choose-bonus-product-dialog .product-detail .swatch-circle.unselectable.color-value.selected::after,
    .choose-bonus-product-dialog .product-detail .swatch-circle.unselectable.color-value[data-selected='true']::after {
      border-color: #ccc; }
  .quick-view-dialog .product-quantity,
  .choose-bonus-product-dialog .product-quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .quick-view-dialog .product-quantity-container,
  .choose-bonus-product-dialog .product-quantity-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 5px;
    margin: 20px 0 0; }
    @media (min-width: 769px) {
      .quick-view-dialog .product-quantity-container,
      .choose-bonus-product-dialog .product-quantity-container {
        margin: 0; } }
    .quick-view-dialog .product-quantity-container .form-control,
    .choose-bonus-product-dialog .product-quantity-container .form-control {
      height: 46px; }
  .quick-view-dialog .product-quantity-input,
  .choose-bonus-product-dialog .product-quantity-input {
    background: #fff;
    padding: 0;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    height: 50px;
    text-align: center; }
    @media (min-width: 769px) {
      .quick-view-dialog .product-quantity-input,
      .choose-bonus-product-dialog .product-quantity-input {
        max-width: 50%;
        margin: 0; } }
    .quick-view-dialog .product-quantity-input[type=number],
    .choose-bonus-product-dialog .product-quantity-input[type=number] {
      -moz-appearance: textfield; }
    .quick-view-dialog .product-quantity-input::-webkit-outer-spin-button, .quick-view-dialog .product-quantity-input::-webkit-inner-spin-button,
    .choose-bonus-product-dialog .product-quantity-input::-webkit-outer-spin-button,
    .choose-bonus-product-dialog .product-quantity-input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .quick-view-dialog .product-quantity-input:focus,
    .choose-bonus-product-dialog .product-quantity-input:focus {
      background-color: #fff;
      border-color: #f2f3f5; }
  .quick-view-dialog .availablity-container,
  .choose-bonus-product-dialog .availablity-container {
    text-align: right; }
  .quick-view-dialog .availablity-container,
  .quick-view-dialog .size-chart,
  .choose-bonus-product-dialog .availablity-container,
  .choose-bonus-product-dialog .size-chart {
    margin-top: 0.938em; }
  .quick-view-dialog .modal-content,
  .choose-bonus-product-dialog .modal-content {
    padding: 20px 5px; }
    @media (max-width: 860.98px) {
      .quick-view-dialog .modal-content,
      .choose-bonus-product-dialog .modal-content {
        margin-bottom: 120px; } }
    @media (min-width: 1025px) {
      .quick-view-dialog .modal-content,
      .choose-bonus-product-dialog .modal-content {
        padding: 30px 15px; } }
    .quick-view-dialog .modal-content .modal-header,
    .choose-bonus-product-dialog .modal-content .modal-header {
      -ms-flex-align: center;
          align-items: center;
      background: none;
      border-bottom: 1px solid #f2f3f5;
      border-radius: 0;
      margin: 0 15px 30px;
      padding: 5px 0 25px; }
    .quick-view-dialog .modal-content .close,
    .choose-bonus-product-dialog .modal-content .close {
      margin: 0;
      outline: none;
      padding: 0; }
    .quick-view-dialog .modal-content .close-icon,
    .choose-bonus-product-dialog .modal-content .close-icon {
      height: 23px;
      width: 23px; }
  .quick-view-dialog .modal-body,
  .choose-bonus-product-dialog .modal-body {
    overflow-y: auto; }
  .quick-view-dialog .detail-panel,
  .quick-view-dialog .modal-info,
  .choose-bonus-product-dialog .detail-panel,
  .choose-bonus-product-dialog .modal-info {
    padding: 0 20px 0 0; }
  .quick-view-dialog .product-description,
  .choose-bonus-product-dialog .product-description {
    font-size: 16px;
    line-height: 18px; }
  .quick-view-dialog .promotions,
  .choose-bonus-product-dialog .promotions {
    text-align: left;
    color: #c00; }
  @media (max-width: 768.98px) {
    .quick-view-dialog .bonus-summary,
    .choose-bonus-product-dialog .bonus-summary {
      font-size: 0.625em; } }
  @media (max-width: 768.98px) {
    .quick-view-dialog .bonus-summary .bonus-product-name,
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
      padding: 0; } }
  .quick-view-dialog .pre-cart-products,
  .choose-bonus-product-dialog .pre-cart-products {
    margin-right: 0.125em; }
  .quick-view-dialog .swatch,
  .choose-bonus-product-dialog .swatch {
    margin-top: 5px; }
  .quick-view-dialog .attributes,
  .choose-bonus-product-dialog .attributes {
    margin: 0 0 30px; }
  .quick-view-dialog .color-attribute,
  .choose-bonus-product-dialog .color-attribute {
    border: none;
    padding: 0;
    background: none;
    margin: 0 7px 0 -3px; }
    .quick-view-dialog .color-attribute:focus,
    .choose-bonus-product-dialog .color-attribute:focus {
      outline: none; }
  .quick-view-dialog .non-input-label,
  .choose-bonus-product-dialog .non-input-label {
    font-size: 16px;
    font-weight: 600;
    color: #d80b3a; }
  .quick-view-dialog .product-color-label,
  .choose-bonus-product-dialog .product-color-label {
    font-weight: 700;
    font-size: 16px; }
  .quick-view-dialog .custom-select,
  .choose-bonus-product-dialog .custom-select {
    background-color: #fff;
    border: 2px solid #f2f3f5;
    border-radius: 5px;
    padding: 0 20px 0 25px; }
    .quick-view-dialog .custom-select:focus,
    .choose-bonus-product-dialog .custom-select:focus {
      border-color: #f2f3f5;
      box-shadow: none; }
  .quick-view-dialog .product-carousel-wrapper,
  .choose-bonus-product-dialog .product-carousel-wrapper {
    position: relative;
    margin: 0 -15px; }
    @media (min-width: 769px) {
      .quick-view-dialog .product-carousel-wrapper,
      .choose-bonus-product-dialog .product-carousel-wrapper {
        margin: 0; } }
    .quick-view-dialog .product-carousel-wrapper .product-pintererst-icon,
    .choose-bonus-product-dialog .product-carousel-wrapper .product-pintererst-icon {
      bottom: 20px;
      height: 26px;
      position: absolute;
      right: 20px;
      width: 26px;
      z-index: 1; }
      @media (min-width: 769px) {
        .quick-view-dialog .product-carousel-wrapper .product-pintererst-icon,
        .choose-bonus-product-dialog .product-carousel-wrapper .product-pintererst-icon {
          bottom: 35px;
          height: 31px;
          right: 35px;
          width: 31px; } }
    .quick-view-dialog .product-carousel-wrapper .product-pintererst-link,
    .choose-bonus-product-dialog .product-carousel-wrapper .product-pintererst-link {
      background: #fff;
      display: inline-block;
      border-radius: 50%; }
      .quick-view-dialog .product-carousel-wrapper .product-pintererst-link .i-pinterest,
      .choose-bonus-product-dialog .product-carousel-wrapper .product-pintererst-link .i-pinterest {
        height: 28px;
        margin: -2px;
        width: 28px; }
      @media (min-width: 769px) {
        .quick-view-dialog .product-carousel-wrapper .product-pintererst-link .i-pinterest,
        .choose-bonus-product-dialog .product-carousel-wrapper .product-pintererst-link .i-pinterest {
          height: 35px;
          width: 35px; } }
  .quick-view-dialog .product-main-carousel .slick-dots,
  .choose-bonus-product-dialog .product-main-carousel .slick-dots {
    bottom: 25px; }
    .quick-view-dialog .product-main-carousel .slick-dots li,
    .choose-bonus-product-dialog .product-main-carousel .slick-dots li {
      margin: 0;
      width: auto;
      height: auto;
      padding: 9px; }
    .quick-view-dialog .product-main-carousel .slick-dots button,
    .choose-bonus-product-dialog .product-main-carousel .slick-dots button {
      border: solid 0.5px #fff;
      height: 8px;
      padding: 0;
      transform: rotate(45deg);
      width: 8px; }
      .quick-view-dialog .product-main-carousel .slick-dots button::before,
      .choose-bonus-product-dialog .product-main-carousel .slick-dots button::before {
        display: none; }
    .quick-view-dialog .product-main-carousel .slick-dots .slick-active button,
    .choose-bonus-product-dialog .product-main-carousel .slick-dots .slick-active button {
      background-color: #fff; }
  .quick-view-dialog .product-main-carousel .slick-dotted,
  .choose-bonus-product-dialog .product-main-carousel .slick-dotted {
    margin-bottom: 0; }
  .quick-view-dialog .prices-add-to-cart-actions,
  .choose-bonus-product-dialog .prices-add-to-cart-actions {
    margin: 20px 0; }
    @media (max-width: 860.98px) {
      .quick-view-dialog .prices-add-to-cart-actions,
      .choose-bonus-product-dialog .prices-add-to-cart-actions {
        margin: 20px 0 0; } }
  @media (min-width: 769px) {
    .quick-view-dialog .add-to-cart-global,
    .choose-bonus-product-dialog .add-to-cart-global {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .quick-view-dialog .add-to-cart-global,
    .choose-bonus-product-dialog .add-to-cart-global {
      font-size: 14px;
      min-height: 60px; } }
  .quick-view-dialog .product-delivery-message,
  .choose-bonus-product-dialog .product-delivery-message {
    font-size: 14px;
    margin: 0;
    line-height: 18px; }
    @media (min-width: 1025px) {
      .quick-view-dialog .product-delivery-message,
      .choose-bonus-product-dialog .product-delivery-message {
        font-size: 18px;
        line-height: 22px; } }

.product-quickview .product-main-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.product-quickview .product-nav-carousel {
  display: none; }

.product-quickview .carousel-item .img-fluid {
  margin: auto; }

@media (min-width: 769px) {
  .product-quickview .carousel-item {
    height: 140px;
    padding: 0 12px;
    position: relative; }
    .product-quickview .carousel-item .img-fluid {
      height: 100%;
      display: block;
      margin: 0 auto; }
    .product-quickview .carousel-item .video {
      height: 100%;
      -ms-flex-align: center;
          align-items: center;
      border: 2px solid #999;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
    .product-quickview .carousel-item .video-title {
      color: #999;
      margin: 5px 0 0;
      text-transform: uppercase;
      font-weight: bold; } }

.page-homepage .section {
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    .page-homepage .section {
      width: 100%;
      margin-top: 60px; } }
  @media (min-width: 1025px) {
    .page-homepage .section {
      margin-top: 70px; } }
  .page-homepage .section.hero-banner {
    margin-top: 0;
    margin-bottom: 50px;
    min-height: 170px; }
    @media (min-width: 769px) {
      .page-homepage .section.hero-banner {
        margin-bottom: 55px;
        min-height: 480px; } }
    @media (min-width: 1025px) {
      .page-homepage .section.hero-banner {
        margin-bottom: 130px;
        min-height: 680px; } }

.page-homepage .section-title {
  font-family: "Satisfy", cursive;
  font-size: 22px;
  text-align: center;
  color: #37262d; }
  @media (min-width: 769px) {
    .page-homepage .section-title {
      font-size: 24px; } }
  @media (min-width: 1025px) {
    .page-homepage .section-title {
      font-size: 30px; } }

.page-homepage .slot-section-product-carousel .section-title {
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  color: #d80b3a;
  text-transform: uppercase; }
  @media (min-width: 769px) {
    .page-homepage .slot-section-product-carousel .section-title {
      font-size: 30px; } }
  @media (min-width: 1025px) {
    .page-homepage .slot-section-product-carousel .section-title {
      font-size: 35px; } }

.page-homepage .hero-banner .slide .image {
  width: 100%;
  height: 100%; }
  @media (min-width: 769px) {
    .page-homepage .hero-banner .slide .image {
      max-height: 530px;
      object-fit: cover; } }
  @media (min-width: 1025px) {
    .page-homepage .hero-banner .slide .image {
      max-height: 680px; } }

.page-homepage .slot-homepage-hero-banner {
  position: relative; }
  .page-homepage .slot-homepage-hero-banner .block-arrow {
    max-width: 36px;
    max-height: 36px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
    @media (min-width: 1025px) {
      .page-homepage .slot-homepage-hero-banner .block-arrow {
        max-width: 100px;
        max-height: 100px; } }
  .page-homepage .slot-homepage-hero-banner .block-arrow::after {
    content: '';
    width: 36px;
    height: 36px;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border: solid 3px #fff; }
    @media (min-width: 1025px) {
      .page-homepage .slot-homepage-hero-banner .block-arrow::after {
        width: 100px;
        height: 100px;
        border: solid 10px #fff; } }
  .page-homepage .slot-homepage-hero-banner .block-arrow-link {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 18px; }
    @media (min-width: 1025px) {
      .page-homepage .slot-homepage-hero-banner .block-arrow-link {
        max-width: 50px; } }
    .page-homepage .slot-homepage-hero-banner .block-arrow-link .icon {
      width: 15px;
      height: 15px; }
      @media (min-width: 1025px) {
        .page-homepage .slot-homepage-hero-banner .block-arrow-link .icon {
          width: 30px;
          height: 30px; } }

.page-homepage .slot-section-product-carousel .slick-slider,
.page-homepage .slot-section-blog .slick-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative; }

.page-homepage .slot-section-product-carousel .slick-prev,
.page-homepage .slot-section-product-carousel .slick-next,
.page-homepage .slot-section-blog .slick-prev,
.page-homepage .slot-section-blog .slick-next {
  width: 18px;
  height: 18px;
  transform: translate(0, 0); }
  @media (min-width: 769px) {
    .page-homepage .slot-section-product-carousel .slick-prev,
    .page-homepage .slot-section-product-carousel .slick-next,
    .page-homepage .slot-section-blog .slick-prev,
    .page-homepage .slot-section-blog .slick-next {
      width: 30px;
      height: 30px; } }
  .page-homepage .slot-section-product-carousel .slick-prev.slick-arrow::before,
  .page-homepage .slot-section-product-carousel .slick-next.slick-arrow::before,
  .page-homepage .slot-section-blog .slick-prev.slick-arrow::before,
  .page-homepage .slot-section-blog .slick-next.slick-arrow::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%); }
    @media (min-width: 769px) {
      .page-homepage .slot-section-product-carousel .slick-prev.slick-arrow::before,
      .page-homepage .slot-section-product-carousel .slick-next.slick-arrow::before,
      .page-homepage .slot-section-blog .slick-prev.slick-arrow::before,
      .page-homepage .slot-section-blog .slick-next.slick-arrow::before {
        width: 25px;
        height: 25px; } }
  .page-homepage .slot-section-product-carousel .slick-prev.slick-arrow:hover::after,
  .page-homepage .slot-section-product-carousel .slick-next.slick-arrow:hover::after,
  .page-homepage .slot-section-blog .slick-prev.slick-arrow:hover::after,
  .page-homepage .slot-section-blog .slick-next.slick-arrow:hover::after {
    border: solid 1px #d80b3a; }
  .page-homepage .slot-section-product-carousel .slick-prev.slick-arrow::after,
  .page-homepage .slot-section-product-carousel .slick-next.slick-arrow::after,
  .page-homepage .slot-section-blog .slick-prev.slick-arrow::after,
  .page-homepage .slot-section-blog .slick-next.slick-arrow::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    border: solid 1px #7f7f7f; }
    @media (min-width: 769px) {
      .page-homepage .slot-section-product-carousel .slick-prev.slick-arrow::after,
      .page-homepage .slot-section-product-carousel .slick-next.slick-arrow::after,
      .page-homepage .slot-section-blog .slick-prev.slick-arrow::after,
      .page-homepage .slot-section-blog .slick-next.slick-arrow::after {
        width: 30px;
        height: 30px; } }
  .page-homepage .slot-section-product-carousel .slick-prev.slick-disabled::after, .page-homepage .slot-section-product-carousel .slick-prev.slick-disabled:hover::after,
  .page-homepage .slot-section-product-carousel .slick-next.slick-disabled::after,
  .page-homepage .slot-section-product-carousel .slick-next.slick-disabled:hover::after,
  .page-homepage .slot-section-blog .slick-prev.slick-disabled::after,
  .page-homepage .slot-section-blog .slick-prev.slick-disabled:hover::after,
  .page-homepage .slot-section-blog .slick-next.slick-disabled::after,
  .page-homepage .slot-section-blog .slick-next.slick-disabled:hover::after {
    border: solid 1px #d8d8d8; }

.page-homepage .slot-section-product-carousel .slick-prev,
.page-homepage .slot-section-blog .slick-prev {
  -ms-flex-order: 1;
      order: 1;
  position: absolute;
  top: 0;
  right: 50px;
  left: auto; }
  .page-homepage .slot-section-product-carousel .slick-prev::before,
  .page-homepage .slot-section-blog .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 25 25%22%3E%3Cpath fill%3D%22%23222%22  d%3D%22M13.4393 4.43934L6.43934 11.4393C5.85355 12.0251 5.85355 12.9749 6.43934 13.5607L13.4393 20.5607C14.0251 21.1464 14.9749 21.1464 15.5607 20.5607C16.1464 19.9749 16.1464 19.0251 15.5607 18.4393L9.62132 12.5L15.5607 6.56066C16.1464 5.97487 16.1464 5.02513 15.5607 4.43934C14.9749 3.85355 14.0251 3.85355 13.4393 4.43934Z%22%2F%3E%3C%2Fsvg%3E"); }
  .page-homepage .slot-section-product-carousel .slick-prev:hover::before,
  .page-homepage .slot-section-blog .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 25 25%22%3E%3Cpath fill%3D%22%23d80b3a%22  d%3D%22M13.4393 4.43934L6.43934 11.4393C5.85355 12.0251 5.85355 12.9749 6.43934 13.5607L13.4393 20.5607C14.0251 21.1464 14.9749 21.1464 15.5607 20.5607C16.1464 19.9749 16.1464 19.0251 15.5607 18.4393L9.62132 12.5L15.5607 6.56066C16.1464 5.97487 16.1464 5.02513 15.5607 4.43934C14.9749 3.85355 14.0251 3.85355 13.4393 4.43934Z%22%2F%3E%3C%2Fsvg%3E"); }
  .page-homepage .slot-section-product-carousel .slick-prev.slick-disabled:hover::before,
  .page-homepage .slot-section-blog .slick-prev.slick-disabled:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 25 25%22%3E%3Cpath fill%3D%22%23222%22  d%3D%22M13.4393 4.43934L6.43934 11.4393C5.85355 12.0251 5.85355 12.9749 6.43934 13.5607L13.4393 20.5607C14.0251 21.1464 14.9749 21.1464 15.5607 20.5607C16.1464 19.9749 16.1464 19.0251 15.5607 18.4393L9.62132 12.5L15.5607 6.56066C16.1464 5.97487 16.1464 5.02513 15.5607 4.43934C14.9749 3.85355 14.0251 3.85355 13.4393 4.43934Z%22%2F%3E%3C%2Fsvg%3E"); }
  @media (min-width: 769px) {
    .page-homepage .slot-section-product-carousel .slick-prev,
    .page-homepage .slot-section-blog .slick-prev {
      right: 70px; } }

.page-homepage .slot-section-product-carousel .slick-next,
.page-homepage .slot-section-blog .slick-next {
  -ms-flex-order: 2;
      order: 2;
  position: absolute;
  top: 0;
  right: 18px;
  left: auto; }
  .page-homepage .slot-section-product-carousel .slick-next::before,
  .page-homepage .slot-section-blog .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 25 25%22%3E%3Cpath fill%3D%22%23222%22  d%3D%22M11.5607 4.43934L18.5607 11.4393C19.1464 12.0251 19.1464 12.9749 18.5607 13.5607L11.5607 20.5607C10.9749 21.1464 10.0251 21.1464 9.43934 20.5607C8.85355 19.9749 8.85355 19.0251 9.43934 18.4393L15.3787 12.5L9.43934 6.56066C8.85355 5.97487 8.85355 5.02513 9.43934 4.43934C10.0251 3.85355 10.9749 3.85355 11.5607 4.43934Z%22%2F%3E%3C%2Fsvg%3E"); }
  .page-homepage .slot-section-product-carousel .slick-next:hover::before,
  .page-homepage .slot-section-blog .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 25 25%22%3E%3Cpath fill%3D%22%23d80b3a%22  d%3D%22M11.5607 4.43934L18.5607 11.4393C19.1464 12.0251 19.1464 12.9749 18.5607 13.5607L11.5607 20.5607C10.9749 21.1464 10.0251 21.1464 9.43934 20.5607C8.85355 19.9749 8.85355 19.0251 9.43934 18.4393L15.3787 12.5L9.43934 6.56066C8.85355 5.97487 8.85355 5.02513 9.43934 4.43934C10.0251 3.85355 10.9749 3.85355 11.5607 4.43934Z%22%2F%3E%3C%2Fsvg%3E"); }
  .page-homepage .slot-section-product-carousel .slick-next.slick-disabled:hover::before,
  .page-homepage .slot-section-blog .slick-next.slick-disabled:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 25 25%22%3E%3Cpath fill%3D%22%23222%22  d%3D%22M11.5607 4.43934L18.5607 11.4393C19.1464 12.0251 19.1464 12.9749 18.5607 13.5607L11.5607 20.5607C10.9749 21.1464 10.0251 21.1464 9.43934 20.5607C8.85355 19.9749 8.85355 19.0251 9.43934 18.4393L15.3787 12.5L9.43934 6.56066C8.85355 5.97487 8.85355 5.02513 9.43934 4.43934C10.0251 3.85355 10.9749 3.85355 11.5607 4.43934Z%22%2F%3E%3C%2Fsvg%3E"); }
  @media (min-width: 769px) {
    .page-homepage .slot-section-product-carousel .slick-next,
    .page-homepage .slot-section-blog .slick-next {
      right: 20; } }

.page-homepage .slot-section-product-carousel .slick-list,
.page-homepage .slot-section-blog .slick-list {
  -ms-flex-order: 3;
      order: 3;
  margin-top: 25px; }
  @media (min-width: 769px) {
    .page-homepage .slot-section-product-carousel .slick-list,
    .page-homepage .slot-section-blog .slick-list {
      margin-top: 60px; } }

.page-homepage .slot-section-product-carousel .nav-link {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #747474; }
  @media (min-width: 769px) {
    .page-homepage .slot-section-product-carousel .nav-link {
      font-size: 20px; } }
  .page-homepage .slot-section-product-carousel .nav-link.active {
    color: #d80b3a; }

.page-homepage .slot-section-product-carousel .product-tile {
  position: relative;
  background-color: #fff;
  border: 0;
  margin: 0 15px; }
  @media (min-width: 769px) {
    .page-homepage .slot-section-product-carousel .product-tile {
      min-height: 280px; } }
  @media (min-width: 1025px) {
    .page-homepage .slot-section-product-carousel .product-tile {
      min-height: 400px; } }
  .page-homepage .slot-section-product-carousel .product-tile .bottom-sheet {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.95);
    max-height: 33%;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .page-homepage .slot-section-product-carousel .product-tile .bottom-sheet {
        padding: 15px; } }
  .page-homepage .slot-section-product-carousel .product-tile:hover .bottom-sheet,
  .page-homepage .slot-section-product-carousel .product-tile:focus .bottom-sheet {
    display: block; }
  .page-homepage .slot-section-product-carousel .product-tile .tile-image {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .page-homepage .slot-section-product-carousel .product-tile .tile-body {
    font-family: "Barlow", sans-serif;
    padding: 0; }
    .page-homepage .slot-section-product-carousel .product-tile .tile-body .product-name {
      font-size: 18px;
      font-weight: 300;
      color: #37262d;
      text-align: left; }
      @media (max-width: 860.98px) {
        .page-homepage .slot-section-product-carousel .product-tile .tile-body .product-name {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }
      @media (min-width: 1025px) {
        .page-homepage .slot-section-product-carousel .product-tile .tile-body .product-name {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .page-homepage .slot-section-product-carousel .product-tile .tile-body .price {
      font-size: 20px;
      font-weight: 600;
      text-align: right;
      color: #d80b3a;
      white-space: nowrap; }
    .page-homepage .slot-section-product-carousel .product-tile .tile-body .add-to-cart {
      font-size: 14px;
      font-weight: 600;
      min-height: 33px; }
      @media (min-width: 1025px) {
        .page-homepage .slot-section-product-carousel .product-tile .tile-body .add-to-cart {
          font-size: 16px;
          min-height: 50px; } }

.page-homepage .slot-section-blog {
  margin: 0 auto;
  width: 100%;
  height: auto; }
  @media (min-width: 769px) {
    .page-homepage .slot-section-blog {
      max-width: 769px; } }
  @media (min-width: 1025px) {
    .page-homepage .slot-section-blog {
      max-width: 1025px; } }
  .page-homepage .slot-section-blog .slide {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    -ms-flex-order: 3;
        order: 3; }
    .page-homepage .slot-section-blog .slide .image-wrapper {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
      @media (min-width: 1025px) {
        .page-homepage .slot-section-blog .slide .image-wrapper {
          max-width: 1312px;
          margin: 0 auto; } }
      .page-homepage .slot-section-blog .slide .image-wrapper .image {
        width: 100%;
        height: auto; }
        @media (min-width: 769px) {
          .page-homepage .slot-section-blog .slide .image-wrapper .image {
            max-height: 420px;
            object-fit: cover; } }
        @media (min-width: 1025px) {
          .page-homepage .slot-section-blog .slide .image-wrapper .image {
            max-height: 640px; } }
    .page-homepage .slot-section-blog .slide .title-wrapper {
      position: absolute;
      top: 15px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      background: rgba(255, 255, 255, 0.8);
      -webkit-backdrop-filter: blur(40.8px);
      backdrop-filter: blur(40.8px);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 545px) {
        .page-homepage .slot-section-blog .slide .title-wrapper {
          top: 35px;
          right: auto;
          bottom: auto;
          left: 20px;
          padding: 32px 25px; } }
      @media (min-width: 545px) {
        .page-homepage .slot-section-blog .slide .title-wrapper {
          top: 50px;
          left: 40px;
          padding: 40px 45px; } }
      .page-homepage .slot-section-blog .slide .title-wrapper .title {
        margin: auto;
        font-family: "Barlow", sans-serif;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 3px;
        color: #d80b3a; }
        @media (min-width: 545px) {
          .page-homepage .slot-section-blog .slide .title-wrapper .title {
            font-size: 40px;
            text-transform: uppercase; } }
        @media (min-width: 1025px) {
          .page-homepage .slot-section-blog .slide .title-wrapper .title {
            font-size: 50px; } }

.page-homepage .slot-homepage-text-section {
  position: relative; }
  .page-homepage .slot-homepage-text-section .image-wrapper {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0; }
    @media (min-width: 769px) {
      .page-homepage .slot-homepage-text-section .image-wrapper {
        max-width: 912px;
        margin: 0 auto;
        padding: 15px 0; } }
    @media (min-width: 1025px) {
      .page-homepage .slot-homepage-text-section .image-wrapper {
        max-width: 1312px; } }
    @media (min-width: 769px) {
      .page-homepage .slot-homepage-text-section .image-wrapper .img-fluid {
        max-height: 430px;
        object-fit: cover;
        width: 100%; } }
    @media (min-width: 1025px) {
      .page-homepage .slot-homepage-text-section .image-wrapper .img-fluid {
        max-height: 615px; } }
  .page-homepage .slot-homepage-text-section .text-wrapper {
    background-color: rgba(229, 0, 69, 0.9);
    padding: 15px 0 5px;
    text-align: center; }
    @media (min-width: 545px) {
      .page-homepage .slot-homepage-text-section .text-wrapper {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 50%;
        min-height: 50%;
        padding: 25px 30px;
        overflow: auto; } }
    @media (min-width: 1025px) {
      .page-homepage .slot-homepage-text-section .text-wrapper {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 35%;
        min-height: 50%;
        padding: 40px 30px;
        overflow: auto; } }
    @media (min-width: 545px) {
      .page-homepage .slot-homepage-text-section .text-wrapper-left {
        left: 0;
        text-align: right; } }
    @media (min-width: 1025px) {
      .page-homepage .slot-homepage-text-section .text-wrapper-left .main {
        margin-left: 90px; } }
    @media (min-width: 545px) {
      .page-homepage .slot-homepage-text-section .text-wrapper-right {
        right: 0;
        text-align: left; } }
    @media (min-width: 769px) {
      .page-homepage .slot-homepage-text-section .text-wrapper-right .main {
        margin-right: 90px; } }
    .page-homepage .slot-homepage-text-section .text-wrapper .main {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (min-width: 769px) {
        .page-homepage .slot-homepage-text-section .text-wrapper .main {
          height: 215px; } }
      @media (min-width: 1025px) {
        .page-homepage .slot-homepage-text-section .text-wrapper .main {
          height: 300px; } }
      .page-homepage .slot-homepage-text-section .text-wrapper .main .title {
        font-family: "Barlow", sans-serif;
        font-size: 22px;
        font-weight: 300;
        color: #fff; }
        @media (min-width: 769px) {
          .page-homepage .slot-homepage-text-section .text-wrapper .main .title {
            font-size: 23px; } }
      .page-homepage .slot-homepage-text-section .text-wrapper .main .content {
        display: none;
        -ms-flex: 1;
            flex: 1;
        font-size: 16px;
        color: #fff; }
        @media (min-width: 545px) {
          .page-homepage .slot-homepage-text-section .text-wrapper .main .content {
            display: block;
            font-size: 18px; } }
        @media (min-width: 1025px) {
          .page-homepage .slot-homepage-text-section .text-wrapper .main .content {
            font-size: 20px; } }
      .page-homepage .slot-homepage-text-section .text-wrapper .main .cta {
        display: none;
        font-size: 16px;
        color: #fff; }
        @media (min-width: 545px) {
          .page-homepage .slot-homepage-text-section .text-wrapper .main .cta {
            display: block; } }

.page-homepage .slot-offre-spe-main {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (min-width: 769px) {
    .page-homepage .slot-offre-spe-main {
      max-height: 385px;
      overflow-y: hidden; } }
  @media (min-width: 1025px) {
    .page-homepage .slot-offre-spe-main {
      max-height: 500px;
      overflow-y: hidden; } }
  .page-homepage .slot-offre-spe-main .slot-offre-spe-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: rgba(229, 0, 69, 0.15);
    padding: 40px 0; }
    @media (min-width: 769px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-right {
        width: 50%;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 40px 0 40px 150px; } }
    @media (min-width: 769px) and (max-width: 860.98px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-right {
        padding: 40px 0 40px 190px; } }
    @media (min-width: 1025px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-right {
        padding: 50px 0 50px 150px; } }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-right-image-wrapper {
      width: 100vw;
      height: auto; }
      @media (min-width: 769px) {
        .page-homepage .slot-offre-spe-main .slot-offre-spe-right-image-wrapper {
          display: none; } }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold {
      font-family: "Barlow", sans-serif;
      text-align: center;
      font-weight: 300; }
      .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .title {
        font-size: 35px; }
        @media (min-width: 769px) {
          .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .title {
            font-family: "Source Sans Pro", sans-serif; } }
        @media (min-width: 1025px) {
          .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .title {
            font-size: 45px; } }
      .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .value {
        font-size: 70px;
        font-weight: 600;
        color: #d80b3a;
        max-height: 85px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        @media (min-width: 769px) {
          .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .value {
            font-family: 'Times New Roman';
            margin-bottom: 0;
            font-weight: 400; } }
        @media (min-width: 1025px) {
          .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .value {
            max-height: 115px;
            font-size: 120px; } }
      .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .date {
        font-size: 14px;
        font-weight: 500; }
        @media (min-width: 769px) {
          .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .date {
            font-size: 16px; } }
        @media (min-width: 1025px) {
          .page-homepage .slot-offre-spe-main .slot-offre-spe-right-sold .date {
            font-size: 20px; } }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-right-image-wrapper {
      margin: auto; }
      .page-homepage .slot-offre-spe-main .slot-offre-spe-right-image-wrapper .image {
        width: 100%;
        height: auto; }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-right-footer .text {
      margin: 30px auto;
      font-family: "Barlow", sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      max-width: 250px; }
      @media (min-width: 1025px) and (max-width: 1349.98px) {
        .page-homepage .slot-offre-spe-main .slot-offre-spe-right-footer .text {
          font-size: 16px;
          font-weight: 300; } }
      @media (min-width: 769px) {
        .page-homepage .slot-offre-spe-main .slot-offre-spe-right-footer .text {
          font-size: 20px;
          font-weight: 300;
          margin: 0 0 15px; } }
  .page-homepage .slot-offre-spe-main .slot-offre-spe-left {
    display: none;
    overflow: hidden; }
    @media (min-width: 769px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-left {
        display: inline-block;
        width: 50%; } }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-left .image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square,
  .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square-background {
    display: none; }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square::after,
    .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square-background::after {
      content: "";
      width: 325px;
      height: 325px;
      position: absolute;
      transform: rotate(45deg);
      background-color: #fff; }
    @media (max-width: 860.98px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square::after,
      .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square-background::after {
        width: 270px;
        height: 270px; } }
  .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 325px;
    height: 325px;
    transform: translate(-50%, -50%);
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: center; }
    @media (min-width: 769px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square {
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 860.98px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square {
        -ms-flex-align: center;
            align-items: center;
        height: 270px; } }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square .title {
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      color: #d80b3a;
      z-index: 1; }
      @media (min-width: 769px) {
        .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square .title {
          font-size: 22px; } }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square .text {
      font-size: 18px;
      font-weight: 300;
      text-align: center;
      z-index: 1; }
      @media (min-width: 769px) {
        .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square .text {
          font-size: 16px;
          line-height: 18px; } }
      @media (min-width: 1025px) {
        .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square .text {
          font-size: 18px;
          line-height: 27px; } }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square .nappe {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      color: #f9d2cf;
      z-index: 1; }
  .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    transform: translate(-50%, -50%); }
    .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square-background::after {
      content: "";
      width: 350px;
      height: 350px;
      position: absolute;
      transform: rotate(45deg);
      -webkit-backdrop-filter: blur(13.6px);
      backdrop-filter: blur(13.6px);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
      background-color: rgba(255, 255, 255, 0.41); }
    @media (max-width: 860.98px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square-background {
        width: 290px;
        height: 290px; }
        .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square-background::after {
          content: "";
          width: 290px;
          height: 290px; } }
    @media (min-width: 769px) {
      .page-homepage .slot-offre-spe-main .slot-offre-spe-center-square-background {
        display: block; } }

.page-homepage .slot-offre-spe-right-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .page-homepage .slot-offre-spe-right-footer .button-go {
    width: 250px;
    display: block;
    margin: auto;
    text-align: center; }
    @media (min-width: 769px) and (max-width: 860.98px) {
      .page-homepage .slot-offre-spe-right-footer .button-go {
        width: 200px; } }

/*# sourceMappingURL=homePage.css.map*/