@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100;300;400;500;600;700);
@import url(https://fonts.googleapis.com/css?family=Petrona:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700);
/**** end colors  ****/
/*
390 - design width
428 - largest mobile width from our metrics
560 - Largest pixel size we need to target on mobile - used for full width image sizes in Sanity
768
992 - tablet - size where we loose the margins to the left and right of homepage items
1300 - large desktop - this is where mobile nav is hidden
1650 - max width of any non-full width items

metrics from our users:
390x844	23.22%
428x926	7.91%
414x896	7.47%
375x812	5.71%
375x667	1.58%
412x915	0.84%
360x800	0.51%
360x780	0.4%
393x851	0.13%
360x760	0.1%
385x854	0.05%
360x640	0.01%
393x873	0.01%
*/
/******************
other copied code
******************/
.product-item .button-wrapper {
  bottom: 0;
  left: 0;
  padding: 0 4px;
  position: absolute;
  width: calc(100% - 4px);
}
.product-item .button-wrapper button {
  font-size: 15px;
  line-height: 1.33;
  color: #fff;
  background-color: #2c1504;
  border: none;
  border-radius: 5px;
  padding: 13px 20px;
  margin: 12px 0;
  transition: color 0.3s, background-color 0.3s;
  text-transform: uppercase;
  width: 100%;
}

.collection-intro {
  padding-top: 10px;
}

.grid-view-item__reviews {
  padding-top: 8px;
}

/*******************
ported code from liquid collections
***************/
.collection-intro {
  padding-top: 10px;
}

/* ------------------------------------------------------------ *\
  Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Breakpoints
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Responsive Helpers
\* ------------------------------------------------------------ */
.visible-xs-block,
.visible-xs-flex,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.hidden {
  display: none !important;
}

@media (max-width: 749px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 749px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
  Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Container
\* ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 749px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 749px) {
  .collection-container {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  }
}

/* ------------------------------------------------------------ *\
  Collection Intro
\* ------------------------------------------------------------ */
.collection-intro {
  padding-top: 10px;
}
.collection-intro .collection-intro__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -5px;
  min-height: 341px;
}
@media (max-width: 1400px) {
  .collection-intro .collection-intro__inner {
    min-height: 22.66vw;
  }
}
@media (max-width: 749px) {
  .collection-intro .collection-intro__inner {
    min-height: 190px;
  }
}
.collection-intro .content_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .collection-intro .content_container {
    position: unset;
    top: unset;
    transform: unset;
  }
}
.collection-intro .collection-intro__inner-one-image {
  display: block !important;
}
@media (max-width: 767px) {
  .collection-intro .collection-intro__inner-one-image .logo-secondary {
    padding-top: 40px;
  }
}
.collection-intro .collection-intro__inner-one-image .subtext {
  font: 500 14px/1.2 Circular-Book, sans-serif;
  letter-spacing: 0.3em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .collection-intro .collection-intro__inner-one-image .subtext {
    margin-top: 15px;
  }
}
.collection-intro .collection-intro__inner-one-image .collection-header-text {
  font: 600 26px/1 "Petrona", serif;
  margin-right: 3px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .collection-intro .collection-intro__inner-one-image .collection-header-text {
    font: 600 20px/1 "Petrona", serif;
  }
}
.collection-intro .collection-intro__inner-one-image .description_text {
  font: 500 14px/1.2 Circular-Book, sans-serif;
  line-height: 24px;
  margin-bottom: 25px;
  margin-left: 32%;
  margin-right: 32%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .collection-intro .collection-intro__inner-one-image .description_text {
    margin-left: 10%;
    margin-right: 10%;
    font: 500 12px/1.2 Circular-Book, sans-serif;
    line-height: 20px;
  }
}
.collection-intro .collection-intro__inner-one-image img {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .collection-intro .collection-intro__inner-one-image img {
    margin-left: 3px;
    width: 45%;
    margin-bottom: -2px;
  }
}
.collection-intro .collection-intro__image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 28px 0 30px;
}
.collection-intro .collection-intro__image > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 749px) {
  .collection-intro .collection-intro__image {
    display: block;
    text-align: center;
  }
}
.collection-intro .collection-intro__image2 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 28px 0 30px;
}
.collection-intro .collection-intro__image2 > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 749px) {
  .collection-intro .collection-intro__image2 {
    display: block;
    text-align: center;
  }
}
.collection-intro .collection-intro__col {
  -webkit-box-flex: 1;
  flex: 1 1;
  padding: 0 5px;
}
.collection-intro .collection-intro__col--lg {
  -webkit-box-flex: 0;
  flex: 0 0 52%;
  max-width: 52%;
}
@media (max-width: 767px) {
  .collection-intro .collection-intro__col--lg {
    -webkit-box-flex: 1;
    flex: 1 1;
    max-width: 100%;
  }
}
.collection-intro .collection-intro__col--sm {
  -webkit-box-flex: 0;
  flex: 0 0 22%;
  max-width: 33%;
}
.collection-intro .collection-intro__content {
  max-width: 44.64%;
  -webkit-box-flex: 0;
  flex: 0 0 44.64%;
  margin-left: 11.66%;
}
@media (max-width: 1200px) {
  .collection-intro .collection-intro__content {
    max-width: 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
  }
}
@media (max-width: 1023px) {
  .collection-intro .collection-intro__content {
    max-width: 60%;
    -webkit-box-flex: 0;
    flex: 0 0 60%;
    margin-left: 5%;
  }
}
@media (max-width: 749px) {
  .collection-intro .collection-intro__content {
    margin: 0 auto 0 20px;
    text-align: left;
  }
}
.collection-intro .collection-intro__title {
  font: 600 35px/1 "Petrona", serif;
  white-space: nowrap;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 749px) {
  .collection-intro .collection-intro__title {
    margin-top: 10px;
    font-size: 40px;
    letter-spacing: 0.01em;
    font-size: 26px;
    margin-bottom: 15px;
    white-space: unset;
  }
}
.collection-intro .collection-intro__subtitle {
  font: 400 14px/1.425 "Circular-Book", sans-serif;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 749px) {
  .collection-intro .collection-intro__subtitle {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 12px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.collection-intro .mobile-ctas {
  display: none;
}
@media (max-width: 749px) {
  .collection-intro .mobile-ctas {
    display: block;
  }
}
.collection-intro .collection-cta-buttons {
  margin-right: -10px;
  margin-bottom: 15px;
}
.collection-intro .collection-cta-buttons .button {
  width: 95px;
  display: inline-block;
  background: #f2f2f2;
  color: #000000 !important;
  padding: 10px 10px;
  font: 400 10px/1.2 Circular-Book, sans-serif;
  letter-spacing: 0;
  border-radius: 999px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
.collection-intro .collection-cta-buttons .button:hover {
  background: #fdf8ce !important;
}
.collection-intro .gift-guide-header {
  display: none;
  -webkit-box-flex: 1;
  flex: 0 0 100%;
}
.collection-intro .gift-guide-header .ind-gift-guide-first {
  flex: 0 0 30%;
  height: 315px;
  margin-left: 7px;
  margin-right: 7px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide-first {
    height: 185px;
    width: 35vw;
    flex: 0 0 50%;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
  }
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide-first .guide-content {
    display: block;
    position: absolute;
    bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide-first .guide-title {
    font-size: 22px;
    font: 400 22px/1.05714 "Petrona", serif;
    letter-spacing: 0.025em;
    line-height: 25px;
    margin-bottom: -5px;
  }
}
.collection-intro .gift-guide-header .ind-gift-guide-first .guide-shop-now {
  text-decoration: underline;
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide-first .guide-shop-now {
    font: 400 9px/1.2 "Circular-Book", sans-serif, sans-serif;
  }
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide-first {
    display: flex;
    margin-bottom: 20px;
  }
}
.collection-intro .gift-guide-header .ind-gift-guide {
  flex: 0 0 17%;
  height: 315px;
  margin-left: 7px;
  margin-right: 7px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide {
    height: 185px;
    width: 35vw;
    flex: 0 0 50%;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
  }
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide .guide-content {
    display: block;
    position: absolute;
    bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide .guide-title {
    font: 400 22px/1.05714 "Petrona", serif;
    letter-spacing: 0.025em;
    line-height: 25px;
    margin-bottom: -5px;
  }
}
.collection-intro .gift-guide-header .ind-gift-guide .guide-shop-now {
  text-decoration: underline;
}
@media (max-width: 749px) {
  .collection-intro .gift-guide-header .ind-gift-guide .guide-shop-now {
    font: 400 9px/1.05714 "Circular-Book", sans-serif, serif;
  }
}
.collection-intro .collection-description {
  display: flex;
}
.collection-intro .collection-intro__description {
  font: 400 14px/1.425 "Circular-Book", sans-serif;
  line-height: 1.6;
}
.collection-intro .collection-intro__description i {
  background-color: red;
  color: white;
  margin-bottom: 15px;
  font-size: 13px;
  width: 60px;
  padding: 3px;
  font-weight: bold;
  height: 25px;
  font-style: normal;
}
.collection-intro .collection-intro__description_i {
  font: 400 14px/1.425 "Circular-Book", sans-serif;
  line-height: 1.6;
}
.collection-intro .collection-intro__description_i i {
  background-color: black;
  color: white;
  margin-bottom: 15px;
  font-size: 13px;
  width: 60px;
  padding: 3px;
  font-weight: bold;
  height: 25px;
  font-style: normal;
}
.collection-intro .collection-intro__link {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
}
.collection-intro .collection-intro__link:hover span {
  color: #475de6;
}
.collection-intro .collection-intro__link span {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
@media (max-width: 749px) {
  .collection-intro .collection-intro__link span {
    padding: 0 5px 4px;
  }
}
@media (max-width: 749px) {
  .collection-intro .collection-intro__link {
    margin-bottom: 7px;
  }
}

.collection-intro--title {
  padding-top: 35px;
  text-align: center;
}
.collection-intro--title .collection-intro__title {
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .collection-intro--title .collection-intro__title {
    font-size: 25px;
  }
}
@media (max-width: 749px) {
  .collection-intro--title {
    padding-top: 20px;
  }
}

/* ------------------------------------------------------------ *\
  Collection Outro
\* ------------------------------------------------------------ */
.collection-outro {
  padding: 0 16px 16px;
}
.collection-outro .collection-outro__inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
}
.collection-outro .collection-outro__content {
  color: #fff;
  text-align: center;
  margin-top: 170px;
  margin-bottom: 170px;
}
@media (max-width: 749px) {
  .collection-outro .collection-outro__content {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}
.collection-outro .collection-outro__subtitle {
  margin-bottom: 30px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 749px) {
  .collection-outro .collection-outro__subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .collection-outro .collection-outro__subtitle {
    padding: 0px;
  }
}
.collection-outro .collection-outro__title {
  margin-bottom: 30px;
  font: 700 50px/1.125 "Petrona", serif;
}
@media (max-width: 749px) {
  .collection-outro .collection-outro__title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
.collection-outro .collection-outro__btn {
  min-width: 252px;
  display: inline-block;
  border-radius: 5px;
  padding: 22px 20px;
  font: 500 14px/1.2 "Circular-Book", sans-serif;
}
.collection-outro .collection-outro__btn:hover {
  background: #2c1504 !important;
  color: #fff !important;
}
@media (max-width: 749px) {
  .collection-outro .collection-outro__btn {
    min-width: 300px;
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .collection-outro .collection-outro__btn {
    min-width: 0;
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
  Collection
\* ------------------------------------------------------------ */
.collection {
  padding: 30px 0 30px;
}
@media (max-width: 749px) {
  .collection {
    padding: 0px 0 0px;
  }
}
.collection .collection__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  align-items: flex-start;
}
.collection .collection__aside {
  position: sticky;
  top: 100px;
  -webkit-box-flex: 0;
  flex: 0 0 225px;
  max-width: 225px;
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .collection .collection__aside {
    margin-right: 40px;
  }
}
.collection .collection__aside ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.collection .collection__aside ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #F5F5F5;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.collection .collection__content {
  -webkit-box-flex: 1;
  flex: 1 1;
}
.collection .collection__content .search-btn-disabled {
  pointer-events: none;
}
.collection .collection__content #bc-sf-filter-bottom-pagination {
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
}
.collection .collection__content #bc-sf-filter-bottom-pagination .search-prev-button img {
  margin-right: 30px;
}
.collection .collection__content #bc-sf-filter-bottom-pagination .search-next-button img {
  margin-left: 30px;
}
.collection .collection__content #bc-sf-filter-load-more-button-container {
  margin-top: 20px;
}
.collection .collection__content #bc-sf-filter-load-more-button-container a {
  color: black;
  border: 1px solid black;
  background-color: transparent;
  vertical-align: top;
  line-height: 22px;
  text-transform: none;
  border-radius: 5px;
  padding: 18px 130px;
  height: 55px;
  font-family: "Circular-Book";
  font-size: 14px;
  background: #f04018;
  color: #fff;
  border-color: #f04018;
  text-transform: uppercase;
}
.collection .collection__content #bc-sf-filter-load-more-button-container a:hover {
  background-color: #2c1504;
  color: white;
  border-color: #2c1504;
  background-color: #2c1504;
}
@media (max-width: 749px) {
  .collection .collection__content #bc-sf-filter-load-more-button-container {
    margin-top: 0px;
  }
}
.collection .collection__content #bc-sf-filter-load-more-total {
  display: none;
}
.collection .collection__content .collection-description {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  margin-top: 30px;
}
@media (max-width: 749px) {
  .collection .collection__content .collection-description {
    margin-top: 25px;
  }
}
.collection .collection__content .collection-description .description-header-open {
  font: 600 18px/1 "Petrona", serif !important;
  padding-top: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.collection .collection__content .collection-description .description-header-open h2 {
  font: 400 18px/1 "Petrona", serif !important;
}
.collection .collection__content .collection-description .description-header-open:after {
  content: "";
  position: absolute;
  left: 31%;
  margin-top: 8px;
  margin-left: 5px;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 15px;
  background: #000;
}
@media screen and (max-width: 440px) {
  .collection .collection__content .collection-description .description-header-open:after {
    right: 1.5%;
    left: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .collection .collection__content .collection-description .description-header-open:after {
    right: 1.3%;
    left: unset;
  }
}
.collection .collection__content .collection-description .description-header-open:hover {
  color: #475de6;
}
.collection .collection__content .collection-description .description-header-open:hover:after {
  color: #475de6;
}
.collection .collection__content .collection-description .description-header-open.is-closed:before {
  content: "";
  position: absolute;
  left: 31%;
  height: 15px;
  margin-left: 5px;
  width: 1px;
  background: #000;
}
@media screen and (max-width: 440px) {
  .collection .collection__content .collection-description .description-header-open.is-closed:before {
    right: 5%;
    left: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .collection .collection__content .collection-description .description-header-open.is-closed:before {
    right: 5%;
    left: unset;
  }
}
.collection .collection__content .collection-description .description-header-open.is-closed:hover:after {
  color: #475de6;
}
@media (max-width: 749px) {
  .collection .collection__content .collection-description .description-header-open {
    padding-top: 20px;
  }
}
.collection .collection__content .collection-description .description-header-closed {
  font: 400 18px/1 "Petrona", serif !important;
  padding-top: 30px;
  cursor: pointer;
}
.collection .collection__content .collection-description .description-header-closed h2 {
  font: 400 18px/1 "Petrona", serif !important;
}
@media (max-width: 749px) {
  .collection .collection__content .collection-description .description-header-closed {
    padding-top: 20px;
  }
}
.collection .collection__content .collection-description .description-header-closed:before {
  content: "";
  position: absolute;
  left: 31%;
  height: 15px;
  margin-left: 5px;
  width: 1px;
  background: #000;
}
@media screen and (max-width: 320px) {
  .collection .collection__content .collection-description .description-header-closed:before {
    right: 5%;
    left: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .collection .collection__content .collection-description .description-header-closed:before {
    right: 5%;
    left: unset;
  }
}
@media screen and (max-width: 440px) {
  .collection .collection__content .collection-description .description-header-closed:before {
    right: 5%;
    left: unset;
  }
}
.collection .collection__content .collection-description .description-header-closed:after {
  content: "";
  position: absolute;
  left: 31%;
  margin-top: 8px;
  margin-left: 5px;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 15px;
  background: #000;
}
@media screen and (max-width: 440px) {
  .collection .collection__content .collection-description .description-header-closed:after {
    right: 1.5%;
    left: unset;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .collection .collection__content .collection-description .description-header-closed:after {
    right: 1.3%;
    left: unset;
  }
}
.collection .collection__content .collection-description .description-header-closed:hover {
  color: #475de6;
}
.collection .collection__content .collection-description .description-header-closed:hover:before {
  color: #475de6;
}
.collection .collection__content .collection-description .description-header-closed:hover:after {
  color: #475de6;
}
.collection .collection__content .collection-description .description-text {
  font: 200 14px/1.2 "Circular-Book", sans-serif;
  color: #858585;
  margin-top: 20px;
  line-height: 25px;
}
.collection .collection__content .gift-guide-header {
  display: flex;
  -webkit-box-flex: 1;
  flex: 0 0 97.7%;
  margin-bottom: 20px;
  margin-top: 45px;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header {
    display: none !important;
    margin-bottom: 20px;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide-first {
  flex: 0 0 30%;
  height: 315px;
  margin-right: 7px;
  position: relative;
  height: 325px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.collection .collection__content .gift-guide-header .ind-gift-guide-first:hover .guide-shop-now {
  color: #fff8cc !important;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide-first {
    height: 185px;
    width: 35vw;
    flex: 0 0 50%;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide-first .guide-content {
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide-first .guide-content {
    display: block;
    position: absolute;
    bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide-first .guide-title {
  font: 400 20px/1.05714 "Petrona", serif;
  letter-spacing: 0.025em;
  margin-bottom: -5px;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide-first .guide-title {
    font: 400 16px/1.25 "Petrona", serif;
    letter-spacing: 0.025em;
    margin-bottom: -5px;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide-first .guide-description {
  font: 400 14px/1.2 "Circular-Book", sans-serif, sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5%;
  margin-right: 5%;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide-first .guide-description {
    display: none;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide-first .guide-shop-now {
  text-decoration: underline;
  font: 400 14px/1.2 "Circular-Book", sans-serif, sans-serif;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide-first .guide-shop-now {
    font: 400 9px/1.2 "Circular-Book", sans-serif, sans-serif;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide {
  flex: 0 0 17%;
  height: 315px;
  margin-left: 7px;
  margin-right: 7px;
  position: relative;
  height: 325px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.collection .collection__content .gift-guide-header .ind-gift-guide:hover .guide-shop-now {
  color: #fff8cc !important;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide {
    height: 185px;
    width: 35vw;
    flex: 0 0 50%;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide .guide-content {
  display: block;
  position: absolute;
  bottom: 30px;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide .guide-content {
    display: block;
    position: absolute;
    bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide .guide-title {
  font: 400 20px/1.05714 "Petrona", serif;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide .guide-title {
    font: 400 16px/1.25 "Petrona", serif;
    letter-spacing: 0.025em;
    margin-bottom: -5px;
  }
}
.collection .collection__content .gift-guide-header .ind-gift-guide .guide-shop-now {
  text-decoration: underline;
  font: 400 14px/1.2 "Circular-Book", sans-serif, sans-serif;
}
@media (max-width: 749px) {
  .collection .collection__content .gift-guide-header .ind-gift-guide .guide-shop-now {
    font: 400 9px/1.2 "Circular-Book", sans-serif, sans-serif;
  }
}
.collection .collection__actions {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  .collection .collection__actions {
    margin-bottom: 5px;
    margin-left: -5px;
    background-color: white;
    position: sticky;
    top: 75px;
    z-index: 99;
    padding-bottom: 5px;
  }
}
.collection .collection__actions .filter {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 25px;
  z-index: 2;
}
@media (max-width: 749px) {
  .collection .collection__actions .filter {
    max-height: 500px;
    overflow: auto;
    margin-top: 0px;
  }
}
.collection .collection__sort {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 749px) {
  .collection .collection__sort {
    margin-top: 8px;
  }
}
.collection .collection__sort label {
  font: 400 12px/1.2 "Circular-Book", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .collection .collection__sort label {
    font-size: 12px;
  }
}
.collection .collection__sort .label {
  font: 700 12px/1.6 "Circular-Bold", sans-serif;
  color: #000;
  margin-right: 28px;
  height: auto;
  margin-left: 5px;
}
@media (max-width: 749px) {
  .collection .collection__sort .label {
    font-size: 12px;
  }
}
.collection .collection__sort .selectric .button {
  background-color: transparent;
  color: #000;
  width: 18px;
}
.collection .collection__sort .selectric .button:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #000;
  margin: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: -10px;
}
@media (max-width: 749px) {
  .collection .collection__sort .selectric .button:before {
    height: 8px;
    width: 8px;
  }
}
.collection .collection__sort .selectric .button:after {
  content: none;
}
.collection .collection__sort .selectric-items {
  border: 0;
  left: auto;
  right: 0;
  width: 335px !important;
  margin-top: 25px;
  box-shadow: 0px 13px 24.36px 4.64px rgba(0, 0, 0, 0.15);
}
@media (max-width: 749px) {
  .collection .collection__sort .selectric-items {
    width: 230px !important;
    margin-top: 15px;
  }
}
.collection .collection__sort .selectric-items li {
  background: #fff;
  padding: 14px 20px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.collection .collection__sort .selectric-items li:last-child {
  border-bottom: 0;
}
.collection .collection__sort .selectric-items li.highlighted, .collection .collection__sort .selectric-items li.selected, .collection .collection__sort .selectric-items li:hover {
  background: #fff8cc;
  color: #000;
}
.collection .collection__sort .selectric {
  background: none;
  border: 0;
}
.collection .collection__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -5px;
}
.collection .collection__items > * {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 15px;
  padding: 0 5px 70px 5px;
}
@media (max-width: 1023px) {
  .collection .collection__items > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.collection .collection__items .product-item-custom-2 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .collection .collection__items .product-item-custom-2 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.collection .collection__items .slick-prev-icon {
  display: none !important;
}
.collection .collection__items .slick-next-icon {
  display: none !important;
}
.collection .four-collection__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -5px;
}
.collection .four-collection__items > * {
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 25%;
  margin-bottom: 25px;
  padding: 0 5px;
}
@media (max-width: 1023px) {
  .collection .four-collection__items > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.collection .collection__filter {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  padding-top: 10px;
  padding-bottom: 18px;
}
.collection .collection__filter.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 749px) {
  .collection .collection__filter {
    border-bottom: unset;
    padding-bottom: unset;
  }
}
.collection .collection__filter .filter-title {
  color: black;
  font-size: 14px;
  margin-top: 20px;
}
.collection .collection__filter .bc-sf-filter-clear-all:hover {
  color: #475de6;
}
@media (max-width: 749px) {
  .collection .collection__filter .bc-sf-filter-clear-all {
    font-size: 12px;
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    line-height: 22px;
  }
}
.collection .collection-left-nav {
  height: calc(100vh - 200px);
  overflow-y: scroll;
  padding-right: 15px;
}
@media (max-width: 749px) {
  .collection .collection-left-nav {
    height: unset;
    overflow-y: unset;
    padding-right: unset;
  }
}
.collection .collection__filter-mobile {
  display: none !important;
}
@media (max-width: 749px) {
  .collection .collection__filter-mobile {
    display: block !important;
    border-top: unset;
  }
}
.collection .collection__filter-mobile .filter-nav {
  margin-top: 0px;
}
.collection .collection__filter-mobile .filter-nav a {
  display: inline-flex !important;
  margin-top: 0px;
  background: unset;
  font-size: 12px;
}
@media (max-width: 749px) {
  .collection .bc-sf-filter-clear-all {
    font-size: 12px;
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    line-height: 22px;
    margin-right: 5px;
    margin-top: 8px;
    color: #a3a3a3;
  }
}
@media (max-width: 749px) {
  .collection .js-close-filters {
    min-width: 280px;
    display: inline-block;
    padding: 19px 20px !important;
    font: 400 14px/1.2 Circular-Book, sans-serif;
    letter-spacing: 0;
    border-radius: 999px;
    border: 1px solid black;
    color: black;
    cursor: pointer;
    font-size: 12px;
    margin-left: unset !important;
    display: block !important;
    text-decoration: none !important;
  }
}
.collection .collection__filter-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 749px) {
  .collection .collection__filter-actions {
    padding: 15px;
  }
}
.collection .collection__filter-actions a {
  padding: 0 10px;
}
@media (max-width: 749px) {
  .collection .collection__filter-actions a {
    margin: 0;
  }
}

/* ------------------------------------------------------------ *\
  Collection Nav
\* ------------------------------------------------------------ */
.collection-nav a {
  display: inline-block;
}
.collection-nav a:hover {
  color: #475de6;
}
.collection-nav ul ul li.is-active > a {
  color: #475de6;
}
.collection-nav > ul > li {
  border-bottom: 1px solid #ccc;
}
.collection-nav > ul > li.is-active {
  color: #475de6;
}
.collection-nav > ul > li.is-active a span:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.collection-nav > ul > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font: 700 16px/1.27 "Circular-Bold", sans-serif;
  padding: 17px 0;
  color: currentColor;
}
.collection-nav > ul > li > a span {
  position: relative;
  width: 14px;
  height: 14px;
}
.collection-nav > ul > li > a span:before, .collection-nav > ul > li > a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
}
.collection-nav > ul > li > a span:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.collection-nav ul ul {
  display: none;
  padding-bottom: 20px;
  margin-top: -5px;
}
.collection-nav ul ul li {
  margin-bottom: 3px;
}
.collection-nav ul ul li a {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.02em;
}

/* ------------------------------------------------------------ *\
  Product Item
\* ------------------------------------------------------------ */
.product-item {
  position: relative;
}
.product-item.js-images-loaded .product-item__images-slider {
  opacity: 1;
}
.product-item .product-item__images {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .product-item .product-item__images {
    margin-bottom: 15px;
  }
}
.product-item .product-item__image {
  display: block;
  height: 0;
  padding-top: 129.54%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.product-item .product-item__image.slick-slide {
  padding-top: 0;
  height: 100%;
}
.product-item .product-custom-card {
  cursor: unset !important;
}
.product-item .product-custom-card-full-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.product-item .product-item__image-main {
  cursor: pointer;
}
.product-item .product-item__image-main .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
.product-item .product-item__image-main:hover .product-item-custom__btn {
  color: #fff8cc !important;
}
.product-item .product-item__image-custom {
  display: block;
  padding-top: 65%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.product-item .product-item__image-custom:hover .product-item-custom__btn {
  color: #fff8cc !important;
}
.product-item .product-item__image-custom-2 {
  height: unset;
}
.product-item .product-item__images-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
}
.product-item .product-item__images-slider .slick-slider {
  touch-action: auto !important;
}
.product-item .product-item__title-price {
  display: flex;
  margin-top: 8px;
}
.product-item .is-promo-item {
  font-size: 16px;
  color: #f04018;
  font-family: "Circular-Book";
  margin-bottom: 5px;
  float: left;
  margin-top: 3px;
}
@media (max-width: 749px) {
  .product-item .is-promo-item {
    font-size: 10px;
  }
}
.product-item .product-item__title {
  font: 700 15px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.08em;
  flex: 0 0 73%;
  text-align: left;
}
@media (max-width: 749px) {
  .product-item .product-item__title {
    font-size: 10px;
    flex: 0 0 72%;
    margin-right: 8px;
  }
}
.product-item .product-item__title a:after {
  content: " ";
  display: inline-block;
  margin: 0 5px;
  pointer-events: none;
}
.product-item .product-item__title a:hover {
  color: #475de6 !important;
  text-decoration: underline !important;
}
.product-item .product-item__price {
  display: inline-block;
  font-weight: 400;
  font-family: "Circular-Book", sans-serif;
  font-size: 14px;
  color: #a3a3a3;
  flex: 0 0 30%;
  text-align: right;
  margin-left: -10px;
}
@media (max-width: 749px) {
  .product-item .product-item__price {
    font-size: 9px;
    flex: 0 0 28%;
  }
}
.product-item .product-item__price .price__amount-compare {
  display: flex;
  justify-content: right;
}
.product-item .product-item__price span {
  display: block;
}
.product-item .product-item__badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  min-width: 90px;
  padding: 5px 10px;
  font: 400 12px/1.4 Circular-Book, sans-serif;
  text-align: center;
  z-index: 1;
  background-color: white !important;
  color: black !important;
}
@media (max-width: 749px) {
  .product-item .product-item__badge {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    min-width: 58px;
    padding: 3px 10px;
  }
}
.product-item .product-item__badge.dotd-badge {
  background-color: #d14a3b !important;
  color: white !important;
}
.product-item .product-item__badge.badge-outerwear-10, .product-item .product-item__badge.badge-swimwear-10, .product-item .product-item__badge.badge-loungewear-10, .product-item .product-item__badge.badge-sweaters-10 {
  background-color: #da154b !important;
  color: #fff !important;
}
.product-item .product-item__swatches ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  width: 100%;
}
.product-item .product-item__swatches .slick-slider {
  margin-bottom: 0px;
}
@media (max-width: 749px) {
  .product-item .product-item__swatches .slick-track {
    max-width: 90vw;
    display: flex;
  }
}
.product-item .product-item__swatches li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 749px) {
  .product-item .product-item__swatches li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.product-item .product-item__swatches a {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 749px) {
  .product-item .product-item__swatches a {
    width: 25px;
    height: 25px;
  }
  .product-item .product-item__swatches a:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -4px;
    left: -5px;
  }
}
.product-item .product-item__swatches a.js-active:before, .product-item .product-item__swatches a:hover:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  border: 1px solid #000;
  border-radius: 50%;
}
.product-item .product-item__swatches .slick-track {
  margin-top: 2px;
  margin-left: 2px;
}
.product-item .product-item__show-swatches {
  box-shadow: none;
  border: 1px solid #000;
}
.product-item .product-item__show-swatches span:before,
.product-item .product-item__show-swatches span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 749px) {
  .product-item .product-item__show-swatches span:before,
  .product-item .product-item__show-swatches span:after {
    width: 7px;
  }
}
.product-item .product-item__show-swatches span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.product-item .slick-slider,
.product-item .slick-list,
.product-item .slick-track {
  height: 100%;
}
.product-item .slick-arrow {
  z-index: 1;
}
.product-item .slick-prev {
  left: 15px;
}
@media (max-width: 749px) {
  .product-item .slick-prev {
    left: 6px;
  }
}
.product-item .slick-prev:before {
  content: "";
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #ababab;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.product-item .slick-next {
  right: 15px;
}
@media (max-width: 749px) {
  .product-item .slick-next {
    right: 6px;
  }
}
.product-item .slick-next:before {
  content: "";
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #ababab;
  margin: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.product-item .product-item-custom__title {
  position: relative;
  bottom: 40px;
  font: 400 30px/1 "Petrona", serif;
  letter-spacing: 0.025em;
  display: block;
  text-align: left;
  width: 80%;
  margin-left: 35px;
  cursor: pointer;
}
@media (max-width: 749px) {
  .product-item .product-item-custom__title {
    bottom: 20px;
    font-size: 16px;
    width: unset;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 18px;
  }
}
.product-item .custom-width-2 {
  font: 400 35px/1 "Petrona", serif;
  margin-left: 0px;
  text-align: center;
  bottom: 40px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.product-item .custom-width-2 .product-item-custom__btn {
  width: 100%;
  text-align: center;
}
@media (max-width: 749px) {
  .product-item .custom-width-2 {
    font: 400 24px/1 "Petrona", serif;
    bottom: 20px;
    line-height: 28px;
    margin-left: unset;
    margin-right: unset;
    padding: unset;
    width: 100%;
  }
}
.product-item .product-item-custom__btn {
  display: block;
  font: 500 14px/1.2 "Circular-Medium", sans-serif !important;
  border: 1px solid transparent;
  text-align: left;
  margin-top: 20px;
  letter-spacing: 0.02em !important;
  text-decoration: underline;
}
@media (max-width: 749px) {
  .product-item .product-item-custom__btn {
    width: 135px;
    padding: 0;
    font: 500 11px/1.2 "Circular-Medium", sans-serif !important;
    margin-top: 15px;
    text-align: center;
    margin-top: 10px;
  }
}
.product-item .product-item-custom__btn:hover {
  color: #fff8cc !important;
}
.product-item .grid-view-item__reviews .yotpo.yotpo-main-widget .yotpo-header .yotpo-icon-profile, .product-item .grid-view-item__reviews .yotpo.yotpo-main-widget .yotpo-icon-star, .product-item .grid-view-item__reviews .yotpo.yotpo-main-widget .yotpo-icon-half-star, .product-item .grid-view-item__reviews .yotpo.yotpo-main-widget .yotpo-icon-empty-star, .product-item .grid-view-item__reviews .yotpo.embedded-widget .yotpo-header .yotpo-icon-profile, .product-item .grid-view-item__reviews .yotpo.embedded-widget .yotpo-icon-star, .product-item .grid-view-item__reviews .yotpo.embedded-widget .yotpo-icon-half-star, .product-item .grid-view-item__reviews .yotpo.embedded-widget .yotpo-icon-empty-star, .product-item .grid-view-item__reviews .yotpo.yotpo-modal .yotpo-header .yotpo-icon-profile, .product-item .grid-view-item__reviews .yotpo.yotpo-modal .yotpo-icon-star, .product-item .grid-view-item__reviews .yotpo.yotpo-modal .yotpo-icon-half-star, .product-item .grid-view-item__reviews .yotpo.yotpo-modal .yotpo-icon-empty-star, .product-item .grid-view-item__reviews .yotpo.bottomLine .yotpo-header .yotpo-icon-profile, .product-item .grid-view-item__reviews .yotpo.bottomLine .yotpo-icon-star, .product-item .grid-view-item__reviews .yotpo.bottomLine .yotpo-icon-half-star, .product-item .grid-view-item__reviews .yotpo.bottomLine .yotpo-icon-empty-star, .product-item .grid-view-item__reviews .yotpo.yotpo-reviews-carousel .yotpo-header .yotpo-icon-profile, .product-item .grid-view-item__reviews .yotpo.yotpo-reviews-carousel .yotpo-icon-star, .product-item .grid-view-item__reviews .yotpo.yotpo-reviews-carousel .yotpo-icon-half-star, .product-item .grid-view-item__reviews .yotpo.yotpo-reviews-carousel .yotpo-icon-empty-star, .product-item .grid-view-item__reviews .mobile-filters-modal .yotpo-header .yotpo-icon-profile, .product-item .grid-view-item__reviews .mobile-filters-modal .yotpo-icon-star, .product-item .grid-view-item__reviews .mobile-filters-modal .yotpo-icon-half-star, .product-item .grid-view-item__reviews .mobile-filters-modal .yotpo-icon-empty-star {
  color: black !important;
  background-image: unset !important;
}
.product-item .grid-view-item__reviews .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .product-item .grid-view-item__reviews .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .product-item .grid-view-item__reviews .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .product-item .grid-view-item__reviews .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .product-item .grid-view-item__reviews .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .product-item .grid-view-item__reviews .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .product-item .grid-view-item__reviews .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .product-item .grid-view-item__reviews .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .product-item .grid-view-item__reviews .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 15px !important;
}
.product-item .grid-view-item__reviews .yotpo .text-m {
  color: #7f7f7f !important;
  font-size: 10px !important;
}
@media (max-width: 375px) {
  .product-item .grid-view-item__reviews .yotpo .text-m {
    margin-left: 5px;
  }
}

/* ------------------------------------------------------------ *\
  Filter Nav
\* ------------------------------------------------------------ */
.filter-nav {
  margin-top: 0px;
}
.filter-nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.filter-nav li:last-child {
  margin-right: 0;
}
.filter-nav li:not(.visible-xs-block) {
  margin-right: 5px;
}
@media (max-width: 749px) {
  .filter-nav li:not(.visible-xs-block) {
    display: none !important;
  }
}
.filter-nav a {
  display: none !important;
}
.filter-nav .bc-sf-filter-clear,
.filter-nav .bc-sf-filter-clear-all {
  display: inline-block;
  float: none;
  font: 400 14px/1 "Circular-Book", sans-serif;
  text-decoration: underline;
  margin-left: 10px;
}

/* ------------------------------------------------------------ *\
  Filter Button
\* ------------------------------------------------------------ */
.filter-btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font: 400 11px/1.2 "Circular-Book", sans-serif;
  padding: 5px 10px;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 999px;
  margin-top: 10px;
}
.filter-btn svg {
  margin-right: 6px;
}
.filter-btn span {
  margin-left: 10px;
  opacity: 0.4;
  font-size: 11px;
}
.filter-btn.is-active, .filter-btn:hover {
  background: #fff8cc;
}
.filter-btn.is-active button, .filter-btn:hover button {
  background: #fff8cc;
}
.filter-btn button {
  border: none;
  background: #f5f5f5;
  font: 400 11px/1.2 "Circular-Book", sans-serif;
}
.filter-btn button:hover {
  background: #fff8cc;
}

/* ------------------------------------------------------------ *\
  Filter
\* ------------------------------------------------------------ */
#bc-sf-filter-tree .bc-sf-filter-selection-wrapper {
  display: none;
}
#bc-sf-filter-tree .bc-sf-filter-clear {
  display: none;
}
#bc-sf-filter-tree .bc-sf-filter-option-block {
  padding: 17px 0 !important;
  border-bottom: 1px solid #ccc !important;
}
#bc-sf-filter-tree .bc-sf-filter-block-title {
  width: 100%;
  cursor: pointer;
}
#bc-sf-filter-tree .bc-sf-filter-block-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 198px;
  right: 0px;
  height: 14px;
  width: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
}
@media (max-width: 749px) {
  #bc-sf-filter-tree .bc-sf-filter-block-title:before {
    height: 2px;
    width: 14px;
    left: unset;
  }
}
#bc-sf-filter-tree .bc-sf-filter-block-title:after {
  content: "";
  position: absolute;
  top: 47%;
  left: 192px;
  right: 0;
  height: 2px;
  width: 14px;
  height: 2px;
  background-color: #000;
}
@media (max-width: 749px) {
  #bc-sf-filter-tree .bc-sf-filter-block-title:after {
    height: 2px;
    width: 14px;
    left: unset;
    transform: translateY(-50%) rotate(90deg);
  }
}
#bc-sf-filter-tree .bc-sf-filter-block-title:hover {
  color: #475de6;
}
#bc-sf-filter-tree .block-is-active:before {
  content: "";
  position: absolute;
  top: 47%;
  left: 192px;
  right: 0;
  height: 2px;
  width: 14px;
  height: 2px;
  background-color: #000;
}
@media (max-width: 749px) {
  #bc-sf-filter-tree .block-is-active:before {
    height: 2px;
    width: 14px;
    left: unset;
  }
}
#bc-sf-filter-tree .block-is-active:after {
  content: unset !important;
}
#bc-sf-filter-tree .bc-sf-filter-block-content {
  display: none;
  overflow-y: scroll;
  max-height: 225px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font: 700 14px/1.27 Circular-Bold, sans-serif !important;
  padding: 17px 0;
  color: currentColor;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size:hover ::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 4px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size:hover ::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background-color: #F5F5F5 !important;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size ::-webkit-scrollbar {
  -webkit-appearance: unset;
  width: unset;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size ::-webkit-scrollbar-thumb {
  border-radius: unset;
  background-color: unset;
  box-shadow: unset;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-block-title h3 {
  text-transform: none !important;
  pointer-events: none;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-block-title h3 span:before {
  content: none !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-option-amount {
  display: none;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list span:not(.bc-sf-filter-option-value):hover {
  color: #475de6;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list li {
  flex: 0 0 20%;
  margin-left: 5px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list li:first-child {
  margin-top: 0px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list a {
  width: 100px;
  height: 25px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list span {
  font: 100 14px/1.27 Circular-Book, sans-serif !important;
  padding-left: 8px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list span:hover {
  color: #475de6;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font: 700 14px/1.27 Circular-Bold, sans-serif !important;
  padding: 17px 0;
  color: currentColor;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style:hover ::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 4px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style:hover ::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background-color: #F5F5F5 !important;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style ::-webkit-scrollbar {
  -webkit-appearance: unset;
  width: unset;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style ::-webkit-scrollbar-thumb {
  border-radius: unset;
  background-color: unset;
  box-shadow: unset;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-block-title h3 {
  text-transform: none !important;
  pointer-events: none;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-block-title h3 span:before {
  content: none !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-option-amount {
  display: none;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-option-multiple-list span:not(.bc-sf-filter-option-value):hover {
  color: #475de6;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-option-multiple-list li {
  flex: 0 0 20%;
  max-width: 20%;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-option-multiple-list li:first-child {
  margin-top: 0px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-option-multiple-list a {
  width: 200px;
  height: 25px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-option-multiple-list span {
  font: 100 14px/1.27 Circular-Book, sans-serif !important;
  padding-left: 8px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-shop-by-style .bc-sf-filter-option-multiple-list span:hover {
  color: #475de6;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
  padding: 17px 0;
  color: currentColor;
  border-top: 1px solid #ccc !important;
}
@media (max-width: 749px) {
  #bc-sf-filter-tree .bc-sf-filter-option-block-category {
    border-top: none !important;
  }
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category:hover ::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 4px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category:hover ::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category ::-webkit-scrollbar {
  -webkit-appearance: unset;
  width: unset;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category ::-webkit-scrollbar-thumb {
  border-radius: unset;
  background-color: unset;
  box-shadow: unset;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category .bc-sf-filter-block-title h3 {
  text-transform: none !important;
  pointer-events: none;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category .bc-sf-filter-block-title h3 span:before {
  content: none !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category .bc-sf-filter-option-amount {
  display: none;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category .bc-sf-filter-option-multiple-list span:not(.bc-sf-filter-option-value):hover {
  color: #475de6;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category .bc-sf-filter-option-multiple-list li {
  flex: 0 0 20%;
  max-width: 20%;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category .bc-sf-filter-option-multiple-list a {
  width: 200px;
  height: 25px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category .bc-sf-filter-option-multiple-list span {
  font: 100 14px/1.27 Circular-Book, sans-serif !important;
  padding-left: 8px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-category .bc-sf-filter-option-multiple-list span:hover {
  color: #475de6;
}
#bc-sf-filter-tree .bc-sf-filter-option-block h3 {
  text-transform: none !important;
  pointer-events: none;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block h3 span:before {
  content: none !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-option-multiple-list span {
  font: 100 14px/1.27 Circular-Book, sans-serif !important;
  padding-left: 8px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-option-multiple-list span:hover {
  color: #475de6;
}
#bc-sf-filter-tree #bc-sf-filter-option-block-color {
  overflow: hidden !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-color ::-webkit-scrollbar {
  -webkit-appearance: unset;
  width: unset;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-color ::-webkit-scrollbar-thumb {
  border-radius: unset;
  background-color: unset;
  box-shadow: unset;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-color h3 {
  text-transform: none !important;
  pointer-events: none;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-color h3 span:before {
  content: none !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-color ul {
  display: flex;
  flex-flow: row wrap;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-color li {
  flex: 0 0 25%;
}
@media (max-width: 749px) {
  #bc-sf-filter-tree .bc-sf-filter-option-block-color li {
    flex: 0 0 5%;
  }
}
#bc-sf-filter-tree .bc-sf-filter-option-block-color .bc-sf-filter-option-value {
  display: block !important;
  font: 100 14px/1.27 Circular-Book, sans-serif !important;
}
@media (max-width: 749px) {
  #bc-sf-filter-tree .bc-sf-filter-option-block-color .bc-sf-filter-option-value {
    font: 100 12px/1.27 Circular-Book, sans-serif !important;
  }
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
  padding: 17px 0;
  color: currentColor;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-block-content {
  max-height: 300px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-block-title h3 {
  text-transform: none !important;
  pointer-events: none;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-block-title h3 span:before {
  content: none !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-option-multiple-list span:not(.bc-sf-filter-option-value) {
  display: none;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-option-multiple-list li {
  margin-bottom: 10px;
  margin-top: 10px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-option-multiple-list li:first-child {
  margin-top: 0px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-option-multiple-list a {
  padding-left: 0px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-option-multiple-list span {
  font: 100 14px/1.27 Circular-Book, sans-serif !important;
  background-color: #f2f2f2;
  padding: 8px 20px;
  border-radius: 999px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-features .bc-sf-filter-option-multiple-list span:hover {
  background-color: #fff8cc;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
  padding: 17px 0;
  color: currentColor;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-block-content {
  max-height: 300px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-block-title h3 {
  text-transform: none !important;
  pointer-events: none;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-block-title h3 span:before {
  content: none !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-option-multiple-list span:not(.bc-sf-filter-option-value) {
  display: none;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-option-multiple-list li {
  margin-bottom: 10px;
  margin-top: 10px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-option-multiple-list a {
  padding-left: 0px;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-option-multiple-list li:first-child {
  margin-top: 0px !important;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-option-multiple-list span {
  font: 100 14px/1.27 Circular-Book, sans-serif !important;
  background-color: #f2f2f2;
  padding: 8px 15px;
  border-radius: 999px;
  display: inline-block;
}
#bc-sf-filter-tree .bc-sf-filter-option-block-fit .bc-sf-filter-option-multiple-list span:hover {
  background-color: #fff8cc;
}
@media (max-width: 749px) {
  #bc-sf-filter-tree {
    padding: 0 27px 0px;
  }
}

.bc-sf-filter-option-swatch-image {
  background-color: transparent !important;
  background-image: none !important;
  margin-bottom: 9px;
}

.filter {
  background: #fff;
  box-shadow: 0px 13px 24.36px 4.64px rgba(0, 0, 0, 0.15);
  max-width: 412px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.filter.is-active {
  opacity: 1;
  visibility: visible;
}
.filter .collection-nav {
  display: none;
  padding: 0 27px 40px;
  border-bottom: 1px solid #e3e3e3;
}
.filter .collection-nav > ul > li:first-child {
  border-top: 0;
}
@media (max-width: 749px) {
  .filter .collection-nav {
    display: block;
    border-bottom: none;
    padding: 0 27px 0px;
  }
}
.filter .bc-sf-filter-clear,
.filter .bc-sf-filter-clear-all {
  display: none;
  float: none;
  font: 400 16px/1 "Circular-Book", sans-serif;
  text-decoration: underline;
  margin-bottom: 25px;
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 749px) {
  .filter .bc-sf-filter-clear-all {
    display: block;
  }
}
.filter #bc-sf-filter-tree {
  display: block !important;
}
.filter .bc-sf-filter-selection-wrapper {
  display: none;
}
.filter .bc-sf-filter-option-block {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
  padding: 17px 0;
  color: currentColor;
}
.filter .bc-sf-filter-block-title h3 {
  text-transform: none !important;
  pointer-events: none;
  font: 700 16px/1.27 Circular-Bold, sans-serif !important;
}
.filter .bc-sf-filter-block-title h3 span:before {
  content: none !important;
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a {
  padding-left: 25px;
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a > span:first-child {
  width: 17px;
  height: 17px;
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a.selected {
  font-weight: 400;
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a.selected > span:first-child {
  background: #fff8cc;
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a.selected > span:first-child:before {
  content: "x";
  -webkit-transform: none;
  transform: none;
  height: auto;
  width: auto;
  border: 0;
  top: -5px;
  left: 5px;
  font: 400 15px/1.6 "Circular-Book", sans-serif;
}
.filter .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list,
.filter .bc-sf-filter-option-block-color .bc-sf-filter-option-multiple-list {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.filter .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list li,
.filter .bc-sf-filter-option-block-color .bc-sf-filter-option-multiple-list li {
  -webkit-box-flex: 0;
  flex: 0 0 16.667%;
  max-width: 16.667%;
}
@media (max-width: 749px) {
  .filter .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list li,
  .filter .bc-sf-filter-option-block-color .bc-sf-filter-option-multiple-list li {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 749px) {
  .filter .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list {
    display: flex;
    flex-flow: column wrap;
    max-height: 160px;
  }
}
.filter .bc-sf-filter-option-block-coverage-support .bc-sf-filter-option-multiple-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.filter .bc-sf-filter-option-block-coverage-support .bc-sf-filter-option-multiple-list li {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.filter .bc-sf-filter-option-value {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
}
@media (max-width: 749px) {
  .filter .bc-sf-filter-option-value {
    font-size: 12px;
    line-height: 24px;
  }
}
.filter .bc-sf-filter-option-block-color .bc-sf-filter-option-value {
  font-size: 12px;
}
.filter .bc-sf-filter-option-amount {
  display: none;
}
.filter .bc-sf-filter-option-swatch {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding-top: 3px !important;
  padding-left: 3px !important;
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-grid li {
  margin-right: 20px;
  font: 400 12px/1.2 "Circular-Book", sans-serif;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}
@media (max-width: 749px) {
  .filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-grid li {
    margin-right: 25px;
  }
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a .bc-sf-filter-option-swatch-image {
  position: relative;
  width: 19px;
  height: 19px;
  padding: 0;
  margin-right: 0;
}
@media (max-width: 749px) {
  .filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a .bc-sf-filter-option-swatch-image {
    width: 24px;
    height: 24px;
  }
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-swatch-image,
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-swatch-image {
  border: 0 !important;
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-swatch-image:before,
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-swatch-image:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 1px solid #8e8e8e;
}
.filter .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-grid li a span:not(.bc-sf-filter-option-swatch-image):not(.bc-sf-filter-option-amount) {
  display: block;
}
.filter.filter--alternative .bc-sf-filter-option-block-size .bc-sf-filter-option-multiple-list li,
.filter.filter--alternative .bc-sf-filter-option-block-color .bc-sf-filter-option-multiple-list li {
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

/* ------------------------------------------------------------ *\
  Intro New
\* ------------------------------------------------------------ */
.intro-new {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 690px;
  position: relative;
}
.template-index .intro-new {
  background-position: top center;
}
.intro-new .right-bottom-text-desktop {
  position: absolute;
  bottom: 0;
  color: white;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 20px;
  font-size: 12px;
  color: white !important;
}
@media (max-width: 1023px) {
  .intro-new .right-bottom-text-desktop {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 15px;
    font-size: 8px;
    line-height: 10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .intro-new {
    height: 1px;
  }
}
@media (max-width: 1023px) {
  .intro-new {
    min-height: 422px;
  }
}
@media (max-width: 1023px) {
  .intro-new {
    min-height: 482px;
  }
}
.intro-new .intro__content {
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
}
.intro-new .intro__content .intro__content-link {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
}
.intro-new .intro__content .intro__content-link:hover + .intro__content.a {
  color: red !important;
  background-color: red !important;
}
.intro-new .intro__subtitle {
  margin-bottom: 12px;
  font: 500 20px/1.2 "Circular-Medium", sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 1023px) {
  .intro-new .intro__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 749px) {
  .intro-new .intro__subtitle {
    font-size: 15px;
  }
}
.intro-new .intro__title {
  padding-bottom: 5px;
  font: 700 75px/1.046154 "Petrona", serif;
  position: relative;
}
@media (max-width: 1023px) {
  .intro-new .intro__title {
    font-size: 60px;
  }
}
@media (max-width: 749px) {
  .intro-new .intro__title {
    font-size: 52px;
  }
}
.intro-new .intro__small_text {
  font: 500 14px/1.2 Circular-Medium, sans-serif;
  padding-bottom: 20px;
  line-height: 20px;
  margin-left: 22%;
  margin-right: 22%;
  position: relative;
}
@media (max-width: 749px) {
  .intro-new .intro__small_text {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.intro-new .intro__btn {
  letter-spacing: 0px;
  top: 0;
  position: relative;
  font: 500 17px/1.2 Circular-Medium, sans-serif;
  letter-spacing: 0.02em;
}
.intro-new .intro__btn:hover {
  color: white;
  background-color: black;
}
.intro-new .intro-new-link {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}

/* ------------------------------------------------------------ *\
  Section Featured Collections
\* ------------------------------------------------------------ */
.section-featured-collections {
  background-color: #fffdf1;
  margin: 15px 60px;
  padding: 80px 0 140px;
}
@media (max-width: 1023px) {
  .section-featured-collections {
    padding: 60px 0 90px;
    margin: 0 20px;
  }
}
.section-featured-collections.featured-collections-no-text {
  padding: 20px 0 40px;
}
.section-featured-collections.featured-collections-no-text .section__head {
  margin-bottom: 0px;
}
.section-featured-collections.featured-collections-no-text .section__head .highlight__title {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #fcf2a1 50%);
}
.section-featured-collections.featured-collections-no-text .slick-slider.slick-dotted {
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  .section-featured-collections.featured-collections-no-text {
    padding: 10px 0;
  }
}
@media (max-width: 749px) {
  .section-featured-collections {
    margin: 13px;
    padding: 35px 0 10px;
  }
}
.section-featured-collections .section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 749px) {
  .section-featured-collections .section__inner {
    padding: 0;
  }
}
.section-featured-collections .cards {
  margin: 0;
}
.section-featured-collections .cards .card {
  padding: 0;
  margin-right: 40px;
  max-width: calc(25% - 30px);
}
.section-featured-collections .cards .card:last-child {
  margin-right: 0;
}
.section-featured-collections .cards .card .card__inner {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 749px) {
  .section-featured-collections .cards .card {
    max-width: 49%;
    margin-right: 10px;
    padding: 0 4px;
  }
  .section-featured-collections .cards .card .card__inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.section-featured-collections .section__head {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-featured-collections .section__head {
    margin-bottom: 65px;
  }
}
@media (max-width: 749px) {
  .section-featured-collections .section__head {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
.section-featured-collections .section__image {
  max-width: 118px;
  margin: 0 auto 45px;
}
@media (max-width: 1023px) {
  .section-featured-collections .section__image {
    max-width: 90px;
    margin-bottom: 25px;
  }
}
@media (max-width: 749px) {
  .section-featured-collections .section__image {
    max-width: 85px;
  }
}
.section-featured-collections .section__image img {
  width: 100%;
}
.section-featured-collections .section__title {
  margin-bottom: 0;
  font: 600 40px/1.25 "Petrona", serif;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .section-featured-collections .section__title {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .section-featured-collections .section__title {
    font-size: 20px;
    margin-bottom: 10px !important;
  }
}
.section-featured-collections .section__title p {
  margin-bottom: 0;
}
.section-featured-collections .section__title strong {
  position: relative;
  font-weight: 700;
}
.section-featured-collections .section__title a {
  color: #A8332C;
}
.section-featured-collections .section__title a:hover {
  text-decoration: underline;
}
.section-featured-collections .section__body {
  overflow: hidden;
}
.section-featured-collections .section__body .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px -10px 0 -20px;
}
.section-featured-collections .section__body .slick-dots li {
  margin: 0 3px;
}
.section-featured-collections .section__body .slick-dots li.slick-active button {
  background-color: #6b7fe5;
  border-color: #6b7fe5;
}
.section-featured-collections .section__body .slick-dots button {
  appearance: none;
  border: none;
  font-size: 0;
  padding: 0;
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #c0c0bb;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
}
.section-featured-collections .section__body .slick-dots button:before, .section-featured-collections .section__body .slick-dots button:after {
  display: none;
}
.section-featured-collections .slick-dot-icon:before {
  display: none;
}

/* ------------------------------------------------------------ *\
  Cards
\* ------------------------------------------------------------ */
.cards {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
@media (max-width: 1023px) {
  .cards {
    margin: 0 -4px;
  }
}
@media (max-width: 749px) {
  .cards {
    padding: 0 0 0 20px;
    display: flex;
    flex-flow: nowrap;
    overflow: scroll;
  }
}

.card {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  .card {
    padding: 0 4px;
  }
}
@media (max-width: 749px) {
  .card {
    width: 49vw;
    flex: 0 0 49%;
    max-width: 49%;
    margin-right: 10px;
  }
}
.card .card__inner {
  display: block;
  background-color: #fff9d0;
  color: #2c1504;
  padding: 13px 13px 20px;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 1023px) {
  .card .card__inner {
    padding: 8px 8px 12px;
  }
}
@media (max-width: 749px) {
  .card .card__inner {
    width: 49vw;
  }
}
.card .card__image {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .card .card__image {
    margin-bottom: 10px;
  }
}
@media (max-width: 749px) {
  .card .card__image img {
    width: 100%;
  }
}
.card .card__title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
  padding-left: 13px;
  font: 600 22px/1.363636 "Petrona", serif;
}
@media (max-width: 1023px) {
  .card .card__title {
    font-size: 14px;
    padding-left: 8px;
  }
}
@media (max-width: 749px) {
  .card .card__title {
    font-size: 15px;
    padding-left: 10px;
  }
}
.card .card__title span {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .card .card__title span {
    margin-left: 8px;
  }
}
.card .card__title svg {
  width: 33px;
  height: 17px;
}
@media (max-width: 1023px) {
  .card .card__title svg {
    width: 19px;
    height: 9px;
  }
}

/* ------------------------------------------------------------ *\
  Section 50/50
\* ------------------------------------------------------------ */
.section-50-50 {
  margin: 15px 60px;
}
@media (max-width: 1023px) {
  .section-50-50 {
    margin: 15px 20px;
  }
}
@media (max-width: 749px) {
  .section-50-50 {
    margin: 15px 55px;
    margin: 0;
  }
}
.section-50-50.section-50-50-mobile-reverse .section__inner {
  flex-flow: row-reverse wrap;
}
.section-50-50.section-50-50--reverse .section__inner {
  flex-flow: row-reverse wrap;
}
.section-50-50 .section__inner {
  display: flex;
  flex-flow: row wrap;
  min-height: 690px;
}
@media (max-width: 749px) {
  .section-50-50 .section__inner {
    display: block;
    min-height: unset;
  }
}
.section-50-50 .section__block {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .section-50-50 .section__block:not(.full-width) {
    min-height: 59.5vw;
  }
}
@media (max-width: 749px) {
  .section-50-50 .section__block {
    max-width: 100%;
    min-height: 100vw !important;
  }
}
.section-50-50 .section__block--secondary {
  background-image: none !important;
  padding: 0 83px;
}
.section-50-50 .section__block--secondary.full-width {
  padding: 0;
}
.section-50-50 .section__block--secondary.full-width a {
  height: 100%;
}
.section-50-50 .section__block--secondary.full-width img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .section-50-50 .section__block--secondary {
    padding: 0 16px;
  }
}
@media (max-width: 749px) {
  .section-50-50 .section__block--secondary {
    min-height: 100vw;
    padding: 18px;
    display: none;
  }
}
.section-50-50 .section__block--secondary .section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 65px;
}
@media (max-width: 749px) {
  .section-50-50 .section__block--secondary .section__title {
    font-size: 40px;
  }
}
.section-50-50 .section__block--secondary a {
  font-size: 0;
}
.section-50-50 .section__link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-50-50 .section__content {
  text-align: center;
  z-index: 2;
}
.section-50-50 .section-page__content {
  width: 70%;
  margin-bottom: 0px;
}
.section-50-50 .section-page__content .right-button-light:hover {
  background: white !important;
  color: black !important;
}
.section-50-50 .section-page__content .right-button-light-two:hover {
  background: #fff8cc !important;
  color: black !important;
}
@media (max-width: 749px) {
  .section-50-50 .section-page__content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.section-50-50 .section__subtitle {
  padding-bottom: 15px;
  font: 500 20px/1.2 "Circular-Medium", sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .section-50-50 .section__subtitle {
    font-size: 14px;
  }
}
.section-50-50 .section__title {
  padding-bottom: 25px;
  font: 400 65px/1.057143 "Petrona", serif;
}
@media (max-width: 1023px) {
  .section-50-50 .section__title {
    font-size: 50px;
  }
}
.section-50-50 .section__btn {
  min-width: 280px;
  display: inline-block;
  color: #fff9d0;
  border-radius: 5px;
  padding: 19px 20px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  transition: background 0.3s, color 0.3s;
  font: 500 17px/1.2 Circular-Medium, sans-serif;
  letter-spacing: 0.02em;
}
.section-50-50 .section__btn:hover {
  background: #2c1504 !important;
  color: white !important;
}
.section-50-50 .section-overlay-image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 15%);
  height: 2.4%;
}
.section-50-50 .section-overlay-image-right {
  width: 70%;
}
.section-50-50 .right-middle-text {
  font: 400 50px/1.05714 "Petrona", serif;
  margin-top: 15px;
}
@media (max-width: 749px) {
  .section-50-50 .right-middle-text {
    font: 400 38px/1.05714 "Petrona", serif;
  }
}
.section-50-50 .right-top-text {
  font: 500 16px/1.2 "Circular-Medium", sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .section-50-50 .right-top-text {
    margin-top: 30px;
    font: 500 15px/1.2 "Circular-Medium", sans-serif;
  }
}
.section-50-50 .right-lower-text {
  width: 60%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7em;
}
@media (max-width: 749px) {
  .section-50-50 .right-lower-text {
    font-size: 14px;
    width: 70%;
  }
}
.section-50-50 .right-lower-text-page {
  width: 80%;
  margin: 0 auto;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1.8em;
}
.section-50-50 .right-lower-text-page u {
  background: #000;
  color: #fff;
  font-family: "Circular-Bold";
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  padding: 3px;
  text-decoration: none;
}
@media (max-width: 749px) {
  .section-50-50 .right-lower-text-page {
    font-size: 14px;
    width: 70%;
  }
}
.section-50-50 .right-button {
  width: 250px;
  display: inline-block;
  border-radius: 5px;
  padding: 15px;
  font: 500 17px/1.2 Circular-Medium, sans-serif;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  margin-top: 20px;
}
.section-50-50 .right-button:hover {
  background: white !important;
  color: black !important;
}
.section-50-50 .right-bottom-text {
  text-align: center;
  font-size: 14px;
  color: black;
  margin: 0 auto;
  width: 50%;
  margin-top: 100px;
}
@media (max-width: 749px) {
  .section-50-50 .right-bottom-text {
    font-size: 10px;
    width: 50%;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.section-50-50 .section__block1 {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 53.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .section-50-50 .section__block1 {
    min-height: 59.5vw;
  }
}
@media (max-width: 749px) {
  .section-50-50 .section__block1 {
    max-width: 100%;
    min-height: 117vw;
  }
}
.section-50-50 .section__block1 video {
  height: 100%;
  width: 100%;
}
@media (max-width: 749px) {
  .section-50-50 .section__block1 video {
    height: 430px;
    width: unset;
  }
}
.section-50-50 .section__block3 {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 53.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 749px) {
  .section-50-50 .section__block3 {
    max-width: 100%;
    min-height: 117vw;
  }
}
.section-50-50 .section__block2 {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 53.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .section-50-50 .section__block2 {
    min-height: 59.5vw;
  }
}
@media (max-width: 749px) {
  .section-50-50 .section__block2 {
    max-width: 100%;
    min-height: 110.67vw;
  }
}
.section-50-50 .intro-new-link {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}

/* ------------------------------------------------------------ *\
  Section Main Image Half Text
\* ------------------------------------------------------------ */
.section__text {
  margin-left: 50%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 749px) {
  .section__text {
    margin-left: 0%;
  }
}
.section__text .right-middle-text {
  font: 400 50px/1.05714 "Petrona", serif;
  margin-top: 15px;
}
@media (max-width: 749px) {
  .section__text .right-middle-text {
    font: 400 45px/1.05714 "Petrona", serif;
  }
}
.section__text .right-top-text {
  font: 500 18px/1.2 "Circular-Medium", sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .section__text .right-top-text {
    margin-top: 30px;
    font: 500 15px/1.2 "Circular-Medium", sans-serif;
  }
}
.section__text .right-lower-text {
  width: 60%;
  margin: 0 auto;
  font-size: 13px;
}
@media (max-width: 749px) {
  .section__text .right-lower-text {
    font-size: 14px;
    width: 70%;
  }
}
.section__text .right-button {
  width: 250px;
  display: inline-block;
  border-radius: 5px;
  padding: 15px;
  font: 500 13px/1.2 "Circular-Medium", sans-serif;
  border: 1px solid transparent;
  margin-top: 20px;
}
.section__text .right-button:hover {
  background: black !important;
  color: white !important;
}
.section__text .right-bottom-text {
  text-align: center;
  font-size: 14px;
  color: black;
  margin: 0 auto;
  width: 50%;
  margin-top: 100px;
}
@media (max-width: 749px) {
  .section__text .right-bottom-text {
    font-size: 10px;
    width: 50%;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

/* ------------------------------------------------------------ *\
  Section Featured Items
\* ------------------------------------------------------------ */
.section-featured-items {
  margin: 85px 60px;
}
@media (max-width: 1023px) {
  .section-featured-items {
    margin-top: 50px;
    margin-bottom: 65px;
  }
}
@media (max-width: 1023px) {
  .section-featured-items {
    margin: 45px 20px 55px;
  }
}
@media (max-width: 749px) {
  .section-featured-items {
    margin: 45px 0 55px;
  }
}
.section-featured-items .section__inner {
  max-width: 1320px;
  margin: 0 auto;
}
.section-featured-items .section__head {
  margin-bottom: 35px;
}
.section-featured-items .section__head .highlight__title {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #fcf2a1 50%);
}
@media (max-width: 1023px) {
  .section-featured-items .section__head {
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .section-featured-items .section__head {
    padding: 0 20px;
  }
}
.section-featured-items .section__title {
  margin-bottom: 0;
  font: 600 40px/1.2 "Petrona", serif;
}
@media (max-width: 1023px) {
  .section-featured-items .section__title {
    font-size: 32px;
  }
}
@media (max-width: 749px) {
  .section-featured-items .section__title {
    font-size: 30px;
  }
}
@media (max-width: 749px) {
  .section-featured-items .section__body .list-items {
    padding: 0 20px;
  }
}
.section-featured-items .section__body .list-items a {
  position: relative;
}
.section-featured-items .section__body .list-items a:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.section-featured-items .section__body .list-items .hover-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

/* ------------------------------------------------------------ *\
  List Items
\* ------------------------------------------------------------ */
.list-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -9px;
}
@media (max-width: 749px) {
  .list-items {
    flex-flow: row nowrap;
    overflow: auto;
    margin: 0 -4px;
  }
}
.list-items li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 9px;
}
@media (max-width: 749px) {
  .list-items li {
    min-width: 162px;
    padding: 0 4px;
  }
}
.list-items figure {
  position: relative;
  margin: 0 0 20px;
}
.list-items figure figcaption {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
}
.list-items figure a {
  display: block;
  height: 0;
  padding-top: 124.29%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-items figure span {
  position: absolute;
  top: 14px;
  right: 14px;
  min-width: 96px;
  padding: 5px 10px;
  font: 400 10px/1.4 "Circular-Book", sans-serif;
  text-align: center;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .list-items figure span {
    display: none;
  }
}
.list-items figure:hover + .product-content a {
  color: #475de6;
  text-decoration: underline;
}
.list-items h3 {
  margin-bottom: 3px;
  font: 700 18px/1.2 "Circular-Bold", sans-serif;
  letter-spacing: 0.025em;
}
@media (max-width: 1023px) {
  .list-items h3 {
    font-size: 15px;
  }
}
@media (max-width: 749px) {
  .list-items h3 {
    font-size: 14px;
  }
}
.list-items .product-titles {
  margin-bottom: 3px;
  font: 700 18px/1.2 "Circular-Bold", sans-serif;
  letter-spacing: 0.025em;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .list-items .product-titles {
    font-size: 15px;
  }
}
@media (max-width: 749px) {
  .list-items .product-titles {
    font-size: 14px;
  }
}
.list-items .product-content:hover a {
  color: #475de6;
  text-decoration: underline;
}
.list-items .product-content .shop-now-button {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.025em;
  text-decoration: underline;
}
.list-items .product-content .shop-now-button:hover {
  color: #475de6;
}
@media (max-width: 1023px) {
  .list-items .product-content .shop-now-button {
    font-size: 12px;
  }
}

.list-items--small {
  display: block;
  margin: 0;
}
@media (max-width: 1023px) {
  .list-items--small {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 749px) {
  .list-items--small {
    display: block;
    margin: 0;
  }
}
.list-items--small li {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .list-items--small li {
    flex: 0 0 114px;
    max-width: 114px;
    margin-right: 45px;
  }
}
@media (max-width: 749px) {
  .list-items--small li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
}
.list-items--small figure {
  max-width: 114px;
  flex: 0 0 114px;
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .list-items--small figure {
    margin-bottom: 15px;
  }
}
@media (max-width: 749px) {
  .list-items--small figure {
    max-width: 141px;
    flex: 0 0 141px;
    margin-bottom: 0;
  }
}
.list-items--small figure a {
  padding-top: 114%;
}
.list-items--small div {
  flex: 1 1;
}
.list-items--small div > a {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
}
@media (max-width: 749px) {
  .list-items--small div > a {
    font-size: 14px;
  }
}
.list-items--small div > a:hover {
  color: #475de6;
}
.list-items--small h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .list-items--small h3 {
    font-size: 14px;
  }
}
@media (max-width: 749px) {
  .list-items--small h3 {
    font-size: 16px;
  }
}
.list-items--small h3:hover {
  color: #475de6;
}
.list-items--small .pair-product-title {
  font: 700 18px/1.2 "Circular-Bold", sans-serif;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .list-items--small .pair-product-title {
    font-size: 14px;
  }
}
@media (max-width: 749px) {
  .list-items--small .pair-product-title {
    font-size: 16px;
  }
}
.list-items--small .pair-product-title:hover {
  color: #475de6;
}
.list-items--small .savings-applied {
  margin-bottom: 15px;
  margin-top: -5px;
  font: 300 14px/1.2 Circular-Book, sans-serif;
}
@media (max-width: 749px) {
  .list-items--small .savings-applied {
    margin-top: 0px;
  }
}

.list-items--recommended {
  max-width: 90%;
  margin: 0 auto;
}
.list-items--recommended li {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 7px;
}
.list-items--recommended h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .list-items--recommended h3 {
    font-size: 18px;
  }
}
.list-items--recommended figure {
  position: relative;
  margin-bottom: 25px;
}
.list-items--recommended figure:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.list-items--recommended figure a {
  padding-top: 132.835%;
}
.list-items--recommended figure .hover-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.list-items--recommended div {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.list-items--recommended div > a {
  margin-top: auto;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  line-height: 1.2;
}
.list-items--recommended div > a:hover {
  color: #475de6;
}
@media (max-width: 749px) {
  .list-items--recommended {
    display: block;
    margin: 0;
  }
  .list-items--recommended li {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  .list-items--recommended figure {
    max-width: 133px;
    flex: 0 0 133px;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .list-items--recommended figure a {
    padding-top: 114%;
  }
  .list-items--recommended figure .hover-image {
    display: none;
  }
  .list-items--recommended div {
    flex: 1 1;
  }
  .list-items--recommended div > a {
    border-bottom: 1px solid currentColor;
  }
}
@media (max-width: 749px) and (max-width: 749px) {
  .list-items--recommended div > a {
    font-size: 12px;
  }
}
@media (max-width: 749px) {
  .list-items--recommended div > a:hover {
    border-color: transparent;
  }
  .list-items--recommended h3 {
    font-size: 16px;
  }
}

@media (max-width: 749px) {
  .list-item__title {
    margin-left: 160px;
    margin-top: -150px;
  }
}
.list-item__title:hover {
  color: #475de6;
}

.list-items--outfit {
  margin: 0 -12px;
}
@media (max-width: 749px) {
  .list-items--outfit {
    margin: 0 -5px;
  }
}
.list-items--outfit li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 12px;
}
@media (max-width: 749px) {
  .list-items--outfit li {
    min-width: 0;
    padding: 0 5px;
  }
}
.list-items--outfit h5 {
  max-width: 200px;
  margin: 0 auto 20px;
  font: 700 16px/1.2 "Circular-Bold", sans-serif;
}
@media (max-width: 749px) {
  .list-items--outfit h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 749px) {
  .list-items--outfit figure {
    margin-bottom: 10px;
  }
}
.list-items--outfit figure a {
  padding-top: 111.04%;
}
.list-items--outfit div > a {
  font-size: 14px;
  border-bottom: 1px solid currentColor;
}
.list-items--outfit div > a:hover {
  border-color: transparent;
}

/* ------------------------------------------------------------ *\
  Section Quotes
\* ------------------------------------------------------------ */
.section-quotes {
  position: relative;
  background-color: #f5f5f5;
  margin: 15px;
  padding: 160px 50px 80px;
}
@media (max-width: 1023px) {
  .section-quotes {
    padding: 95px 50px 45px;
  }
}
@media (max-width: 749px) {
  .section-quotes {
    padding: 95px 20px 45px;
  }
}
.section-quotes .section__quotemark {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font: 400 145px/1 "Petrona", serif;
  text-align: center;
  color: #5367e7;
}
@media (max-width: 1023px) {
  .section-quotes .section__quotemark {
    top: 50px;
    font-size: 90px;
  }
}
.section-quotes .quotes-wrapper {
  max-width: 1080px;
  margin: 0 auto 60px;
}
@media (max-width: 1023px) {
  .section-quotes .quotes-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 749px) {
  .section-quotes .quotes-wrapper {
    margin-bottom: 45px;
  }
}
@media (max-width: 749px) {
  .section-quotes .small--hide {
    display: block !important;
  }
}
.section-quotes h4 {
  font: italic 400 32px/1.40625 "Petrona", serif;
  letter-spacing: 0.025em;
  margin-bottom: 0;
  color: #5367e7;
}
@media (max-width: 1023px) {
  .section-quotes h4 {
    font-size: 18px;
  }
}
.section-quotes .authors-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
}
.section-quotes .authors-wrapper span.slick-current img {
  opacity: 1;
  filter: invert(39%) sepia(36%) saturate(2308%) hue-rotate(211deg) brightness(92%) contrast(96%);
}
.section-quotes .authors-wrapper img {
  padding: 0 40px;
  height: 75px;
  opacity: 0.3;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .section-quotes .authors-wrapper img {
    height: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 749px) {
  .section-quotes .authors-wrapper img {
    height: 50px;
    padding: 0;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------ *\
  Section Instagram
\* ------------------------------------------------------------ */
.section-instagram {
  background-color: white;
  margin: 15px;
  padding: 50px 50px 0;
}
@media (max-width: 1023px) {
  .section-instagram {
    padding: 45px 50px 0;
  }
}
@media (max-width: 749px) {
  .section-instagram {
    padding: 20px 10px 0px;
  }
}
.section-instagram .section__inner {
  position: relative;
  margin: 0 auto;
}
.section-instagram .section__head {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 749px) {
  .section-instagram .section__head {
    margin-bottom: 20px;
  }
}
.section-instagram .section__body {
  padding-bottom: 50px;
}
@media (max-width: 749px) {
  .section-instagram .section__body {
    padding-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .section-instagram .section__body {
    padding-bottom: 20px;
  }
}
.section-instagram .section__title {
  font: 600 35px/1.2 "Petrona", serif;
}
.section-instagram .section__title .highlight__title {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #fcf2a1 50%);
}
@media (max-width: 1023px) {
  .section-instagram .section__title {
    font-size: 25px;
  }
}
@media (max-width: 749px) {
  .section-instagram .section__title {
    font-size: 20px;
  }
}
.section-instagram .section__description {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
}
@media (max-width: 1023px) {
  .section-instagram .section__description {
    font-size: 13px;
  }
}
.section-instagram .section__description strong {
  font-weight: 700;
  font-family: "Circular-Bold", sans-serif;
}
.section-instagram .section__description svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 749px) {
  .section-instagram .section__description svg {
    display: none;
  }
}
.section-instagram .section__newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 75px;
  border-top: 1px solid #000;
}
@media (max-width: 1023px) {
  .section-instagram .section__newsletter {
    padding: 13px 0;
  }
}
@media (max-width: 749px) {
  .section-instagram .section__newsletter {
    display: block;
    text-align: center;
    padding: 20px 0 0;
  }
}
.section-instagram .section__newsletter-title {
  flex: 1 1;
  margin-right: 25px;
}
@media (max-width: 1023px) {
  .section-instagram .section__newsletter-title {
    font-size: 13px;
  }
}
@media (max-width: 749px) {
  .section-instagram .section__newsletter-title {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.section-instagram .form {
  max-width: 535px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section-instagram .form {
    max-width: 297px;
  }
}
@media (max-width: 749px) {
  .section-instagram .form {
    max-width: 100%;
  }
}
.section-instagram .form .form__body {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 15px;
}
.section-instagram .form .form__body:last-child {
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .section-instagram .form .form__body {
    display: block;
  }
}
.section-instagram .form input[type=email] {
  flex: 1 1 !important;
  max-width: 65% !important;
  background: #fff !important;
  border: 0 !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  height: auto !important;
  padding: 15px 30px !important;
  font: 400 15px/1.2 "Circular-Book", sans-serif;
  color: #000;
}
@media (max-width: 1023px) {
  .section-instagram .form input[type=email] {
    font-size: 12px !important;
    padding: 10px 20px !important;
  }
}
@media (max-width: 749px) {
  .section-instagram .form input[type=email] {
    max-width: 100% !important;
    margin-bottom: 10px !important;
    border-radius: 25px !important;
  }
}
.section-instagram .form input[type=email]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.section-instagram .form input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.section-instagram .form input[type=email]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.section-instagram .form input[type=email]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.section-instagram .form input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.section-instagram .form .form__btn {
  background: #5367e7;
  border: 0;
  flex: 0 0 195px;
  max-width: 195px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font: 400 15px/1.2 "Circular-Book", sans-serif;
  color: #fff;
  transition: opacity 0.3s;
}
.section-instagram .form .form__btn:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .section-instagram .form .form__btn {
    font-size: 12px;
    flex: 0 0 130px;
    max-width: 130px;
  }
}
@media (max-width: 749px) {
  .section-instagram .form .form__btn {
    max-width: 100%;
    width: 100%;
    border-radius: 25px;
    font-size: 12px;
    padding: 11px 15px 12px;
  }
}
.section-instagram .eapps-instagram-feed-title-container,
.section-instagram .eapps-instagram-feed-posts-grid-load-more-container {
  display: none !important;
}
.section-instagram .eapps-instagram-feed-posts {
  width: auto !important;
  margin: 0 -6px !important;
}
.section-instagram .eapps-instagram-feed-posts-item-template-tile {
  display: none !important;
  width: 25% !important;
  padding: 0 6px !important;
  background: none !important;
}
@media (max-width: 749px) {
  .section-instagram .eapps-instagram-feed-posts-item-template-tile {
    width: 50% !important;
    margin-bottom: 6px !important;
  }
}
.section-instagram .eapps-instagram-feed-posts-item-template-tile:nth-child(1),
.section-instagram .eapps-instagram-feed-posts-item-template-tile:nth-child(2),
.section-instagram .eapps-instagram-feed-posts-item-template-tile:nth-child(3),
.section-instagram .eapps-instagram-feed-posts-item-template-tile:nth-child(4) {
  display: flex !important;
}
.section-instagram .eapps-instagram-feed-posts-item-link {
  position: relative !important;
}
.section-instagram #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay .eapps-instagram-feed-posts-item-content,
.section-instagram #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay .eapps-instagram-feed-posts-item-text {
  color: #fdf49c;
}
.section-instagram #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-overlay {
  background: rgba(45, 91, 230, 0.82);
}

.section-instagram--no-margin .form .form__body {
  margin-bottom: 0;
}

.page-collection-section {
  text-align: center;
}
@media (max-width: 749px) {
  .page-collection-section {
    margin-top: 25px;
  }
}
.page-collection-section .page-collection-intro__title {
  font: 400 35px/1 "Petrona", serif;
  letter-spacing: 0.025em;
  margin-bottom: 18px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .page-collection-section .page-collection-intro__title {
    font-size: 36px;
  }
}
@media (max-width: 749px) {
  .page-collection-section .page-collection-intro__title {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 374px) {
  .page-collection-section .page-collection-intro__title {
    font-size: 36px;
  }
}
.page-collection-section .page-section-featured-items {
  margin: 50px 60px;
}
@media (max-width: 1023px) {
  .page-collection-section .page-section-featured-items {
    margin-top: 50px;
    margin-bottom: 65px;
  }
}
@media (max-width: 1023px) {
  .page-collection-section .page-section-featured-items {
    margin: 10px 20px 55px;
  }
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items {
    margin: 10px 0px 0px;
  }
}
.page-collection-section .page-section-featured-items .section__inner {
  max-width: 1320px;
  margin: 0 auto;
}
.page-collection-section .page-section-featured-items .section__inner figure {
  position: relative;
  margin: 0 0 5px;
}
.page-collection-section .page-section-featured-items .section__inner figure a {
  display: block;
  height: 0;
  padding-top: 124.29%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-collection-section .page-section-featured-items .section__inner figure span {
  position: absolute;
  top: 14px;
  right: 14px;
  min-width: 96px;
  padding: 5px 10px;
  font: 400 10px/1.4 "Circular-Book", sans-serif;
  text-align: center;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .page-collection-section .page-section-featured-items .section__inner figure span {
    display: none;
  }
}
.page-collection-section .page-section-featured-items .section__inner h3 {
  margin-bottom: 5px;
  margin-top: 18px;
  letter-spacing: 0.025em;
  font: 200 17px/1.2 "Circular-Book", sans-serif !important;
  width: 85%;
}
@media (max-width: 1023px) {
  .page-collection-section .page-section-featured-items .section__inner h3 {
    font-size: 15px;
  }
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner h3 {
    font: 200 12px/1.2 "Circular-Book", sans-serif !important;
    margin-bottom: 0px;
    width: 100%;
  }
}
.page-collection-section .page-section-featured-items .section__inner a {
  font: 200 14px/1.2 "Circular-Book", sans-serif !important;
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner a {
    font: 200 12px/1.2 "Circular-Book", sans-serif !important;
    margin-top: -3px;
  }
}
.page-collection-section .page-section-featured-items .section__inner a:hover {
  color: blue;
}
.page-collection-section .page-section-featured-items .section__inner .block-text-container {
  margin-top: 67%;
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner .block-text-container {
    margin-top: 0%;
    padding-top: 50%;
  }
}
.page-collection-section .page-section-featured-items .section__inner .top-text {
  font: 500 18px/1.2 "Circular-Light", sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner .top-text {
    font: 500 15px/1.2 "Circular-Light", sans-serif;
  }
}
.page-collection-section .page-section-featured-items .section__inner .middle-text {
  font: 400 50px/1.05714 "Petrona", serif;
  margin-top: 15px;
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner .middle-text {
    font: 400 40px/1.05714 "Petrona", serif;
  }
}
.page-collection-section .page-section-featured-items .section__inner .featured-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 500 13px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  margin-top: 20px;
}
.page-collection-section .page-section-featured-items .section__inner .featured-button:hover {
  background: #475de6 !important;
  color: white !important;
}
.page-collection-section .page-section-featured-items .section__inner .block-container {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 87%;
  display: flex;
  justify-content: center;
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner .block-container {
    flex-flow: column;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
  }
}
.page-collection-section .page-section-featured-items .section__inner .left-block {
  position: relative;
  flex: 0 0 50%;
  max-width: 48%;
  height: auto;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px 10px 0 10px;
}
@media (max-width: 1023px) {
  .page-collection-section .page-section-featured-items .section__inner .left-block {
    min-height: 50vh;
  }
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner .left-block {
    max-width: 100%;
    min-height: 460px;
    margin: 10px 6px 0 10px;
  }
}
.page-collection-section .page-section-featured-items .section__inner .right-block {
  display: flex;
  max-width: 50%;
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner .right-block {
    max-width: 100%;
  }
}
.page-collection-section .page-section-featured-items .section__inner .featured_photo {
  width: 20%;
  vertical-align: top;
  margin: 10px 10px 0 10px;
  margin-bottom: 15px;
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__inner .featured_photo {
    width: 40%;
    margin: 0px 0px 0 10px;
    margin-top: 15px;
  }
}
.page-collection-section .page-section-featured-items .section__head {
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .page-collection-section .page-section-featured-items .section__head {
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__head {
    padding: 0 20px;
  }
}
.page-collection-section .page-section-featured-items .section__title {
  margin-bottom: 0;
  font: 400 30px/1.2 "Petrona", serif;
  letter-spacing: 0.025em;
}
@media (max-width: 1023px) {
  .page-collection-section .page-section-featured-items .section__title {
    font-size: 22px;
  }
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__title {
    font-size: 20px;
  }
}
@media (max-width: 749px) {
  .page-collection-section .page-section-featured-items .section__body .list-items {
    padding: 0 20px;
  }
}
.page-collection-section .page-section-featured-items .section__body .list-items a {
  position: relative;
}
.page-collection-section .page-section-featured-items .section__body .list-items a:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.page-collection-section .page-section-featured-items .section__body .list-items .hover-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.page-collection-section .featured-list-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -9px;
}
@media (max-width: 749px) {
  .page-collection-section .featured-list-items {
    flex-flow: row wrap;
    overflow: auto;
    margin: 0 -4px;
  }
}
.page-collection-section .featured-list-items li {
  flex: 0 0 25%;
  max-width: 50%;
  padding-bottom: 40px;
  padding-left: 25px;
}
@media (max-width: 749px) {
  .page-collection-section .featured-list-items li {
    min-width: 162px;
    padding: 0 4px;
  }
}
.page-collection-section .featured-list-items figure {
  position: relative;
  margin: 0 0 20px;
}
.page-collection-section .featured-list-items figure a {
  display: block;
  height: 0;
  padding-top: 124.29%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-collection-section .featured-list-items figure span {
  position: absolute;
  top: 14px;
  right: 14px;
  min-width: 96px;
  padding: 5px 10px;
  font: 400 10px/1.4 "Circular-Book", sans-serif;
  text-align: center;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .page-collection-section .featured-list-items figure span {
    display: none;
  }
}
.page-collection-section .featured-list-items h3 {
  margin-bottom: 3px;
  letter-spacing: 0.025em;
  font: 200 17px/1.2 "Circular-Book", sans-serif !important;
  width: 85%;
}
@media (max-width: 1023px) {
  .page-collection-section .featured-list-items h3 {
    font-size: 15px;
  }
}
@media (max-width: 749px) {
  .page-collection-section .featured-list-items h3 {
    font: 200 12px/1.2 "Circular-Book", sans-serif !important;
  }
}
.page-collection-section .featured-list-items .featured_title {
  margin-bottom: 3px;
  letter-spacing: 0.025em;
  font: 200 17px/1.2 "Circular-Book", sans-serif !important;
  width: 85%;
}
@media (max-width: 1023px) {
  .page-collection-section .featured-list-items .featured_title {
    font-size: 15px;
  }
}
@media (max-width: 749px) {
  .page-collection-section .featured-list-items .featured_title {
    font: 200 12px/1.2 "Circular-Book", sans-serif !important;
  }
}
.page-collection-section .featured-list-items a {
  font: 200 18px/1.2 "Circular-Book", sans-serif !important;
}
@media (max-width: 749px) {
  .page-collection-section .featured-list-items a {
    font: 200 12px/1.2 "Circular-Book", sans-serif !important;
  }
}
.page-collection-section .featured-list-items li > a {
  font: 200 13px/1.2 "Circular-Book", sans-serif !important;
  letter-spacing: 0.025em;
  text-decoration: underline;
  transition: color 0.3s;
}
.page-collection-section .featured-list-items li > a:hover {
  color: #2d5be6;
}
@media (max-width: 1023px) {
  .page-collection-section .featured-list-items li > a {
    font-size: 12px;
  }
}
.page-collection-section .featured-list-items .top-text {
  font: 500 18px/1.2 "Circular-Medium", sans-serif;
  letter-spacing: 0.2em;
}
.page-collection-section .featured-list-items .middle-text {
  font: 400 50px/1.05714 "Petrona", serif;
  margin-top: 15px;
}
.page-collection-section .featured-list-items .featured-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 500 13px/1.2 "Circular-Medium", sans-serif;
  border: 1px solid transparent;
  margin-top: 20px;
}
.page-collection-section .featured-list-items .featured-button:hover {
  background: black !important;
  color: white !important;
}

.footer-50-50 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 690px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-50-50 {
    height: 1px;
  }
}
@media (max-width: 1023px) {
  .footer-50-50 {
    min-height: 422px;
  }
}
@media (max-width: 1023px) {
  .footer-50-50 {
    min-height: 482px;
  }
}
.footer-50-50 .top-text {
  font: 500 18px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .footer-50-50 .top-text {
    margin-top: 30px;
    font: 500 14px/1.2 "Circular-Medium", sans-serif;
  }
}
.footer-50-50 .middle-text {
  font: 400 40px/1.05714 "Petrona", serif;
  margin-top: 15px;
}
@media (max-width: 749px) {
  .footer-50-50 .middle-text {
    font: 400 25px/1.05714 "Petrona", serif;
    margin-left: 5%;
    width: 92%;
  }
}
.footer-50-50 .section_content {
  width: 40%;
  margin-right: 30%;
  text-align: center;
}
.footer-50-50 .footer-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  margin-top: 20px;
}
.footer-50-50 .footer-button:hover {
  background: #475de6 !important;
  color: white !important;
}
.footer-50-50 .footer-overlay-image {
  position: absolute;
  left: 50%;
  transform: translate(-250%, -120%);
  height: 5%;
}
@media (max-width: 749px) {
  .footer-50-50 .footer-overlay-image {
    height: 3%;
    transform: translate(-130%, -90%);
  }
}
.footer-50-50 .footer-disclaimer {
  padding-top: 10%;
  font-size: 12px;
}
@media (max-width: 749px) {
  .footer-50-50 .footer-disclaimer {
    padding-top: 20%;
  }
}
.footer-50-50 .footer-wrap {
  padding-top: 10%;
}
@media (max-width: 749px) {
  .footer-50-50 .footer-wrap {
    padding-top: 20%;
  }
}

.collage-section {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 749px) {
  .collage-section {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
.collage-section h1 {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .collage-section h1 {
    font: 500 10px/1.2 "Circular-Book", sans-serif;
    margin-bottom: 15px;
  }
}
.collage-section h2 {
  font: 400 30px/1 "Petrona", serif;
  letter-spacing: 0.025em;
  white-space: nowrap;
  margin-top: 20px;
  display: inline-block;
  width: 80%;
  line-height: 40px;
  max-width: 1212px;
}
@media (max-width: 1023px) {
  .collage-section h2 {
    font-size: 36px;
    margin-top: 10px;
    max-width: unset;
  }
}
@media (max-width: 749px) {
  .collage-section h2 {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 24px;
    max-width: unset;
  }
}
@media (max-width: 374px) {
  .collage-section h2 {
    font-size: 16px;
    max-width: unset;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section h2 {
    width: 80%;
    max-width: unset;
  }
}
.collage-section .shop-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  background-color: black;
  color: white;
  margin-top: 25px;
  cursor: pointer;
  margin-bottom: 65px;
}
.collage-section .shop-button:hover {
  background: black !important;
  color: white !important;
}
@media (max-width: 749px) {
  .collage-section .shop-button {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}
.collage-section h3 {
  font-size: 30px;
  letter-spacing: 0.22em;
  font-weight: 100;
  font-family: "Petrona", serif;
  margin-bottom: 55px;
}
@media (max-width: 749px) {
  .collage-section h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.collage-section .list-items {
  flex-flow: nowrap;
  overflow: hidden;
  width: 100%;
}
.collage-section .list-items li {
  flex: 0 0 16%;
  width: 4%;
}
.collage-section figure {
  margin: 0px 5px 20px;
}
.collage-section .figure_title {
  text-align: left;
  text-decoration: underline;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  margin-left: 5px;
}
.collage-section .slick-next {
  display: none;
}
.collage-section .slick-prev {
  display: none;
}
.collage-section .arrows {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 749px) {
  .collage-section .arrows {
    margin-top: 20px;
  }
}
.collage-section .prev {
  cursor: pointer;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}
.collage-section .next {
  cursor: pointer;
  width: 50%;
  text-align: left;
  padding-left: 15px;
}
.collage-section .section__cols {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding-bottom: 50px;
}
@media (max-width: 749px) {
  .collage-section .section__cols {
    flex-wrap: wrap-reverse;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
}
.collage-section .section__cols video {
  object-fit: fill;
}
.collage-section .section__cols .section__col-left {
  -webkit-box-flex: 0;
  flex: 0 0 28%;
  width: 28%;
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 749px) {
  .collage-section .section__cols .section__col-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    text-align: left;
    margin-top: 8px;
  }
}
@media (min-width: 376px) and (max-width: 414px) {
  .collage-section .section__cols .section__col-left {
    margin-top: -50px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section .section__cols .section__col-left {
    margin-top: -30px;
  }
}
.collage-section .section__cols .section__col-left .image_1_text {
  position: absolute;
  transform: translate(-240px, 350px);
  font: 400 12px/1.2 "Circular-Medium", sans-serif;
  cursor: pointer;
  line-height: 18px;
}
.collage-section .section__cols .section__col-left .image_1_text:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 333px) {
  .collage-section .section__cols .section__col-left .image_1_text {
    transform: translate(-160px, 250px) !important;
  }
}
@media (max-width: 749px) {
  .collage-section .section__cols .section__col-left .image_1_text {
    transform: translate(-220px, 240px);
    text-decoration: underline;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .section__col-left .image_1_text {
    transform: translate(-275px, 275px);
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section .section__cols .section__col-left .image_1_text {
    transform: translate(-220px, 245px);
  }
}
.collage-section .section__cols .section__col-middle {
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  width: 40%;
  margin-top: 48px;
}
@media (max-width: 749px) {
  .collage-section .section__cols .section__col-middle {
    -webkit-box-flex: 0;
    flex: 0 0 60%;
    width: 60%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
  }
}
@media (max-width: 333px) {
  .collage-section .section__cols .section__col-middle {
    -webkit-box-flex: 0;
    flex: 0 0 50% !important;
    width: 50% !important;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
}
@media (min-width: 376px) and (max-width: 414px) {
  .collage-section .section__cols .section__col-middle {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
}
.collage-section .section__cols .section__col-middle .image_2_text {
  font: 400 12px/1.2 "Circular-Medium", sans-serif;
  position: absolute;
  transform: translate(-360px, 520px);
  line-height: 18px;
}
.collage-section .section__cols .section__col-middle .image_2_text:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 333px) {
  .collage-section .section__cols .section__col-middle .image_2_text {
    transform: translate(-160px, 270px) !important;
  }
}
@media (max-width: 749px) {
  .collage-section .section__cols .section__col-middle .image_2_text {
    text-decoration: underline;
    transform: translate(-200px, 230px);
    text-decoration: underline;
    text-align: left;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section .section__cols .section__col-middle .image_2_text {
    transform: translate(-200px, 235px);
  }
}
.collage-section .section__cols .section__col-middle img {
  height: 550px;
  width: 444px;
}
@media (max-width: 749px) {
  .collage-section .section__cols .section__col-middle img {
    width: 215px;
    height: 280px;
  }
}
.collage-section .section__cols .section__col-right {
  -webkit-box-flex: 0;
  flex: 0 0 22%;
  width: 22%;
}
@media (max-width: 749px) {
  .collage-section .section__cols .section__col-right {
    -webkit-box-flex: 0;
    flex: 0 0 34%;
    width: 34%;
  }
}
@media (min-width: 376px) and (max-width: 414px) {
  .collage-section .section__cols .section__col-right {
    -webkit-box-flex: 0;
    flex: 0 0 40%;
    width: 40%;
  }
}
.collage-section .section__cols .section__col-right .image_3_text {
  font: 400 12px/1.2 "Circular-Medium", sans-serif;
  width: 200px;
  position: absolute;
  transform: translate(-240px, 360px);
  cursor: pointer;
  line-height: 18px;
}
.collage-section .section__cols .section__col-right .image_3_text:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 333px) {
  .collage-section .section__cols .section__col-right .image_3_text {
    transform: translate(-100px, 170px) !important;
  }
}
@media (max-width: 749px) {
  .collage-section .section__cols .section__col-right .image_3_text {
    width: 100px;
    transform: translate(-110px, 170px);
    text-decoration: underline;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .section__col-right .image_3_text {
    margin-left: 40px;
  }
}
@media (min-width: 376px) and (max-width: 415px) {
  .collage-section .section__cols .section__col-right .image_3_text {
    transform: translate(-150px, 205px);
  }
}
.collage-section .section__cols .overlay_image_one {
  position: absolute;
  transform: translate(115%, 200%);
  z-index: 999;
}
@media (max-width: 333px) {
  .collage-section .section__cols .overlay_image_one {
    transform: translate(100%, -150%) !important;
  }
}
@media (max-width: 749px) {
  .collage-section .section__cols .overlay_image_one {
    position: fixed;
    width: 130px;
    height: auto;
    position: absolute;
    transform: translate(150%, -150%);
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .overlay_image_one {
    display: none;
  }
}
@media (min-width: 376px) and (max-width: 415px) {
  .collage-section .section__cols .overlay_image_one {
    transform: translate(151%, -115%);
  }
}
.collage-section .section__cols .overlay_image_two {
  position: absolute;
  left: 56%;
  transform: rotate(-12deg);
  margin-top: 60px;
  height: 298px;
  width: 191px;
  z-index: 999;
}
@media (max-width: 749px) {
  .collage-section .section__cols .overlay_image_two {
    position: absolute;
    left: 0;
    transform: translate(150%, -371%) rotate(-12deg);
    height: 150px;
    width: 115px;
    margin-top: unset;
    margin-bottom: unset;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .overlay_image_two {
    margin-top: unset;
    position: absolute;
    margin-bottom: unset;
    transform: translate(-70%, -60%) rotate(-12deg);
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section .section__cols .overlay_image_two {
    margin-top: unset;
    position: absolute;
    margin-bottom: unset;
    transform: translate(170%, -320%) rotate(-12deg);
  }
}
.collage-section .section__cols .overlay_image_three {
  position: absolute;
  transform: translate(710%, 40%);
  height: 136px;
  width: auto;
  z-index: 999;
}
@media (max-width: 749px) {
  .collage-section .section__cols .overlay_image_three {
    left: 0;
    position: absolute;
    height: 100px;
    width: auto;
    transform: translate(-30%, -580%);
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .overlay_image_three {
    display: none;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section .section__cols .overlay_image_three {
    transform: translate(-30%, -500%);
  }
}
.collage-section .section__cols .overlay_image_four {
  position: absolute;
  transform: translate(700px, 600px) rotate(-2deg);
  width: 10%;
  margin-top: 0;
  z-index: 999;
}
@media (max-width: 749px) {
  .collage-section .section__cols .overlay_image_four {
    position: absolute;
    transform: translate(140%, 0%) rotate(-2deg);
    width: 150px;
    height: auto;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .overlay_image_four {
    display: none;
  }
}
.collage-section .section__cols .collage-video-overlay-one {
  height: 383px;
  width: 261px;
}
@media (max-width: 333px) {
  .collage-section .section__cols .collage-video-overlay-one {
    width: 175px !important;
  }
}
@media (max-width: 749px) {
  .collage-section .section__cols .collage-video-overlay-one {
    width: 62%;
    padding-left: 0px;
    height: 330px;
    width: 230px;
    margin-top: -70px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .collage-video-overlay-one {
    margin-top: 0px;
    height: auto;
    width: 345px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section .section__cols .collage-video-overlay-one {
    height: auto;
    width: 230px;
    padding-top: 5px;
  }
}
.collage-section .section__cols .collage-column-one-image-two {
  height: auto;
  width: 293px;
  margin-top: 15px;
  object-fit: cover;
}
@media (max-width: 749px) {
  .collage-section .section__cols .collage-column-one-image-two {
    width: 34%;
    margin-left: 11px;
    padding-right: 0px;
    height: 240px;
    width: 130px;
    margin-bottom: 45px;
    margin-top: 0px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .collage-column-one-image-two {
    height: auto;
    width: 345px;
    margin-left: 10px;
  }
}
@media (min-width: 376px) and (max-width: 415px) {
  .collage-section .section__cols .collage-column-one-image-two {
    height: auto;
    width: 170px;
    margin-bottom: 45px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section .section__cols .collage-column-one-image-two {
    margin-left: 10px;
    margin-bottom: 80px;
  }
}
.collage-section .section__cols .collage-video-overlay-two {
  height: 247px;
  width: 218px;
}
@media (max-width: 749px) {
  .collage-section .section__cols .collage-video-overlay-two {
    height: 140px;
    width: 123px;
    padding-right: 0px;
  }
}
@media (min-width: 376px) and (max-width: 415px) {
  .collage-section .section__cols .collage-video-overlay-two {
    height: auto;
    width: 150px;
  }
}
.collage-section .section__cols .collage-image-column-three {
  height: 384px;
  width: 261px;
  margin-top: 10px;
  object-fit: cover;
}
@media (max-width: 749px) {
  .collage-section .section__cols .collage-image-column-three {
    height: 216px;
    width: 130px;
    padding-right: 0px;
    margin-top: 5px;
  }
}
@media (min-width: 376px) and (max-width: 415px) {
  .collage-section .section__cols .collage-image-column-three {
    height: auto;
    width: 170px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section .section__cols .collage-image-column-three {
    width: 200px;
  }
}

.section__full-image {
  text-align: left;
  margin-left: 65%;
}
.section__full-image .right-top-text {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.2em;
}
.section__full-image .right-middle-text {
  font: 700 60px/1.05714 "Petrona", serif;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 65%;
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section__full-image .right-middle-text {
    font: 700 48px/1.05714 "Petrona", serif;
    width: 90%;
  }
}
.section__full-image .right-lower-text {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  line-height: 22px;
  width: 60%;
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section__full-image .right-lower-text {
    width: 80%;
  }
}
.section__full-image .right-lower-text-p {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  line-height: 22px;
  width: 60%;
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section__full-image .right-lower-text-p {
    width: 80%;
  }
}
.section__full-image .right-button {
  margin-top: 20px;
  font: 500 14px/1.2 "Circular-Book", sans-serif;
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section__full-image .right-button {
    width: 230px;
  }
}
.section__full-image .right-button:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}

.bottom-disclaimer {
  font: 500 14px/1.2 Circular-Book, sans-serif;
  text-align: center;
  width: 100%;
  margin-left: -25%;
  margin-top: 100px;
}
@media (max-width: 749px) {
  .bottom-disclaimer {
    font: 500 14px/1.2 Circular-Book, sans-serif;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 48px;
  }
}

.text-block-mobile {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block !important;
  margin-top: -50px;
}
@media (max-width: 749px) {
  .text-block-mobile .bottom-disclaimer {
    font: 500 14px/1.2 Circular-Book, sans-serif;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 48px;
  }
}
.text-block-mobile .right-middle-text-section {
  font: 400 38px/1.05714 "Petrona", serif;
  margin-top: 10px;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 10px;
}
.text-block-mobile .right-top-text {
  letter-spacing: 0.2em;
  padding-top: 50px;
  font: 500 12px/1.2 "Circular-Medium", sans-serif;
}
.text-block-mobile .right-lower-text-section {
  margin: 0 auto;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 25px;
  font-family: "Circular-Book", sans-serif;
  margin-right: 30px;
  margin-left: 30px;
}
.text-block-mobile .right-button {
  width: 250px;
  margin-top: 0px;
  margin-bottom: 48px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 500 13px/1.2 "Circular-Medium", sans-serif;
  border: 1px solid transparent;
}
.text-block-mobile .right-button:hover {
  background: black !important;
  color: white !important;
  border-color: black !important;
}
.text-block-mobile .right-bottom-text {
  text-align: center;
  font-size: 14px;
  color: black;
  margin: 0 auto;
  width: 50%;
  margin-top: 100px;
}
@media (max-width: 749px) {
  .text-block-mobile .right-bottom-text {
    font-size: 10px;
    width: 50%;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.text-block-mobile .text_overlay {
  margin-left: 90%;
  position: absolute;
  margin-top: -210px;
}
@media (max-width: 749px) {
  .text-block-mobile .text_overlay {
    display: none;
  }
}

.section-50-collage .section__content {
  text-align: left;
  margin-left: 30%;
  margin-top: 0px !important;
}
@media (max-width: 749px) {
  .section-50-collage .section__content {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 0px !important;
    margin-right: 25px;
    margin-left: 25px;
  }
}
.section-50-collage .section__block1 {
  min-height: 40vw;
  justify-content: left;
}
@media (max-width: 749px) {
  .section-50-collage .section__block1 {
    justify-content: center;
  }
}
.section-50-collage .section__block1 img {
  height: 519px;
  width: 408px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 749px) {
  .section-50-collage .section__block1 img {
    margin-top: 80px;
    margin-bottom: 45px;
    width: 260px;
    height: 330px;
  }
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section-50-collage .section__block1 img {
    padding-right: 20px;
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.section-50-collage .section__block2 {
  min-height: auto;
}
.section-50-collage .right-top-text {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .section-50-collage .right-top-text {
    margin-top: 0px;
  }
}
.section-50-collage .right-middle-text {
  width: 65%;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .section-50-collage .right-middle-text {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-50-collage .right-lower-text {
  margin: 0;
  width: 60%;
  margin-bottom: 15px;
}
.section-50-collage .right-lower-text p {
  text-align: left;
}
@media (max-width: 749px) {
  .section-50-collage .right-lower-text {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 10px;
    font: 500 14px/1.2 "Circular-Book", sans-serif;
    line-height: 24px;
  }
  .section-50-collage .right-lower-text p {
    text-align: center;
  }
}
.section-50-collage .right-bottom-text {
  text-align: left;
  margin: 0;
}
@media (max-width: 749px) {
  .section-50-collage .right-bottom-text {
    font: 500 14px/1.2 "Circular-Book", sans-serif;
    line-height: 25px;
    width: 100%;
  }
}
.section-50-collage .right-bottom-text:hover {
  color: #475de6 !important;
}
.section-50-collage .section-overlay-image {
  position: absolute;
  left: 50%;
  transform: translate(-160px, 800px);
  height: 250px;
  width: 199px;
  bottom: 36%;
  object-fit: fill;
}
@media (max-width: 749px) {
  .section-50-collage .section-overlay-image {
    bottom: 34%;
    width: 123px !important;
    height: 158px !important;
    transform: translate(-180px, 400px) !important;
    left: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section-50-collage .section-overlay-image {
    width: 123px !important;
    height: 158px !important;
    transform: translate(0%, 0%);
  }
}

.section-middle-image {
  text-align: center;
  height: auto;
  padding-bottom: 75px;
}
@media (max-width: 749px) {
  .section-middle-image {
    padding-bottom: 0px;
  }
}
.section-middle-image .flex-box {
  display: flex;
}
@media (max-width: 749px) {
  .section-middle-image .flex-box {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section-middle-image .flex-box {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
}
.section-middle-image .blank-div {
  -webkit-box-flex: 0;
  flex: 0 0 33%;
}
@media (max-width: 749px) {
  .section-middle-image .blank-div {
    -webkit-box-flex: 0;
    flex: 0 0 0%;
  }
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section-middle-image .blank-div {
    -webkit-box-flex: 0;
    flex: 0 0 0%;
  }
}
.section-middle-image .figure_title {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 749px) {
  .section-middle-image .figure_title {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section-middle-image .figure_title {
    display: none;
  }
}
.section-middle-image .figure_title:hover {
  text-decoration: underline;
}
.section-middle-image .figure_title_mobile {
  display: block;
  text-decoration: underline;
  position: relative;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  margin-top: -35px;
  margin-right: 240px;
}
@media (max-width: 749px) {
  .section-middle-image .figure_title_mobile {
    display: block;
    font: 400 14px/1.2 "Circular-Book", sans-serif;
    text-decoration: underline;
    position: relative;
    margin-top: -35px;
    margin-right: 80px;
  }
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section-middle-image .figure_title_mobile {
    display: block;
    font: 400 14px/1.2 "Circular-Book", sans-serif;
    text-decoration: underline;
    margin-top: -35px;
    position: relative;
  }
}
.section-middle-image .top-text {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-top: 75px;
}
@media (max-width: 749px) {
  .section-middle-image .top-text {
    padding-top: 50px;
    font: 500 10px/1.2 "Circular-Book", sans-serif;
  }
}
.section-middle-image .main-text-block {
  width: 100%;
  position: absolute;
}
.section-middle-image .main-text {
  padding-right: 25%;
  padding-left: 25%;
  font: 400 28px/1.05714 "Petrona", serif;
  line-height: 45px;
  width: 100%;
  position: absolute;
  margin-top: 30px;
}
@media (max-width: 749px) {
  .section-middle-image .main-text {
    font: 400 18px/1.05714 "Petrona", serif;
    line-height: 25px;
    margin-right: 25px;
    margin-left: 25px;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
  }
}
.section-middle-image .text-image-block {
  flex: 0 0 33.333%;
  width: 100%;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 749px) {
  .section-middle-image .text-image-block {
    margin-top: 0px;
    height: 325px;
    width: 215px;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}
.section-middle-image .text-image-block img {
  margin-top: 80px;
  min-height: 580px;
  min-width: 384px;
  max-height: 580px;
  max-width: 384px;
}
@media (max-width: 749px) {
  .section-middle-image .text-image-block img {
    min-height: 330px;
    max-height: 330px;
    min-width: 217px;
    max-width: 217px;
    margin-top: 50px;
  }
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section-middle-image .text-image-block {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
.section-middle-image .text-list {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  width: 300px;
  line-height: 1.8em;
  text-align: left;
  padding-top: 265px;
  -webkit-box-flex: 0;
}
@media (max-width: 749px) {
  .section-middle-image .text-list {
    padding-top: 90px;
    margin-left: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 333px) {
  .section-middle-image .text-list {
    margin-left: 20px;
  }
}
@media (max-width: 1200px) and (min-width: 750px) {
  .section-middle-image .text-list {
    padding-top: 50px;
    margin-left: 25%;
  }
}
.section-middle-image .text-list span {
  padding-left: 30px;
  width: 300px;
  display: block;
  margin-top: -19px;
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  line-height: 1.8em;
}

.section__inner_2 .collab-name {
  font: 500 14px/1.2 "Circular-Bold", sans-serif;
  letter-spacing: 0.4em;
}
@media (max-width: 767px) {
  .section__inner_2 .collab-name {
    font: 500 10px/1.2 "Circular-Bold", sans-serif;
    letter-spacing: 0.35em;
  }
}
.section__inner_2 .logo-secondary {
  display: block !important;
  margin-bottom: 30px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .section__inner_2 .logo-secondary {
    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.section__inner_2 .x-logo {
  margin-left: 15px;
  margin-right: 15px;
  width: 10px;
}
@media (max-width: 767px) {
  .section__inner_2 .x-logo {
    margin-left: 8px;
    margin-right: 8px;
    width: 8px;
  }
}
.section__inner_2 .main-text {
  position: absolute;
  margin-left: 105px;
  margin-right: 105px;
}
@media (max-width: 767px) {
  .section__inner_2 .main-text {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.section__inner_2 .main-image {
  text-align: center;
  height: 425px;
  width: 284px;
}
@media (max-width: 767px) {
  .section__inner_2 .main-image {
    text-align: center;
    /* margin-top: -130px; */
    height: 315px;
    width: 220px;
    margin-top: 35px;
    /* padding-top: 200px; */
    /* padding-bottom: 120px; */
  }
}
.section__inner_2 .overlay-image-logo {
  position: absolute;
  width: 450px;
  margin: auto;
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .section__inner_2 .overlay-image-logo {
    width: 350px;
  }
}
.section__inner_2 .left-video-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  margin-top: 30px;
  margin-bottom: 90px;
}
.section__inner_2 .left-video-button:hover {
  background: black !important;
  color: white !important;
}
@media (max-width: 767px) {
  .section__inner_2 .left-video-button {
    margin-bottom: 40px;
  }
}
.section__inner_2 .section__content {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section__inner_2 .section__content {
    margin-top: 40px;
  }
}

.sara_foster_footer {
  text-align: center;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .sara_foster_footer {
    margin-top: 0px;
  }
}
.sara_foster_footer .logo-img {
  max-width: 10%;
}
@media (max-width: 767px) {
  .sara_foster_footer .logo-img {
    max-width: 30%;
  }
}
.sara_foster_footer .collection-header-text {
  font: 400 16px/1 "Petrona", serif;
  letter-spacing: 0.08em;
  margin-right: 3px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sara_foster_footer .collection-header-text {
    font: 400 14px/1 "Petrona", serif;
  }
}
.sara_foster_footer h1 {
  margin-top: 30px;
  font: 400 40px "Petrona", serif;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sara_foster_footer h1 {
    font: 400 32px "Petrona", serif;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.sara_foster_footer .footer-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  padding: 15px;
  margin-bottom: 50px;
}
.sara_foster_footer .footer-button:hover {
  background: #ebf4fd !important;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .sara_foster_footer .footer-button {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .sara_foster_footer .logo-secondary {
    padding-top: 40px;
  }
}
.sara_foster_footer h2 {
  font: 500 14px/1.2 "Circular-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sara_foster_footer h2 {
    margin-bottom: 20px;
    font: 500 12px/1.2 "Circular-Bold", sans-serif;
  }
}
.sara_foster_footer .collab-bottom-text {
  font: 500 12px/1.2 "Circular-Book", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sara_foster_footer .collab-bottom-text {
    margin-bottom: 20px;
  }
}
.sara_foster_footer .footer__legal {
  padding-top: 35px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.2;
  overflow: hidden;
  padding-bottom: 10px;
}
.sara_foster_footer .footer__legal a[href="#"] {
  pointer-events: none;
}
.sara_foster_footer .footer__legal a:hover {
  color: #475de6;
}
@media (max-width: 749px) {
  .sara_foster_footer .footer__legal {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 9px;
    line-height: 1.6;
    margin-right: 75px;
  }
}
.sara_foster_footer .footer__legal ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 70px;
  margin-left: 70px;
}
@media (max-width: 1200px) {
  .sara_foster_footer .footer__legal ul {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 749px) {
  .sara_foster_footer .footer__legal ul {
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: -20px;
  }
}
@media (max-width: 375px) {
  .sara_foster_footer .footer__legal ul {
    margin-right: -14px;
  }
}
.sara_foster_footer .footer__legal li {
  margin-right: 35px;
  margin-bottom: 23px;
}
@media (max-width: 1200px) {
  .sara_foster_footer .footer__legal li {
    margin-right: 0;
  }
}
@media (max-width: 749px) {
  .sara_foster_footer .footer__legal li {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .sara_foster_footer .footer__legal li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .sara_foster_footer .footer__legal li {
    margin-right: 14px;
    margin-bottom: 0;
  }
}
.sara_foster_footer .footer__legal li:last-child {
  margin-right: 0;
}
.sara_foster_footer .footer__legal a {
  font: 400 9px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.2em;
}
@media (max-width: 749px) {
  .sara_foster_footer .footer__legal a {
    font-size: 9px;
  }
}

@media (max-width: 749px) {
  .section-50-50-two-images .section__block2 {
    flex: 0 0 100%;
    min-height: 145vw !important;
  }
}
@media (max-width: 749px) {
  .section-50-50-two-images .section__block1 {
    display: none;
  }
}
.section-50-50-two-images .middle-section-text {
  z-index: 2;
  margin-top: 22%;
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (max-width: 749px) {
  .section-50-50-two-images .middle-section-text {
    margin-top: 50%;
    position: absolute;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section-50-50-two-images .middle-section-text h1 {
  font: 400 60px/1.05714 "Petrona", serif;
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .section-50-50-two-images .middle-section-text h1 {
    font: 400 45px/1.05714 "Petrona", serif;
    line-height: 50px;
    margin-bottom: 5px;
  }
}
.section-50-50-two-images .middle-section-text h2 {
  font: 400 20px/1.05714 "Petrona", serif;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 749px) {
  .section-50-50-two-images .middle-section-text h2 {
    font: 400 18px/1.05714 "Petrona", serif;
    font-style: italic;
  }
}
.section-50-50-two-images .middle-section-text .main-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  margin-top: 22px;
  margin-bottom: 70px;
}
.section-50-50-two-images .middle-section-text .main-button:hover {
  background: black !important;
  color: white !important;
}
@media (max-width: 767px) {
  .section-50-50-two-images .middle-section-text .main-button {
    margin-bottom: 40px;
    margin-top: 15px;
  }
}
.section-50-50-two-images .text_overlay {
  margin-left: 97%;
  position: absolute;
  margin-top: -210px;
}
@media (max-width: 749px) {
  .section-50-50-two-images .text_overlay {
    display: none;
  }
}

.collage-section-products {
  padding-top: 0px !important;
}
@media (max-width: 749px) {
  .collage-section-products {
    padding-top: 0px !important;
  }
}
.collage-section-products .overlay-background-section {
  padding-top: 100px;
}
@media (max-width: 749px) {
  .collage-section-products .overlay-background-section {
    padding-top: 60px !important;
  }
}
.collage-section-products .shop-collection-section {
  padding-top: 100px;
}
@media (max-width: 749px) {
  .collage-section-products .shop-collection-section {
    padding-top: 50px !important;
  }
}
.collage-section-products .shop-collection-section-top {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (max-width: 749px) {
  .collage-section-products .shop-collection-section-top {
    margin-top: -50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 749px) {
  .collage-section-products .shop-collection-section-top .arrows {
    margin-top: 15px;
  }
}
.collage-section-products .overlay_image_four {
  margin-top: 50%;
}
.collage-section-products .collage-video-overlay-one {
  border: none;
}
.collage-section-products .collage-video-overlay-two {
  border: none;
}
.collage-section-products .list-items-2 {
  display: flex;
  flex-flow: nowrap;
  margin: 0 -9px;
}
@media (max-width: 749px) {
  .collage-section-products .list-items-2 {
    flex-flow: nowrap;
    overflow: auto;
    margin: 0 -4px;
  }
}
.collage-section-products .list-items-2 li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 9px;
}
@media (max-width: 749px) {
  .collage-section-products .list-items-2 li {
    min-width: 162px;
    padding: 0 4px;
  }
}
.collage-section-products .list-items-2 figure {
  position: relative;
  margin: 0 0 20px;
}
.collage-section-products .list-items-2 figure a {
  display: block;
  height: 0;
  padding-top: 124.29%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.collage-section-products .list-items-2 figure span {
  position: absolute;
  top: 14px;
  right: 14px;
  min-width: 96px;
  padding: 5px 10px;
  font: 400 10px/1.4 "Circular-Book", sans-serif;
  text-align: center;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .collage-section-products .list-items-2 figure span {
    display: none;
  }
}
.collage-section-products .list-items-2 h3 {
  margin-bottom: 3px;
  font: 700 18px/1.2 "Circular-Bold", sans-serif;
  letter-spacing: 0.025em;
}
@media (max-width: 1023px) {
  .collage-section-products .list-items-2 h3 {
    font-size: 15px;
  }
}
@media (max-width: 749px) {
  .collage-section-products .list-items-2 h3 {
    font-size: 14px;
  }
}
.collage-section-products .list-items-2 li > a {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.025em;
  text-decoration: underline;
  transition: color 0.3s;
}
.collage-section-products .list-items-2 li > a:hover {
  color: #2d5be6;
}
@media (max-width: 1023px) {
  .collage-section-products .list-items-2 li > a {
    font-size: 12px;
  }
}
.collage-section-products figure {
  margin: 0px 5px 20px;
}
.collage-section-products .figure_title {
  text-decoration: none;
  text-align: left;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  margin-left: 5px;
}
.collage-section-products .figure_title a:hover {
  color: #475de6 !important;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 749px) {
  .collage-section-products .figure_title a {
    text-decoration: underline;
  }
}
.collage-section-products .slick-next {
  display: none;
}
.collage-section-products .slick-prev {
  display: none;
}
.collage-section-products .arrows {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 749px) {
  .collage-section-products .arrows {
    margin-top: 45px;
  }
}
@media (max-width: 749px) {
  .collage-section-products .arrows img {
    height: 15px;
    width: 30px;
  }
}
.collage-section-products .prev {
  cursor: pointer;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}
.collage-section-products .next {
  cursor: pointer;
  width: 50%;
  text-align: left;
  padding-left: 15px;
}
.collage-section-products .product_images {
  display: flex;
  margin-left: 150px;
  margin-right: 150px;
  margin-top: 35px;
  flex-flow: row wrap;
}
.collage-section-products .product_images ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 749px) {
  .collage-section-products .product_images {
    display: none;
    margin-top: 30px;
    margin-left: -50px;
    margin-right: 0px;
    margin-bottom: 30px;
    overflow-x: auto;
    flex-flow: nowrap;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section-products .product_images {
    margin-left: 75px;
    margin-right: 75px;
  }
}
.collage-section-products .product_images img {
  width: 215px;
  height: 187px;
  cursor: pointer;
}
@media (max-width: 749px) {
  .collage-section-products .product_images img {
    height: 90px;
    width: 112px;
  }
}
.collage-section-products .product_images div {
  flex: 0 0 25%;
  width: 100%;
}
@media (max-width: 749px) {
  .collage-section-products .product_images div {
    flex: 0 0 28%;
  }
}
.collage-section-products .product_images a {
  font: 400 16px/1.2 "Circular-Book", sans-serif;
  cursor: pointer;
}
@media (max-width: 749px) {
  .collage-section-products .product_images a {
    font: 400 13px/1.2 "Circular-Book", sans-serif;
  }
}
.collage-section-products .product_images .desktop_titles a {
  cursor: pointer;
}
.collage-section-products .product_images .desktop_titles a:hover {
  text-decoration: underline;
}
@media (max-width: 749px) {
  .collage-section-products .product_images .desktop_titles {
    display: none;
  }
}
.collage-section-products .product_images .mobile_title {
  display: none;
}
@media (max-width: 749px) {
  .collage-section-products .product_images .mobile_title {
    display: block;
  }
}
.collage-section-products .product_images_mobile::-webkit-scrollbar {
  display: none;
}
.collage-section-products .product_images_mobile {
  overflow-x: scroll;
  display: none;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
.collage-section-products .product_images_mobile ::-webkit-scrollbar {
  display: none;
  width: 0; /* Remove scrollbar space */
  background: transparent;
}
@media (max-width: 749px) {
  .collage-section-products .product_images_mobile {
    display: block;
  }
}
.collage-section-products .product_images_mobile .items {
  height: 90px;
  width: 500px;
  display: table;
}
.collage-section-products .product_images_mobile .mobile_item {
  width: 300px;
  height: 100%;
  display: table-cell;
}
.collage-section-products .product_images_mobile img {
  cursor: pointer;
}
@media (max-width: 749px) {
  .collage-section-products .product_images_mobile img {
    height: 90px;
    width: 112px;
  }
}
.collage-section-products .product_images_mobile a {
  font: 400 16px/1.2 "Circular-Book", sans-serif;
  cursor: pointer;
}
@media (max-width: 749px) {
  .collage-section-products .product_images_mobile a {
    font: 400 13px/1.2 "Circular-Book", sans-serif;
  }
}
.collage-section-products .product_images_mobile .mobile_title {
  display: block;
}

.section-instagram-no-signup {
  font: 400 30px/1.05714 "Petrona", serif;
  margin: 15px;
  padding: 80px 50px 0;
}
@media (max-width: 1023px) {
  .section-instagram-no-signup {
    padding: 45px 50px 0;
  }
}
@media (max-width: 749px) {
  .section-instagram-no-signup {
    padding: 40px 20px 50px;
  }
}
.section-instagram-no-signup .section__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .section-instagram-no-signup .section__inner {
    margin-bottom: 35px;
  }
}
.section-instagram-no-signup .section__title {
  font: 600 30px/1.05714 "Petrona", serif;
}
@media (max-width: 749px) {
  .section-instagram-no-signup {
    font: 600 22px/1.05714 "Petrona", serif;
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.section-instagram-no-signup .section__inner:after {
  display: none;
}
.section-instagram-no-signup .section__body {
  padding-bottom: 80px;
}
@media (max-width: 749px) {
  .section-instagram-no-signup .section__body {
    padding-bottom: 20px;
  }
}
.section-instagram-no-signup .section__head {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 749px) {
  .section-instagram-no-signup .section__head {
    margin-bottom: 20px;
  }
}

.ugc_subheader_hashtag {
  text-decoration: underline;
}

.intimates-footer {
  margin-top: 0px;
}
.intimates-footer h2 {
  font: 500 14px/1.2 "Circular-Bold", sans-serif;
}
.intimates-footer .collab-bottom-text {
  font: 500 12px/1.2 "Circular-Bold", sans-serif;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 749px) {
  .intimates-footer .footer__legal {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.section-50-50-video .text_overlay {
  margin-left: 97%;
  position: absolute;
  margin-top: 15%;
}
@media (max-width: 749px) {
  .section-50-50-video .text_overlay {
    display: none;
  }
}
.section-50-50-video .main-text {
  margin-left: 0px;
  margin-right: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 22%;
  font: 400 55px/1.05714 "Petrona", serif;
}
@media (max-width: 749px) {
  .section-50-50-video .main-text {
    font: 400 40px/1.05714 "Petrona", serif;
    padding-left: 8%;
    padding-right: 8%;
    top: 16%;
  }
}
.section-50-50-video .logo-secondary {
  margin-top: 0px;
}
.section-50-50-video .left-video-button {
  margin-top: 30px;
  margin-bottom: 90px;
}
@media (max-width: 749px) {
  .section-50-50-video .left-video-button {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
.section-50-50-video .section__block2 {
  display: block;
  min-height: 100%;
}
@media (max-width: 749px) {
  .section-50-50-video .section__block2 {
    display: flex;
  }
}
.section-50-50-video .section__block1 {
  min-height: 100%;
}
.section-50-50-video .section__content {
  margin-top: 120px;
}
@media (max-width: 749px) {
  .section-50-50-video .section__content {
    margin-top: 70px;
  }
}

.section-five-images-across .section__body {
  display: flex;
}
@media (max-width: 749px) {
  .section-five-images-across .section__body {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -25px;
  }
}
.section-five-images-across .img_box {
  width: 19%;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 749px) {
  .section-five-images-across .img_box {
    width: 48%;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.section-five-images-across .img_box img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: auto;
}
@media (max-width: 749px) {
  .section-five-images-across .img_box img {
    width: 100%;
    margin-right: 0px;
  }
}
.section-five-images-across .img_box .hover_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}
@media (max-width: 749px) {
  .section-five-images-across .img_box .hover_overlay {
    display: none;
  }
}
.section-five-images-across .img_box .overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.025em;
}
.section-five-images-across .img_box:hover .hover_overlay {
  opacity: 0.7;
}
@media (max-width: 749px) {
  .section-five-images-across .img_box5 {
    display: none;
  }
}
@media (max-width: 749px) {
  .section-five-images-across .image5 {
    display: none;
  }
}

.promo-bar-section {
  text-align: center;
}
.promo-bar-section .section-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  margin-top: 20px;
  margin-bottom: 45px;
}
.promo-bar-section .section-button:hover {
  background: black !important;
  color: white !important;
}
@media (max-width: 749px) {
  .promo-bar-section .section-button {
    margin-bottom: 25px;
  }
}
.promo-bar-section .image_div {
  padding-top: 45px;
  width: 100%;
}
@media (max-width: 749px) {
  .promo-bar-section .image_div {
    display: none;
  }
}
.promo-bar-section .image_div_mobile {
  display: none;
}
@media (max-width: 749px) {
  .promo-bar-section .image_div_mobile {
    display: block;
    padding-top: 25px;
  }
}
.promo-bar-section .image_div_mobile img {
  max-width: 80%;
}

.section-50-50-video .section__block2 {
  display: block;
  min-height: unset;
}
@media (max-width: 749px) {
  .section-50-50-video .section__block2 {
    min-height: 117vw;
  }
}
.section-50-50-video .section__block1 {
  min-height: unset;
}
.section-50-50-video video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
@media (max-width: 749px) {
  .section-50-50-video video {
    height: 430px;
    width: unset;
  }
}
.section-50-50-video .section__content {
  margin-top: 100px;
}
@media (max-width: 749px) {
  .section-50-50-video .section__content {
    margin-top: 0px;
    padding-top: 70px;
  }
}
.section-50-50-video .section__content .main-text {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 749px) {
  .section-50-50-video .section__content .main-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-50-50-video .section__content .summersalt-logo {
  width: 125px;
}
@media (max-width: 749px) {
  .section-50-50-video .section__content .summersalt-logo {
    max-width: 22%;
  }
}
.section-50-50-video .section__content .left-video-button {
  margin-top: 40px;
}
@media (max-width: 749px) {
  .section-50-50-video .section__content .left-video-button {
    margin-top: 25px;
    margin-bottom: 45px;
  }
}
@media (max-width: 749px) {
  .section-50-50-video .section__content .logo-secondary {
    margin-top: 0px;
    margin-left: 10px;
  }
}
@media (max-width: 749px) {
  .section-50-50-video .section__content .right-middle-text {
    font: 400 45px/1.05714 "Petrona", serif;
  }
}

.home-edit-header .intro__content {
  position: absolute;
  width: 30%;
}
@media (max-width: 749px) {
  .home-edit-header .intro__content {
    width: 90%;
  }
}
.home-edit-header .top-logo {
  width: 445px;
}
@media (max-width: 749px) {
  .home-edit-header .top-logo {
    max-width: 280px;
  }
}
.home-edit-header .bottom-logo {
  width: 464px;
}
@media (max-width: 749px) {
  .home-edit-header .bottom-logo {
    max-width: 320px;
  }
}
@media (max-width: 325px) {
  .home-edit-header .bottom-logo {
    max-width: 300px !important;
  }
}
.home-edit-header .x-logo {
  width: 120px;
}
@media (max-width: 749px) {
  .home-edit-header .x-logo {
    width: 90px;
  }
}
.home-edit-header .skimm-text {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  margin-top: 25px;
  margin-bottom: -25px;
  line-height: 1.8em;
}
.home-edit-header .skimm-text b u {
  background: #000;
  color: #fff;
  font-family: "Circular-Bold";
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3;
  padding: 3px;
  text-decoration: none;
}
.home-edit-header .intro__btn {
  margin-top: 60px;
}
.home-edit-header .intro__btn:hover {
  background-color: black !important;
  color: white !important;
}
@media (max-width: 749px) {
  .home-edit-header .intro__btn {
    margin-top: 50px;
  }
}

.the-collage-top-section .header-content {
  text-align: center;
}
.the-collage-top-section .top-text {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 2px;
  padding-top: 90px;
}
@media (max-width: 749px) {
  .the-collage-top-section .top-text {
    padding-top: 50px;
    font: 400 10px/1.2 "Circular-Book", sans-serif;
  }
}
.the-collage-top-section h2 {
  font: 400 30px/1 "Petrona", serif;
  letter-spacing: 0.025em;
  margin-top: 30px;
  display: inline-block;
  width: 60%;
  line-height: 40px;
  max-width: 1212px;
}
@media (max-width: 749px) {
  .the-collage-top-section h2 {
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 24px;
    max-width: unset;
    margin-top: 20px;
    width: 80%;
  }
}
.the-collage-top-section .shop-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 19px 20px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  background-color: black;
  color: white;
  margin-top: 30px;
  cursor: pointer;
  margin-bottom: 250px;
}
.the-collage-top-section .shop-button:hover {
  background: #475de6 !important;
  color: white !important;
}
@media (max-width: 749px) {
  .the-collage-top-section .shop-button {
    margin-top: 25px;
    margin-bottom: 170px;
  }
}
.the-collage-top-section .the-section__cols-desktop {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
@media (max-width: 749px) {
  .the-collage-top-section .the-section__cols-desktop {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-desktop {
    display: none;
  }
}
.the-collage-top-section .the-section__cols-desktop .section__col-left {
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  width: 30%;
  text-align: left;
  margin-top: -40px;
  position: relative;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left .image-one {
  max-width: calc(30% - 28px);
  margin-bottom: 12px;
  margin-right: 8px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left .image-two {
  width: calc(70% - 8px);
  margin-left: 12px;
  margin-bottom: 12px;
  height: 466px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left .image-three {
  margin-right: 9px;
  max-width: calc(40% - 12px);
  vertical-align: top;
  margin-top: 6px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left .image-four {
  width: calc(60% - 24px);
  margin-left: 12px;
  margin-top: 6px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 370px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left .overlay-star-1 {
  position: absolute;
  transform: translate(-200%, -70%);
}
.the-collage-top-section .the-section__cols-desktop .section__col-left .overlay-star-2 {
  position: absolute;
  transform: translate(-200%, 80%);
}
.the-collage-top-section .the-section__cols-desktop .section__col-left a {
  position: absolute;
  font: 400 12px/1.2 "Circular-Medium", sans-serif;
  cursor: pointer;
  line-height: 18px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left a:hover {
  text-decoration: underline;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left .image_1_text {
  transform: translate(10px, 420px);
  width: 80%;
  margin-left: 8px;
  margin-top: -5px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left .image_2_text {
  transform: translate(10px, 345px);
  margin-left: 5px;
  margin-top: -5px;
  width: 90%;
}
.the-collage-top-section .the-section__cols-desktop .section__col-left img {
  position: relative;
}
.the-collage-top-section .the-section__cols-desktop .section__col-middle {
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  width: 40%;
  text-align: center;
  margin-top: -170px;
  position: relative;
}
.the-collage-top-section .the-section__cols-desktop .section__col-middle img {
  position: relative;
}
.the-collage-top-section .the-section__cols-desktop .section__col-middle .image-top {
  margin-bottom: 12px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 515px;
  width: calc(100% - 24px);
  text-align: left;
}
.the-collage-top-section .the-section__cols-desktop .section__col-middle .image-bottom {
  margin-top: 12px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 375px;
  width: calc(100% - 24px);
}
.the-collage-top-section .the-section__cols-desktop .section__col-middle a {
  position: absolute;
  font: 400 12px/1.2 "Circular-Medium", sans-serif;
  cursor: pointer;
  line-height: 18px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-middle a:hover {
  text-decoration: underline;
}
.the-collage-top-section .the-section__cols-desktop .section__col-middle .image_3_text {
  position: relative;
  display: inline-block;
  margin-top: 485px;
  margin-left: 20px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-middle .image_4_text {
  display: inline-block;
  text-align: left;
  width: 90%;
  margin-top: 345px;
  position: relative;
  margin-right: 30px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right {
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  width: 30%;
  text-align: left;
  display: flex;
  margin-top: -90px;
  position: relative;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .overlay-logo {
  position: absolute;
  transform: translate(200%, 410%);
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .right-one {
  flex: 0 0 72%;
  width: 72%;
  text-align: center;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .right-one img {
  max-width: calc(100% - 24px);
  margin-bottom: 12px;
  position: relative;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .right-one .image-one {
  margin-bottom: 12px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 515px;
  width: calc(100% - 24px);
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .right-one .image-three {
  margin-top: 12px;
  margin-bottom: 8px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 335px;
  width: calc(100% - 24px);
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .right-two {
  flex: 0 0 28%;
  width: 28%;
  text-align: right;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .right-two img {
  max-width: calc(100% - 12px);
  margin-top: 114px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right a {
  position: absolute;
  font: 400 12px/1.2 "Circular-Medium", sans-serif;
  cursor: pointer;
  line-height: 18px;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right a:hover {
  text-decoration: underline;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .image_5_text {
  display: inline-block;
  text-align: left;
  margin-top: 485px;
  position: relative;
  margin-right: 0px;
  width: 90%;
}
.the-collage-top-section .the-section__cols-desktop .section__col-right .image_6_text {
  display: inline-block;
  text-align: left;
  margin-top: 285px;
  position: relative;
  margin-right: 140px;
  width: 50%;
}
.the-collage-top-section .the-section__cols-mobile {
  display: none;
}
@media (max-width: 749px) {
  .the-collage-top-section .the-section__cols-mobile {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.the-collage-top-section .the-section__cols-mobile a {
  position: absolute;
  font: 400 10px/1.2 "Circular-Medium", sans-serif;
  cursor: pointer;
  line-height: 15px;
}
.the-collage-top-section .the-section__cols-mobile a:hover {
  text-decoration: underline;
}
.the-collage-top-section .the-section__cols-mobile .section__row-one {
  text-align: center;
  margin-top: -110px;
}
.the-collage-top-section .the-section__cols-mobile .section__row-one .image-top {
  max-width: calc(100% - 24px);
}
.the-collage-top-section .the-section__cols-mobile .section__row-one .overlay-star-1 {
  position: absolute;
  transform: translate(-150%, -60%);
}
.the-collage-top-section .the-section__cols-mobile .section__row-one .overlay-star-2 {
  position: absolute;
  transform: translate(-80%, 60%);
}
.the-collage-top-section .the-section__cols-mobile .section__row-one .image_3_text {
  width: 50%;
  transform: translate(-105%, 1650%);
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-one .image_3_text {
    transform: translate(-105%, 3200%);
  }
}
@media (max-width: 325px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-one .image_3_text {
    transform: translate(-105%, 1200%) !important;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-one .image_3_text {
    transform: translate(-105%, 1830%) !important;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-two {
  display: flex;
}
.the-collage-top-section .the-section__cols-mobile .section__row-two .image-one {
  max-width: calc(100% - 12px);
  margin-bottom: 5px;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image-one {
    margin-top: -130px;
    margin-bottom: 0px;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-two .image-two {
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image-two {
    margin-top: 10px;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-two .image-three {
  max-width: calc(100% - 12px);
  margin-top: 2px;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image-three {
    margin-top: 18px;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-two .left-side {
  flex: 0 0 46%;
  width: 46%;
  text-align: left;
  margin-right: 1px;
  margin-top: -68px;
}
.the-collage-top-section .the-section__cols-mobile .section__row-two .right-side {
  flex: 0 0 54.5%;
  width: 54%;
  text-align: right;
  margin-top: 7px;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .right-side {
    margin-top: 10px;
    padding-right: 20px;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .right-side {
    flex: 0 0 56%;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-two .image_1_text {
  transform: translate(-130%, 500%);
  width: 30%;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_1_text {
    transform: translate(-130%, 760%);
  }
}
@media (max-width: 325px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_1_text {
    transform: translate(-130%, 150%) !important;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_1_text {
    transform: translate(-135%, 575%) !important;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-two .image_6_text {
  width: 30%;
  transform: translate(-135%, 350%);
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_6_text {
    transform: translate(-135%, 1900%);
  }
}
@media (max-width: 325px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_6_text {
    transform: translate(-130%, 150%) !important;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_6_text {
    transform: translate(-135%, 400%) !important;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-two .image_5_text {
  width: 40%;
  transform: translate(-125%, 760%);
  text-align: left;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_5_text {
    transform: translate(-190%, 3300%);
  }
}
@media (max-width: 325px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_5_text {
    transform: translate(-200%, 630%) !important;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-two .image_5_text {
    transform: translate(-130%, 890%) !important;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-three {
  margin-top: 6px;
}
.the-collage-top-section .the-section__cols-mobile .section__row-three .image-bottom {
  max-width: 100%;
}
.the-collage-top-section .the-section__cols-mobile .section__row-three .overlay-logo {
  position: absolute;
  height: 50px;
  width: 50px;
  transform: translate(-10%, -20%);
}
.the-collage-top-section .the-section__cols-mobile .section__row-three .image_4_text {
  width: 50%;
  transform: translate(-110%, 1090%);
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-three .image_4_text {
    transform: translate(-185%, 2300%);
  }
}
@media (max-width: 325px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-three .image_4_text {
    width: 60% !important;
    transform: translate(-160%, 902%) !important;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-three .image_4_text {
    transform: translate(-100%, 1200%) !important;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-four {
  display: flex;
}
.the-collage-top-section .the-section__cols-mobile .section__row-four .left-side {
  text-align: right;
  flex: 0 0 65%;
  width: 65%;
  margin-top: 7px;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-four .left-side {
    text-align: right;
    flex: 0 0 50%;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-four .left-side img {
  max-width: calc(100% - 12px);
}
.the-collage-top-section .the-section__cols-mobile .section__row-four .left-side .image_2_text {
  transform: translate(-115%, 1600%);
  text-align: left;
  width: 50%;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-four .left-side .image_2_text {
    transform: translate(-155%, 2700%);
    text-align: left;
    width: 30%;
  }
}
@media (max-width: 325px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-four .left-side .image_2_text {
    transform: translate(-110%, 1330%) !important;
  }
}
@media (min-width: 400px) and (max-width: 415px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-four .left-side .image_2_text {
    transform: translate(-118%, 1830%) !important;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-four .right-side {
  flex: 0 0 35%;
  width: 35%;
  margin-left: 12px;
  text-align: right;
  margin-top: 7px;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .the-collage-top-section .the-section__cols-mobile .section__row-four .right-side {
    text-align: center;
  }
}
.the-collage-top-section .the-section__cols-mobile .section__row-four .right-side .image-three {
  margin-top: 6px;
  width: 100%;
  height: 70px;
}
.the-collage-top-section .the-section__cols-mobile .section__row-four .right-side .image-two {
  width: 100%;
  height: 190px;
}
.the-collage-top-section .below-collage-text {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 749px) {
  .the-collage-top-section .below-collage-text {
    margin-top: 30px;
  }
}
.the-collage-top-section .below-collage-text h3 {
  font-style: italic;
  font: 400 50px/1 "Petrona", serif;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .the-collage-top-section .below-collage-text h3 {
    font: 400 28px/1 "Petrona", serif;
    margin-bottom: 15px;
  }
}
.the-collage-top-section .below-collage-text .color-letters {
  font: 400 90px/1 "Petrona", serif;
  letter-spacing: 5px;
}
@media (max-width: 749px) {
  .the-collage-top-section .below-collage-text .color-letters {
    font: 400 55px/1 "Petrona", serif;
    letter-spacing: 1px;
  }
}
@media (max-width: 325px) {
  .the-collage-top-section .below-collage-text .color-letters {
    font: 400 45px/1 "Petrona", serif !important;
  }
}
.the-collage-top-section .below-collage-text .color-letters .color-letter-space {
  letter-spacing: 30px !important;
}
@media (max-width: 749px) {
  .the-collage-top-section .below-collage-text .color-letters .color-letter-space {
    letter-spacing: 15px !important;
  }
}
.the-collage-top-section .below-collage-text .shop-div {
  margin-top: 20px;
  margin-bottom: -60px;
}
.the-collage-top-section .below-collage-text .shop-div a {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  text-decoration: underline;
  letter-spacing: 2px;
}
.the-collage-top-section .below-collage-text .shop-div a:hover {
  color: #475de6;
}

.split-video-text {
  display: flex;
}
@media (max-width: 749px) {
  .split-video-text {
    flex-flow: row wrap;
    margin-top: -40px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .split-video-text {
    flex-flow: row wrap;
    margin-top: -40px;
  }
}
.split-video-text .video-left-side {
  flex: 0 0 50%;
  text-align: right;
  padding-left: 175px;
  height: 600px;
}
@media (max-width: 749px) {
  .split-video-text .video-left-side {
    min-width: 100%;
    padding-left: 0px;
    height: 450px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .split-video-text .video-left-side {
    min-width: 100%;
    padding-left: 0px;
    height: 600px;
  }
}
.split-video-text .video-left-side video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.split-video-text .text-right-side {
  flex: 0 0 50%;
  text-align: left;
}
@media (max-width: 749px) {
  .split-video-text .text-right-side {
    min-width: 100%;
    padding-left: 0px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .split-video-text .text-right-side {
    min-width: 100%;
    padding-left: 0px;
  }
}
.split-video-text .text-right-side .inside-section {
  width: calc(100% - 175px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 749px) {
  .split-video-text .text-right-side .inside-section {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .split-video-text .text-right-side .inside-section {
    width: 100%;
  }
}
.split-video-text .text-right-side .section__content {
  text-align: center;
}
@media (max-width: 749px) {
  .split-video-text .text-right-side .section__content {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .split-video-text .text-right-side .section__content {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.split-video-text .text-right-side .mobile-inside-section {
  width: 70%;
}
@media (max-width: 749px) {
  .split-video-text .text-right-side .mobile-inside-section {
    width: 100%;
    display: inline-block !important;
    background-color: #f4f9fc;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -50px;
    z-index: 5;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .split-video-text .text-right-side .mobile-inside-section {
    width: 100%;
    display: inline-block !important;
    background-color: #f4f9fc;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -50px;
    z-index: 5;
  }
}
.split-video-text .text-right-side .section__subtitle {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .split-video-text .text-right-side .section__subtitle {
    margin-top: 50px;
    margin-bottom: 18px;
  }
}
.split-video-text .text-right-side .section__title {
  font: 400 40px/1.05714 "Petrona", serif;
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  .split-video-text .text-right-side .section__title {
    margin-bottom: 12px;
  }
}
.split-video-text .text-right-side .small_text {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  line-height: 24px;
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  .split-video-text .text-right-side .small_text {
    margin-bottom: 20px;
  }
}
.split-video-text .text-right-side .section__btn {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
}
.split-video-text .text-right-side .section__btn:hover {
  color: white !important;
  background-color: #2c1504 !important;
}
@media (max-width: 749px) {
  .split-video-text .text-right-side .section__btn {
    margin-bottom: 40px;
  }
}

.the-shop-collection-section h3 {
  font-size: 25px;
  letter-spacing: 0.15em;
  font-weight: 100;
  font-family: "Petrona", serif;
  margin-bottom: 55px;
  margin-top: 100px;
}
@media (max-width: 749px) {
  .the-shop-collection-section h3 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 32px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 325px) {
  .the-shop-collection-section h3 {
    font-size: 15px !important;
  }
}

.the-how-to {
  display: flex;
}
@media (max-width: 749px) {
  .the-how-to {
    flex-flow: column-reverse;
  }
}
.the-how-to .left-how-to {
  flex: 0 0 50%;
  width: 50%;
  text-align: left;
  padding-left: 20%;
  padding-right: 7%;
}
@media (max-width: 749px) {
  .the-how-to .left-how-to {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 40px;
    margin-left: 20px;
    margin-top: -25px;
  }
}
.the-how-to .left-how-to h2 {
  font: 400 45px/1.05714 "Petrona", serif;
  margin-bottom: 35px;
}
@media (max-width: 749px) {
  .the-how-to .left-how-to h2 {
    display: none;
  }
}
.the-how-to .left-how-to .text-list li {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  line-height: 1.8em;
  margin-top: 35px;
  display: table-row;
  margin-left: 20px;
  height: 70px;
}
.the-how-to .left-how-to ol {
  list-style-type: none;
  counter-reset: li;
  text-align: left;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  display: table;
}
@media (max-width: 749px) {
  .the-how-to .left-how-to ol {
    width: unset;
  }
}
.the-how-to .left-how-to li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  font: 400 25px/1.05714 "Petrona", serif;
  display: table-cell;
  text-align: right;
  padding-right: 20px;
  vertical-align: top;
  margin-top: -50px;
}
.the-how-to .left-how-to li:nth-child(1):before {
  color: #e2674c;
}
.the-how-to .left-how-to li:nth-child(2):before {
  color: #f9d680;
}
.the-how-to .left-how-to li:nth-child(3):before {
  color: #388066;
}
.the-how-to .left-how-to li:nth-child(4):before {
  color: #6eaceb;
}
.the-how-to .left-how-to .shop-collection {
  font: 500 14px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 2px;
  margin-top: 10px;
  text-decoration: underline;
}
@media (max-width: 749px) {
  .the-how-to .left-how-to .shop-collection {
    margin-top: -10px;
  }
}
.the-how-to .left-how-to .shop-collection a:hover {
  color: #475de6;
}
.the-how-to .right-image {
  flex: 0 0 50%;
  width: 50%;
  text-align: left;
}
@media (max-width: 749px) {
  .the-how-to .right-image {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
  }
}
.the-how-to .right-image .section-title-mobile {
  display: none;
}
@media (max-width: 749px) {
  .the-how-to .right-image .section-title-mobile {
    display: block;
    font: 400 30px/1.05714 "Petrona", serif;
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: -20px;
  }
}
.the-how-to .right-image img {
  height: 510px;
  width: 500px;
}
@media (max-width: 749px) {
  .the-how-to .right-image img {
    height: 340px;
    width: 340px;
    text-align: center;
  }
}
.the-how-to .right-image .header-mobile {
  display: none;
}
@media (max-width: 749px) {
  .the-how-to .right-image .header-mobile {
    display: block;
    font: 400 45px/1.05714 "Petrona", serif;
    margin-bottom: 35px;
  }
}
.the-how-to .overlay_one {
  position: absolute;
  transform: translate(850px, 0%);
}
@media (max-width: 749px) {
  .the-how-to .overlay_one {
    transform: translate(40px, -730px);
  }
}
.the-how-to .overlay_two {
  position: absolute;
  transform: translate(930px, 90px);
}
@media (max-width: 749px) {
  .the-how-to .overlay_two {
    transform: translate(10px, -700px);
  }
}
.the-how-to .overlay_three {
  position: absolute;
  transform: translate(1200px, 470px);
}
@media (max-width: 749px) {
  .the-how-to .overlay_three {
    transform: translate(250px, -390px);
  }
}

.the-full-image .the-section-content {
  text-align: center;
}
.the-full-image .the-section-content .top-text {
  font-style: italic;
  font: 400 25px/1 "Petrona", serif;
  margin-bottom: 40px;
}
@media (max-width: 749px) {
  .the-full-image .the-section-content .top-text {
    font: 400 16px/1 "Petrona", serif;
    margin-bottom: 15px;
  }
}
.the-full-image .the-section-content .color-letters {
  font: 400 90px/1 "Petrona", serif;
  letter-spacing: 5px;
}
@media (max-width: 749px) {
  .the-full-image .the-section-content .color-letters {
    font: 400 60px/1 "Petrona", serif;
    letter-spacing: 1px;
  }
}
.the-full-image .the-section-content .main-button {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
  margin-top: 50px;
}
.the-full-image .the-section-content .main-button:hover {
  background: #475de6 !important;
  color: white !important;
}
@media (max-width: 749px) {
  .the-full-image .the-section-content .main-button {
    display: none;
  }
}
.the-full-image .the-section-content .main-text-mobile {
  display: none;
}
@media (max-width: 749px) {
  .the-full-image .the-section-content .main-text-mobile {
    display: block;
    text-decoration: underline;
    font: 400 14px/1.2 "Circular-Book", sans-serif;
    margin-top: 25px;
  }
}

.the-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.the-footer h2 {
  margin-bottom: 50px;
}
.the-footer .collab-bottom-text {
  margin-bottom: 0px;
  cursor: pointer;
}
@media (max-width: 749px) {
  .the-footer .collab-bottom-text {
    margin-bottom: 10px;
  }
}
.the-footer .collab-bottom-text:hover {
  text-decoration: underline;
}
@media (max-width: 749px) {
  .the-footer .footer__legal li {
    margin-bottom: 10px;
  }
}
.the-footer .footer__legal li a:hover {
  text-decoration: underline;
}

.section-50-50-page-header .section__block1 {
  min-height: 40vw;
}
@media (max-width: 749px) {
  .section-50-50-page-header .section__block1 {
    min-height: 110.67vw;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .section-50-50-page-header .section__block1 {
    min-height: 95vw !important;
  }
}
.section-50-50-page-header .section__block2 {
  min-height: 40vw;
}
@media (max-width: 749px) {
  .section-50-50-page-header .section__block2 {
    min-height: 110.67vw;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .section-50-50-page-header .section__block2 {
    min-height: 95vw !important;
  }
}

.section-50-sf .section-overlay-image {
  transform: translate(-150px, 500px) !important;
}
@media (max-width: 749px) {
  .section-50-sf .section-overlay-image {
    transform: translate(-180px, 200px) !important;
  }
}

.beach-babes-2021 img {
  object-fit: cover;
}
.beach-babes-2021 .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
.beach-babes-2021 .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
@media (max-width: 749px) {
  .beach-babes-2021 .text-overlay-bottom {
    margin-left: 12px;
    margin-bottom: 18px;
  }
}
.beach-babes-2021 .text-overlay-top {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  top: 0;
  text-align: left;
  margin-left: 25px;
  margin-top: 25px;
}
@media (max-width: 749px) {
  .beach-babes-2021 .text-overlay-top {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.beach-babes-2021 .image_name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  color: white;
  font: 400 12px/1.2 Circular-Bold, sans-serif;
}
@media (max-width: 749px) {
  .beach-babes-2021 .image_name {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
    margin-bottom: 2px;
  }
}
.beach-babes-2021 .image_link {
  text-decoration: underline;
  cursor: pointer;
  color: white;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
}
@media (max-width: 749px) {
  .beach-babes-2021 .image_link {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
  }
}
.beach-babes-2021 .image_link:hover {
  color: #fdf8cc;
}
.beach-babes-2021 .beach-babes-header-video {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 100px;
}
.beach-babes-2021 .beach-babes-header-video img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
.beach-babes-2021 .beach-babes-header-video .main-image {
  background-image: url(//cdn.shopify.com/s/files/1/1869/0651/files/Header_Grid_1080x.jpg?v=1621521667);
  width: 70vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 749px) {
  .beach-babes-2021 .beach-babes-header-video .main-image {
    background-size: cover;
    width: 100vw;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 749px) {
  .beach-babes-2021 .beach-babes-header-video {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.beach-babes-2021 .beach-babes-header-video .video-container {
  width: 65%;
  z-index: -2;
}
@media (max-width: 749px) {
  .beach-babes-2021 .beach-babes-header-video .video-container {
    width: unset;
  }
}
@media (max-width: 749px) {
  .beach-babes-2021 .beach-babes-header-video .video-container video {
    object-fit: cover;
    height: 380px;
  }
}
.beach-babes-2021 .beach-babes-header-video .image_overlay_1 {
  width: 17%;
  transform: translate(-200%, 20%);
}
@media (max-width: 749px) {
  .beach-babes-2021 .beach-babes-header-video .image_overlay_1 {
    display: none;
  }
}
.beach-babes-2021 .beach-babes-header-video .image_overlay_2 {
  width: 25%;
  transform: translate(-130%, 80%);
}
.beach-babes-2021 .beach-babes-header-video .image_overlay_2 img {
  z-index: -2;
}
@media (max-width: 749px) {
  .beach-babes-2021 .beach-babes-header-video .image_overlay_2 {
    display: none;
  }
}
.beach-babes-2021 .beach-babes-header-video .image_overlay_3 {
  width: 19%;
  transform: translate(190%, 20%);
}
@media (max-width: 749px) {
  .beach-babes-2021 .beach-babes-header-video .image_overlay_3 {
    display: none;
  }
}
.beach-babes-2021 .beach-babes-header-video .image_overlay_4 {
  width: 24%;
  transform: translate(120%, 92%);
}
.beach-babes-2021 .beach-babes-header-video .image_overlay_4 img {
  z-index: -1;
}
@media (max-width: 749px) {
  .beach-babes-2021 .beach-babes-header-video .image_overlay_4 {
    display: none;
  }
}
.beach-babes-2021 .mobile-header-container-all {
  display: none;
}
@media (max-width: 749px) {
  .beach-babes-2021 .mobile-header-container-all {
    display: block;
  }
}
.beach-babes-2021 .mobile-header-container-all .vid-text {
  font: 400 14px/1.2 Circular-Book, sans-serif;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 25px;
  line-height: 25px;
}
.beach-babes-2021 .mobile-header-container-all .image_overlay_3 {
  position: relative;
  width: 30%;
  transform: translate(220%, -130%);
}
.beach-babes-2021 .mobile-header-container-all .image_overlay_2 {
  position: relative;
}
.beach-babes-2021 .mobile-header-container-all .mobile_header_container {
  display: none;
}
.beach-babes-2021 .mobile-header-container-all .mobile_header_container img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (max-width: 749px) {
  .beach-babes-2021 .mobile-header-container-all .mobile_header_container {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .beach-babes-2021 .mobile-header-container-all .mobile_header_container {
    display: flex;
    justify-content: center;
  }
}
.beach-babes-2021 .mobile-header-container-all .left-side {
  -webkit-box-flex: 0;
  flex: 0 0 44%;
}
.beach-babes-2021 .mobile-header-container-all .right-side {
  -webkit-box-flex: 0;
  flex: 0 0 56%;
}
.beach-babes-2021 .mobile-header-container-all .three-image-container {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  display: flex;
}
.beach-babes-2021 .mobile-header-container-all .image_overlay_4 {
  width: 90%;
  margin-top: -20px;
  margin-left: 5px;
  z-index: 1;
  position: relative;
}
.beach-babes-2021 .mobile-header-container-all .image_overlay_1 {
  margin-top: -130px;
  width: 100%;
  margin-left: -10px;
  position: relative;
}
.beach-babes-2021 .mobile-header-container-all .image_overlay_5 {
  width: 100%;
  margin-top: 8px;
  margin-left: 30px;
  z-index: 5;
  position: relative;
}
.beach-babes-2021 .header_container {
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
  position: relative;
  z-index: 5;
}
.beach-babes-2021 .header_container img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (max-width: 749px) {
  .beach-babes-2021 .header_container {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
  }
}
.beach-babes-2021 .header_container .text_box {
  margin-bottom: 50px;
  line-height: 90px;
  letter-spacing: 0.08em;
  font: 400 85px/1.05714 "Petrona", serif;
}
@media (max-width: 749px) {
  .beach-babes-2021 .header_container .text_box {
    font: 400 40px/1.05714 "Petrona", serif;
    margin-bottom: 25px;
  }
}
.beach-babes-2021 .header_container .section__btn {
  width: 250px;
  display: inline-block;
  border-radius: 30px;
  padding: 15px;
  font: 400 14px/1.2 Circular-Book, sans-serif;
  border: 1px solid transparent;
  margin-bottom: 175px;
  letter-spacing: unset;
}
.beach-babes-2021 .header_container .section__btn:hover {
  color: white !important;
  background-color: #da9ba6 !important;
}
@media (max-width: 749px) {
  .beach-babes-2021 .header_container .section__btn {
    margin-bottom: 30px;
  }
}
.beach-babes-2021 .half-video-image-section-mobile {
  display: none;
}
.beach-babes-2021 .half-video-image-section-mobile img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (max-width: 749px) {
  .beach-babes-2021 .half-video-image-section-mobile {
    display: block;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .beach-babes-2021 .half-video-image-section-mobile {
    display: block;
  }
}
.beach-babes-2021 .half-video-image-section-mobile .vid-cont {
  margin-left: 15px;
  margin-top: 30px;
  height: 300px;
  width: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.beach-babes-2021 .half-video-image-section-mobile video {
  height: 300px;
  width: 240px;
  object-fit: cover;
}
.beach-babes-2021 .half-video-image-section-mobile .image_overlay_to_video {
  width: 47%;
  position: absolute;
  transform: translate(100%, -80%);
  top: unset;
  left: unset;
}
.beach-babes-2021 .half-video-image-section-mobile .image-left {
  width: 70%;
  margin-top: 70px;
  position: relative;
}
.beach-babes-2021 .half-video-image-section-mobile .large_quote {
  position: absolute;
  top: 23.5%;
  left: 52%;
  margin-right: 6%;
}
.beach-babes-2021 .half-video-image-section-mobile .large_quote .paren {
  font: 400 100px/1.05714 "Petrona", serif;
}
.beach-babes-2021 .half-video-image-section-mobile .large_quote .quote {
  font: 400 24px/1.05714 "Petrona", serif;
  line-height: 30px;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
.beach-babes-2021 .half-video-image-section-mobile .large_quote .quote_by {
  font: 400 11px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.3em;
  margin-top: 20px;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .beach-babes-2021 .half-video-image-section-mobile .large_quote {
    top: 20%;
  }
}
.beach-babes-2021 .half-video-image-section {
  position: relative;
  margin-top: 200px;
}
.beach-babes-2021 .half-video-image-section img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (max-width: 749px) {
  .beach-babes-2021 .half-video-image-section {
    margin-top: 0px;
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .beach-babes-2021 .half-video-image-section {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1532px) {
  .beach-babes-2021 .half-video-image-section {
    margin-top: 0px;
  }
}
.beach-babes-2021 .half-video-image-section .image-left {
  width: 39%;
  margin-left: 8%;
  margin-top: 150px;
}
.beach-babes-2021 .half-video-image-section .video-right {
  width: 36%;
  position: absolute;
  top: -45%;
  left: 45%;
  margin-top: 100px;
  height: 35vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.beach-babes-2021 .split-video-text {
  position: absolute;
  width: 38%;
  margin-left: 7%;
  font: 400 14px/1.2 Circular-Book, sans-serif;
  transform: translate(-40%, 265%);
  text-align: left;
}
.beach-babes-2021 .split-video-text img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (max-width: 749px) {
  .beach-babes-2021 .split-video-text {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .beach-babes-2021 .split-video-text {
    display: none;
  }
}
.beach-babes-2021 .split-video-text img {
  width: 45%;
}
.beach-babes-2021 .split-video-text .vid-text {
  margin-top: 17%;
  margin-left: 8%;
  margin-right: 8%;
  line-height: 22px;
  text-align: left;
}
.beach-babes-2021 .image_overlay_to_video {
  width: 15%;
  position: absolute;
  top: 10%;
  left: 74%;
}
.beach-babes-2021 .sideways_text {
  position: absolute;
  top: -10%;
  left: 80%;
  transform: rotate(270deg);
  font: 400 12px/1.2 Circular-Book, sans-serif;
  letter-spacing: 0.3em;
}
.beach-babes-2021 .large_quote {
  position: absolute;
  top: 50%;
  left: 39%;
  margin-right: 6%;
}
@media (min-width: 1201px) and (max-width: 1532px) {
  .beach-babes-2021 .large_quote {
    top: 40%;
  }
}
.beach-babes-2021 .large_quote .paren {
  font: 400 100px/1.05714 "Petrona", serif;
}
.beach-babes-2021 .large_quote .quote {
  font: 400 55px/1.05714 "Petrona", serif;
  line-height: 70px;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
.beach-babes-2021 .large_quote .quote_by {
  font: 400 18px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.3em;
  margin-top: 20px;
}

@media (max-width: 749px) {
  .beach_babes_middle {
    display: none;
  }
}
.beach_babes_middle img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (min-width: 750px) and (max-width: 1200px) {
  .beach_babes_middle {
    display: none;
  }
}
.beach_babes_middle .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
@media (max-width: 749px) {
  .beach_babes_middle .text-overlay-bottom {
    margin-left: 12px;
    margin-bottom: 18px;
  }
}
.beach_babes_middle .text-overlay-top {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  top: 0;
  text-align: left;
  margin-left: 25px;
  margin-top: 25px;
}
@media (max-width: 749px) {
  .beach_babes_middle .text-overlay-top {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.beach_babes_middle .image_name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  color: white;
  font: 400 12px/1.2 Circular-Bold, sans-serif;
}
@media (max-width: 749px) {
  .beach_babes_middle .image_name {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
    margin-bottom: 5px;
  }
}
.beach_babes_middle .image_link {
  text-decoration: underline;
  cursor: pointer;
  color: white;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
}
@media (max-width: 749px) {
  .beach_babes_middle .image_link {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
  }
}
.beach_babes_middle .image_link:hover {
  color: #fdf8cc;
}
.beach_babes_middle .split-50-section {
  display: flex;
}
.beach_babes_middle .split-50-section img {
  object-fit: cover;
}
.beach_babes_middle .split-50-section .left-side {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  align-items: center;
  text-align: center;
}
.beach_babes_middle .split-50-section .left-side .left-inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.beach_babes_middle .split-50-section .left-side .left-inner .image-section {
  height: 40vw;
}
.beach_babes_middle .split-50-section .left-side .left-inner .text-box {
  font: 400 18px/1.2 Circular-Book, sans-serif;
  margin-top: 50px;
  line-height: 30px;
  text-align: left;
  margin-right: -75px;
  margin-bottom: 25px;
}
.beach_babes_middle .split-50-section .left-side .left-inner .text-box-link {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  text-decoration: underline;
  text-align: left;
  margin-bottom: 75px;
}
.beach_babes_middle .split-50-section .left-side .left-inner .text-box-link a:hover {
  color: blue !important;
}
.beach_babes_middle .split-50-section .left-side .left-inner .text-box-link span {
  text-align: left;
}
.beach_babes_middle .split-50-section .left-side video {
  object-fit: cover;
}
.beach_babes_middle .split-50-section .right-side {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  align-items: right;
  text-align: right;
}
.beach_babes_middle .split-50-section .right-side .right-inner {
  width: 80%;
  float: right;
}
.beach_babes_middle .split-50-section .right-side img {
  object-fit: cover;
}
.beach_babes_middle .split-50-section .overlay_img_mid {
  position: absolute;
  transform: translate(260%, 40%);
  width: 18%;
}
.beach_babes_middle .split-50-section .overlay_img_bottom {
  width: 24%;
  position: absolute;
  transform: translate(140%, 130%);
}
.beach_babes_middle .smaller-split-section {
  display: flex;
  margin-top: 70px;
}
.beach_babes_middle .smaller-split-section img {
  object-fit: cover;
}
.beach_babes_middle .smaller-split-section .left-side {
  -webkit-box-flex: 0;
  flex: 0 0 70%;
}
.beach_babes_middle .smaller-split-section .left-side .large_quote {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 25%;
}
.beach_babes_middle .smaller-split-section .left-side .large_quote .paren {
  font: 400 100px/1.05714 "Petrona", serif;
}
.beach_babes_middle .smaller-split-section .left-side .large_quote .quote {
  font: 400 55px/1.05714 "Petrona", serif;
  line-height: 70px;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
.beach_babes_middle .smaller-split-section .left-side .large_quote .quote_by {
  font: 400 18px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.3em;
  margin-top: 20px;
}
.beach_babes_middle .smaller-split-section .right-side {
  float: left;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
}
.beach_babes_middle .smaller-split-section .right-side .right-side-text-image {
  width: 62%;
}

.beach_babes_middle_mobile {
  display: none;
}
.beach_babes_middle_mobile img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (max-width: 749px) {
  .beach_babes_middle_mobile {
    display: block;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .beach_babes_middle_mobile {
    display: block;
  }
}
.beach_babes_middle_mobile .smaller-split-section .right-side {
  width: 60%;
  float: right;
  margin-top: 25px;
  z-index: -1;
  margin-bottom: 30px;
}
.beach_babes_middle_mobile .smaller-split-section .left-side {
  position: absolute;
  width: 45%;
  margin-top: 50px;
  margin-left: 40px;
  z-index: 1;
}
.beach_babes_middle_mobile .smaller-split-section .quote {
  font: 400 25px/1.05714 "Petrona", serif;
  line-height: 30px;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
.beach_babes_middle_mobile .smaller-split-section .quote_by {
  font: 400 11px/1.2 Circular-Book, sans-serif;
  letter-spacing: 0.3em;
  margin-top: 20px;
}
.beach_babes_middle_mobile .right-inner {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 200px;
}
.beach_babes_middle_mobile .text-box {
  font: 400 14px/1.2 Circular-Book, sans-serif;
  line-height: 25px;
  text-align: left;
  z-index: 5;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 58%;
}
.beach_babes_middle_mobile .text-box-link {
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  text-decoration: underline;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 20px;
}
.beach_babes_middle_mobile .text-box-link:hover {
  color: #475de6;
}
.beach_babes_middle_mobile .text-box-link span {
  text-align: left;
}
.beach_babes_middle_mobile .box-wrapper {
  width: 62%;
  margin-left: 15px;
  margin-top: 80px;
  margin-bottom: 20px;
  height: 250px;
  width: 250px;
  z-index: -2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.beach_babes_middle_mobile .overlay_img_mid {
  width: 41%;
  position: absolute;
  transform: translate(135%, -160%);
}
.beach_babes_middle_mobile .overlay_img_bottom {
  width: 50%;
  position: absolute;
  transform: translate(100%, -40%);
  z-index: -1;
}
.beach_babes_middle_mobile .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
@media (max-width: 749px) {
  .beach_babes_middle_mobile .text-overlay-bottom {
    margin-left: 12px;
    margin-bottom: 18px;
  }
}
.beach_babes_middle_mobile .text-overlay-top {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  top: 0;
  text-align: left;
  margin-left: 25px;
  margin-top: 25px;
}
@media (max-width: 749px) {
  .beach_babes_middle_mobile .text-overlay-top {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.beach_babes_middle_mobile .image_name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  color: white;
  font: 400 12px/1.2 Circular-Bold, sans-serif;
}
@media (max-width: 749px) {
  .beach_babes_middle_mobile .image_name {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
    margin-bottom: 5px;
  }
}
.beach_babes_middle_mobile .image_link {
  text-decoration: underline;
  cursor: pointer;
  color: white;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
}
@media (max-width: 749px) {
  .beach_babes_middle_mobile .image_link {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
  }
}
.beach_babes_middle_mobile .image_link:hover {
  color: #fdf8cc;
}

.four-across-2022 {
  margin-top: 10px !important;
}
@media (max-width: 749px) {
  .four-across-2022 {
    margin-top: 0 !important;
  }
}
.four-across-2022 .show-quick-add-popup:hover button {
  color: #ef415c;
}
.four-across-2022 button {
  background-color: transparent;
  border: none;
  color: black;
  margin-left: -6px;
}
@media (max-width: 749px) {
  .four-across-2022 button {
    margin-left: -9px;
  }
}
@media (max-width: 749px) {
  .four-across-2022 .content-card-outside {
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
  }
}
.four-across-2022 .bb-content-card {
  text-align: center;
  padding-left: 75px;
  padding-right: 75px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
}
.four-across-2022 .bb-content-card .top-text {
  font: 400 14px/1.2 Circular-Medium, sans-serif;
  letter-spacing: 3px;
}
@media (max-width: 749px) {
  .four-across-2022 .bb-content-card .top-text {
    font: 400 10px/1.2 Circular-Medium, sans-serif;
  }
}
.four-across-2022 .bb-content-card .main-text {
  letter-spacing: 4px;
  font: 200 40px/1.05714 "Petrona", serif;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  .four-across-2022 .bb-content-card .main-text {
    font: 200 20px/1.05714 "Petrona", serif;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 25px;
  }
}
.four-across-2022 .bb-content-card .button {
  font: 400 14px/1.2 Circular-Medium, sans-serif;
  min-width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 35px;
  display: inline-block;
}
.four-across-2022 .bb-content-card .button:hover {
  background-color: black !important;
  color: white !important;
}
@media (max-width: 749px) {
  .four-across-2022 .bb-content-card .button {
    font: 400 11px/1.2 Circular-Book, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 150px;
  }
}
.four-across-2022 .image_name {
  margin-bottom: 4px !important;
}
.four-across-2022 .image_name i {
  font-style: normal !important;
  text-transform: lowercase !important;
}
.four-across-2022 .image_title {
  color: white;
  font-size: 10px;
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .four-across-2022 .image_title {
    font-size: 8px !important;
    margin-bottom: 5px !important;
  }
}

.four-across-bb {
  display: flex;
  margin-top: 100px;
  overflow: hidden;
}
@media (max-width: 749px) {
  .four-across-bb {
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .four-across-bb {
    width: 100%;
    padding-left: 10px;
    flex-flow: wrap;
    padding-right: 10px;
    justify-content: center;
    margin-top: 30px;
  }
}
.four-across-bb img {
  object-fit: cover;
}
.four-across-bb .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
.four-across-bb .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
@media (max-width: 749px) {
  .four-across-bb .text-overlay-bottom {
    margin-left: 12px;
    margin-bottom: 12px;
  }
}
.four-across-bb .text-overlay-top {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  top: 0;
  text-align: left;
  margin-left: 25px;
  margin-top: 25px;
}
@media (max-width: 749px) {
  .four-across-bb .text-overlay-top {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.four-across-bb .image_name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
  font: 400 12px/1.2 Circular-Bold, sans-serif;
}
@media (max-width: 749px) {
  .four-across-bb .image_name {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
    margin-bottom: 5px;
  }
}
.four-across-bb .image_link {
  text-decoration: underline;
  cursor: pointer;
  color: black;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
}
@media (max-width: 749px) {
  .four-across-bb .image_link {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
    text-align: left;
  }
}
.four-across-bb .image_link:hover {
  color: #EF415C;
}
@media (max-width: 749px) {
  .four-across-bb .mobile-left {
    margin-left: 0px !important;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .four-across-bb .mobile-left {
    margin-left: 0px !important;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 749px) {
  .four-across-bb .mobile-right {
    margin-left: 0px !important;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .four-across-bb .mobile-right {
    margin-left: 0px !important;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.four-across-bb .column-mid {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  margin-right: 5px;
  margin-left: 5px;
  height: 25vw;
}
@media (max-width: 749px) {
  .four-across-bb .column-mid {
    flex: 0 0 50%;
    margin: 0;
    height: 50vw;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .four-across-bb .column-mid {
    flex: 0 0 50%;
    height: unset;
  }
}
.four-across-bb .column-left {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  margin-right: 5px;
  height: 25vw;
}
@media (max-width: 749px) {
  .four-across-bb .column-left {
    flex: 0 0 50%;
    margin: 0;
    height: 50vw;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .four-across-bb .column-left {
    flex: 0 0 50%;
    margin: 0;
    height: unset;
  }
}
.four-across-bb .column-right {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  margin-left: 5px;
  height: 25vw;
}
@media (max-width: 749px) {
  .four-across-bb .column-right {
    flex: 0 0 50%;
    margin: 0;
    height: 50vw;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .four-across-bb .column-right {
    flex: 0 0 50%;
    height: unset;
    margin: 0;
  }
}
.four-across-bb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 749px) {
  .four-across-bb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.large-quote-across {
  text-align: center;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 60px;
}
@media (max-width: 749px) {
  .large-quote-across {
    margin-top: 25px;
  }
}
.large-quote-across .large_quote .quote {
  font: 400 55px/1.05714 "Petrona", serif;
  line-height: 70px;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
@media (max-width: 749px) {
  .large-quote-across .large_quote .quote {
    font: 400 25px/1.05714 "Petrona", serif;
    line-height: 30px;
    letter-spacing: 0.08em;
    margin-top: 15px;
  }
}
.large-quote-across .large_quote .quote_by {
  font: 400 18px/1.2 "Circular-Book", sans-serif;
  letter-spacing: 0.3em;
  margin-top: 20px;
}
@media (max-width: 749px) {
  .large-quote-across .large_quote .quote_by {
    font: 400 11px/1.2 Circular-Book, sans-serif;
    letter-spacing: 0.3em;
    margin-top: 20px;
  }
}
.large-quote-across .section__btn {
  width: 250px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 100px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
}
.large-quote-across .section__btn:hover {
  color: white !important;
  background-color: #da9ba6 !important;
}
@media (max-width: 749px) {
  .large-quote-across .section__btn {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.beach-babes-collage-mobile {
  display: none;
}
.beach-babes-collage-mobile img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (max-width: 749px) {
  .beach-babes-collage-mobile {
    display: block;
    margin-bottom: -325px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .beach-babes-collage-mobile {
    display: block;
    margin-bottom: -360px !important;
  }
}
.beach-babes-collage-mobile .image_w_text_2 {
  margin-left: 15%;
  margin-right: 15%;
  position: relative;
}
.beach-babes-collage-mobile .image_w_text {
  width: 65%;
  margin-top: 10px;
  position: relative;
}
.beach-babes-collage-mobile .two-images {
  display: flex;
}
.beach-babes-collage-mobile .image_w_text_5 {
  position: relative;
  width: 35%;
  transform: translate(0%, -250%);
}
.beach-babes-collage-mobile .image_w_text_4 {
  width: 74%;
  margin-left: 30%;
  margin-top: -20px;
  position: relative;
  z-index: -1;
}
.beach-babes-collage-mobile .image_overlay_w_text_1 {
  width: 37%;
  transform: translate(160%, -465%);
  position: relative;
}
.beach-babes-collage-mobile .image_overlay_w_text_2 {
  flex: 0 0 45%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.beach-babes-collage-mobile .image_w_text_3 {
  flex: 0 0 52%;
  margin-left: 0px;
  margin-top: -90px;
  position: relative;
}
.beach-babes-collage-mobile .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
.beach-babes-collage-mobile .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
@media (max-width: 749px) {
  .beach-babes-collage-mobile .text-overlay-bottom {
    margin-left: 12px;
    margin-bottom: 18px;
  }
}
.beach-babes-collage-mobile .text-overlay-top {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  top: 0;
  text-align: left;
  margin-left: 25px;
  margin-top: 25px;
}
@media (max-width: 749px) {
  .beach-babes-collage-mobile .text-overlay-top {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.beach-babes-collage-mobile .image_name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  color: white;
  font: 400 12px/1.2 Circular-Bold, sans-serif;
}
@media (max-width: 749px) {
  .beach-babes-collage-mobile .image_name {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
    margin-bottom: 5px;
  }
}
.beach-babes-collage-mobile .image_link {
  text-decoration: underline;
  cursor: pointer;
  color: white;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
}
@media (max-width: 749px) {
  .beach-babes-collage-mobile .image_link {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
  }
}
.beach-babes-collage-mobile .image_link:hover {
  color: #fdf8cc;
}

.beach-babes-collage {
  object-fit: cover;
  display: flex;
}
.beach-babes-collage img {
  box-shadow: 1px 2px 36.96px 3.04px rgba(0, 0, 0, 0.05);
}
@media (max-width: 749px) {
  .beach-babes-collage {
    display: none;
  }
}
.beach-babes-collage img {
  object-fit: cover;
}
.beach-babes-collage .text-overlay-bottom {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 0;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 28px;
}
@media (max-width: 749px) {
  .beach-babes-collage .text-overlay-bottom {
    margin-left: 12px;
    margin-bottom: 18px;
  }
}
.beach-babes-collage .text-overlay-top {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  top: 0;
  text-align: left;
  margin-left: 25px;
  margin-top: 25px;
  z-index: 5;
}
@media (max-width: 749px) {
  .beach-babes-collage .text-overlay-top {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.beach-babes-collage .image_name {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  color: white;
  font: 400 12px/1.2 Circular-Bold, sans-serif;
}
@media (max-width: 749px) {
  .beach-babes-collage .image_name {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
    margin-bottom: 5px;
  }
}
.beach-babes-collage .image_link {
  text-decoration: underline;
  cursor: pointer;
  color: white;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
}
@media (max-width: 749px) {
  .beach-babes-collage .image_link {
    font: 400 9px/1.2 Circular-Medium, sans-serif;
  }
}
.beach-babes-collage .image_link:hover {
  color: #fdf8cc;
}
.beach-babes-collage .text-overlay-top-specific {
  position: absolute;
  font: 400 12px/1.2 Circular-Medium, sans-serif;
  bottom: 25px;
  text-align: left;
  margin-left: 25px;
  margin-top: 25px;
}
.beach-babes-collage .left-side {
  -webkit-box-flex: 0;
  flex: 54%;
  position: relative;
}
.beach-babes-collage .left-side .image_w_text {
  position: relative;
  width: 80%;
  text-align: right;
  float: right;
  margin-right: 20px;
  margin-top: 75px;
  margin-bottom: 15px;
}
.beach-babes-collage .left-side .image_w_text_3 {
  position: relative;
  width: 56%;
  margin: 0 auto;
}
.beach-babes-collage .right-side {
  -webkit-box-flex: 0;
  flex: 46%;
  position: relative;
}
.beach-babes-collage .right-side .image_w_text_2 {
  position: relative;
  width: 73%;
  margin-bottom: 15px;
}
.beach-babes-collage .right-side .image_w_text_4 {
  position: relative;
  width: 79%;
  margin-left: -23%;
  margin-bottom: 15px;
}
.beach-babes-collage .right-side .image_w_text_5 {
  -webkit-box-flex: 0;
  flex: 46%;
  position: relative;
  margin-left: -33%;
}
.beach-babes-collage .image_overlay_w_text_1 {
  position: absolute;
  width: 14%;
  transform: translate(550%, 250%);
}
.beach-babes-collage .image_overlay_w_text_2 {
  position: absolute;
  width: 19%;
  transform: translate(388%, 350%);
}

.beach-babes-facts-section {
  text-align: center;
}
.beach-babes-facts-section img {
  object-fit: cover;
}
.beach-babes-facts-section .header-text {
  font: 400 45px/1.05714 "Petrona", serif;
  letter-spacing: 0.08em;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 80px;
}
@media (max-width: 749px) {
  .beach-babes-facts-section .header-text {
    font: 400 22px/1.05714 "Petrona", serif;
    padding-top: 45px;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.beach-babes-facts-section i {
  font: 500 50px/1.2 Milkshake Script;
  text-transform: lowercase;
  vertical-align: bottom;
  position: relative;
  top: 8px;
}
@media (max-width: 749px) {
  .beach-babes-facts-section i {
    font-size: 30px;
  }
}
.beach-babes-facts-section .flex-container {
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 749px) {
  .beach-babes-facts-section .flex-container {
    padding-left: 30px;
    padding-right: 30px;
    flex-flow: wrap;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .beach-babes-facts-section .flex-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.beach-babes-facts-section .flex-item {
  -webkit-box-flex: 0;
  flex: 25%;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 749px) {
  .beach-babes-facts-section .flex-item {
    flex: 0 0 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.beach-babes-facts-section .title {
  font: 400 16px/1.2 Circular-Book, sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
@media (max-width: 749px) {
  .beach-babes-facts-section .title {
    margin-bottom: 10px;
  }
}
.beach-babes-facts-section .subtext {
  font: 400 15px/1.2 Circular-Book, sans-serif;
  line-height: 25px;
}
@media (max-width: 749px) {
  .beach-babes-facts-section .subtext {
    margin-bottom: 30px;
    font: 400 14px/1.2 Circular-Book, sans-serif;
    line-height: 20px;
  }
}
.beach-babes-facts-section .section__btn {
  width: 250px;
  margin-top: 60px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 80px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
}
.beach-babes-facts-section .section__btn:hover {
  color: white !important;
  background-color: #EF415C !important;
}
@media (max-width: 749px) {
  .beach-babes-facts-section .section__btn {
    margin-bottom: 45px;
    margin-top: 0px;
  }
}

.flex-7-across {
  display: flex;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  margin-left: 120px;
  margin-right: 120px;
  margin-top: 120px;
}
.flex-7-across img {
  object-fit: cover;
}
@media (max-width: 749px) {
  .flex-7-across img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 749px) {
  .flex-7-across {
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.flex-7-across .flex-item {
  -webkit-box-flex: 0;
  flex: 0 0 13%;
  margin: 7px;
}
@media (max-width: 749px) {
  .flex-7-across .flex-item {
    -webkit-box-flex: 0;
    flex: 0 0 23%;
    margin: 3px;
  }
}
@media (max-width: 749px) {
  .flex-7-across .flex-item-21 {
    display: none;
  }
}

.below_gallery_top_text-mobile {
  display: none;
}
@media (max-width: 749px) {
  .below_gallery_top_text-mobile {
    font: 400 15px/1.2 Circular-Book, sans-serif;
    display: block;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 20%;
    margin-right: 20%;
    letter-spacing: 0.2em;
  }
}

.bb_gallery_text {
  text-align: center;
}
.bb_gallery_text .below_gallery_top_text {
  font: 400 16px/1.2 Circular-Book, sans-serif;
  letter-spacing: 0.2em;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 749px) {
  .bb_gallery_text .below_gallery_top_text {
    display: none;
  }
}
.bb_gallery_text .below_gallery_main_text {
  font: 400 40px/1.05714 "Petrona", serif;
  margin-left: 16%;
  margin-right: 16%;
  line-height: 55px;
}
@media (max-width: 749px) {
  .bb_gallery_text .below_gallery_main_text {
    font: 400 20px/1.05714 "Petrona", serif;
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 25px;
  }
}
.bb_gallery_text .section__btn {
  width: 250px;
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 70px;
  padding: 15px;
  font: 400 14px/1.2 "Circular-Book", sans-serif;
  border: 1px solid transparent;
}
.bb_gallery_text .section__btn:hover {
  color: white !important;
  background-color: #da9ba6 !important;
}
@media (max-width: 749px) {
  .bb_gallery_text .section__btn {
    margin-bottom: 50px;
  }
}

.bb-footer-21 h1 {
  margin-left: 30%;
  margin-right: 30%;
  line-height: 45px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media (max-width: 749px) {
  .bb-footer-21 h1 {
    margin-left: 10%;
    margin-right: 10%;
    font: 400 28px "Petrona", serif;
  }
}

.sara_foster_part2_footer .footer-button:hover {
  color: white !important;
  background-color: black !important;
}

@media (max-width: 749px) {
  .section-middle-image-sf-getaway {
    padding-bottom: 100px;
  }
}

.section-50-50-rifle .section-page__content {
  margin-bottom: 0px;
}
@media (max-width: 749px) {
  .section-50-50-rifle .section-page__content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .section-50-50-rifle .section-page__content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.section-50-50-rifle .right-lower-text-page {
  margin-top: 40px;
  margin-bottom: 15px;
  width: 70%;
}
@media (max-width: 749px) {
  .section-50-50-rifle .right-lower-text-page {
    width: 85%;
  }
}
.section-50-50-rifle .x-logo {
  max-width: 5%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 749px) {
  .section-50-50-rifle .x-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 6%;
  }
}
@media (max-width: 749px) {
  .section-50-50-rifle .summersalt-logo {
    max-width: 75%;
  }
}
.section-50-50-rifle .collab-logo {
  width: 60%;
}
@media (max-width: 749px) {
  .section-50-50-rifle .collab-logo {
    max-width: 65%;
  }
}

.collage-section-products-rifle {
  padding-bottom: 70px;
  margin-bottom: 0px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle {
    padding-bottom: 40px;
  }
}
.collage-section-products-rifle .arrows {
  margin-top: 50px;
}
.collage-section-products-rifle .section__cols {
  margin-left: 70px;
  padding-bottom: 0px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__cols {
    padding-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 35px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section-products-rifle .section__cols {
    margin-bottom: 0px;
  }
}
.collage-section-products-rifle .image_overlay_text {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 25px;
  margin-bottom: 15px;
  font: 400 12px/1.2 "Circular-Medium", sans-serif;
  cursor: pointer;
  line-height: 18px;
}
.collage-section-products-rifle .image_overlay_text:hover {
  cursor: pointer;
  color: #475de6;
  text-decoration: underline;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .image_overlay_text {
    margin-left: 20px;
    margin-bottom: 15px;
    width: 75%;
  }
}
.collage-section-products-rifle .image_overlay_text_mid {
  margin-left: 135px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .image_overlay_text_mid {
    margin-left: 20px;
    margin-bottom: 15px;
    text-align: left;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section-products-rifle .image_overlay_text_mid {
    margin-left: 15px;
  }
}
@media (max-width: 749px) {
  .collage-section-products-rifle .overlay_mobile {
    margin-bottom: 10px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section-products-rifle .overlay_mobile {
    margin-bottom: 15px;
  }
}
.collage-section-products-rifle .shop-collection-section {
  padding-top: 0px;
  /* padding-top: 40px; */
  margin-top: 60px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .shop-collection-section {
    padding-top: 0px !important;
    margin-top: 0px;
  }
}
.collage-section-products-rifle .shop-collection-section h3 {
  letter-spacing: 0.025em;
  font-size: 40px;
  margin-bottom: 45px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .shop-collection-section h3 {
    font-size: 35px;
    margin-bottom: 35px;
    margin-top: 0px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section-products-rifle .shop-collection-section h3 {
    margin-top: -10px;
  }
}
.collage-section-products-rifle .overlay-background-section {
  padding-top: 65px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .overlay-background-section {
    padding-top: 30px !important;
  }
}
.collage-section-products-rifle .overlay-background-section h2 {
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 17px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .overlay-background-section h2 {
    font-size: 38px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 749px) {
  .collage-section-products-rifle h1 {
    margin-bottom: 0px;
  }
}
.collage-section-products-rifle h2 {
  margin-top: 10px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 749px) {
  .collage-section-products-rifle h2 h3 {
    font-size: 24px;
  }
}
.collage-section-products-rifle .shop-button {
  margin-top: 10px;
  margin-bottom: 30px;
}
.collage-section-products-rifle .section__col-left {
  width: 29%;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-left {
    display: flex;
  }
}
.collage-section-products-rifle .section__col-left .collage-video-overlay-one {
  height: auto;
  width: 86%;
  float: right;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 333px) {
  .collage-section-products-rifle .section__col-left .collage-video-overlay-one {
    width: 175px !important;
  }
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-left .collage-video-overlay-one {
    width: 62%;
    padding-left: 0px;
    height: 330px;
    width: 230px;
    margin-top: -45px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section-products-rifle .section__col-left .collage-video-overlay-one {
    height: 335px;
    object-fit: contain;
    width: 240px;
    padding-top: 5px;
    margin-top: -35px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section-products-rifle .section__col-left .collage-video-overlay-one img {
    max-width: 100%;
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section-products-rifle .section__col-left .collage-video-overlay-one-rifle-two {
    height: 345px;
    object-fit: contain;
    width: 240px;
    padding-top: 5px;
    margin-top: -45px;
  }
}
.collage-section-products-rifle .section__col-left .collage-column-one-image-two {
  width: 100%;
  height: 300px;
  float: right;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 16px;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-left .collage-column-one-image-two {
    width: 34%;
    margin-left: 15px;
    padding-right: 0px;
    height: 240px;
    width: 130px;
    margin-top: 60px;
  }
}
.collage-section-products-rifle .section__col-left .collage-column-one-image-two img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-left .collage-column-one-image-two img {
    width: auto;
    object-fit: cover;
    height: 240px;
  }
}
@media (min-width: 375px) and (max-width: 415px) {
  .collage-section-products-rifle .section__col-left .collage-column-one-image-two {
    height: auto;
    margin-bottom: 45px;
    margin-top: 5px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section-products-rifle .section__col-left .collage-column-one-image-two {
    margin-bottom: 45px;
    width: 170px;
    margin-left: 18px;
    margin-top: 60px;
  }
}
.collage-section-products-rifle .section__col-middle div {
  width: calc(100% - 40px);
  height: 580px;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-middle div {
    width: 215px;
    height: 280px;
  }
}
.collage-section-products-rifle .section__col-middle img {
  min-height: 100%;
  /* height: 550px; */
  /* width: 444px; */
  min-width: 100%;
  object-fit: cover;
}
.collage-section-products-rifle .section__col-mid {
  width: 43%;
}
.collage-section-products-rifle .section__col-right {
  width: 25%;
}
.collage-section-products-rifle .section__col-right .collage-video-overlay-two {
  height: 280px;
  width: 90%;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-right .collage-video-overlay-two {
    height: 140px;
    width: 123px;
    padding-right: 0px;
  }
}
@media (min-width: 376px) and (max-width: 415px) {
  .collage-section-products-rifle .section__col-right .collage-video-overlay-two {
    height: auto;
    width: 150px;
  }
}
.collage-section-products-rifle .section__col-right .collage-video-overlay-two img {
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-right .collage-video-overlay-two img {
    display: unset;
    height: unset;
    object-fit: unset;
  }
}
.collage-section-products-rifle .section__col-right .collage-image-column-three {
  margin-top: 20px;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .collage-section-products-rifle .section__col-right .collage-image-column-three {
    height: auto !important;
    width: auto !important;
  }
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-right .collage-image-column-three {
    height: 216px;
    width: 130px;
    padding-right: 0px;
    margin-top: 15px;
  }
}
@media (max-width: 749px) {
  .collage-section-products-rifle .section__col-right .collage-image-column-three img {
    object-fit: cover;
    width: auto;
    object-fit: cover;
    /* height: 240px; */
    height: 216px;
  }
}
@media (min-width: 376px) and (max-width: 415px) {
  .collage-section-products-rifle .section__col-right .collage-image-column-three {
    height: auto;
    width: 170px;
  }
}
@media (min-width: 413px) and (max-width: 415px) {
  .collage-section-products-rifle .section__col-right .collage-image-column-three {
    margin-top: 10px;
  }
}
.collage-section-products-rifle .overlay_image_one {
  transform: translate(115%, 215%);
}

.collage-section-products-rifle-two .arrow-div {
  display: none;
}
@media (max-width: 749px) {
  .collage-section-products-rifle-two .arrow-div {
    display: block;
    margin-bottom: 35px;
  }
}
@media (max-width: 749px) {
  .collage-section-products-rifle-two {
    padding-bottom: 40px;
  }
}

.shop-collection-rifle {
  margin-top: 0px;
  padding-top: 60px !important;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
@media (max-width: 749px) {
  .shop-collection-rifle {
    margin-top: 0px;
    padding-top: 35px !important;
  }
}
.shop-collection-rifle h3 {
  letter-spacing: 0.025em !important;
  font-size: 40px;
  margin-bottom: 45px;
}
@media (max-width: 749px) {
  .shop-collection-rifle h3 {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
.shop-collection-rifle .arrow-div {
  display: none;
}
@media (max-width: 749px) {
  .shop-collection-rifle .arrow-div {
    display: block;
  }
}

.shop-collection-four {
  padding-bottom: 70px;
}
@media (max-width: 749px) {
  .shop-collection-four {
    padding-bottom: 35px;
  }
}

.split-video-text-rifle {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 749px) {
  .split-video-text-rifle {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .split-video-text-rifle {
    padding-bottom: 0px;
  }
}
.split-video-text-rifle .text-right-side .section__title {
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .split-video-text-rifle .text-right-side .section__btn {
    margin-bottom: 50px;
  }
}

.rifle-footer .logo-secondary {
  padding-top: 90px;
}
@media (max-width: 749px) {
  .rifle-footer .logo-secondary {
    padding-top: 50px;
  }
}
.rifle-footer h2 {
  margin-bottom: 30px;
}
.rifle-footer h1 {
  margin-bottom: 18px;
}
.rifle-footer .footer-button {
  margin-bottom: 50px;
}
@media (max-width: 749px) {
  .rifle-footer .footer-button {
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .rifle-footer .collab-bottom-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .rifle-footer .footer__legal {
    padding-top: 30px;
  }
}

.section__full-image-rifle {
  margin-left: 60%;
  text-align: center;
  width: 23%;
}
.section__full-image-rifle .right-middle-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section__full-image-rifle .right-lower-text-p {
  width: 100%;
}

.text-block-mobile-rifle .right-top-text {
  padding-top: 15px;
}

.skimm-footer h1 {
  padding-top: 50px;
}

/***
reset styles 
*/
html {
  overflow-x: clip;
}

div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}
figure figcaption {
  margin: 0;
  padding: 0;
  font-size: medium;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2,
p {
  line-height: normal;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: medium;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

a, a:visited, a:hover, a:focus, a:active {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

button {
  background: initial;
  border: initial;
  box-shadow: initial;
  color: initial;
  cursor: pointer;
  font-size: initial;
  height: initial;
  margin: 0;
  outline: initial;
  overflow: initial;
  padding: 0;
  text-overflow: initial;
  text-transform: initial;
  white-space: initial;
  width: initial;
}
button:active {
  font-weight: normal;
}
button:focus-visible {
  outline: 2px solid #0056b3;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-family: "Roboto Flex", sans-serif;
  margin: 0;
  padding: 0;
}
body .uwy {
  z-index: 100 !important;
}
body #kustomer-ui-sdk-iframe {
  right: 12px !important;
  z-index: 100 !important;
  bottom: 60px !important;
}
body.freeze-body {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.freeze-body-mobile {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  transition: opacity 0.1s 0.8s;
}
nav li {
  display: block;
  margin: 0;
  padding: 0;
}
nav li a {
  text-decoration: none;
}
nav li a:hover {
  text-decoration: underline;
}

input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  background-color: #fff;
  border: 1px solid #2c1504;
  border-radius: 0;
  box-shadow: none;
  font: inherit;
  font-size: 16px;
  height: 36px;
  margin: 0;
  outline: none;
  padding: 2px 0 0 0;
}
input:focus-visible {
  outline: 2px solid #0056b3;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  background: initial;
  background-color: initial;
  border: initial;
  border-radius: initial;
  box-shadow: initial;
  font: inherit;
  height: auto;
  margin: initial;
  outline: initial;
  padding: initial;
}
input[type=radio]:focus-visible {
  outline: 2px solid #0056b3;
}

textarea {
  font-size: 16px;
}

input[type=submit], input[type=submit]:active, button[type=submit], button[type=submit]:active, button[type=menu], button[type=menu]:active {
  font-weight: normal;
}

/***************
global classes 
***************/
.transparent-header-up {
  margin-top: -48px;
}

.emphasis, a.emphasis {
  color: #db0000;
}

.hide {
  display: none;
}

.invisible {
  opacity: 0;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.black-button, a.black-button {
  align-items: center;
  background-color: #1d0d02;
  color: white;
  display: flex;
  font-size: 13px;
  height: 48px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.black-button:hover, a.black-button:hover {
  background-color: #49413c;
  text-decoration: underline;
}
.black-button:disabled, a.black-button:disabled {
  background-color: #9f9b99;
}
.black-button:disabled:hover, a.black-button:disabled:hover {
  background-color: #9f9b99;
}

.yellow-button {
  background: #fff;
  border: 1.5px solid #2c1504;
  box-shadow: 5px 5px 0px 0px #fef875;
  color: #2c1504;
  cursor: pointer;
  font-size: 14px;
  height: 38px;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0;
  text-transform: uppercase;
  text-underline-offset: 2px;
  width: 188px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yellow-button:focus-visible {
  outline: 2px solid #0056b3;
}
.yellow-button:hover {
  text-decoration: underline;
}

a.yellow-button {
  color: #2c1504;
  display: inline-block;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
}
a.yellow-button:hover {
  text-decoration: underline;
}

.outline-button {
  background-color: transparent;
  border: 1px solid #2c1504;
  height: 38px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.outline-button:hover {
  text-decoration: underline;
}
.outline-button:focus-visible {
  outline: 2px solid #0056b3;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

img.fade-in-img.fade-in {
  opacity: 1;
  /* fix rendering issues on iphone */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

img.iphone-paint-fix.fade-in {
  position: absolute;
}

.filterPrints {
  background-image: url(https://shop.summersalt.com/cdn/shop/files/leopard-new_50x50_crop_center.png?v=1614280610);
  background-position: center center;
  background-size: cover;
}

.filterBlack {
  background-color: #000;
}

.filterBlue {
  background-color: #475de6;
}

.filterBrights {
  background-color: #eb1b81;
}

.filterBrown {
  background-color: #7e664e;
}

.filterGreen {
  background-color: #75de6b;
}

.filterNeutrals {
  background-color: #e2dfc9;
}

.filterOrange {
  background-color: #f08f1b;
}

.filterPink {
  background-color: #fce4e4;
}

.filterPurple {
  background-color: #bd91de;
}

.filterRed {
  background-color: #ff6d6d;
}

.filterWhite {
  background-color: #fbfbf7;
}

.filterYellow {
  background-color: #fcf2a1;
}

.filterBlack button {
  color: #fff;
}

.filterPrints {
  background-image: url(https://shop.summersalt.com/cdn/shop/files/leopard-new_50x50_crop_center.png?v=1614280610);
  background-position: center center;
  background-size: cover;
}

.visuallyHidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute;
  width: 0 !important;
  white-space: nowrap !important;
}

/* PDP breaks to mobile layout here */
/* this is where mobile nav is hidden */
@media (min-width: 1300px) {
  body.freeze-body-mobile {
    position: static;
    overflow: visible;
  }
}

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