@font-face {
  font-family: "knockout67";
  font-style: normal;
  font-weight: normal;
  src: url("/repo/DAL/common/fonts/Knockout/Knockout-67_Web.woff")
    format("woff");
}

/* Generic */

/*.ff h3 {
  margin: 0;
}*/

#outerPageContainer {
  width: auto;
}

.ff {
  line-height: normal;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 320px;
}

.ff-link {
  text-decoration: none;
  font-size: 1em;
}

.ff-link:hover {
  text-decoration: none !important;
}

.ff-link--block {
  display: block;
}

.ff-slogan {
  color: #fff;
  display: block;
  font: 2.08em "CircularBold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.44em;
  text-transform: uppercase;
}

.ff-image {
  display: block;
  max-width: 100%;
  padding: 0;
}

.ff-section--must-have .ff-image {
  max-width: 90%;
  padding: 0 5%;
}

.ff-title {
  font-size: 0.9em;
  font-weight: normal;
}

.ff-title__text {
  font-family: "knockout67", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.ff-title__text--black {
  color: #000;
}

.ff-title__text--red {
  color: #fa3f52;
}

.ff-copy {
  font-family: "CircularBold", Arial, Helvetica, sans-serif;
}

.ff-copy--white {
  color: #fff;
}

.ff-cta {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-style: solid;
  border-width: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "CircularBook", Arial, Helvetica, sans-serif;
  letter-spacing: 0.025em;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.ff-cta--black {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

.ff-cta--black:hover {
  background-color: #fff;
  color: #000;
}

.ff-cta--white {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.ff-cta--white:hover {
  background-color: #000;
  color: #fff;
}

.ff-chart__tbody {
  text-align: center;
}

.ff-dropdown {
  text-align: center;
  position: relative;
  z-index: 1;
}

.ff-dropdown__wrapper {
  display: inline-block;
  position: relative;
}

.ff-dropdown__options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}

.ff-underlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
  z-index: 1;
  cursor: pointer;
}

.ff-fit-nav__item {
  cursor: pointer;
}

.ff-carousel {
  position: relative;
}

.ff-carousel__arrow {
  cursor: pointer;
}

.ff-blockquote {
  color: #fff;
    font: 2.7em/1.4em "CircularBold", Arial, Helvetica, sans-serif;
    letter-spacing: 0.025em;
    width: 72%;
}

.ff-blockquote::before,
.ff-blockquote::after {
  color: #fb3f52;
  font-size: 2.5em;
  line-height: 0.2em;
}

.ff-blockquote::after {
  content: "”";
}

.ff-blockquote::before {
  content: "“";
}

.ff-blockquote::after {
  content: "”";
}

/* Hero modifiers */

.ff-section--hero {
  background-color: #000;
}

.ff-title__text--hero {
  display: block;
  line-height: 0.8em;
  display: inline-block;
}

.ff-title__text--hero-1 {
  color: #fb3d52;
}

.ff-title__text--hero-2 {
	color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

/* Fit carousel modifiers */

.ff-carousel__arrow--fit {
  position: absolute;
  text-indent: -99999em;
  background-repeat: no-repeat;
  height: 16em;
  width: 10em;
  top: -webkit-calc(50% - 8em);
  top: -moz-calc(50% - 8em);
  top: calc(50% - 8em);
  background-position: center;
  -webkit-background-size: 3em 3em;
  -moz-background-size: 3em;
  -o-background-size: 3em;
  background-size: 3em;
  outline: none;
}

.ff-carousel__arrow--fit-next {
  background-image: url("/repo/SBI/desktop/pages/freeformat/AW19/JeansFitGuide/Week-39/02-images/ARROW_RIGHT_red.png");
}

.ff-carousel__arrow--fit-prev {
  background-image: url("/repo/SBI/desktop/pages/freeformat/AW19/JeansFitGuide/Week-39/02-images/ARROW_LEFT_red.png");
}

.ff-content--fit {
  /*height: 0;*/
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.ff-copy--fit {
  color: #000;
}

/* Style modifiers */

.ff-title__text--style-secondary {
  color: #fff;
}

.ff-block--style-image {
  height: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

/* Shop All modifiers */

.ff-title--shop-all {
  margin-bottom: 5em;
}

.ff-cta--shop-all {
    display: block;
    max-width: 80%;
    text-decoration: none;
    color: #fff;
    background: #000;
}

.ff-cta--shop-all a {
  text-decoration: none;
}

#innerPageContainer > article > section.ff-section.ff-section--shop-all > a {
text-decoration: none;	
}

/* CAMPAING SECTION */
.ff-section--campaign {
	position: relative;
	width: 100%;
	height: auto;
}

.campaign-text {
	z-index: 10;
}

.campaign-image-1 {
	display: inline-block;
	position: absolute;
}

.campaign-image-2 {
	display: inline-block;
	position: absolute;
}

.campaign-image-3 {
	display: inline-block;
	position: absolute;
}

.f_quote {
	margin: 8% 0;
}

.f_quote h6 {
	font: 10vw/.9 'knockout67';
	color: #000;
	text-align: center;
}

.f_quote h6 span {
	font: 2em/.9 'knockout67';
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}
.f_quote h6 span:nth-child(1) {
	margin: 2% 0 -6%;
}
.f_quote h6 span:nth-child(5) {
	margin: 3% 0 -5%;
}

.lookbook-slide__content--shop-product {
  margin: 0 0 0.75em 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.centered .lookbook-slide__content--shop-product {
  white-space: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ff-container .lookbook-slide__content--shop-product img {
  display: inline-block;
  margin: 0 0.5em 0 0;
}

.lookbook-slide__content--price {
  font: 10vw/0.95em "CircularBold";
  margin: 0;
}

.centered .lookbook-slide__content--price {
  text-align: center;
}

.centered .lookbook-slide__content--button {
  margin: 0 0.25em 0 0;
}

.centered .lookbook-slide__content--description {
  text-align: center;
}

.lookbook-slide__content--button {
  width: 1.5em !important;
  margin: 0 0.25em 0 0;
}
