
/* Fonts */

@font-face {
  font-family: 'guthen_bloots_reg';
  src: url('/repo/DAL/common/fonts/GuthenBloots/guthen_bloots_basic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* [Global] Generic */

#outerPageContainer {
  width: auto;
}
 
.ff {
  line-height: normal;
  text-align: center;
}

.ff-p {
  font-family: 'CircularBold', Arial, Helvetica, sans-serif;
}

/* [Global] Hero */

.ff-hero__title {
  font-size: 1em;
  font-weight: normal;
}

.ff-hero__title-image {
  max-width: 100%;
}

/* [Global] Index */

.ff-index__item-link {
  color: #000 !important;
  display: block;
  text-decoration: none !important;
}

.ff-index__item-title {
  font-family: 'CircularBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.ff-index__item-cta {
  border-bottom: 2px solid #000;
  display: inline-block;
  font-family: 'CircularBold', Arial, Helvetica, sans-serif;
  line-height: 1em;
}

/* [Global] Category */

.ff-category__title {
  font: 1em 'CircularBold', Arial, Helvetica, sans-serif;
  position: relative;
}

.ff-category__title::before {
  border-top: 2px solid #000;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}

.ff-category__title-inner {
  background-color: #fff;
  display: inline-block;
  position: relative;
}

.ff-category__block-link {
  color: #000 !important;
  display: block;
  text-decoration: none;
}

.ff-category__block-image {
  max-width: 100%;
}

.ff-category__block-cta {
  border-bottom: 2px solid #000;
  display: inline-block;
  font-family: 'CircularBold', Arial, Helvetica, sans-serif;
  line-height: 1em;
}

.ff-category__link {
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000 !important;
  display: block;
  font-family: 'CircularBold', Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}

.ff-category__link:hover {
  background-color: #000;
  color: #fff !important;
  text-decoration: none;
}

/* [Global] Shop All Swimwear */

.ff-shop-all__link {
  background-color: #7ccfbf;
  color: #fff !important;
  display: block;
  font-family: 'CircularBold', Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Mobile */

@media screen and (max-width: 767px) {
  
  /* [Mobile] Generic */
  
  .ff-p {
    line-height: 1.333333333333333em;
  }
  
  .ff-p--category {
    margin-bottom: 3em;
  }
  
  .ff-p--beachwear {
    margin-bottom: 1.4em;
  }
  
  /* [Mobile] Hero */
  
  .ff-hero {
    padding: 6em 8em;
  }
  
  .ff-hero__title {
    margin-bottom: 6em;
  }
  
  /* [Mobile] Filter */

  .ff-filter {
    background-color: #7ccfbf;
    margin-bottom: 9em;
    text-transform: uppercase;
  }
  
  .ff-filter__list {
    display: none;
  }
  
  .ff-filter__title {
    color: #fff;
    font-family: 'CircularBold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 1em;
    position: relative;
  }
  
  .ff-filter__title::before {
    content: '\25bc';
    position: absolute;
    left: 0.85em;
  }
  
  .ff-filter__title::after {
    content: '\25bc';
    position: absolute;
    right: 0.85em;
  }
  
  .ff-filter__link {
    border-top: 2px solid #fff;
    color: #fff;
    display: block;
    font-family: 'CircularBook', Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    padding: 1em;
    text-decoration: none;
  }
  
  /* [Mobile] Index */
  
  .ff-index__carousel {
    margin: 0 auto 9em;
    max-width: 600px;
    width: 60em;
  }
  
  .ff-index__carousel .owl-prev,
  .ff-index__carousel .owl-next {
    height: 60em;
    outline: none;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 8.4em;
  }
  
  .ff-index__carousel .owl-prev::before,
  .ff-index__carousel .owl-next::before {
    font: 4em 'CircularBold', Arial, Helvetica, sans-serif;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 0;
  }
  
  .ff-index__carousel .owl-prev {
    left: -8.4em;
  }
  
  .ff-index__carousel .owl-prev::before {
    content: '\25c0';
  }
  
  .ff-index__carousel .owl-next {
    right: -8.4em;
  }
  
  .ff-index__carousel .owl-next::before {
    content: '\25b6';
  }

  .ff-index__item-title {
    margin-bottom: 0.8em;
  }
  
  .ff-index__collage {
    display: none;
  }
  
  /* [Mobile] Category */
  
  .ff-category {
    margin-bottom: 11em;
  }
  
  .ff-category__title {
    margin-bottom: 4em;
  }
  
  .ff-category__title-inner {
    padding: 0 0.6em;
  }
  
  .ff-category__block {
    margin-bottom: 6em;
  }
  
  .ff-category__block--desktop,
  .ff-category__block-image--desktop {
    display: none;
  }
  
  .ff-category__block-image--beachwear {
    margin-bottom: 4em;
  }

  /* [Mobile] Shop All Swimwear */
  
  .ff-shop-all {
    margin: -5em 0 6em;
  }

  .ff-shop-all__link {
    padding: 1em;
  }
  
  @media only screen and (max-width: 374px) {
    .ff {
      font-size: 4.166666666666667px;
      min-width: 320px;
    }
  }

  @media only screen and (min-width: 375px) and (max-width: 413px) {
    .ff {
      font-size: 4.8828125px;
    }
  }

  @media only screen and (min-width: 414px) and (max-width: 567px) {
    .ff {
      font-size: 5.390625px;
    }
  }
  
  @media screen and (max-width: 567px) {
    .ff-p {
      font-size: 3.4em;
    }

    .ff-p--category {
      margin-left: 2em;
      margin-right: 2em;
    }
    
    .ff-index__item-cta,
    .ff-category__block-cta {
      font-size: 4em;
    }
    
    .ff-filter__title,
    .ff-filter__link,
    .ff-index__item-title,
    .ff-category__link,
    .ff-category__block-cta--beachwear-flaunt,
    .ff-category__block-cta--beachwear-support,
    .ff-shop-all__link {
      font-size: 3.6em;
    }
    
    .ff-category__link--big-girls {
      font-size: 3.4em;
    }
    
    .ff-category__link--smaller-girls {
      font-size: 3.2em;
      letter-spacing: 0.04em;
    }
    
    .ff-category__title-inner {
      font-size: 6em;
    }

    .ff-category__link {
      padding: calc(1em - 2px) 0.6em;
      width: calc(100% - 2em);
    }
  }

  @media only screen and (min-width: 568px) and (max-width: 767px) {
    .ff {
      font-size: 7.395833333333333px;
    }
  }
  
  @media screen and (min-width: 568px) {
    .ff-p {
      font-size: 2.4em;
    }

    .ff-p--category {
      margin-left: 4em;
      margin-right: 4em;
    }
    
    .ff-index__item-cta,
    .ff-category__block-cta {
      font-size: 3em;
    }
    
    .ff-filter__title,
    .ff-filter__link,
    .ff-index__item-title,
    .ff-category__link,
    .ff-category__block-cta--beachwear-flaunt,
    .ff-category__block-cta--beachwear-support,
    .ff-shop-all__link {
      font-size: 2.6em;
    }
    
    .ff-category__title-inner {
      font-size: 5em;
    }

    .ff-category__link {
      padding: calc(1em - 2px) 1em;
      width: calc(100% - 5em);
    }
  }

  @media only screen and (min-width: 767px) {
    .ff {
      font-size: 10px;
    }
  }
}

/* Desktop */

@media screen and (min-width: 768px) {
  
  /* [Desktop] Generic */
  
  .ff-p {
    box-sizing: border-box;
    font-size: 18.79px;
    line-height: 25.06px;
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1000px;
  }
  
  .ff-p--category {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  
  .ff-p--beachwear {
    margin: 40px auto 40px 21%;
    width: 86%;
  }

  .ff-filter__title,
  .ff-filter__link,
  .ff-category__link,
  .ff-category__block-cta--beachwear-flaunt,
  .ff-category__block-cta--beachwear-support,
  .ff-shop-all__link {
    font-size: 20px;
  }
  
  /* [Desktop] Hero */
  
  .ff-hero {
    padding: 60px 25px 80px;
  }
  
  .ff-hero__title {
    margin-bottom: 45px;
  }
  
  /* [Desktop] Filter */

  .ff-filter {
    display: none;
  }
  
  /* [Desktop] Index */
  
  .ff-index__carousel {
    display: none !important;
  }
  
  .ff-index__item {
    display: inline-block;
    margin: 0 1.4% 60px;
    max-width: 434px;
    vertical-align: top;
    width: 30%;
  }

  .ff-index__item-title {
    margin-bottom: 18px;
  }
  
  .ff-index__item-image {
    margin-bottom: 25px;
    max-width: 100%;
  }
  
  /* [Desktop] Category */
  
  .ff-category {
    margin-bottom: 110px;
  }
  
  .ff-category__title {
    margin: 0 auto 40px;
    max-width: 1390px;
  }
  
  .ff-category__title-inner {
    padding: 0 30px;
  }
  
  .ff-category__block {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    vertical-align: top;
    width: 48%;
  }
  
  .ff-category__block--right {
    margin-left: 1%;
  }
  
  .ff-category__block--lower {
    margin-top: 8%;
  }
  
  .ff-category__block--mix-match {
    margin-bottom: 50px;
    width: 67.4375%;
  }
  
  .ff-category__block--beachwear-left {
    margin-bottom: 80px;
    width: 41.875%;
  }
  
  .ff-category__block--beachwear-right {
    margin-left: 11%;
    margin-top: 6%;
    width: 39.6875%;
  }
  
  .ff-category__block--mobile,
  .ff-category__block-image--mobile {
    display: none;
  }
  
  .ff-category__block-image--beachwear {
    margin-bottom: 40px;
  }

  .ff-category__block-cta {
    position: absolute;
    transform: translateX(100%);
  }

  .ff-category__block-cta--beachwear-flaunt,
  .ff-category__block-cta--beachwear-support {
    position: static;
    transform: none;
  }
  
  .ff-category__block-cta--beachwear-support {
    margin-left: 25%;
  }

  .ff-category__link {
    padding: calc(1em - 2px) 0.6em;
    width: 540px;
  }

  /* [Global] Shop All Swimwear */
  
  .ff-shop-all {
    margin: -30px 0 60px;
  }

  .ff-shop-all__link {
    padding: 20px;
    text-decoration: none !important;
  }
  
  @media only screen and (max-width: 1023px) {
    .ff {
      font-size: 4.8px;
    }
    
    .ff-p--beachwear {
      font-size: 14px;
      line-height: 20px;
    }

    .ff-index__item-title {
      font-size: 13px;
    }

    .ff-index__item-cta {
      font-size: 16.8px;
    }
  
    .ff-category__title {
      font-size: 50px;
    }

    .ff-category__block-cta {
      font-size: 16px;
    }

    .ff-category__block-cta--hot-hips-flaunt {
      bottom: 3%;
      right: 42%;
    }

    .ff-category__block-cta--hot-hips-support {
      bottom: 5%;
      left: -6%;
    }

    .ff-category__block-cta--tummy-tricks-flaunt {
      bottom: 3%;
      right: 37%;
    }

    .ff-category__block-cta--tummy-tricks-support {
      bottom: 5%;
      right: 34%;
    }

    .ff-category__block-cta--big-girls-flaunt {
      bottom: 2%;
      left: -8%;
    }

    .ff-category__block-cta--big-girls-support {
      bottom: 5%;
      left: -6%;
    }

    .ff-category__block-cta--smaller-girls-flaunt {
      bottom: 3%;
      right: 42%;
    }

    .ff-category__block-cta--smaller-girls-support {
      bottom: 5%;
      left: -6%;
    }

    .ff-category__block-cta--bootylicious-flaunt {
      bottom: 3%;
      right: 42%;
    }

    .ff-category__block-cta--bootylicious-support {
      bottom: 5%;
      right: 28%;
    }

    .ff-category__block-cta--beachwear-flaunt {
      margin-right: 20%;
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .ff-index__item-cta {
      font-size: 21.8px;
    }
    
    .ff-category__title {
      font-size: 70px;
    }

    .ff-category__block-cta {
      font-size: 20px;
    }

    .ff-category__block-cta--hot-hips-flaunt {
      bottom: 4%;
      right: 37%;
    }

    .ff-category__block-cta--hot-hips-support {
      bottom: 6%;
      left: 5%;
    }

    .ff-category__block-cta--tummy-tricks-flaunt {
      bottom: 4%;
      right: 35%;
    }

    .ff-category__block-cta--tummy-tricks-support {
      bottom: 5%;
      right: 34%;
    }

    .ff-category__block-cta--big-girls-flaunt {
      bottom: 4%;
      left: 6%;
    }

    .ff-category__block-cta--big-girls-support {
      bottom: 7%;
      left: 7%;
    }

    .ff-category__block-cta--smaller-girls-flaunt {
      bottom: 3%;
      right: 38%;
    }

    .ff-category__block-cta--smaller-girls-support {
      bottom: 7%;
      left: 6%;
    }

    .ff-category__block-cta--bootylicious-flaunt {
      bottom: 4%;
      right: 33%;
    }

    .ff-category__block-cta--bootylicious-support {
      bottom: 6%;
      right: 29%;
    }

    .ff-category__block-cta--beachwear-flaunt {
      margin-right: 28%;
    }
  }

  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .ff {
      font-size: 6.4px;
    }
    
    .ff-index__item-title {
      font-size: 17px;
    }
  }
  
  @media only screen and (min-width: 1280px) {
    .ff-index__item-title {
      font-size: 17px;
    }
  }

  @media only screen and (min-width: 1280px) and (max-width: 1599px) {
    .ff {
      font-size: 8px;
    }
  }

  @media only screen and (min-width: 1600px) {
    .ff {
      font-size: 10px;
      margin: 0 auto;
      max-width: 1600px;
    }
    
    /* [Desktop] Category */

    .ff-category__link {
      padding: calc(1em - 2px) 1em;
      width: 540px;
    }
  }
}

