body {
  font-family: 'Droid Serif', serif;
  color: rgba(0, 0, 0, .7);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, .7);
}

a {
  color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  text-decoration: none;
}

a:hover {
  color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 28px;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/Circle.svg');
  background-position: 0px 8px;
  background-repeat: no-repeat;
  color: #000;
}

label {
  display: block;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px 0px 0px 24px;
  border-left: 4px solid hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
  color: rgba(0, 0, 0, .7);
  font-size: 22px;
  line-height: 34px;
  font-style: italic;
}

.p-large {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}

.p-large.highlited {
  color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
}

.p-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 26px;
}

.p-small.invert.opacity {
  color: hsla(0, 0%, 100%, .5);
  font-weight: 300;
}

.p-small.invert.opacity.footer {
  margin-top: 12px;
}

.p-small.caption {
  margin-top: -24px;
  margin-bottom: 36px;
  font-style: italic;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-color.dark-bg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.style-guide-color.active-color {
  background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
}

.style-guide-color.headings {
  background-color: #000;
}

.style-guide-color.default-copy {
  background-color: rgba(0, 0, 0, .7);
}

.style-guide-color.light-copy {
  background-color: rgba(0, 0, 0, .5);
}

.style-guide-color.light-bg {
  background-color: rgba(0, 0, 0, .05);
}

.style-guide-color.hover-color {
  background-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
}

.style-guide-color.decorations {
  background-color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
}

.style-guide-color.dividers {
  background-color: rgba(0, 0, 0, .15);
}

.woocommerce .button.button,
.woocommerce .button.button.alt,
.post-password-form input[type=submit],
.br-button {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(33.87096774193549, 94.90%, 61.57%, 1.00)), to(hsla(328.2511210762332, 99.11%, 55.88%, 1.00)));
  background-image: linear-gradient(90deg, hsla(33.87096774193549, 94.90%, 61.57%, 1.00), hsla(328.2511210762332, 99.11%, 55.88%, 1.00));
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.post-password-form input[type=submit]:hover,
.br-button:hover {
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  color: #fff;
  text-decoration: none;
}

.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
  background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(33.87096774193549, 94.90%, 61.57%, 1.00)), to(hsla(328.2511210762332, 99.11%, 55.88%, 1.00)));
  background-image: linear-gradient(90deg, hsla(33.87096774193549, 94.90%, 61.57%, 1.00), hsla(328.2511210762332, 99.11%, 55.88%, 1.00));
}

.br-button.small {
  padding: 14px 36px;
  font-size: 13px;
  line-height: 23px;
}

.br-button.invert {
  background-color: #fff;
  background-image: none;
  color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
}

.br-button.invert:hover {
  background-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  color: #fff;
}

.br-button.hero {
  margin-top: 24px;
}

.br-button.horizontal-form {
  margin: 0px 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-column-count: 1;
  column-count: 1;
}

.br-button.stretch {
  width: 100%;
}

.br-button.price {
  display: inline-block;
  min-width: auto;
  padding-right: 36px;
  padding-left: 36px;
  background-color: #000;
  background-image: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
}

.section.tint {
  background-color: rgba(0, 0, 0, .05);
}

.section.dark {
  background-color: #000;
}

.section.dark.if-floating-bar {
  padding-bottom: 108px;
}

.section.divider-b {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.section.narrow {
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.narrow.tint {
  background-color: rgba(0, 0, 0, .05);
}

.section.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.wrapper.block-links {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, .05);
}

.section.wrapper.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.relative {
  position: relative;
}

.section.no-t-padding {
  padding-top: 0px;
}

.section.deco-bg {
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/Deco-BG-2.png'), url('../images/Deco-BG_1.png');
  background-position: 100% 100%, 0px 0px;
  background-size: 504px, 504px;
  background-repeat: no-repeat, no-repeat;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.hero {
  
}

.section.hero.brooke-bg {
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/SB.jpg');
  background-position: 70% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.hero.default-bg {
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/Default.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.hero.default-bg.no-b-padding {
  padding-bottom: 0px;
}

.section.hero.shop-bg {
  background-color: rgba(0, 0, 0, .05);
  background-image: url('../images/Shop.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-b-padding {
  padding-bottom: 0px;
}

.fluid-cell {
  padding: 24px 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell._67-percent {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._67-percent.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fluid-cell._70-percent {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50-percent {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-percent {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.link-cell {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, .5);
}

.fluid-cell.link-cell:hover {
  margin-top: -6px;
  text-decoration: none;
}

.fluid-cell.block {
  margin: 24px 2%;
  padding: 48px 4%;
  background-color: #fff;
}

.fluid-cell.block.dark {
  border-style: none;
  background-color: #000;
}

.fluid-cell.block.dark.in-text {
  margin-top: 36px;
  margin-bottom: 36px;
}

.fluid-cell.block.dark.right {
  margin-left: 0px;
}

.fluid-cell.block.dark.bg-deco {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 117, 135, .61), rgba(0, 117, 135, .61)), url('../images/Deco-BG.png');
  background-image: linear-gradient(180deg, rgba(0, 117, 135, .61), rgba(0, 117, 135, .61)), url('../images/Deco-BG.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 200%;
  background-repeat: repeat, no-repeat;
}

.fluid-cell.block.in-text {
  margin: 36px 0px;
  padding-top: 36px;
}

.fluid-cell.block.in-text.last,
.fluid-cell.block.in-text:last-child {
  margin-bottom: 0px;
}

.fluid-cell.block.link {
  position: relative;
  overflow: hidden;
  border-style: none;
}

.fluid-cell.block.link:hover {
  text-decoration: none;
}

.fluid-cell.block._33-percent {
  width: 29.3%;
}

.fluid-cell.block.shadow,
.fluid-cell.block.dark {
  position: relative;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .07);
}

.fluid-cell.block.shadow._50-percent,
.fluid-cell.block.dark._50-percent {
  width: 48%;
}

.fluid-cell.block.shadow.left,
.fluid-cell.block.dark.left {
  margin-right: 0%;
}

.fluid-cell.block.shadow.in-text.cta-img,
.fluid-cell.block.dark.in-text.cta-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
}

.fluid-cell.block._50-percent {
  width: 46%;
}

.fluid-cell.block.article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin-bottom: 36px;
  padding: 0px 0px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #d5dcd5;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0px;
}

.fluid-cell._33-percent {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.fw-block {
  padding: 84px 4%;
}

.fluid-cell.fw-block.footer-left {
  position: relative;
  background-color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
}

.fluid-cell.fw-block.dark {
  background-color: #000;
}

.fluid-cell.fw-block.bg-img {
  background-image: url('../images/Brooke-2-Mobile.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fluid-cell.fb-block-link {
  position: relative;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 48px 4%;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.fluid-cell.fb-block-link:hover {
  position: relative;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.fluid-cell.fb-block-link._33-percent {
  width: 32.3%;
}

.fluid-cell.fb-block-link._33-percent.last {
  width: 33.3%;
  margin-right: 0%;
}

.fluid-cell.sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fluid-cell._80-percent {
  width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.articcle-thumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48%;
  margin-right: 2%;
  margin-left: 0%;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fluid-cell.article-copy-wrap {
  padding-top: 48px;
}

.fluid-cell.product-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon-link {
  display: inline-block;
  margin: 12px 24px 12px 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 36px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.icon-link:hover {
  border-bottom-color: #000;
  color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  text-decoration: none;
}

.icon-link.arrow-left {
  background-image: url('../images/Left-Arrow.png');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-link.arrow-right {
  margin-right: 12px;
  margin-left: 24px;
  padding-right: 36px;
  padding-left: 0px;
  background-image: url('../images/Right-Arrow.png');
  background-position: 100% 50%;
  background-size: auto;
}

.has-underlined-list ul:first-child {
  margin-top: 0;
}
.has-underlined-list ul:last-child {
  margin-bottom: 0;
}

.underlined-item,
.has-underlined-list li {
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  background-image: none;
  background-repeat: repeat;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.invert {
  color: #fff;
}

.invert.opacity {
  color: hsla(0, 0%, 100%, .7);
}

.subheading {
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.subheading.date {
  margin-bottom: 0px;
  color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px;
}

.subheading.date.above {
  margin-bottom: -6px;
}

.subheading.invert {
  color: #fff;
}

.subheading.dark {
  color: #000;
}

.subheading.b-padding-24 {
  margin-bottom: 24px;
}

.subheading.bg {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 100px;
  background-color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(33.87096774193549, 94.90%, 61.57%, 1.00)), to(hsla(328.2511210762332, 99.11%, 55.88%, 1.00)));
  background-image: linear-gradient(90deg, hsla(33.87096774193549, 94.90%, 61.57%, 1.00), hsla(328.2511210762332, 99.11%, 55.88%, 1.00));
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.subheading.bg.invert {
  background-color: #000;
  color: #fff;
}

.subheading.bg.border {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 96%, .24);
  background-color: transparent;
  background-image: none;
}

.subheading.bg.b-margin-24 {
  margin-bottom: 24px;
}

.woocommerce .quantity input.qty,
.text-field {
  height: 58px;
  margin-bottom: 12px;
  padding-left: 20px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  background-color: rgba(0, 0, 0, .05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 28px;
}
.woocommerce .quantity input.qty {
  margin: 12px 12px 12px 0;
  padding-right: 12px;
}

.text-field:focus {
  border-bottom-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
}

.text-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .5);
}

.text-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}

.text-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}

.text-field::placeholder {
  color: rgba(0, 0, 0, .5);
}

.text-field.text-area {
  min-height: 120px;
  padding-top: 12px;
}

.text-field.horizontal {
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
}

.text-field.horizontal.search {
  padding-left: 0px;
  border-bottom-style: none;
  background-color: transparent;
  font-size: 22px;
}

.form-block {
  margin-bottom: 12px;
  padding-top: 12px;
}

.form-block.reduced-spacing {
  margin-bottom: 0px;
  padding-top: 0px;
}

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 0px 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  color: #000;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  color: #000;
}

.nav-link.br-button {
  min-width: auto;
  margin-right: 0px;
  padding-right: 36px;
  padding-left: 36px;
  border-bottom-style: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.center-horizontal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-block {
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .12);
}

.inline-block.last,
.inline-block:last-child {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.inline-block.first {
  padding-top: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-top {
  display: inline;
  padding: 14px 12px;
  font-family: Roboto;
  color: #000;
  font-weight: 400;
}

.nav-link-top:hover {
  color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  text-decoration: none;
}

.nav-link-top.icon {
  height: 48px;
  padding-right: 24px;
  padding-left: 24px;
}

.nav-link-top.icon.search {
  margin-right: 12px;
  background-image: url('../images/Search-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.search-bar {
  position: absolute;
  left: 0px;
  top: 6px;
  right: 0px;
  z-index: 1001;
  display: none;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(10, 2, 45, .06);
}

.breadcrumb-link {
  display: inline-block;
  margin-top: 12px;
  margin-right: 14px;
  padding-right: 24px;
  background-image: url('../images/Breadcrumb-Arrow.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.breadcrumb-link:hover {
  color: rgba(0, 0, 0, .7);
}

.breadcrumb-link.current,
.breadcrumb-link:last-child {
  margin-right: 0px;
  padding-right: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-repeat: repeat;
  color: rgba(0, 0, 0, .5);
  font-weight: 300;
}

.breadcrumb-link.current:hover.
.breadcrumb-link:last-child:hover {
  text-decoration: none;
}

.img-in-text {
  display: block;
  margin: 36px auto;
}

.tabs-content {
  padding-top: 24px;
}

.tab-link {
  padding: 8px 24px 12px;
  border-top: 4px solid rgba(0, 0, 0, .05);
  background-color: rgba(0, 0, 0, .05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-link:hover {
  border-top: 4px solid hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  color: #000;
  text-decoration: none;
}

.tab-link.w--current {
  border-top: 4px solid #000;
  background-color: #fff;
  box-shadow: none;
}

.category-dropdown {
  width: 280px;
  margin-top: 12px;
  background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  background-image: url('../images/Menu-icon.svg');
  background-position: 90% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-dropdown:hover {
  background-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
}

.dropdown-toggle {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 24px;
  color: #fff;
}

.dropdown-link {
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-link:hover {
  text-decoration: none;
}

.dropdown-link.last,
.dropdown-link:last-child {
  border-bottom-style: none;
}

.dropdown-link.nav {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.dropdown-link.nav:hover {
  color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
}

.dropdown-list.nav.w--open {
  left: -16px;
  top: 41px;
  padding: 12px 24px;
  background-color: #fff;
}

.dropdown-nav {
  padding: 0px;
  color: #000;
}

.sm-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sm-icon.fb {
  background-color: #3b5998;
}

.sm-icon.fb:hover {
  background-color: #4268b6;
}

.sm-icon.tw {
  background-color: #1da1f2;
}

.sm-icon.tw:hover {
  background-color: #1ba8ff;
}

.sm-icon.ig {
  background-color: #5851db;
}

.sm-icon.ig:hover {
  background-color: #5c53f6;
}

.sm-icon.share-bar {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 3px;
}

.sm-icon.share-bar.fb {
  background-image: url('../images/FB-icon.svg');
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
}

.sm-icon.share-bar.tw {
  background-image: url('../images/TW-icon.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
}

.sm-icon.share-bar.email {
  background-image: url('../images/Email-icon.svg');
  background-position: 50% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
}

.sm-icon.email {
  background-color: rgba(0, 0, 0, .5);
}

.dropdown-nav-link {
  color: #000;
}

.dropdown-nav-link:hover {
  color: #000;
  text-decoration: none;
}

.nav-bar {
  padding: 24px 4%;
  background-color: transparent;
}

.numbered-list,
ol {
  margin-left: 20px;
  list-style-type: decimal;
}

.numbered-item,
ol li {
  padding-left: 4px;
  background-image: none;
  background-repeat: repeat;
}

.fake-h1 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.fake-h2 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
}

.fake-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
}

.fake-h4 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.fake-h5 {
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.fake-h5.no-t-padding {
  padding-top: 0px;
}

.fake-h5.invert {
  color: #fff;
}

.style-guide-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.style-guide-color-block.first {
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-link {
  display: inline-block;
  padding: 4px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cta-link:hover {
  background-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  color: #fff;
  text-decoration: none;
}

.cta-link.arrow {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 6px 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  background-color: #fff;
  color: #000;
}

.cta-link.arrow:hover {
  border-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  background-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  color: #fff;
}

.cta-link.arrow.in-text {
  margin-top: 12px;
  margin-bottom: 36px;
}

.cta-link.footer {
  border-style: none;
  background-color: transparent;
  color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
}

.cta-arrow-img {
  position: absolute;
  top: 10px;
  right: -14px;
  bottom: 0px;
  width: 26px;
  height: 6px;
  background-image: url('../images/Right-Arrow.png');
  background-repeat: no-repeat;
}

.article-thumb-img {
  margin-top: 18px;
  margin-bottom: 24px;
}

.text-deco {
  color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
}

.divider {
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: hsla(0, 0%, 100%, .12);
}

.footer-link,
.has-footer-link a {
  border-bottom: 1px solid hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, .5);
}

.footer-link:hover,
.has-footer-link a:hover {
  border-bottom: 1px solid #fff;
  color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  text-decoration: none;
}

.floating-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -80px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-bg-deco {
  position: relative;
  top: -80px;
  z-index: -1;
  width: 100%;
  height: 120px;
  margin-bottom: -80px;
  background-color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
  background-image: url('../images/BG-deco.jpg');
  background-position: 50% 50%;
  background-size: 796px;
}

.footer-nav-wrap {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 24px;
  float: left;
  clear: right;
}

.footer-nav-wrap.right {
  margin-right: 0%;
  margin-left: 5%;
}

.block {
  padding: 36px;
}

.bg-img-zoom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Untitled.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.12;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bg-img-zoom._2 {
  background-image: url('../images/3.jpg');
}

.bg-img-zoom._3 {
  background-image: url('../images/JOTF-0053_preview.jpeg');
}

.block-content-wrapper {
  position: relative;
  z-index: 11;
}

.arrow-img {
  width: 26px;
  height: 6px;
  margin-top: 24px;
  background-image: url('../images/Right-Arrow.png');
  background-position: 0px 0px;
}

.tabs {
  margin-top: 36px;
}

.form-item-wrap {
  width: 98%;
  margin-right: 1%;
  margin-left: 1%;
}

.form-item-wrap.half {
  width: 48%;
}

.form-item-wrap.heading {
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.form-item-wrap.heading.t-margin-0 {
  margin-top: 0px;
}

.heading-link {
  color: #000;
}

.heading-link:hover {
  color: #000;
}

.heading-link.invert {
  color: #fff;
}

.search-result {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.deco-strip {
  position: absolute;
  left: 0px;
  top: -18px;
  right: 0px;
  width: 60%;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/BG-deco.jpg');
  background-position: 0px 0px;
  background-size: 796px;
}

.deco-lines {
  position: absolute;
  left: 0px;
  top: -22px;
  right: 0px;
  display: block;
  width: 44px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Deco-IMG_1Deco IMG.png');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.center {
  text-align: center;
}

.advanced-search-link {
  display: block;
  margin-left: 6px;
  color: rgba(0, 0, 0, .5);
  line-height: 22px;
  text-align: center;
}

.advanced-search-link:hover {
  color: rgba(0, 0, 0, .5);
}

.deco-line {
  width: 60px;
  height: 3px;
  margin-bottom: 12px;
  background-color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
}

.deco-line.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gradient-bar {
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(48.229665071770334, 94.57%, 56.67%, 1.00)), to(hsla(328.2511210762332, 99.11%, 55.88%, 1.00)));
  background-image: linear-gradient(90deg, hsla(48.229665071770334, 94.57%, 56.67%, 1.00), hsla(328.2511210762332, 99.11%, 55.88%, 1.00));
}

.p-info {
  display: inline-block;
  color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
  font-style: italic;
  font-weight: 400;
}

.p-info.above {
  margin-bottom: 5px;
}

.p-info.below {
  margin-top: -6px;
  margin-bottom: 12px;
}

.p-info.blog-icon {
  padding-left: 36px;
  background-image: url('../images/Article-icon.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.p-info.blog-icon.podcast-icon {
  background-image: url('../images/Podcast-icon.png');
  background-size: auto;
}

.p-info.second {
  padding-left: 6px;
}

.relative {
  position: relative;
}

.block-link-hover-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 220px;
  height: 72px;
  background-image: url('../images/Block-Link-Hover.png');
  background-position: 100% 100%;
  background-size: 220px;
  background-repeat: no-repeat;
}

.block-link-hover-img.product {
  right: 0;
  bottom: 0px;
  width: auto;
  max-height: 80%;
}

.slider {
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
}

.left-arrow {
  position: absolute;
  right: 0px;
  bottom: 12px;
  width: 48px;
  height: 48px;
  margin-right: 50px;
  margin-bottom: -84px;
  background-color: #000;
  background-image: url('../images/Arrow-Left.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow {
  position: absolute;
  right: 0px;
  bottom: 12px;
  width: 48px;
  height: 48px;
  margin-right: 0px;
  margin-bottom: -84px;
  background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  background-image: url('../images/Arrow-Right.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow:hover {
  background-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
}

.slide-nav {
  display: none;
}

.product-copy-wrap {
  position: relative;
  z-index: 1;
  width: 67.7%;
}

.fb-icon {
  width: 12px;
  height: 26px;
  background-image: url('../images/FB-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tw-icon {
  width: 30px;
  height: 26px;
  background-image: url('../images/TW-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ig-icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/IG-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.logo-strip-img {
  margin: 12px;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.close-search {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  margin-left: 12px;
  background-image: url('../images/Close-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.article-landing-thumb {
  display: block;
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 800px;
}

.product-img {
  /*max-height: 450px;*/
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 12px;
  padding-top: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.links-list {
  padding-right: 4%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.links-list.last,
.links-list:last-child {
  padding-right: 0px;
}

.cta-copy-wrap {
  width: 50%;
}

.cta-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48%;
  margin-top: -36px;
  margin-bottom: -48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-img {
  position: absolute;
  display: block;
  max-width: auto;
  min-width: 100%;
}

.list-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, .7);
}

.list-link:hover {
  color: #000;
}

.strikeout-price {
  color: hsla(0, 0%, 100%, .5);
  font-weight: 400;
  text-decoration: line-through;
}

.sale {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 72px;
  height: 72px;
  padding-top: 7px;
  border-radius: 80px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(33.87096774193549, 94.90%, 61.57%, 1.00)), to(hsla(343.3333333333333, 97.83%, 63.92%, 1.00)));
  background-image: linear-gradient(90deg, hsla(33.87096774193549, 94.90%, 61.57%, 1.00), hsla(343.3333333333333, 97.83%, 63.92%, 1.00));
  text-align: center;
}

.foating-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 -6px 12px 0 rgba(53, 54, 77, .06);
}

.top-bar-copy {
  display: inline-block;
  margin-right: 12px;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-link {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

.cart-no {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  border-radius: 120px;
  background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  color: #fff;
  font-weight: 400;
}

.cart-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  float: right;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.logo-link {
  padding-top: 6px;
}

.infusion-radio {
  margin-bottom: 24px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #d5dcd5;
}

.options-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.infusion-option {
  display: block;
  margin-bottom: 10px;
  padding: 6px 6px 0px 24px;
  background-color: #f6f6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.infusion-option:hover {
  background-color: #d5dcd5;
}

.test {
  max-width: 500px;
  padding: 36px;
}

.infusion-field-input {
  width: 100%;
  height: 58px;
  margin-bottom: 12px;
  padding-left: 20px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  background-color: rgba(0, 0, 0, .05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 28px;
}

.infusion-field-input:focus {
  border-bottom-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
}

.infusion-field-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .5);
}

.infusion-field-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}

.infusion-field-input::placeholder {
  color: rgba(0, 0, 0, .5);
}

.infusion-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.infusion-recaptcha {
  position: relative;
  z-index: 1;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(33.87096774193549, 94.90%, 61.57%, 1.00)), to(hsla(328.2511210762332, 99.11%, 55.88%, 1.00)));
  background-image: linear-gradient(90deg, hsla(33.87096774193549, 94.90%, 61.57%, 1.00), hsla(328.2511210762332, 99.11%, 55.88%, 1.00));
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.infusion-recaptcha:hover {
  background-color: #dee629;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .12);
  color: #fff;
  text-decoration: none;
}

.infusion-recaptcha.small {
  padding: 14px 36px;
  font-size: 13px;
  line-height: 23px;
}

.infusion-recaptcha.invert {
  background-color: #fff;
  color: #d9e124;
}

.infusion-recaptcha.invert:hover {
  background-color: #dee629;
  color: #fff;
}

.infusion-recaptcha.hero {
  margin-top: 24px;
}

.infusion-recaptcha.horizontal-form {
  margin: 0px 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-column-count: 1;
  column-count: 1;
}

.infusion-recaptcha.stretch {
  width: 100%;
}

.infusion-recaptcha.price {
  display: inline-block;
  min-width: auto;
  padding-right: 36px;
  padding-left: 36px;
  background-color: #007587;
}

.infusion-option label {
  display: inline-block;
}

.product-thumb-wrap {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 100%;
  padding-left: 9%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-thumb-img {
  display: block;
  min-height: 260px;
  min-width: 200px;
}

.hide-desktop {
  display: none;
}

.testimonial-w-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-img {
  max-height: 200px;
  max-width: 200px;
  margin-right: 48px;
}

html.w-mod-js *[data-ix="search-hidden"] {
  display: none;
}

html.w-mod-js *[data-ix="block-link-img-hidden"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
  a:hover {
    color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  }
  .br-button.price {
    padding-right: 24px;
    padding-left: 24px;
  }
  .br-button.add-to-cart {
    padding-right: 36px;
    padding-left: 36px;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section.dark.if-floating-bar {
    padding-bottom: 96px;
  }
  .section.hero {
    margin-top: 72px;
  }
  .section.hero {
    margin-top: 66px;
    padding-top: 48px;
  }
  .fluid-cell {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fluid-cell._70-percent {
    width: 100%;
  }
  .fluid-cell.block {
    margin: 12px 2%;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .fluid-cell.block.article-wrap {
    margin-bottom: 36px;
    padding-bottom: 48px;
  }
  .fluid-cell.fw-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fluid-cell.article-copy-wrap {
    padding-top: 36px;
    padding-bottom: 24px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, .12);
    background-color: #000;
    color: #fff;
    font-weight: 400;
  }
  .nav-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, .12);
    color: #fff;
  }
  .nav-link.w--current {
    padding-left: 18px;
    border-left: 6px solid hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
    border-bottom-color: hsla(0, 0%, 100%, .12);
    color: #fff;
  }
  .nav-link.br-button {
    margin-top: 0px;
    padding-left: 24px;
    border-bottom-style: none;
    background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
    font-size: 16px;
    text-align: left;
  }
  .menu-button {
    width: 72px;
    height: 72px;
    background-color: hsla(328.2511210762332, 99.11%, 55.88%, 1.00);
    background-image: url('../images/Menu-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .menu-button:hover {
    background-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
  }
  .menu-button.w--open {
    background-color: hsla(343.3333333333333, 97.83%, 63.92%, 1.00);
    background-image: url('../images/Menu-close-icon.svg');
    background-size: auto;
  }
  .logo-img,
  .woocommerce .logo-img,
  .woocommerce-page .logo-img {
    padding-top: 12px;
  }
  .inline-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav-link-top.icon {
    width: 72px;
    height: 72px;
    float: right;
    clear: none;
  }
  .nav-link-top.icon.search {
    display: block;
    margin-right: 0px;
  }
  .search-bar {
    position: fixed;
    top: 72px;
    z-index: 1000;
  }
  .dropdown-link.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: hsla(0, 0%, 100%, .12);
    background-color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .dropdown-link.nav:hover {
    color: #000;
  }
  .dropdown-list.nav.w--open {
    margin: 16px -24px -20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: hsla(33.87096774193549, 94.90%, 61.57%, 1.00);
  }
  .dropdown-nav {
    color: #fff;
  }
  .dropdown-nav-link {
    color: #fff;
  }
  .dropdown-nav-link:hover {
    color: #fff;
  }
  .nav-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .06);
  }
  .fake-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .fake-h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .fake-h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .fake-h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .nav-menu {
    background-color: transparent;
  }
  .tabs {
    margin-top: 24px;
  }
  .deco-strip {
    width: 80%;
  }
  .left-arrow {
    bottom: 0px;
    margin-bottom: -60px;
  }
  .right-arrow {
    bottom: 0px;
    margin-bottom: -60px;
  }
  .product-copy-wrap {
    position: relative;
    z-index: 1;
  }
  .article-landing-thumb {
    max-height: 450px;
    max-width: 900px;
  }
  .product-img {
    max-height: 400px;
  }
  .detail-wrap {
    margin-top: 24px;
    padding-top: 24px;
  }
  .links-list {
    padding-right: 36px;
  }
  .sale {
    padding-top: 7px;
  }
  .cart-link {
    height: 72px;
    padding-top: 22px;
    padding-right: 30px;
    float: right;
    clear: none;
    border-right: 1px solid rgba(0, 0, 0, .15);
  }
  .logo-link {
    width: 120px;
    padding-top: 16px;
  }
  .infusion-recaptcha.price {
    padding-right: 24px;
    padding-left: 24px;
  }
  .infusion-recaptcha.add-to-cart {
    padding-right: 36px;
    padding-left: 36px;
  }
  .product-thumb-wrap {
    padding-left: 2%;
  }
  .testimonial-img {
    max-height: 200px;
    margin-right: 36px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  blockquote {
    font-size: 20px;
    line-height: 32px;
  }
  .p-large {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 32px;
  }
  .br-button {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .br-button.hero {
    margin-top: 12px;
  }
  .br-button.horizontal-form {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .section.dark.if-floating-bar {
    padding-bottom: 84px;
  }
  .section.narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section.deco-bg {
    background-image: url('../images/Deco-BG.png');
    background-position: 0px 0px;
    background-size: 504px;
    background-repeat: no-repeat;
  }
  .section.hero {
    margin-top: 60px;
  }
  .section.hero {
    margin-top: 54px;
    padding-top: 36px;
  }
  .section.hero.brooke-bg {
    background-image: none !important;
    background-size: auto;
    background-repeat: repeat;
  }
  .section.hero.shop-bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .fluid-cell {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fluid-cell._67-percent {
    width: 100%;
  }
  .fluid-cell._67-percent.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fluid-cell._70-percent {
    width: 100%;
  }
  .fluid-cell._50-percent {
    width: 100%;
  }
  .fluid-cell.link-cell:hover {
    margin-top: 0px;
  }
  .fluid-cell.block {
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    padding-right: 6%;
    padding-left: 6%;
  }
  .fluid-cell.block.dark.right {
    margin-top: 0px;
    margin-left: 3%;
  }
  .fluid-cell.block._33-percent {
    width: auto;
  }
  .fluid-cell.block.shadow._50-percent,
  .fluid-cell.block.dark._50-percent {
    width: 94%;
  }
  .fluid-cell.block.shadow.left,
  .fluid-cell.block.dark.left {
    margin-right: 3%;
    margin-bottom: 0px;
  }
  .fluid-cell.block.shadow.in-text.cta-img,
  .fluid-cell.block.dark.in-text.cta-img {
    padding-right: 6%;
  }
  .fluid-cell.block.article-wrap {
    width: 94%;
    padding-bottom: 36px;
  }
  .fluid-cell._33-percent {
    width: 100%;
  }
  .fluid-cell.fw-block {
    padding: 48px 6%;
  }
  .fluid-cell.fw-block.footer-right {
    padding-top: 96px;
  }
  .fluid-cell.fw-block.bg-img {
    padding: 0px;
  }
  .fluid-cell.fb-block-link {
    padding-right: 6%;
    padding-left: 6%;
  }
  .fluid-cell.fb-block-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .fluid-cell.fb-block-link._33-percent {
    width: 100%;
    margin-right: 0%;
  }
  .fluid-cell.fb-block-link._33-percent.last {
    width: 100%;
  }
  .fluid-cell.sm-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fluid-cell._80-percent {
    width: 100%;
  }
  .fluid-cell.articcle-thumb-wrap {
    width: 100%;
    margin-right: 0%;
  }
  .fluid-cell.article-copy-wrap {
    padding: 24px 0% 0px;
  }
  .fluid-cell.hero-img-mobile {
    margin-right: -3%;
    margin-bottom: -36px;
    margin-left: -3%;
    padding: 24px 0% 0px;
  }
  .fluid-cell.product-img-wrap {
    width: 100%;
  }
  .icon-link.arrow-left {
    margin-right: 12px;
  }
  .icon-link.arrow-right {
    margin-left: 12px;
  }
  .subheading {
    margin-bottom: 8px;
    background-image: none;
    font-weight: 700;
  }
  .subheading.date {
    padding-top: 0px;
  }
  .text-field.horizontal {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
  .text-field.horizontal.search {
    text-align: center;
  }
  .nav-link.br-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
  }
  .container {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .logo-img,
  .woocommerce .logo-img,
  .woocommerce-page .logo-img {
    padding-top: 14px;
  }
  .inline-block {
    padding-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-link-top.icon {
    height: 60px;
  }
  .nav-link-top.icon.search {
    width: 60px;
    height: 60px;
  }
  .search-bar {
    top: 60px;
  }
  .tab-link {
    margin-bottom: -4px;
    padding-top: 12px;
    border: 4px solid transparent;
  }
  .tab-link:hover {
    border-top-color: transparent;
  }
  .tab-link.w--current {
    z-index: 1;
    border-color: #000;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .06);
  }
  .category-dropdown {
    width: 100%;
    background-position: 95% 50%;
  }
  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .sm-icon {
    width: 48px;
    height: 48px;
    margin: 0px 12px;
    float: left;
  }
  .nav-bar {
    padding-left: 6%;
  }
  .fake-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }
  .fake-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  .fake-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }
  .fake-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }
  .fake-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }
  .fake-h5.no-t-padding {
    padding-top: 0px;
  }
  .cta-link.arrow.in-text {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .divider {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .floating-logo {
    bottom: -60px;
    width: 120px;
  }
  .footer-nav-wrap {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    float: none;
    clear: none;
  }
  .footer-nav-wrap.right {
    margin-bottom: 24px;
    margin-left: 0%;
  }
  .block {
    margin-top: 24px;
    padding: 24px;
  }
  .bg-img-zoom {
    background-position: 50% 50%;
  }
  .dropdown-wrapper {
    width: 100%;
  }
  .tabs {
    margin-top: 0px;
  }
  .search-result {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .deco-strip {
    width: 85%;
  }
  .deco-lines {
    width: 36px;
    height: 47px;
    background-size: 36px;
  }
  .block-link-hover-img.product {
    width: 50%;
  }
  .left-arrow {
    bottom: -12px;
    margin-bottom: -48px;
  }
  .right-arrow {
    bottom: -12px;
    margin-bottom: -48px;
  }
  .product-copy-wrap {
    width: 50%;
  }
  .fb-icon {
    background-size: auto 20px;
  }
  .tw-icon {
    background-size: auto 18px;
  }
  .ig-icon {
    background-size: auto 20px;
  }
  .article-landing-thumb {
    max-height: 100%;
    max-width: 100%;
  }
  .product-img {
    display: block;
    max-height: 350px;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .links-list {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .cta-copy-wrap {
    width: 100%;
    text-align: center;
  }
  .cta-img-wrap {
    position: static;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .cta-img {
    position: static;
  }
  .sale {
    padding-top: 12px;
  }
  .foating-bar {
    padding-right: 6%;
    padding-left: 6%;
  }
  .cart-link {
    height: 60px;
    padding-top: 15px;
    padding-right: 24px;
  }
  .logo-link {
    width: 80px;
    padding-top: 14px;
  }
  .infusion-recaptcha {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .infusion-recaptcha.hero {
    margin-top: 12px;
  }
  .infusion-recaptcha.horizontal-form {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .product-thumb-wrap {
    width: 50%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hide-desktop {
    display: block;
  }
  .testimonial-w-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-img {
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
}

@media (max-width: 479px) {
  .p-small.invert.opacity.footer {
    margin-top: 36px;
  }
  .br-button {
    padding-right: 36px;
    padding-left: 36px;
  }
  .br-button.price {
    width: 100%;
    margin-top: 0px;
  }
  .br-button.add-to-cart {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section.dark.if-floating-bar {
    padding-bottom: 72px;
  }
  .section.hero {
    padding-bottom: 36px;
  }
  .fluid-cell {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fluid-cell.block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 24px 8%;
  }
  .fluid-cell.block.dark.right {
    margin-left: 0px;
  }
  .fluid-cell.block.shadow._50-percent,
  .fluid-cell.block.dark._50-percent {
    width: 100%;
  }
  .fluid-cell.block.shadow.left,
  .fluid-cell.block.dark.left {
    margin-right: 0%;
  }
  .fluid-cell.block.article-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .fluid-cell.fw-block {
    padding: 36px 8%;
  }
  .fluid-cell.fw-block.footer-left {
    padding-bottom: 84px;
  }
  .fluid-cell.fb-block-link {
    padding: 36px 8%;
  }
  .fluid-cell.fb-block-link._33-percent {
    width: 100%;
  }
  .fluid-cell.hero-img-mobile {
    margin-right: -10%;
    margin-left: -10%;
  }
  .icon-link.arrow-left {
    margin-right: 12px;
    margin-left: 0px;
  }
  .icon-link.arrow-right {
    margin-right: 0px;
    margin-left: 12px;
  }
  .container {
    padding-right: 8%;
    padding-left: 8%;
  }
  .logo-img {
    padding-top: 14px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-dropdown {
    width: 100%;
    background-position: 92% 50%;
  }
  .sm-icon {
    margin-right: 6px;
    margin-left: 6px;
  }
  .nav-bar {
    padding-left: 8%;
  }
  .cta-link.footer {
    display: block;
  }
  .divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .form-item-wrap.half {
    width: 98%;
  }
  .deco-strip {
    top: -12px;
    height: 24px;
  }
  .p-info {
    display: inline-block;
  }
  .p-info.blog-icon {
    padding-left: 36px;
    background-position: 0px 0px;
  }
  .block-link-hover-img {
    bottom: -18px;
  }
  .block-link-hover-img.product {
    width: 33.3%;
    background-position: 0px 50%;
  }
  .slider {
    padding-bottom: 24px;
  }
  .left-arrow {
    left: -36px;
    right: auto;
    bottom: 0px;
    margin-bottom: -36px;
  }
  .right-arrow {
    right: -36px;
    bottom: 0px;
    margin-bottom: -36px;
  }
  .product-copy-wrap {
    width: 67.7%;
  }
  .product-img {
    max-height: 300px;
    max-width: 100%;
  }
  .detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta-img-wrap {
    margin-top: 12px;
  }
  .foating-bar {
    padding: 8px 8%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .t-margin-mobile-12 {
    margin-top: 12px;
  }
  .cart-link {
    padding-right: 18px;
    padding-left: 0px;
  }
  .infusion-recaptcha {
    padding-right: 36px;
    padding-left: 36px;
  }
  .infusion-recaptcha.price {
    width: 100%;
    margin-top: 0px;
  }
  .infusion-recaptcha.add-to-cart {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .product-thumb-wrap {
    width: 33.3%;
    padding-left: 6%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testimonial-w-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
