/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* ----- Responsive ----- */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* line 13, ../../app/styles/shop.scss */
.product-details .shop-module-container .cart.added,
.shop .cart.added {
  margin-bottom: 30px;
}
/* line 14, ../../app/styles/shop.scss */
.product-details .shop-module-container .hero-wrapper,
.shop .hero-wrapper {
  margin-bottom: 60px;
}
/* line 15, ../../app/styles/shop.scss */
.product-details .shop-module-container button,
.shop button {
  border: 0;
}
/* line 16, ../../app/styles/shop.scss */
.product-details .shop-module-container img,
.shop img {
  max-width: 75%;
}
/* line 18, ../../app/styles/shop.scss */
.product-details .shop-module-container .truncate,
.shop .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 24, ../../app/styles/shop.scss */
.product-details .shop-module-container li.large-links,
.product-details .shop-module-container a.large-links,
.shop li.large-links,
.shop a.large-links {
  font-size: 2.500em;
}
@media (min-width: 768px) {
  /* line 24, ../../app/styles/shop.scss */
  .product-details .shop-module-container li.large-links,
  .product-details .shop-module-container a.large-links,
  .shop li.large-links,
  .shop a.large-links {
    font-size: 1.571em;
    font-weight: 300;
  }
}
@media (max-width: 768px) {
  /* line 33, ../../app/styles/shop.scss */
  .product-details .shop-module-container .large-links-group,
  .shop .large-links-group {
    border-top: 1px solid #C0C0C0;
  }
}
/* line 38, ../../app/styles/shop.scss */
.product-details .shop-module-container .large-links-group a.large-links,
.shop .large-links-group a.large-links {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  /* line 38, ../../app/styles/shop.scss */
  .product-details .shop-module-container .large-links-group a.large-links,
  .shop .large-links-group a.large-links {
    border-bottom: 1px solid #C0C0C0;
    padding: 15px 5%;
    margin: 0 -5%;
  }
}
/* line 51, ../../app/styles/shop.scss */
.product-details .shop-module-container .container-fluid .row.shop-nav-wrapper,
.shop .container-fluid .row.shop-nav-wrapper {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 51, ../../app/styles/shop.scss */
  .product-details .shop-module-container .container-fluid .row.shop-nav-wrapper,
  .shop .container-fluid .row.shop-nav-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  /* line 50, ../../app/styles/shop.scss */
  .product-details .shop-module-container .container-fluid,
  .shop .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 66, ../../app/styles/shop.scss */
.shop-nav-wrapper {
  position: relative;
  padding: 20px 0;
  min-height: 80px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 66, ../../app/styles/shop.scss */
  .shop-nav-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
    background-color: #eaeaea;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    /* main background full width bottom white mask */
    /* fake background border radius */
  }
  /* line 85, ../../app/styles/shop.scss */
  .shop-nav-wrapper:before {
    content: "";
    width: 100%;
    height: 40px;
    margin-left: -20px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
  }
  /* line 98, ../../app/styles/shop.scss */
  .shop-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 40px;
    margin-left: -20px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #eaeaea;
  }
}
/* line 113, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  visibility: visible;
  margin-top: 0;
}
/* line 124, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev,
.shop-nav-wrapper .carousel-nav .icn.next {
  width: 19px;
  height: 100%;
  position: absolute;
  margin: 0;
  background-image: none;
}
/* line 132, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:before, .shop-nav-wrapper .carousel-nav .icn.prev:after,
.shop-nav-wrapper .carousel-nav .icn.next:before,
.shop-nav-wrapper .carousel-nav .icn.next:after {
  top: 50%;
  margin-top: -24px;
}
/* line 139, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev {
  left: 0;
}
/* line 142, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:before {
  border-right: 12px solid #eaeaea;
}
/* line 145, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:after {
  border-right: 12px solid #3E53A4;
  left: 3px;
}
/* line 150, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next {
  right: 0;
}
/* line 153, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next:before {
  border-left: 12px solid #eaeaea;
  left: 2px;
}
/* line 157, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next:after {
  border-left: 12px solid #3E53A4;
  right: 3px;
}
/* line 164, ../../app/styles/shop.scss */
.shop-nav-wrapper.no-marker:after {
  bottom: 0;
}

/* line 169, ../../app/styles/shop.scss */
.shop-nav {
  overflow: hidden;
  position: relative;
  padding: 0;
}
/* line 174, ../../app/styles/shop.scss */
.shop-nav__title {
  font-size: 3.750em;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 174, ../../app/styles/shop.scss */
  .shop-nav__title {
    height: 122px;
    font-size: 2.143em;
    z-index: 3000;
    left: -20px;
    background-color: #f5f5f5;
  }
  /* line 188, ../../app/styles/shop.scss */
  .shop-nav__title:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: -50px;
    z-index: 1;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 50px solid #f5f5f5;
  }
  /* line 202, ../../app/styles/shop.scss */
  .shop-nav__title span {
    position: relative;
    z-index: 2;
    top: 42px;
  }
}
@media (max-width: 768px) {
  /* line 174, ../../app/styles/shop.scss */
  .shop-nav__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 215, ../../app/styles/shop.scss */
.shop-nav__title + .shop-nav__carousel {
  padding-left: 85px;
}
/* line 219, ../../app/styles/shop.scss */
.shop-nav__carousel {
  position: relative;
  height: 100%;
  padding: 0;
  z-index: 3;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
@media (min-width: 768px) {
  /* line 244, ../../app/styles/shop.scss */
  .shop-nav__carousel .separator-color {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-color: #d2d2d2;
  }
}
/* line 255, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item {
  padding: 15px 0 5px;
  cursor: pointer;
  font-size: 2.000em;
  line-height: 20px;
  font-weight: 300;
  color: #3E53A4;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
@media (min-width: 768px) {
  /* line 255, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item {
    margin-right: 1px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 1.143em;
    background-color: #eaeaea;
  }
}
@media (max-width: 768px) {
  /* line 255, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item {
    display: inline-block;
    width: 46%;
    float: left;
    text-align: center;
    background-color: #eaeaea;
    overflow: hidden;
    margin: 10px 2% 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  /* line 296, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item__name {
    height: 100%;
  }
}
/* line 305, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__prod-image {
  width: 100%;
  position: absolute;
  bottom: -30px;
  display: block;
}
/* line 312, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item img {
  max-width: 120px;
  max-height: 120px;
  display: inline;
}
/* line 318, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name {
  display: block;
  padding: 0 10px 20px;
  height: 100%;
  /* The ghost, nudged to maintain perfect centering */
  /* The element to be centered, can also be of any width and height */
}
/* line 324, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.6em;
  /* Adjusts for spacing */
}
/* line 333, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name span {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 318, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item__name {
    min-height: 40px;
    padding-bottom: 0;
  }
}
/* line 344, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item.active {
  background-color: #f5f5f5;
}
/* line 348, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  background: #fff;
  display: block;
}
/* line 357, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask .left,
.shop-nav__carousel .nav-item .bottom-mask .right {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
/* line 365, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask .center.marker {
  width: 0;
  display: inline-block;
  position: relative;
  float: left;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
/* line 377, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item.active .bottom-mask {
  background: transparent;
}
/* line 382, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item:last-child {
  margin-right: 0;
}
/* line 388, ../../app/styles/shop.scss */
.shop-nav__carousel.large-labels {
  padding-left: 0;
  padding-right: 0;
}
/* line 392, ../../app/styles/shop.scss */
.shop-nav__carousel.large-labels .nav-item {
  padding: 10px 0;
  font-size: 2.750em;
  line-height: 1em;
  border-top: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
  /* line 392, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item {
    height: auto !important;
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    background-color: transparent;
    overflow: hidden;
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 410, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
}
@media (min-width: 768px) {
  /* line 392, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item {
    padding: 20px 15px;
    font-size: 2.143em;
    border: none;
  }
}

/* line 425, ../../app/styles/shop.scss */
.with-image .shop-nav .nav-item__name {
  margin-bottom: 85px;
}
@media (min-width: 768px) {
  /* line 429, ../../app/styles/shop.scss */
  .with-image .shop-nav__title {
    display: none;
  }
}
/* line 435, ../../app/styles/shop.scss */
.with-image .shop-nav .shop-nav__carousel .nav-item {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  /* line 435, ../../app/styles/shop.scss */
  .with-image .shop-nav .shop-nav__carousel .nav-item {
    display: inline-block;
    width: 46%;
    float: left;
    text-align: center;
    background-color: #eaeaea;
    overflow: hidden;
    margin: 10px 2%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  /* line 450, ../../app/styles/shop.scss */
  .with-image .shop-nav .shop-nav__carousel .nav-item__name {
    height: initial;
  }
}

/* line 457, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn {
  background: #ccc;
  cursor: pointer;
}

/* line 464, ../../app/styles/shop.scss */
.main-content > section:last-child {
  margin-bottom: 60px;
}
/* line 468, ../../app/styles/shop.scss */
.main-content .headline {
  padding: 20px 5%;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 468, ../../app/styles/shop.scss */
  .main-content .headline {
    padding: 30px 0;
  }
}
/* line 474, ../../app/styles/shop.scss */
.main-content .headline h1 {
  font-size: 4.750em;
  color: #4E4E4E;
  cursor: default;
}
/* line 478, ../../app/styles/shop.scss */
.main-content .headline h1 a {
  font-size: 1em;
}
@media (min-width: 768px) {
  /* line 474, ../../app/styles/shop.scss */
  .main-content .headline h1 {
    font-size: 2.714em;
  }
}

@media (min-width: 768px) {
  /* line 490, ../../app/styles/shop.scss */
  .shop.shop-sub-cat .main-content .headline {
    padding: 0 0 30px;
  }
}

/* line 497, ../../app/styles/shop.scss */
.prod {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 0;
  text-align: center;
  min-height: 300px;
}
/* line 505, ../../app/styles/shop.scss */
.home-revamp .prod:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 509, ../../app/styles/shop.scss */
.home-revamp .prod.inactive {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 514, ../../app/styles/shop.scss */
.prod .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 497, ../../app/styles/shop.scss */
  .prod {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../../app/styles/shop.scss */
  .prod.large-margin-bottom {
    margin-bottom: 60px;
  }
}
/* line 535, ../../app/styles/shop.scss */
.prod a {
  font-size: 1em;
  line-height: initial;
}
/* line 540, ../../app/styles/shop.scss */
.prod p {
  font-size: 2.000em;
  font-weight: 300;
  color: #4E4E4E;
}
@media (min-width: 768px) {
  /* line 540, ../../app/styles/shop.scss */
  .prod p {
    font-size: 1.143em;
  }
}
/* line 550, ../../app/styles/shop.scss */
.prod .rounded-button {
  clear: left;
}
/* line 555, ../../app/styles/shop.scss */
.prod.large-header .prod__info__header {
  font-size: 4.250em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 555, ../../app/styles/shop.scss */
  .prod.large-header .prod__info__header {
    font-size: 2.429em;
  }
}
/* line 567, ../../app/styles/shop.scss */
.prod.light-text a.prod__info, .prod.light-text a.prod__info .prod__info__header, .prod.light-text .prod__info, .prod.light-text .prod__info .prod__info__header {
  color: #FFF;
}
/* line 572, ../../app/styles/shop.scss */
.prod.light-text a.prod__info p, .prod.light-text a.prod__info .prod__info__header p, .prod.light-text .prod__info p, .prod.light-text .prod__info .prod__info__header p {
  color: #FFF;
}
/* line 577, ../../app/styles/shop.scss */
.prod > div {
  padding: 20px 20px 0;
  border: 1px solid #FFF;
  background-color: #eaeaea;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
  max-height: 260px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 768px) {
  /* line 577, ../../app/styles/shop.scss */
  .prod > div {
    max-height: 260px;
  }
}
/* line 597, ../../app/styles/shop.scss */
.prod.theme__blue > div {
  background-repeat: repeat-x;
  background-color: #0062ab;
  background-image: -webkit-linear-gradient(100deg, #0062ab, #2caace);
  background-image: -o-linear-gradient(100deg, #0062ab, #2caace);
  background-image: linear-gradient(100deg, #0062ab, #2caace);
}
/* line 600, ../../app/styles/shop.scss */
.prod.theme__orange > div {
  background-color: #EF8200;
}
/* line 603, ../../app/styles/shop.scss */
.prod.theme__purple > div {
  background-repeat: repeat-x;
  background-color: #5e2b8b;
  background-image: -webkit-linear-gradient(100deg, #5e2b8b, #CF0989);
  background-image: -o-linear-gradient(100deg, #5e2b8b, #CF0989);
  background-image: linear-gradient(100deg, #5e2b8b, #CF0989);
}
@media (max-width: 1024px) {
  /* line 607, ../../app/styles/shop.scss */
  .prod.theme__blue > div, .prod.theme__purple > div {
    max-height: 600px !important;
  }
  /* line 611, ../../app/styles/shop.scss */
  .prod.theme__blue > div .prod__image, .prod.theme__purple > div .prod__image {
    margin-bottom: 30px;
  }
}
/* line 616, ../../app/styles/shop.scss */
.prod.theme__light-bg-motiff-primary > div {
  border: 1px solid #3E53A4;
  background: #FFF url("../images/flex-shop-module/primary-motiff.png") no-repeat bottom right;
  background-size: auto;
}
@media (max-width: 768px) {
  /* line 625, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-primary-gradient > div, .prod.theme__info-bg-motiff-secodary-gradient > div, .prod.theme__info-bg-motiff-primary-gradient.large-header > div, .prod.theme__info-bg-motiff-secodary-gradient.large-header > div {
    padding-bottom: 20%;
    background-image: url("../images/flex-shop-module/primary-motiff-mobile.jpg") !important;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  /* line 633, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-primary-gradient .prod__info, .prod.theme__info-bg-motiff-secodary-gradient .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header .prod__info {
    height: calc(100% - 60px);
    padding: 20px;
    background: url("../images/flex-shop-module/bg_primary_motiff.jpg") no-repeat bottom right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  /* line 644, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-primary-gradient.col-md-12 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.col-sm-12 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.col-md-12 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.col-sm-12 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header.col-md-12 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header.col-sm-12 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header.col-md-12 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header.col-sm-12 .prod__info {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 652, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-primary-gradient.col-md-6 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.col-sm-6 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.col-md-6 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.col-sm-6 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header.col-md-6 .prod__info, .prod.theme__info-bg-motiff-primary-gradient.large-header.col-sm-6 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header.col-md-6 .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header.col-sm-6 .prod__info {
    width: 75%;
  }
}
@media (max-width: 768px) {
  /* line 661, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-secodary-gradient > div, .prod.theme__info-bg-motiff-secodary-gradient.large-header > div {
    background-image: url("../images/flex-shop-module/secondary-motiff-mobile.jpg") !important;
  }
}
@media (min-width: 769px) {
  /* line 666, ../../app/styles/shop.scss */
  .prod.theme__info-bg-motiff-secodary-gradient .prod__info, .prod.theme__info-bg-motiff-secodary-gradient.large-header .prod__info {
    background-image: url("../images/placeholders/bg_pink_motiff.jpg");
  }
}
/* line 675, ../../app/styles/shop.scss */
.prod.primary-border > div {
  border: 1px solid #3E53A4;
}
@media (max-width: 768px) {
  /* line 681, ../../app/styles/shop.scss */
  .prod.tall-mobile > div {
    padding-bottom: 65%;
  }
}
/* line 688, ../../app/styles/shop.scss */
.prod.text-left, .prod.col-md-12, .prod.col-sm-12, .prod__info-bg-motiff-primary-gradient.col-md-6, .prod__info-bg-motiff-secodary-gradient.col-md-6 {
  text-align: left;
}
/* line 695, ../../app/styles/shop.scss */
.prod.text-left > div:before, .prod.col-md-12 > div:before, .prod.col-sm-12 > div:before, .prod__info-bg-motiff-primary-gradient.col-md-6 > div:before, .prod__info-bg-motiff-secodary-gradient.col-md-6 > div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  margin-top: -20px;
}
/* line 709, ../../app/styles/shop.scss */
.prod.col-md-8.large-header > div, .prod.col-md-6.large-header > div, .prod.col-sm-8.large-header > div, .prod.col-sm-6.large-header > div {
  height: auto;
  min-height: 260px;
  max-height: 350px;
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
}
@media (min-width: 1024px) {
  /* line 709, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header > div, .prod.col-md-6.large-header > div, .prod.col-sm-8.large-header > div, .prod.col-sm-6.large-header > div {
    height: 260px;
    text-align: left;
  }
}
/* line 723, ../../app/styles/shop.scss */
.prod.col-md-8.large-header > div:before, .prod.col-md-6.large-header > div:before, .prod.col-sm-8.large-header > div:before, .prod.col-sm-6.large-header > div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  margin-top: -20px;
}
/* line 733, ../../app/styles/shop.scss */
.prod.col-md-8.large-header .prod__info, .prod.col-md-6.large-header .prod__info, .prod.col-sm-8.large-header .prod__info, .prod.col-sm-6.large-header .prod__info {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  /* line 733, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header .prod__info, .prod.col-md-6.large-header .prod__info, .prod.col-sm-8.large-header .prod__info, .prod.col-sm-6.large-header .prod__info {
    width: 55%;
    margin-bottom: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
/* line 744, ../../app/styles/shop.scss */
.prod.col-md-8.large-header .prod__image, .prod.col-md-6.large-header .prod__image, .prod.col-sm-8.large-header .prod__image, .prod.col-sm-6.large-header .prod__image {
  width: 100%;
  display: inline-block;
  text-align: center;
  float: right;
}
@media (min-width: 1024px) {
  /* line 744, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header .prod__image, .prod.col-md-6.large-header .prod__image, .prod.col-sm-8.large-header .prod__image, .prod.col-sm-6.large-header .prod__image {
    width: 45%;
  }
}
/* line 756, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall.pull-right, .prod.col-md-6.large-header.tall.pull-right, .prod.col-sm-8.large-header.tall.pull-right, .prod.col-sm-6.large-header.tall.pull-right {
  clear: left;
}
/* line 759, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall > div, .prod.col-md-6.large-header.tall > div, .prod.col-sm-8.large-header.tall > div, .prod.col-sm-6.large-header.tall > div {
  text-align: center;
  border: none;
  height: auto;
}
/* line 764, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall > div:before, .prod.col-md-6.large-header.tall > div:before, .prod.col-sm-8.large-header.tall > div:before, .prod.col-sm-6.large-header.tall > div:before {
  vertical-align: top;
}
/* line 768, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall > div .prod__info, .prod.col-md-6.large-header.tall > div .prod__info, .prod.col-sm-8.large-header.tall > div .prod__info, .prod.col-sm-6.large-header.tall > div .prod__info {
  width: 80%;
}
/* line 772, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.tall > div .prod__image, .prod.col-md-6.large-header.tall > div .prod__image, .prod.col-sm-8.large-header.tall > div .prod__image, .prod.col-sm-6.large-header.tall > div .prod__image {
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 759, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.tall > div, .prod.col-md-6.large-header.tall > div, .prod.col-sm-8.large-header.tall > div, .prod.col-sm-6.large-header.tall > div {
    background-position: center center;
  }
}
/* line 785, ../../app/styles/shop.scss */
.prod.col-md-8.large-header.prod--default-image-position .prod__image, .prod.col-md-6.large-header.prod--default-image-position .prod__image, .prod.col-sm-8.large-header.prod--default-image-position .prod__image, .prod.col-sm-6.large-header.prod--default-image-position .prod__image {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 785, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--default-image-position .prod__image, .prod.col-md-6.large-header.prod--default-image-position .prod__image, .prod.col-sm-8.large-header.prod--default-image-position .prod__image, .prod.col-sm-6.large-header.prod--default-image-position .prod__image {
    width: 45%;
    height: 100%;
    /* The ghost, nudged to maintain perfect centering */
  }
  /* line 793, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--default-image-position .prod__image:before, .prod.col-md-6.large-header.prod--default-image-position .prod__image:before, .prod.col-sm-8.large-header.prod--default-image-position .prod__image:before, .prod.col-sm-6.large-header.prod--default-image-position .prod__image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  /* line 801, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--default-image-position .prod__image img, .prod.col-md-6.large-header.prod--default-image-position .prod__image img, .prod.col-sm-8.large-header.prod--default-image-position .prod__image img, .prod.col-sm-6.large-header.prod--default-image-position .prod__image img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  /* line 811, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--hang-off-right .prod__image, .prod.col-md-6.large-header.prod--hang-off-right .prod__image, .prod.col-sm-8.large-header.prod--hang-off-right .prod__image, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image {
    height: 100%;
    /* The ghost, nudged to maintain perfect centering */
  }
  /* line 817, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--hang-off-right .prod__image:before, .prod.col-md-6.large-header.prod--hang-off-right .prod__image:before, .prod.col-sm-8.large-header.prod--hang-off-right .prod__image:before, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  /* line 825, ../../app/styles/shop.scss */
  .prod.col-md-8.large-header.prod--hang-off-right .prod__image img, .prod.col-md-6.large-header.prod--hang-off-right .prod__image img, .prod.col-sm-8.large-header.prod--hang-off-right .prod__image img, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image img {
    max-width: 200%;
    width: 130%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: -40%;
  }
}
/* line 839, ../../app/styles/shop.scss */
.prod.col-md-12 > div, .prod.col-sm-12 > div {
  height: auto;
  min-height: initial;
  max-height: initial;
  background-size: cover;
}
@media (min-width: 768px) {
  /* line 839, ../../app/styles/shop.scss */
  .prod.col-md-12 > div, .prod.col-sm-12 > div {
    height: 260px;
  }
}
/* line 850, ../../app/styles/shop.scss */
.prod.col-md-12 .prod__info, .prod.col-sm-12 .prod__info {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 850, ../../app/styles/shop.scss */
  .prod.col-md-12 .prod__info, .prod.col-sm-12 .prod__info {
    width: 45.33333%;
    text-align: left;
    display: inline-block;
  }
}
/* line 861, ../../app/styles/shop.scss */
.prod.col-md-12 .prod__info > span, .prod.col-sm-12 .prod__info > span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 868, ../../app/styles/shop.scss */
.prod.col-md-12 .prod__image, .prod.col-sm-12 .prod__image {
  text-align: center;
  width: 90%;
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  /* line 868, ../../app/styles/shop.scss */
  .prod.col-md-12 .prod__image, .prod.col-sm-12 .prod__image {
    width: 55.33333%;
    position: absolute;
    bottom: -2px;
  }
}
/* line 880, ../../app/styles/shop.scss */
.prod.col-md-12 .prod__image img, .prod.col-sm-12 .prod__image img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 880, ../../app/styles/shop.scss */
  .prod.col-md-12 .prod__image img, .prod.col-sm-12 .prod__image img {
    width: 75%;
  }
}

/* line 894, ../../app/styles/shop.scss */
.prod__info {
  width: 85%;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 899, ../../app/styles/shop.scss */
  .prod__info a {
    font-size: 1em;
  }
}
/* line 905, ../../app/styles/shop.scss */
.prod__info__item-number {
  margin-bottom: 5px;
  font-size: 1.500em;
  display: block;
  color: #4E4E4E;
}
@media (min-width: 768px) {
  /* line 905, ../../app/styles/shop.scss */
  .prod__info__item-number {
    font-size: 0.857em;
  }
}
/* line 916, ../../app/styles/shop.scss */
.prod__info__name, .prod__info__header {
  color: #3E53A4;
  font-size: 2.750em;
  font-weight: 400;
  display: block;
}
@media (min-width: 768px) {
  /* line 916, ../../app/styles/shop.scss */
  .prod__info__name, .prod__info__header {
    font-size: 1.571em;
  }
}
/* line 928, ../../app/styles/shop.scss */
.prod__info__name {
  margin-bottom: 5px;
  font-size: 2.250em;
}
@media (min-width: 768px) {
  /* line 928, ../../app/styles/shop.scss */
  .prod__info__name {
    font-size: 1.286em;
  }
}
/* line 937, ../../app/styles/shop.scss */
.prod__info__price {
  display: block;
}
/* line 940, ../../app/styles/shop.scss */
.prod__info__price p {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 2em;
}
@media (min-width: 768px) {
  /* line 940, ../../app/styles/shop.scss */
  .prod__info__price p {
    font-size: 1.143em;
  }
}
/* line 949, ../../app/styles/shop.scss */
.prod__info__price p.highlight {
  color: #EF8200;
}
/* line 955, ../../app/styles/shop.scss */
.prod__info button {
  padding: 8px 15px;
  margin: 10px 0;
}
/* line 959, ../../app/styles/shop.scss */
.prod__info button:active {
  background-color: #053043;
}

/* line 966, ../../app/styles/shop.scss */
.shop-section.prod > div {
  background: transparent;
  max-height: none;
}
/* line 970, ../../app/styles/shop.scss */
.shop-section.prod .prod__info {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  /* line 970, ../../app/styles/shop.scss */
  .shop-section.prod .prod__info {
    text-align: left;
  }
}
/* line 977, ../../app/styles/shop.scss */
.shop-section.prod .prod__info__name {
  margin: 10px 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
/* line 985, ../../app/styles/shop.scss */
.shop-section.prod .prod__info__price {
  margin-bottom: 10px;
}

/* line 997, ../../app/styles/shop.scss */
.prod--light-bg > div {
  background-color: #FFFFFF;
}
/* line 1000, ../../app/styles/shop.scss */
.prod--light-bg > div img {
  mix-blend-mode: initial;
}

/* line 1006, ../../app/styles/shop.scss */
.prod--ink-module > div {
  background-color: #0078c6;
}
/* line 1009, ../../app/styles/shop.scss */
.prod--ink-module > div img {
  mix-blend-mode: initial;
}

/* line 1015, ../../app/styles/shop.scss */
.prod--postage-tape-module > div {
  background-color: #0078c6;
}
/* line 1018, ../../app/styles/shop.scss */
.prod--postage-tape-module > div img {
  max-width: none;
  position: relative;
  top: -20px;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1018, ../../app/styles/shop.scss */
  .prod--postage-tape-module > div img {
    top: -55px;
    left: -75px;
  }
}

/* line 1032, ../../app/styles/shop.scss */
.prod--location-data > div {
  background-repeat: repeat-x;
  background-color: #651f96;
  background-image: -webkit-linear-gradient(135deg, #651f96, #f7451b);
  background-image: -o-linear-gradient(135deg, #651f96, #f7451b);
  background-image: linear-gradient(135deg, #651f96, #f7451b);
}
/* line 1036, ../../app/styles/shop.scss */
.prod--location-data > div img {
  max-width: none;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1036, ../../app/styles/shop.scss */
  .prod--location-data > div img {
    position: relative;
    top: 25px;
  }
}

/* line 1050, ../../app/styles/shop.scss */
.prod--officeright-module > div img {
  max-width: none;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1050, ../../app/styles/shop.scss */
  .prod--officeright-module > div img {
    position: relative;
    top: 25px;
  }
}

/* line 1062, ../../app/styles/shop.scss */
.prod--smart-postage > div {
  background-color: #ed8100;
}
/* line 1065, ../../app/styles/shop.scss */
.prod--smart-postage > div img {
  max-width: none;
  position: relative;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1065, ../../app/styles/shop.scss */
  .prod--smart-postage > div img {
    left: -50px;
  }
}

/* line 1079, ../../app/styles/shop.scss */
.prod--connect-plus-300-pro-module > div img {
  max-width: none;
  position: relative;
  mix-blend-mode: initial;
}
@media (min-width: 768px) {
  /* line 1079, ../../app/styles/shop.scss */
  .prod--connect-plus-300-pro-module > div img {
    bottom: -40px;
  }
}

/* line 1090, ../../app/styles/shop.scss */
.gradient-a {
  background-repeat: repeat-x;
  background-color: #a9184d;
  background-image: -moz-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA9184D', endColorstr='#FFDC4C41', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
/* line 1091, ../../app/styles/shop.scss */
.gradient-a span, .gradient-a p {
  color: #fff;
}
/* line 1095, ../../app/styles/shop.scss */
.gradient-a .motif-bg {
  display: none;
}
/* line 1100, ../../app/styles/shop.scss */
.gradient-a img {
  mix-blend-mode: initial;
}

/* line 1105, ../../app/styles/shop.scss */
.gradient-b {
  background-repeat: repeat-x;
  background-color: #00a2e0;
  background-image: -moz-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A2E0', endColorstr='#FF913A96', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 768px) {
  /* line 1108, ../../app/styles/shop.scss */
  .gradient-b .motif-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/shop/promo_theme_b_motif.png");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
/* line 1119, ../../app/styles/shop.scss */
.gradient-b img {
  mix-blend-mode: initial;
}

/* line 1124, ../../app/styles/shop.scss */
.gradient-c {
  background-repeat: repeat-x;
  background-color: #035fae;
  background-image: -moz-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF035FAE', endColorstr='#FF5CB582', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
/* line 1127, ../../app/styles/shop.scss */
.gradient-c img {
  mix-blend-mode: initial;
}

/* line 1134, ../../app/styles/shop.scss */
.flexible-modules-container {
  margin-bottom: 60px;
}
/* line 1136, ../../app/styles/shop.scss */
.flexible-modules-container .flexible-modules {
  margin-bottom: 60px;
}

/* line 1145, ../../app/styles/shop.scss */
.products-carousel {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  visibility: hidden;
}
/* line 1151, ../../app/styles/shop.scss */
.products-carousel:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/* line 1157, ../../app/styles/shop.scss */
.products-carousel img {
  display: inline-block;
}
/* line 1162, ../../app/styles/shop.scss */
.products-carousel .prod__info__name, .products-carousel .prod__info__header,
.products-carousel .prod__info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1170, ../../app/styles/shop.scss */
.products-carousel .prod__info__price p {
  margin: 0 2px;
  display: inline-block;
}
/* line 1176, ../../app/styles/shop.scss */
.products-carousel .prod__image {
  min-height: 140px;
}
/* line 1180, ../../app/styles/shop.scss */
.products-carousel .order-info {
  background: #3E53A4;
}
/* line 1183, ../../app/styles/shop.scss */
.products-carousel .order-info p {
  margin-bottom: 0;
  color: #fff;
}
/* line 1188, ../../app/styles/shop.scss */
.products-carousel .order-info .order-title {
  font-size: 0.857em;
}

/* line 1194, ../../app/styles/shop.scss */
.products-carousel-full-width {
  visibility: hidden;
}
/* line 1197, ../../app/styles/shop.scss */
.products-carousel-full-width .slick-dots {
  display: block;
  margin-top: 0;
  bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  /* line 1197, ../../app/styles/shop.scss */
  .products-carousel-full-width .slick-dots {
    margin-top: -20px;
    bottom: 20px;
  }
}

/* line 1210, ../../app/styles/shop.scss */
.nav-carousel {
  margin: 0;
  padding: 0 0 25px 0;
  display: block;
  overflow: hidden;
}
/* line 1216, ../../app/styles/shop.scss */
.nav-carousel li {
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 1216, ../../app/styles/shop.scss */
  .nav-carousel li {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 1225, ../../app/styles/shop.scss */
.nav-carousel a {
  padding: 10px 10px 5px;
  font-weight: 300;
  font-size: 2em;
}
@media (min-width: 768px) {
  /* line 1225, ../../app/styles/shop.scss */
  .nav-carousel a {
    font-size: 1.143em;
  }
}
/* line 1234, ../../app/styles/shop.scss */
.nav-carousel .ui-state-active a {
  color: #4E4E4E;
  border-bottom: 6px solid #3E53A4;
}
/* line 1238, ../../app/styles/shop.scss */
.nav-carousel .slick-list {
  overflow: visible;
}
/* line 1241, ../../app/styles/shop.scss */
.nav-carousel .slick-slide {
  display: block;
}

/* line 1246, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) {
  width: 100%;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  visibility: hidden;
}
/* line 1253, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn {
  width: 16px;
  height: 26px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}
/* line 1262, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.prev {
  left: -35px;
}
/* line 1263, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.next {
  right: -35px;
}
/* line 1265, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.next:before, .carousel-nav:not(.regular-controls) .icn.next:after, .carousel-nav:not(.regular-controls) .icn.prev:before, .carousel-nav:not(.regular-controls) .icn.prev:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 16px solid #dbdbdb;
  display: block;
  position: absolute;
  top: -5px;
  z-index: 1;
}
/* line 1281, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.next:before, .carousel-nav:not(.regular-controls) .icn.prev:before {
  left: -5px;
  border-left-color: #fff;
  z-index: 2;
}
/* line 1288, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.prev:before, .carousel-nav:not(.regular-controls) .icn.prev:after {
  border-left: none;
  border-right: 16px solid #dbdbdb;
}
/* line 1294, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.prev:before {
  left: 5px;
  border-right-color: #fff;
}
/* line 1299, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.slick-disabled {
  opacity: .2;
  cursor: default;
}
/* line 1303, ../../app/styles/shop.scss */
.carousel-nav:not(.regular-controls) .icn.slick-hidden {
  display: none;
}

/* line 1309, ../../app/styles/shop.scss */
.slick-dots {
  width: 100%;
  bottom: 20px;
  padding: 0;
  text-align: center;
}
/* line 1315, ../../app/styles/shop.scss */
.slick-dots li {
  margin: 5px;
  list-style-type: none;
  display: inline-block;
}
/* line 1320, ../../app/styles/shop.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #3E53A4;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
/* line 1337, ../../app/styles/shop.scss */
.slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #3E53A4;
}
