/* --------------------------------------------------------------------------
Responsive Mixins
-----------------------------------------------------------------------------*/
/* Adjust breakpoints below if needed  */
/* ALSO UPDATE IN interactions-product.liquid ================== */
/*
$tablet-width: 768px;
$desktop-width: 768px;
$desktop-lg-width: 1280px;
$monitor-width: 1440px;
$monitor-height: 1000px;
$laptop-height: 800px;
*/
/*$tablet-width: 768px;
$desktop-width: 1024px;
$desktop-lg-width: 1280px;
$monitor-width: 1440px;
$monitor-height: 1000px;
$laptop-height: 800px;*/
/* --------------------------------------------------------------------------
Hide / Show
-----------------------------------------------------------------------------*/
@media (min-width: 581px) {
  .de-show-mobile {
    display: none !important;
  }
}
@media (max-width: 580px) {
  .de-show-mobile {
    display: block !important;
  }
}

@media (max-width: 580px) {
  .de-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .de-show-tablet-down {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .de-show-tablet-down {
    display: block;
  }
}

@media (max-width: 1024px) {
  .de-hide-tablet-down {
    display: none !important;
  }
}

/*================ SETTINGS ================*/
/* --------------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------
Colors
-----------------------------------------------------------------------------*/
/* BRIGHT COLORS */
/* LIGHT COLORS */
/* --------------------------------------------------------------------------
  ANIMATION
-----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------
Font Sizes
-----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------
Font Styles
-----------------------------------------------------------------------------*/
/*================ SETTINGS ================*/
body,
html {
  overflow-x: hidden;
}

/* --------------------------------------------------------------------------
  GENERAL
-----------------------------------------------------------------------------*/
.de-template-index main {
  color: #5B5D63;
}
.de-template-index main a {
  color: #5B5D63;
}
.de-template-index main .de-left-spacer {
  margin-left: 6rem;
  width: calc(100% - 6rem);
}
@media (max-width: 580px) {
  .de-template-index main .de-left-spacer {
    margin-left: 0;
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
  HEADER
-----------------------------------------------------------------------------*/
.de-home-hero {
  padding-top: 3.8rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 580px) {
  .de-home-hero {
    overflow: hidden;
    padding-top: 2.5rem;
  }
}

/* GRADIENT BOX ================== */
.de-home-hero {
  position: relative;
}
.de-home-hero .de-gradient-box {
  width: calc(100vw - 6rem);
  height: 30rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 580px) {
  .de-home-hero .de-gradient-box {
    width: 100%;
    height: 14rem;
  }
}
.de-home-hero .de-gradient-box .de-inner {
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 1.5s ease-in-out;
}

.js-animate .de-gradient-box .de-inner {
  transform: translateX(100%);
}

/* PROMO ================== */
.de-home-hero .de-promo {
  text-align: center;
  margin-bottom: 3.3rem;
}
@media (max-width: 580px) {
  .de-home-hero .de-promo {
    margin-bottom: 2rem;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    line-height: 1.1458333333;
    letter-spacing: 0.082rem;
  }
}

/* QUOTE ================== */
.de-template-index .de-quote {
  transform-origin: top left;
  left: 0;
  position: fixed;
  transform-origin: top left;
  left: 0;
  padding-bottom: 2rem;
  transform: rotate(90deg) translateY(-100%);
  top: 166px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-template-index .de-quote {
    padding-bottom: 3.7rem;
  }
}
@media (max-width: 580px) {
  .de-template-index .de-quote {
    display: none;
  }
}
.de-template-index .de-quote span {
  display: none;
}

/* IMAGE COLLAGES ================== */
.de-home-hero .de-collage-wrapper {
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.de-home-hero .de-collage-wrapper .de-large-image {
  display: block;
  max-width: 70.8rem;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-home-hero .de-collage-wrapper .de-large-image {
    max-width: 51.3rem;
    left: 9rem;
  }
}
@media (max-width: 580px) {
  .de-home-hero .de-collage-wrapper .de-large-image {
    width: calc(100% - 6rem);
    left: -3rem;
  }
  .de-home-hero .de-collage-wrapper .de-large-image .de-cropped-image-wrapper {
    padding-bottom: 70%;
  }
}
.de-home-hero .de-collage-wrapper .de-small-image {
  width: 27.7rem;
  height: 27.7rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(120%, -50%);
  z-index: 3;
  display: block;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-home-hero .de-collage-wrapper .de-small-image {
    right: 2.4rem;
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 580px) {
  .de-home-hero .de-collage-wrapper .de-small-image {
    width: 13rem;
    height: 13rem;
    right: 0;
  }
}
.de-home-hero .de-collage-wrapper .de-small-image .de-cropped-image-wrapper {
  width: 100%;
  padding-bottom: 100%;
}

.js-animate .de-collage-wrapper .de-small-image {
  transform: translate(0, -50%);
}

/* MARQUEE ================== */
.de-home-hero .de-marquee-text {
  padding-top: 6rem;
  padding-bottom: 4.8rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-home-hero .de-marquee-text {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .de-home-hero .de-marquee-text {
    padding-top: 0;
    margin-top: 2.8rem;
    font-size: 5.6rem;
  }
}
.de-home-hero .de-marquee-text .de-marquee__inner {
  animation: marquee 15s linear infinite, fade-in 2s ease;
}
.de-home-hero .de-marquee-text span {
  color: #4A4A4A;
  line-height: 1.12;
}

/* COLLECTION DESCRIPTION ================== */
.de-home-hero .de-collection-description {
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 2.8rem;
  line-height: 1.2;
}
@media (max-width: 580px) {
  .de-home-hero .de-collection-description {
    max-width: 69%;
    margin: 0 auto 3rem;
    font-size: 1.8rem;
  }
}

.de-home-hero .de-link-wrapper {
  text-align: center;
}
@media (max-width: 580px) {
  .de-home-hero .de-link-wrapper {
    width: 97%;
  }
  .de-home-hero .de-link-wrapper a {
    font-size: 2.34rem;
    letter-spacing: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------------------------------
  FEATURED SQUARES
-----------------------------------------------------------------------------*/
.de-featured-squares a,
.de-featured-squares button {
  color: #5B5D63;
}
.de-featured-squares h2 {
  line-height: 1;
  margin-bottom: 4.5rem;
}
.de-featured-squares .de-desc {
  line-height: 1.2;
  margin-bottom: 5rem;
}
.de-featured-squares .de-text-col {
  padding: 8.6rem;
}
@media (max-width: 580px) {
  .de-featured-squares .de-text-col {
    padding: 5rem 3.3rem 3.3rem;
  }
}
.de-featured-squares .de-image-col,
.de-featured-squares .de-text-col {
  position: relative;
  overflow: hidden;
}
.de-featured-squares .de-line-link {
  padding-left: 0;
}

/* IMAGE FORMATTING ================== */
.de-featured-squares .de-image-col {
  padding: 5rem;
}
.de-featured-squares .de-image-col a {
  display: block;
}
.de-featured-squares .de-cropped-image-wrapper {
  padding-bottom: 100%;
}
.de-featured-squares .de-cropped-image-wrapper img {
  object-fit: contain;
}

/* ALTERNATING GRID ================== */
@media (min-width: 1025px) {
  .de-featured-row {
    display: flex;
  }
  .de-featured-row > div {
    width: 50%;
  }
  .de-featured-row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
/* BOTTOM ARROW ================== */
@media (max-width: 1024px) {
  .de-featured-squares .de-image-col,
  .de-featured-squares .de-text-col {
    position: relative;
  }
  .de-featured-squares .de-image-col .arrow-down,
  .de-featured-squares .de-text-col .arrow-down {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 97%);
    width: 0;
    height: 0;
    border-left: 6rem solid transparent;
    border-right: 6rem solid transparent;
    border-top: 4.8rem solid;
  }
}
@media (max-width: 1024px) and (max-width: 580px) {
  .de-featured-squares .de-image-col .arrow-down,
  .de-featured-squares .de-text-col .arrow-down {
    border-left: 4rem solid transparent;
    border-right: 4rem solid transparent;
    border-top: 3rem solid;
  }
}

.de-featured-squares .de-featured-row:last-of-type .de-text-col .arrow-down {
  display: none !important;
}

/* ANIMATION ================== */
.de-featured-squares .de-sliding-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1.1s transform cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.de-featured-squares .de-featured-row:nth-of-type(odd) .de-image-col .de-sliding-bg {
  transform: translateX(-102%);
  transition-delay: 0.4s;
}
.de-featured-squares .de-featured-row:nth-of-type(odd) .de-text-col .de-sliding-bg {
  transform: translateY(-102%);
  transition-delay: 0.6s;
}
.de-featured-squares .de-featured-row:nth-of-type(even) .de-image-col .de-sliding-bg {
  transform: translateX(102%);
  transition-delay: 0.8s;
}
.de-featured-squares .de-featured-row:nth-of-type(even) .de-text-col .de-sliding-bg {
  transform: translateY(102%);
  transition-delay: 1s;
}
.de-featured-squares.js-animate .de-featured-row.de-image-col .de-sliding-bg, .de-featured-squares.js-animate .de-featured-row.de-text-col .de-sliding-bg,
.de-featured-squares.js-animate .de-featured-row .de-image-col .de-sliding-bg,
.de-featured-squares.js-animate .de-featured-row .de-text-col .de-sliding-bg,
.de-featured-squares .de-featured-row .js-animate.de-image-col .de-sliding-bg,
.de-featured-squares .de-featured-row .js-animate.de-text-col .de-sliding-bg,
.de-featured-squares .de-featured-row .js-animate .de-image-col .de-sliding-bg,
.de-featured-squares .de-featured-row .js-animate .de-text-col .de-sliding-bg {
  transform: none;
}

/* --------------------------------------------------------------------------
  IMAGE DIVIDER
-----------------------------------------------------------------------------*/
.de-image-divider {
  background: #E5F5FC;
}
.de-image-divider .de-cropped-image-wrapper {
  padding-bottom: 31%;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-image-divider .de-cropped-image-wrapper {
    padding-bottom: 52%;
  }
}
@media (max-width: 580px) {
  .de-image-divider .de-cropped-image-wrapper {
    padding-bottom: 100%;
  }
}

/* --------------------------------------------------------------------------
  SUSPICIOUS SIX
-----------------------------------------------------------------------------*/
.de-suspicious-six {
  background: #E5F5FC;
  padding-top: 9rem;
  padding-bottom: 7rem;
  overflow: hidden;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-suspicious-six {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.de-suspicious-six h2 {
  margin-bottom: 5.3rem;
  text-align: center;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-suspicious-six h2 {
    white-space: nowrap;
  }
}
.de-suspicious-six .de-blender {
  position: absolute;
  bottom: 0;
  right: -9rem;
  max-width: 24.5rem;
  width: 100%;
}
@media (max-width: 580px) {
  .de-suspicious-six .de-blender {
    max-width: 12rem;
    right: -5rem;
  }
}

/* SUSPICIOUS SIX SUBHEADING ================== */
.de-suspicious-six h3 {
  line-height: 1.0769230769;
  position: relative;
  z-index: 3;
  line-height: 0.8;
  line-height: 1.2;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  line-height: 6.3rem;
}
@media (max-width: 580px) {
  .de-suspicious-six h3 {
    font-size: 5rem;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 580px) {
  .de-suspicious-six h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .de-suspicious-six .de-subheading-wrapper {
    position: absolute;
  }
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-suspicious-six .de-subheading-wrapper {
    margin-left: 7rem;
  }
}
@media (min-width: 1025px) {
  .de-suspicious-six .de-six-image {
    max-width: 33.7rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .de-suspicious-six .de-six-image {
    max-width: 23rem;
    margin-bottom: -10rem;
  }
}
@media (max-width: 580px) {
  .de-suspicious-six .de-six-image {
    margin-bottom: -6rem;
    margin-top: -9rem;
  }
}

/* LIST ================== */
.de-suspicious-six .de-list-item-heading {
  text-transform: lowercase;
  letter-spacing: -.054rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  position: relative;
}
.de-suspicious-six .de-list-item-heading::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.4rem;
  left: -3rem;
  width: 0;
  height: 1px;
  background: #FB48C4;
}
@media (max-width: 580px) {
  .de-suspicious-six .de-list-item-heading::before {
    width: 1.4rem;
    height: 1px;
  }
}
.de-suspicious-six .de-list-item-heading strong {
  text-decoration: line-through;
}
.de-suspicious-six .de-desc {
  max-width: 43rem;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-suspicious-six .de-desc {
    max-width: 52rem;
  }
}
@media (max-width: 580px) {
  .de-suspicious-six .de-desc {
    max-width: 85%;
  }
}
.de-suspicious-six .de-desc a {
  color: #FB48C4;
}
.de-suspicious-six .de-desc a:hover {
  color: #FB48C4;
  text-decoration: underline;
}

.de-suspicious-six .js-animate .de-list-item-heading::before {
  width: 2rem;
  transition: all .8s ease .8s;
}
.de-suspicious-six .js-animate [data-anim-order="6"] .de-list-item-heading::before {
  transition-delay: 1s;
}
.de-suspicious-six .js-animate [data-anim-order="7"] .de-list-item-heading::before {
  transition-delay: 1.2s;
}
.de-suspicious-six .js-animate [data-anim-order="8"] .de-list-item-heading::before {
  transition-delay: 1.5s;
}
.de-suspicious-six .js-animate [data-anim-order="9"] .de-list-item-heading::before {
  transition-delay: 1.8s;
}

/* SUSPICIOUS SIX TEXT ================== */
.de-suspicious-six .de-list-wrapper {
  position: relative;
}
@media (max-width: 580px) {
  .de-suspicious-six .de-list-wrapper {
    padding-left: 2rem;
  }
}
.de-suspicious-six li {
  max-width: 50rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .de-suspicious-six li:nth-of-type(1) {
    margin-right: 6rem;
    margin-left: auto;
    margin-bottom: 6rem;
  }
  .de-suspicious-six li:nth-of-type(2) {
    margin-right: 18rem;
    margin-left: auto;
  }
  .de-suspicious-six li:nth-of-type(3) {
    margin-left: 2.8rem;
  }
  .de-suspicious-six li:nth-of-type(4) {
    margin-right: 5.5rem;
    margin-left: auto;
  }
}

/* --------------------------------------------------------------------------
  DRUNK IN LOVE SLIDER
-----------------------------------------------------------------------------*/
.de-drunk-in-love-slider {
  background: #E5F5FC;
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 580px) {
  .de-drunk-in-love-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.de-drunk-in-love-slider .de-desc {
  margin-bottom: 2rem;
  max-width: 74.7rem;
  margin-left: auto;
  margin-right: auto;
}
.de-drunk-in-love-slider h2 {
  margin-bottom: 4.5rem;
}
.de-drunk-in-love-slider .de-dil-icon {
  max-width: 13rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
}

/* SWIPER STYLES ================== */
.de-drunk-in-love-slider {
  background: #E5F5FC;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 9rem;
}
.de-drunk-in-love-slider .swiper-container-quotes {
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 13rem;
  padding-right: 13rem;
}
@media (max-width: 580px) {
  .de-drunk-in-love-slider .swiper-container-quotes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.de-drunk-in-love-slider .swiper-wrapper {
  overflow: hidden;
}
.de-drunk-in-love-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 2rem;
}
.de-drunk-in-love-slider .de-desc {
  margin-bottom: 2rem;
  max-width: 53.7rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
.de-drunk-in-love-slider h2 {
  margin-bottom: 4.5rem;
}
.de-drunk-in-love-slider .de-dil-icon {
  max-width: 13rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
  width: 100%;
}
@media (max-width: 580px) {
  .de-drunk-in-love-slider .de-dil-icon {
    max-width: 8.5rem;
  }
}
.de-drunk-in-love-slider .swiper-btn-next,
.de-drunk-in-love-slider .swiper-btn-prev {
  cursor: pointer;
  width: 11rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
}
@media (max-width: 580px) {
  .de-drunk-in-love-slider .swiper-btn-next,
  .de-drunk-in-love-slider .swiper-btn-prev {
    width: 2.5rem;
    left: 0.2rem;
  }
}
.de-drunk-in-love-slider .swiper-btn-next {
  right: 0;
  left: auto;
  transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 580px) {
  .de-drunk-in-love-slider .swiper-btn-next {
    right: 0.2rem;
  }
}
.de-drunk-in-love-slider .de-desc,
.de-drunk-in-love-slider h6 {
  transform: translateY(1rem);
  opacity: 0;
  transition: opacity 0.6s ease-in-out,transform 0.8s ease-in-out,-webkit-transform 0.8s ease-in-out;
}
.de-drunk-in-love-slider .swiper-slide-active .de-desc,
.de-drunk-in-love-slider .swiper-slide-active h6 {
  transform: none;
  opacity: 1;
}

/* --------------------------------------------------------------------------
  OUTRO
-----------------------------------------------------------------------------*/
.de-home-outro {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1024px) {
  .de-home-outro {
    padding-right: 0;
  }
}
@media (max-width: 580px) {
  .de-home-outro {
    padding-left: 0;
  }
}

/* FOUNDER ================== */
.de-home-outro .de-founder {
  background: #FFEF00;
  padding: 4.6rem 8.5rem;
}
@media (max-width: 580px) {
  .de-home-outro .de-founder {
    padding: 6rem 5rem;
  }
}
.de-home-outro .de-founder .de-cropped-image-wrapper {
  padding-bottom: 130%;
}
.de-home-outro .de-founder h5 {
  margin-bottom: 3rem;
  color: #FB48C4;
  margin-top: 3.4rem;
}
.de-home-outro .de-founder .de-body-sans-2 {
  line-height: 1.4782608696;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-home-outro .de-founder .de-body-sans-2 {
    line-height: 2.1111111111;
  }
}
@media (max-width: 580px) {
  .de-home-outro .de-founder .de-body-sans-2 {
    line-height: 1.6;
  }
}
.de-home-outro .de-founder .de-desc a {
  color: #FB48C4;
}
.de-home-outro .de-founder .de-desc a:hover {
  color: #FB48C4;
  text-decoration: underline;
}
.de-home-outro .de-founder .hanging-quote-wrapper {
  position: relative;
}
.de-home-outro .de-founder .hanging-quote-wrapper .de-hanging-quote {
  position: absolute;
  top: 0;
  left: -1.5rem;
}
@media (max-width: 1024px) {
  .de-home-outro .de-founder .hanging-quote-wrapper .de-hanging-quote {
    left: -1.4rem;
  }
}
@media (max-width: 580px) {
  .de-home-outro .de-founder .hanging-quote-wrapper .de-hanging-quote {
    left: -1rem;
  }
}

/* RIGHT COLUMN ================== */
@media (min-width: 1025px) {
  .de-home-outro .de-right-col {
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
  }
}
@media (max-width: 1024px) {
  .de-home-outro .de-right-col {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

/* DRUNK LIFE ================== */
.de-home-outro .de-drunk-life {
  background-color: #BEE7FA;
  padding-top: 5.4rem;
  padding-bottom: 5.7rem;
  margin-bottom: 1rem;
}
@media (max-width: 580px) {
  .de-home-outro .de-drunk-life {
    padding-top: 4rem;
    padding-bottom: 4.6rem;
  }
}
.de-home-outro .de-drunk-life .de-cropped-image-wrapper {
  padding-bottom: 100%;
  cursor: pointer;
}
.de-home-outro .de-drunk-life .de-cropped-line-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 580px) {
  .de-home-outro .de-drunk-life .de-cropped-line-wrapper {
    margin: 1.5rem auto;
    width: 12rem;
    height: 12rem;
  }
}
.de-home-outro .de-drunk-life .de-cropped-line-wrapper .de-scaling-image-wrapper {
  cursor: pointer;
}
.de-home-outro .de-drunk-life .de-cropped-line-wrapper .de-scaling-image-wrapper:nth-of-type(2) {
  margin-left: 5rem;
  cursor: initial;
}
.de-home-outro .de-drunk-life h3 {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 4.8rem;
  color: #FB48C4;
  text-align: center;
}
@media (max-width: 580px) {
  .de-home-outro .de-drunk-life h3 {
    font-size: 2.3rem;
    line-height: 3.6rem;
    text-align: center;
  }
}
.de-home-outro .de-drunk-life p {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 2.8rem;
  text-align: center;
  color: #FB48C4;
}
@media (max-width: 580px) {
  .de-home-outro .de-drunk-life p {
    font-size: 1.2rem;
    line-height: 2.15rem;
  }
}
.de-home-outro .de-drunk-life .de-btn {
  display: inline-block;
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.de-home-outro .de-drunk-life .de-btn:hover {
  color: white;
}

/* BARE WITH US ================== */
.de-home-outro .de-social-block {
  position: relative;
  margin-top: 3.2rem;
  background: url("/de/storefront/img/bg_smoothie_recommend.jpg");
}
@media (max-width: 1024px) {
  .de-home-outro .de-social-block {
    margin-top: 2.6rem;
  }
}
.de-home-outro .de-social-block img {
  width: 100%;
}
.de-home-outro .de-social-block h3 {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 4.8rem;
  color: #FB48C4;
}
@media (max-width: 580px) {
  .de-home-outro .de-social-block h3 {
    font-size: 2.3rem;
    line-height: 3.6rem;
  }
}
.de-home-outro .de-social-block p {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.3rem;
  color: #666768;
  padding-top: 1.9rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 580px) {
  .de-home-outro .de-social-block p {
    font-size: 1.2rem;
    line-height: 2.15rem;
    padding-top: 1.6rem;
  }
}
.de-home-outro .de-social-block .de-btn {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.8rem;
  color: #FB48C4;
  width: 28rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #FB48C4;
  background-color: #ffffff;
}
@media (max-width: 580px) {
  .de-home-outro .de-social-block .de-btn {
    font-size: 1.3rem;
  }
}
.de-home-outro .de-social-block .de-btn:hover {
  background-color: #FB48C4;
}
.de-home-outro .de-social-block .de-text-content {
  position: absolute;
  padding: 4.2rem 3.5rem 5rem;
}
@media (max-width: 580px) {
  .de-home-outro .de-social-block .de-text-content {
    padding: 31.7rem 4.5rem 5rem;
  }
}
@media (max-width: 580px) {
  .de-home-outro .de-social-block .de-cropped-image-wrapper {
    padding-bottom: 188%;
  }
}

/* CSS Document */
/*---------------------common---------------------*/
@media (max-width: 580px) {
  .de-btn {
    font-size: 1.9rem;
    letter-spacing: 0.12em;
    padding: 1.3rem 2.1rem 1.25rem 2.5rem;
  }
}

.de-home {
  /*	.de-home-product-slider .slick-slide {
  		padding-top: 19rem;
  		padding-bottom: 8rem;
  		@include mobile-only {
  			padding-top: 10.5rem;
  			padding-bottom: 9rem;
  		}
  	}
  	.de-product-carousel {
  		h1 {
      		font-size: 25rem;
  			@include tablet-only {
  			  font-size: 17.5rem;
  			}
  			@include mobile-only {
  			  font-size: 9rem;
  			  top: 2rem;
  			}
  		}
  		.de-product-thumb {
  			.de-inner {
  				@include tablet-down {
  					padding: 2rem 3rem 1rem;
  				}
  			}
  			.de-product-title {
  				margin-bottom: 1.6rem;
  				@include tablet-down {
  					margin-bottom: 1.5rem;
  					line-height: 1.7rem;
  					font-size: 1.2rem;
  					sup {
  						font-size: 1.2rem;
  						top: 0;
  					}
  				}
  			}
  			.de-benefits {
  				@include tablet-down {
  					margin-bottom: 1rem;
  				}
  			}
  			.de-stars {
  				display: flex;
  				margin-bottom: 1.6rem;
  				img {
  					@include tablet-down {
  						width: 0.704rem;
  					}
  				}
  				img:nth-of-type(n+2) {
  					margin-left: 0.38rem;
  					@include tablet-down {
  						margin-left: 0.32rem;
  					}
  				}
  				@include tablet-down {
  					margin-bottom: 1rem;
  				}
  			}
  			.de-price {
  				@include tablet-down {
  					font-family: $YuGothic;
  					font-weight: bold;
  					font-size: 1.1rem;
  					letter-spacing: 0.08em;
  					margin-bottom: 1rem;
  				}
  			}
  
  		}
  	}*/
}
.de-home .de-slider {
  margin-bottom: 0;
}
.de-home .de-quote {
  /*		transform-origin: top left;
  		left: -0.5rem;
  		position: fixed;
  		padding-bottom: 2.7rem;
  		transform: rotate(
  			90deg
  			) translateY(-100%);
  		top: 166px;
  		font-size: 1.2rem;
  		font-weight: 700;		
  		font-family: $YuGothic;
  		letter-spacing: 0.12em;
  		color: $quote;*/
  position: fixed;
  transform-origin: top left;
  left: 1rem;
  padding-bottom: 1.25rem;
  transform: rotate(90deg) translateY(-100%);
  top: 166px;
  font-size: 1.4rem;
  font-weight: 700;
}
.de-home .de-btn--lined {
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 580px) {
  .de-home .de-home-hero {
    padding-bottom: 4.4rem;
  }
}
.de-home .de-home-hero .de-marquee-text {
  font-weight: 500;
  font-size: 11rem;
}
.de-home .de-home-hero .de-marquee-text .de-brown-adjust {
  padding: 0;
  font-weight: 300;
  font-size: 1.1em;
  vertical-align: -2%;
}
@media (max-width: 580px) {
  .de-home .de-home-hero .de-marquee-text {
    margin-top: 3.6rem;
    font-size: 4rem;
    padding-bottom: 2.2rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-home-hero .de-collage-wrapper .de-large-image {
    width: calc(100% - 8.05rem);
  }
}
@media (max-width: 580px) {
  .de-home .de-home-hero .de-collage-wrapper .de-large-image .de-cropped-image-wrapper {
    padding-bottom: 60.275%;
  }
}
@media (max-width: 580px) {
  .de-home .de-home-hero .de-collage-wrapper .de-small-image {
    width: 11.55rem;
    height: 11.5rem;
  }
}
.de-home .de-home-hero .promo {
  letter-spacing: 0.09em;
  color: #5b5d63;
}
@media (max-width: 580px) {
  .de-home .de-home-hero .promo {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    line-height: 1.5rem;
    max-width: 24rem;
  }
}
.de-home .de-home-hero .de-collection-description {
  max-width: 73.4rem;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 3.4rem;
  color: #5b5d63;
}
@media (max-width: 580px) {
  .de-home .de-home-hero .de-collection-description {
    max-width: 75%;
    margin: 0 auto 2.8rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
.de-home .de-home-hero .de-btn--lined {
  font-size: 2.8rem;
}
@media (max-width: 580px) {
  .de-home .de-home-hero .de-btn--lined {
    font-size: 1.7rem;
    line-height: 1;
  }
}
.de-home .de-home-hero .de-gradient-box {
  width: calc(100% - 6rem);
}
@media (max-width: 580px) {
  .de-home .de-home-hero .de-gradient-box {
    width: 100%;
    height: 15rem;
  }
}
.de-home .de-featured-squares {
  color: #5b5d63;
}
@media (max-width: 580px) {
  .de-home .de-featured-squares .image-col {
    padding: 4.7rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-featured-squares .de-text-col {
    padding: 4.6rem 3rem 2.8rem;
  }
}
.de-home .de-featured-squares h2.de-h2-sans--bold {
  font-size: 5.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 3.3rem;
  margin-top: 1rem;
  line-height: 1.4;
}
@media (max-width: 580px) {
  .de-home .de-featured-squares h2.de-h2-sans--bold {
    font-size: 2.5rem;
    line-height: 3.35rem;
    letter-spacing: 0.08em;
    margin-top: 0;
    line-height: 1.5;
  }
}
.de-home .de-featured-squares .de-desc {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.8rem;
}
@media (max-width: 580px) {
  .de-home .de-featured-squares .de-desc {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 4rem;
    letter-spacing: 0.075em;
  }
  .de-home .de-featured-squares .de-desc span {
    display: inline;
    margin-left: -0.5rem;
  }
}
.de-home .de-featured-squares .de-btn--lined {
  font-size: 2.4rem;
}
@media (max-width: 580px) {
  .de-home .de-featured-squares .de-btn--lined {
    font-size: 1.7rem;
    line-height: 2.25rem;
  }
}
.de-home .de-product-carousel h1 {
  font-size: 19rem;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-home .de-product-carousel h1 {
    font-size: 10rem;
    top: 2rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-product-carousel h1 {
    font-size: 5rem;
    top: 3rem;
  }
}
.de-home .de-suspicious-six {
  color: #5b5d63;
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six {
    padding-top: 6.5rem;
  }
}
.de-home .de-suspicious-six h2.de-h2-sans--bold {
  font-weight: bold;
  font-size: 5.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-home .de-suspicious-six h2.de-h2-sans--bold {
    font-size: 5.2rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six h2.de-h2-sans--bold {
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six .de-six-image {
    width: 21.5rem;
    margin-bottom: -4.5rem;
    margin-top: -7.5rem;
  }
}
.de-home .de-suspicious-six h4.de-body-serif-1 {
  font-family: "Sainte Colombe", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 1.6rem;
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six h4.de-body-serif-1 {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    max-width: 27rem;
    margin-bottom: 1.5rem;
  }
}
.de-home .de-suspicious-six .de-desc {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2.5rem;
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six .de-desc {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 2.15rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six .de-js-animate .de-list-item-heading::before {
    width: 1.8rem;
    height: 2px;
  }
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six .de-list-item-heading {
    margin-bottom: 1.5rem;
  }
}
.de-home .de-suspicious-six .list-wrapper {
  padding-left: 3.05rem;
  margin: 0 auto;
}
.de-home .de-suspicious-six li:nth-of-type(1) .de-desc {
  max-width: 44rem;
}
@media (min-width: 1025px) {
  .de-home .de-suspicious-six li:nth-of-type(2) {
    margin-bottom: 8.2rem;
  }
}
.de-home .de-suspicious-six li:nth-of-type(2) .de-desc {
  max-width: 49.8rem;
}
.de-home .de-suspicious-six li:nth-of-type(3) {
  margin-bottom: 1rem;
}
.de-home .de-suspicious-six li:nth-of-type(3) .de-desc {
  max-width: 45.7rem;
}
.de-home .de-suspicious-six li:nth-of-type(4) .de-desc {
  max-width: 42rem;
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six li:nth-of-type(1) .desc,
  .de-home .de-suspicious-six li:nth-of-type(2) .desc,
  .de-home .de-suspicious-six li:nth-of-type(3) .desc,
  .de-home .de-suspicious-six li:nth-of-type(4) .desc {
    width: 25rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six .de-body-sans-3 p {
    margin-bottom: 3rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-suspicious-six .de-blender {
    right: -5rem;
    bottom: -4.7rem;
  }
}
.de-home .de-drunk-in-love-slider {
  color: #5b5d63;
}
@media (max-width: 580px) {
  .de-home .de-drunk-in-love-slider {
    padding-bottom: 7.5rem;
    padding-top: 4.5rem;
  }
}
.de-home .de-drunk-in-love-slider h2.de-h2-sans--bold {
  font-weight: bold;
  font-size: 5.4rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  .de-home .de-drunk-in-love-slider h2.de-h2-sans--bold {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.de-home .de-drunk-in-love-slider .de-desc {
  font-family: "Sainte Colombe", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 4rem;
}
@media (max-width: 580px) {
  .de-home .de-drunk-in-love-slider .de-desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 1.75rem;
  }
}
.de-home .de-drunk-in-love-slider h6 {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
@media (max-width: 580px) {
  .de-home .de-drunk-in-love-slider h6 {
    font-size: 1.4rem;
  }
}
.de-home .de-drunk-in-love-slider .de-dil-icon {
  margin-bottom: 3.5rem;
}
@media (max-width: 580px) {
  .de-home .de-drunk-in-love-slider .de-dil-icon {
    max-width: 6.05rem;
  }
}
@media (max-width: 580px) {
  .de-home .de-home-outro .de-founder {
    padding: 5.6rem 4.6rem 7rem;
  }
}
.de-home .de-home-outro .de-desc {
  width: 35rem;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 3.4rem;
  color: #5b5d63;
}
@media (max-width: 580px) {
  .de-home .de-home-outro .de-desc {
    width: auto;
    font-size: 1.2rem;
    line-height: 2.25rem;
  }
}
.de-home .de-home-outro .de-padded {
  padding-bottom: 11rem;
}
@media (max-width: 580px) {
  .de-home .de-home-outro .de-padded {
    padding-bottom: 0;
  }
}
.de-home .de-left-spacer {
  margin-left: 6rem;
  width: calc(100% - 6rem);
}

@media (max-width: 580px) {
  .de-template-index .de-home-product-slider .slick-slide {
    padding-bottom: 6.3rem;
  }
}

@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea {
    height: 74.3rem;
  }
}
@media (max-width: 580px) {
  .de-freearea {
    height: 37.15rem;
  }
}
.de-freearea.reveal {
  max-width: 670px;
  padding: 56px 60px 58px;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea.reveal {
    max-width: 72rem;
    padding: 10.6rem 8.8rem 5.8rem;
  }
}
@media (max-width: 580px) {
  .de-freearea.reveal {
    max-width: 34rem;
    padding: 5.3rem 4.4rem 2.9rem;
  }
}
.de-freearea.de-backcolor-blue {
  background-color: #BEE7FA;
}
.de-freearea .modal-body {
  margin-top: 0;
}
.de-freearea h2 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #FB48C4;
  text-align: center;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea h2 {
    font-size: 3.8rem;
    line-height: 5.6rem;
  }
}
@media (max-width: 580px) {
  .de-freearea h2 {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}
.de-freearea p {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 26px;
  text-align: center;
  color: #FB48C4;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea p {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 580px) {
  .de-freearea p {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}
.de-freearea .de-freearea-content,
.de-freearea .de-images-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.de-freearea .de-freearea-content {
  flex-wrap: wrap;
  justify-content: center;
}
.de-freearea .de-freearea-content {
  margin-top: 33px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea .de-freearea-content {
    margin-top: 4.4rem;
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 580px) {
  .de-freearea .de-freearea-content {
    margin-top: 2.2rem;
    margin-bottom: 2.6rem;
  }
}
.de-freearea .de-images-frame {
  margin-right: 28px;
}
@media (max-width: 1024px) {
  .de-freearea .de-images-frame {
    margin-right: 0;
  }
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea .de-images-frame {
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 580px) {
  .de-freearea .de-images-frame {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea .de-images-frame a {
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 580px) {
  .de-freearea .de-images-frame a {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.de-freearea .de-images-frame a:nth-of-type(n+2) {
  margin-left: 15px;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea .de-images-frame a:nth-of-type(n+2) {
    margin-left: 3.5rem;
  }
}
@media (max-width: 580px) {
  .de-freearea .de-images-frame a:nth-of-type(n+2) {
    margin-left: 1.75rem;
  }
}
.de-freearea .de-btn {
  color: #ffffff;
  border: 2px solid #FB48C4;
  background-color: #FB48C4;
  width: 270px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 1024px) and (min-width: 581px) {
  .de-freearea .de-btn {
    width: 55rem;
    height: 9.5rem;
    font-size: 2.6rem;
  }
}
@media (max-width: 580px) {
  .de-freearea .de-btn {
    width: 25rem;
    height: 4.5rem;
    font-size: 1.3rem;
  }
}
.de-freearea .de-btn:hover {
  background-color: #ffffff;
  color: #FB48C4;
  border-color: #FB48C4;
}

@keyframes gradientAnimation {
  0% {
    background-position: 51% 0;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0;
  }
}
