.collection__banner {
  position: relative; }

.collection__banner--img-desktop {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .collection__banner--img-desktop {
    display: none; } }
.collection__banner--img-mobile {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .collection__banner--img-mobile {
    display: none; } }
.collection__banner-background {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 40vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (min-width: 767px) {
  .collection__banner-background {
    height: 50vh; } }
@media only screen and (min-width: 767px) {
  .collection__banner-background.desktop {
    background-size: cover; } }
.collection__banner-background.mobile {
  background-size: cover;
  position: absolute;
  z-index: 1; }

@media only screen and (min-width: 767px) {
  .collection__banner-background.mobile {
    height: 0;
    width: 0; } }
.collection__banner .content {
  padding: 24px;
  width: 80%;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

@media only screen and (min-width: 767px) {
  .collection__banner .content {
    padding: 72px;
    width: 40%;
    min-width: 560px; }

  .collection__banner .content.left {
    margin-left: 0;
    margin-right: auto;
    text-align: left; }

  .collection__banner .content.middle {
    margin-right: auto;
    margin-left: auto;
    text-align: center; }

  .collection__banner .content.right {
    margin-right: 0;
    margin-left: auto;
    text-align: right; } }
.collection__banner .content .headline {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.3px;
  line-height: 58px; }

@media only screen and (min-width: 767px) {
  .collection__banner .content .headline {
    font-size: 54px; } }
.collection__banner .content .subheadline {
  font-size: 20px;
  letter-spacing: -0.53px;
  line-height: 26px; }

.collection__banner .wave_overlay {
  display: none; }

@media only screen and (min-width: 767px) {
  .collection__banner .wave_overlay {
    display: block; } }
.collection__banner .wave_overlay .wave__wrapper-bottom {
  bottom: 0; }

.collection__banner .wave_overlay_top {
  position: absolute;
  top: calc(100% - 55px);
  left: 0;
  width: 100vw;
  height: 45px;
  z-index: 1; }

.collection__banner .wave_overlay_top svg {
  width: 100%; }

@media only screen and (min-width: 767px) {
  .collection__banner .wave_overlay_top {
    top: calc(100% - 45px);
    height: 114px; } }
.light {
  color: #ffffff; }

.dark {
  color: #002554; }

.collection-grid.collection-no__banner {
  padding-top: 0; }

.collection-grid {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden; }

.collection-grid__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 48px; }

@media only screen and (min-width: 770px) {
  .collection-grid__sub {
    padding-bottom: 24px; } }
@media only screen and (max-width: 1000px) {
  .collection-grid {
    padding: 0 10px; } }
.collection-grid .js-product_link {
  position: relative;
  display: block; }

.collection-grid .inline-title {
  width: 100%;
  z-index: 1;
  text-align: center;
  padding-top: 15px;
  position: relative; }

@media only screen and (min-width: 1000px) {
  .collection-grid .inline-title {
    padding-top: 0;
    position: absolute;
    bottom: 5px; } }
@media only screen and (min-width: 1000px) {
  .collection-grid {
    padding: 48px 36px; } }
.collection-grid__item {
  position: relative;
  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;
  margin-bottom: 24px;
  width: calc(50% - 12px);
  min-height: calc(25% - 24px); }

.collection-grid__item.breakout {
  width: calc(100%);
  margin: 12px 32px; }

.collection-grid__item.breakout .item-images {
  position: relative;
  padding-bottom: 60%; }

@media only screen and (min-width: 1000px) {
  .collection-grid__item.breakout {
    width: calc(50% - 24px);
    margin: 0 12px;
    margin-bottom: 48px; } }
@media only screen and (min-width: 1000px) {
  .collection-grid__item {
    margin-bottom: 48px; } }
.collection-grid__item:nth-child(odd) {
  margin-left: 12px; }

.collection-grid__item:nth-child(odd) .item-images {
  border-radius: 5px 5px 0 0; }

.collection-grid__item:nth-child(even) {
  margin-right: 12px; }

.collection-grid__item:nth-child(even) .item-images {
  border-radius: 5px 5px 0 0; }

.collection-grid__item:hover .hover_image {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(0.65);
  transform: rotate(0deg) scale(0.65); }

.collection-grid__item.hidden {
  display: none; }

@media only screen and (min-width: 1000px) {
  .collection-grid__item {
    width: calc(25% - 24px);
    margin-left: 12px;
    margin-right: 12px; } }
.collection-grid__item--single {
  width: 100%; }

.collection-grid .header_blank {
  padding-top: 20px;
  width: 100%; }

@media only screen and (min-width: 750px) {
  .collection-grid .header_blank {
    padding-top: 0px; } }
.collection-grid .header_block {
  font-weight: normal;
  position: relative;
  width: calc(100%);
  min-width: 400px;
  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-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;
  margin: 0 0 48px 0;
  padding: 0;
  border-radius: 0; }

@media only screen and (min-width: 1000px) {
  .collection-grid .header_block {
    margin: 0 12px 19px 12px;
    width: 100%;
    border-radius: 5px; } }
@media only screen and (max-width: 1000px) {
  .collection-grid .header_block {
    margin: 0 0 34px 0; } }
.collection-grid .header_block .logo {
  width: 88px;
  height: 45px;
  margin: 0 auto;
  display: inline-block; }

@media only screen and (max-width: 1000px) {
  .collection-grid .header_block .logo {
    width: 63px;
    height: 25px; } }
.collection-grid .header_block .logo.light {
  position: relative; }

.collection-grid .header_block .logo.light svg {
  height: 34px; }

@media only screen and (max-width: 1000px) {
  .collection-grid .header_block .logo.light svg {
    height: 23px; } }
.collection-grid .header_block .logo.light svg path {
  fill: #ffffff; }

.collection-grid .header_block .logo.light:before, .collection-grid .header_block .logo.light:after {
  background-color: #ffffff; }

.collection-grid .header_block .title {
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  font-size: 54px;
  line-height: 54px;
  color: #002554;
  text-align: center;
  margin-bottom: 0; }

.collection-grid .header_block .title.light {
  color: #ffffff; }

@media only screen and (max-width: 1000px) {
  .collection-grid .header_block .title {
    font-size: 35px;
    line-height: 25px; } }
.collection-grid .header_block .description {
  width: 90%;
  margin: 0.5rem auto 0;
  color: #001e43;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px; }

.collection-grid .header_block .description.light {
  color: #ffffff; }

@media only screen and (min-width: 1000px) {
  .collection-grid .header_block .description {
    font-size: 20px;
    margin: 0 auto; } }
@media only screen and (max-width: 1000px) {
  .collection-grid .header_block .description {
    font-size: 14px;
    line-height: 19px; } }
.collection-grid .header_block {
  height: 100%; }

@media only screen and (max-width: 1000px) {
  .collection-grid .header_block {
    display: block;
    width: 100%;
    min-width: 100%; } }
.collection-grid .header_block .collection-grid__item-content {
  margin-bottom: auto;
  width: 100%;
  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-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;
  height: 0;
  padding-bottom: 10%;
  border-radius: 0px;
  z-index: 1;
  margin-top: 24px;
  background-color: #50b3e3; }

@media only screen and (min-width: 1000px) {
  .collection-grid .header_block .collection-grid__item-content {
    padding-bottom: 0;
    border-radius: 5px;
    margin-top: 0;
    height: 130px; } }
@media only screen and (max-width: 1000px) {
  .collection-grid .header_block .collection-grid__item-content {
    background-color: initial !important;
    padding-bottom: 0; } }
.collection-grid .header_block .collection-grid__item-content .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-43%);
  transform: translateX(-50%) translateY(-43%);
  color: #002554; }

@media only screen and (min-width: 1000px) {
  .collection-grid .header_block .collection-grid__item-content .text {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); } }
.collection-grid .header_block .register-mark {
  font-size: 27px;
  position: absolute;
  top: -9px; }

@media only screen and (max-width: 1000px) {
  .collection-grid .header_block .register-mark {
    font-size: 13px;
    position: absolute;
    top: -8px; } }
.collection-grid .header_block .trademark {
  font-size: 27px;
  position: absolute;
  top: -13px; }

@media only screen and (max-width: 1000px) {
  .collection-grid .header_block .trademark {
    font-size: 13px;
    position: absolute;
    top: -6px; } }
.collection-grid .promo_block {
  min-width: initial;
  min-height: calc(25% - 24px);
  margin-left: 12px; }

.collection-grid .promo_block.single-wide {
  width: calc(50% - 12px); }

@media only screen and (min-width: 1000px) {
  .collection-grid .promo_block.single-wide {
    width: calc(25% - 12px); } }
@media only screen and (max-width: 1000px) {
  .collection-grid .promo_block.single-wide.forced-double {
    width: calc(100% - 12px) !important; } }
.collection-grid .promo_block.double-wide {
  width: calc(100% - 12px); }

@media only screen and (min-width: 1000px) {
  .collection-grid .promo_block.double-wide {
    width: calc(50% - 12px); } }
@media only screen and (max-width: 1000px) {
  .collection-grid .promo_block.double-wide.forced-single {
    width: calc(50% - 12px) !important; } }
.collection-grid .promo_block .promo-mobile-off {
  display: none; }

@media only screen and (min-width: 1000px) {
  .collection-grid .promo_block {
    margin-bottom: 48px; }

  .collection-grid .promo_block .promo-mobile-off {
    display: block; }

  .collection-grid .promo_block .promo-mobile-only {
    display: none; } }
.collection-grid .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2; }

.collection-grid .collection-grid__sub:first-of-type .header_block {
  margin: 34px 0; }

@media only screen and (max-width: 900px) {
  .collection-grid .collection-grid__sub:first-of-type .header_block {
    margin: 50px 0; } }
.text_tag {
  color: #686D73;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 10px; }

@media only screen and (min-width: 1000px) {
  .text_tag {
    margin-bottom: 0;
    text-align: left; } }
.item-content {
  padding-top: 12px;
  margin-left: 12px;
  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;
  padding: 16px 0 8px 0;
  text-align: center; }

@media only screen and (min-width: 900px) {
  .item-content {
    text-align: left;
    margin-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.item-content__title, .item-content__price {
  font-weight: bold;
  color: #002554;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin-bottom: 0; }

.item-content__title {
  margin-right: 10px;
  text-align: center; }

@media only screen and (min-width: 900px) {
  .item-content__title {
    text-align: left; } }
.item-content__title .mobile-price {
  display: inline; }

@media only screen and (min-width: 900px) {
  .item-content__title .mobile-price {
    display: none; } }
.item-content__price {
  display: none; }

@media only screen and (min-width: 900px) {
  .item-content__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.item-content .compare_price {
  color: red; }

.item-content .compare {
  text-decoration: line-through;
  color: #D3D8DF;
  padding-right: 6px; }

@media only screen and (max-width: 900px) {
  .item-content .compare {
    display: none; } }
.item-images {
  position: relative;
  height: 0;
  padding-bottom: 132%;
  overflow: hidden; }

@media only screen and (min-width: 1000px) {
  .item-images {
    border-radius: 5px; } }
.item-images:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 5px; }

.main-image, .hover_image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; }

.main-image--homepage {
  position: relative;
  height: initial;
  width: initial; }

.main-image--homepage::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 5px; }

.hover_image {
  opacity: 0;
  -webkit-transform: scale(0.3) rotate(9deg);
  transform: scale(0.3) rotate(9deg);
  -webkit-transition: opacity .16s ease-in-out, -webkit-transform .16s ease-in-out;
  transition: opacity .16s ease-in-out, -webkit-transform .16s ease-in-out;
  transition: opacity .16s ease-in-out, transform .16s ease-in-out;
  transition: opacity .16s ease-in-out, transform .16s ease-in-out, -webkit-transform .16s ease-in-out; }

.collection__wrapper {
  position: relative;
  width: 100%; }

.collection__wrapper .wave_overlay__top {
  top: calc(100% - 100px);
  height: 100px;
  background-image: url("wave_top_white.svg");
  z-index: 2; }

.neat-wrap {
  min-height: 50px; }

@media only screen and (max-width: 1000px) {
  .neat-wrap {
    min-height: 35px; } }
.gift-tag {
  max-width: 28px; }

.collection-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  overflow: hidden; }

@media screen and (max-width: 1315px) {
  .collection-buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .collection-buy .cat-quant.btn, .collection-buy .cat-add.btn, .collection-buy .bundle-add.btn, .collection-buy .add-to-cart.js-select-variant {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .collection-buy .cat-add.btn, .collection-buy .add-to-cart.js-select-variant, .collection-buy .bundle-add.btn {
    margin-top: 0.75rem; } }
#cart-notice.inline-cart {
  z-index: 999; }

.collection-buy .btn {
  display: block;
  float: left;
  height: auto;
  min-width: auto;
  margin: 0 2.5%;
  padding: 10px 4px;
  width: 45%; }

@media (max-width: 960px) {
  .collection-buy .btn {
    width: 85%;
    margin: 0 auto;
    float: inherit; } }
@media (max-width: 960px) {
  .collection-buy .btn {
    font-size: 0.8em; } }
.collection-buy .cat-quant {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #002554;
  padding: 0;
  background: white;
  color: #002554;
  cursor: auto; }

.collection-buy .cat-quant:hover {
  background: #fff; }

.collection-buy .cat-quant .disable {
  background-color: rgba(211, 216, 223, 0.7);
  background: rgba(211, 216, 223, 0.7);
  color: #9ba7b6; }

.collection-buy .cat-quant .disable-minus {
  background-color: rgba(211, 216, 223, 0.7);
  border-right: 1px solid #94989d;
  color: #9ba7b6; }

.collection-buy .cat-quant:focus {
  outline: none; }

.disable .cat-quant {
  border-color: rgba(211, 216, 223, 0.7) !important;
  color: rgba(13, 17, 23, 0.7) !important;
  cursor: initial; }

.cat-quant__text {
  padding: 0.4rem 0; }

.cat-quant__case, .cat-quant__prod {
  line-height: 0.8 !important; }

.collection-buy .prod {
  margin: 0 5px; }

.collection-buy .cat-quant__minus {
  border-right: 1px solid #002554;
  cursor: pointer; }

.collection-buy .cat-quant__plus {
  border-left: 1px solid #002554;
  cursor: pointer; }

.cat-quant__minus, .cat-quant__plus {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 5px 10px;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(0, 37, 84, 0.3);
  color: #002554; }

.cat-quant__minus.disabled, .cat-quant__plus.disabled {
  border: none !important;
  background-color: rgba(211, 216, 223, 0.7);
  background: rgba(211, 216, 223, 0.7);
  color: #9ba7b6;
  cursor: initial; }

.product-select__item {
  position: relative;
  margin: 5px 0 10px; }

@media only screen and (max-width: 1000px) {
  .product-select__item {
    margin: 5px 0 0; } }
@media only screen and (max-width: 475px) {
  .product-select__item + .product-select__item {
    margin-top: 20px; } }
.product-select__item:focus-within {
  outline-style: auto;
  outline-width: 5px;
  outline-color: rgba(0, 103, 244, 0.247); }

.product-select.active {
  border-color: #50B3E3; }

.product-select .subtitle {
  font-size: 12px;
  position: absolute;
  left: 27px;
  top: 17px;
  color: #333;
  line-height: 2rem; }

@media only screen and (max-width: 750px) {
  .product-select .subtitle {
    font-size: 10px;
    padding-top: 6px;
    line-height: 12px; } }
.product-select {
  width: 100%;
  margin: 15px auto 0px;
  display: block;
  background-color: #fff;
  position: relative;
  text-transform: lowercase;
  font-size: 15px; }

@media only screen and (max-width: 768px) {
  .product-select {
    margin: 10px auto 0px; }

  .product-select .product-select__item:first-child {
    margin: 5px 0 20px; } }
.product-select input {
  opacity: 0;
  vertical-align: middle;
  margin: 0 3px 0 0;
  padding: 0 5px 0 0;
  width: 16px;
  -webkit-appearance: radio;
  float: none !important; }

.product-select label {
  cursor: pointer;
  color: #002554;
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
  vertical-align: middle;
  display: inline !important;
  float: none !important;
  line-height: 2 !important;
  padding-left: 5px; }

@media only screen and (max-width: 980px) {
  .product-select label {
    font-size: 12px !important; } }
.product-select label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; }

.product-select input:checked + label:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #0052BD;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px; }

.product-select .price {
  right: 0;
  top: 50%;
  position: absolute;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 1178px) {
  .product-select .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 15px; } }
.product-select .price-subscribe {
  color: #B30000; }

.product-select .price-strikethrough {
  color: #002554;
  text-decoration: line-through; }

@media only screen and (max-width: 980px) {
  .product-select .price-strikethrough {
    display: none; } }
.product-select .compare {
  text-decoration: line-through;
  color: #515676;
  padding-right: 6px; }

@media only screen and (max-width: 1178px) {
  .product-select .compare {
    padding-right: 0; } }
@media only screen and (max-width: 1000px) {
  .product-select .compare {
    display: none; } }
.product-select .compare_price .price-reg {
  color: #B30000; }

.product-select .product-extra {
  font-size: 14px;
  font-weight: normal;
  color: #74797E;
  text-align: right;
  text-transform: initial; }

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  display: none;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }

.popup-continaer {
  position: fixed;
  z-index: 901;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 900px;
  margin: auto;
  z-index: 999;
  background-color: white;
  border-radius: 10px;
  padding: 20px; }

.popup-continaer .item-content__title {
  text-align: center;
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px; }

@media only screen and (max-width: 980px) {
  .popup-continaer .item-content__title {
    font-size: 16px; } }
.popup-continaer .item-content__price {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 980px) {
  .popup-continaer .item-content__price {
    display: block;
    text-align: center;
    font-size: 14px; } }
.popup-continaer .btn {
  min-width: auto; }

.popup-continaer .compare {
  margin-left: 5px;
  color: red; }

.popup-continaer .price-linethrough {
  text-decoration: line-through; }

.popup-continaer h2 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 0px;
  color: #002554;
  text-align: center;
  padding: 0 0 10px;
  font-weight: bold;
  text-align: center; }

@media only screen and (max-width: 980px) {
  .popup-continaer h2 {
    font-size: 14px;
    line-height: 18px; } }
.popup-continaer .collection-grid__item {
  margin: 0 10px !important; }

@media only screen and (max-width: 980px) {
  .popup-continaer {
    overflow: hidden;
    max-height: 762px;
    max-width: 356px;
    top: 45%;
    padding: 30px; } }
.popup-continaer .popup-close {
  position: absolute;
  top: 1px;
  right: 16px;
  cursor: pointer;
  font-size: 25px;
  opacity: .5; }

.collection__terms .logo {
  width: 88px;
  height: 45px;
  margin: 0 auto;
  display: block; }

.collection__terms p {
  width: 90%;
  margin: 0 auto;
  color: #002554;
  text-align: center;
  line-height: 28px; }

.oos-message {
  position: absolute;
  top: 10%;
  z-index: 1;
  padding: 6px 8px;
  background-color: #002554;
  border-radius: 0px 3px 3px 0px;
  color: white;
  left: 0;
  opacity: .8; }

@media only screen and (max-width: 980px) {
  .oos-message {
    font-size: 14px;
    padding: 3px 6px; } }
.seo-copy__title {
  text-align: center; }

.seo-copy {
  color: #002554;
  font-size: 20px;
  letter-spacing: -.53px;
  line-height: 26px;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .seo-copy {
    font-size: 16px; } }
.collection-landing .collection-grid .collection-grid__sub:first-of-type .header_block {
  margin: 0; }

@media only screen and (max-width: 768px) {
  .collection-landing .collection-grid .collection-grid__sub:first-of-type .header_block {
    margin: 24px 0; }

  .collection-landing .subheadline {
    display: none; } }
.header_block.seo {
  margin: 0 0 3rem;
  text-align: left; }

.collection-grid .seo .description {
  font-size: 16px;
  text-align: left; }

.seo .description p {
  margin-bottom: 20px; }

@media only screen and (max-width: 766px) {
  .header_block.seo {
    margin: 2rem 0 2rem; }

  .collection-grid .seo .description {
    font-size: 14px;
    line-height: 19px; } }
.single-option-selector {
  position: relative;
  width: 100%;
  height: 60px;
  max-width: 100%;
  padding: 10px;
  border: 1.5px solid #002554;
  border-radius: 5px;
  text-align: center;
  text-transform: lowercase;
  -webkit-appearance: none;
  font-weight: bold;
  font-size: 14px;
  color: #002554; }

.selector-wrapper {
  position: relative;
  margin-bottom: 10px; }

.selector-wrapper:last-child {
  margin-bottom: 20px; }

.selector-wrapper label {
  display: inline-block;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: bold; }

.single-option-arrow {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 19px;
  z-index: 1;
  max-width: 13px; }

.collection-buy .variant-add {
  float: none;
  margin: 0 auto; }

.exclusive {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  left: 0;
  padding: 8px 0px 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  background-color: #F1D02C;
  color: #001C43; }

@media (max-width: 1000px) {
  div.collection-grid div.collection-grid__sub--liter .collection-grid__item:nth-child(odd) {
    margin-right: 12px;
    margin-left: 0; }

  div.collection-grid div.collection-grid__sub--liter .collection-grid__item:nth-child(even) {
    margin-left: 12px;
    margin-right: 0; }

  div.collection-grid div.collection-grid__sub--liter #original-liter ~ .collection-grid__item:nth-of-type(even) {
    margin-left: 12px;
    margin-right: 0; }

  div.collection-grid div.collection-grid__sub--liter #original-liter ~ .collection-grid__item:nth-of-type(odd) {
    margin-right: 12px;
    margin-left: 0; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity {
    margin-top: 2rem; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity.original {
    margin-bottom: 0; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity .collection-grid__item-content.collection-grid__item-content--liter {
    height: initial;
    margin-top: 0; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity .collection-grid__item-content.collection-grid__item-content--liter div.text.text--liter {
    position: static;
    height: initial;
    -webkit-transform: initial;
    transform: initial;
    margin-bottom: 0.5rem; }

  div.collection-grid div.header_block.header_block--sub-category.add-specificity {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border-radius: 5px;
    background-color: #5887DA;
    color: #002554;
    text-align: center; } }
@media (min-width: 1001px) {
  div.collection-grid div.header_block.header_block--main-category.add-specificity.original {
    margin-bottom: 0; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity .collection-grid__item-content.collection-grid__item-content--liter {
    background-color: #002554;
    color: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity .collection-grid__item-content {
    background-color: #002554;
    color: white; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity .collection-grid__item-content .title, div.collection-grid div.header_block.header_block--main-category.add-specificity .collection-grid__item-content .description {
    color: white; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity .collection-grid__item-content .logo {
    color: white; }

  div.collection-grid div.header_block.header_block--main-category.add-specificity .collection-grid__item-content .logo svg .st0 {
    fill: white; }

  div.collection-grid div.header_block.header_block--sub-category.add-specificity {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #5887DA;
    color: #002554;
    text-align: center; }

  div.collection-grid div.header_block.header_block--sub-category.add-specificity.header_block--sub-category--liter {
    margin: 0 12px 1rem 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; } }
.water-collection-hero {
  color: white; }

.water-collection-hero__bg {
  display: none; }

.water-collection-hero .static-image {
  display: block; }

.water-collection-hero .section-heading, .water-collection-hero .section-list {
  display: none; }

.water-collection-hero .dropdown-navigation {
  display: block; }

@media (min-width: 1020px) {
  .water-collection-hero {
    position: relative;
    padding: 2rem 1rem; }

  .water-collection-hero > * {
    position: relative;
    z-index: 2; }

  .water-collection-hero__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1; }

  .water-collection-hero .hero-flex {
    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; }

  .water-collection-hero .static-image {
    display: none; }

  .water-collection-hero .dropdown-navigation {
    display: none; }

  .water-collection-hero .section-heading {
    display: block;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: bold; }

  .water-collection-hero .btn--primary {
    font-size: 0.8em;
    padding: 0.75rem 1rem;
    min-width: 150px; }

  .water-collection-hero .section-body {
    margin-top: 0.5rem;
    font-weight: light; }

  .water-collection-hero .section-list {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none; }

  .water-collection-hero .section-list > * + * {
    margin-left: 0.75rem; }

  .water-collection-hero .section-list__image {
    position: relative;
    height: 15rem; }

  .water-collection-hero .section-list__image img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    -o-object-fit: contain;
    object-fit: contain; }

  .water-collection-hero .section-list__image img.new-one-liter {
    top: 0.5rem;
    left: 2rem;
    height: initial;
    z-index: 3;
    width: 60%; }

  .water-collection-hero .section-list > * + * {
    margin-left: 1rem; } }
@media (min-width: 1180px) {
  .water-collection-hero {
    padding: 2rem; }

  .water-collection-hero .section-heading {
    font-size: 3rem; }

  .water-collection-hero .section-list > * + * {
    margin-left: 1.25rem; }

  .water-collection-hero .section-list__image {
    height: 22rem; }

  .water-collection-hero .section-list__image img.new-one-liter {
    left: 1rem;
    width: 75%; } }
.collection_nav {
  margin: 1rem 0;
  background-color: white;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 24px;
  height: 60px;
  width: 100vw;
  overflow: scroll; }

.collection_nav .collection_nav-heading {
  font-weight: bold;
  text-align: center; }

@media only screen and (min-width: 767px) {
  .collection_nav {
    display: none;
    height: 80px;
    padding: 0 48px; } }
.collection_nav__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  z-index: 16;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out; }

@media screen and (max-height: 300px) {
  .collection_nav__wrapper {
    position: relative;
    top: 0; } }
@media only screen and (min-width: 767px) {
  .collection_nav__wrapper {
    top: 112px;
    z-index: 149; } }
.collection_nav__wrapper.scroll_nav {
  -webkit-transform: translateY(-63px);
  transform: translateY(-63px); }

@media only screen and (min-width: 767px) {
  .collection_nav__wrapper.scroll_nav {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px); } }
.collection_nav__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.collection_nav__categories-item {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  padding-right: 54px;
  opacity: 0.6;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  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-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; }

.collection_nav__categories-item.active {
  opacity: 1; }

.collection_nav__categories-item .subtitle {
  padding-top: 4px;
  font-size: 13px;
  font-style: italic;
  line-height: 15px; }

@media only screen and (min-width: 767px) {
  .collection_nav__categories-item {
    padding-right: 72px; } }
.collection_nav__toggle {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media only screen and (min-width: 767px) {
  .collection_nav__toggle {
    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; } }
.collection_nav__toggle-text {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.37px;
  line-height: 17px;
  padding-right: 0; }

@media only screen and (min-width: 767px) {
  .collection_nav__toggle-text {
    padding-right: 24px; } }
.mobile.collection_nav__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  z-index: 2;
  position: relative; }

@media only screen and (min-width: 767px) {
  .mobile.collection_nav__toggle {
    display: none; } }
.mobile.collection_nav__toggle .collection_nav__toggle-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: -0.37px;
  line-height: 17px;
  padding-left: 14px; }

.mobile.collection_nav__toggle .collection_nav__toggle-text p {
  color: #000;
  padding-right: 12px;
  display: none; }

.mobile.collection_nav__toggle .collection_nav__toggle-text p:last-child {
  color: #d80f0f;
  padding-right: 0; }

@media only screen and (min-width: 767px) {
  .mobile.collection_nav__toggle .collection_nav__toggle-text p {
    display: block; } }
@media only screen and (min-width: 767px) {
  .mobile.collection_nav__toggle .collection_nav__toggle-text {
    padding-left: 0; } }
.mobile-dash {
  display: inline;
  color: #686D73; }

@media only screen and (min-width: 767px) {
  .mobile-dash {
    display: none; } }
.mobile-dash .red {
  color: red; }

.nav_toggle_switch, .nav_toggle_switch:active {
  position: absolute;
  top: -5000px;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
  display: none; }

.nav_toggle_switch + .toggle_label {
  -webkit-box-shadow: inset 0 0 0 0px #13bf11,0 0 0 2px #d3d8df;
  box-shadow: inset 0 0 0 0px #13bf11,0 0 0 2px #d3d8df; }

.nav_toggle_switch:checked + .toggle_label {
  -webkit-box-shadow: inset 0 0 0 18px #13bf11,0 0 0 2px #13bf11;
  box-shadow: inset 0 0 0 18px #13bf11,0 0 0 2px #13bf11; }

.nav_toggle_switch:checked + .toggle_label:before {
  left: calc(100% - 32px);
  -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3); }

.nav_toggle_switch:checked + .toggle_label:after {
  content: attr(data-on);
  left: -4px;
  top: -2px;
  color: #fff;
  width: 32px;
  z-index: 2; }

.toggle_label {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  width: 60px;
  height: 32px;
  border-radius: 18px;
  font-weight: normal;
  background: #d3d8df;
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

.toggle_label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 34px;
  text-indent: 40px;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  right: auto;
  background: white;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #d3d8df;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #d3d8df;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

.toggle_label:after {
  content: attr(data-off);
  display: block;
  position: absolute;
  z-index: 0;
  top: -2px;
  left: -237px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #ffffff;
  white-space: nowrap; }

#hint78-nav {
  background: #fff;
  border: 2px solid #002554;
  border-radius: 4px;
  color: #002554;
  font-weight: bold;
  font-size: 12px;
  margin: 10px auto 0;
  width: 95%;
  position: relative;
  z-index: 191; }

#hint78-nav ul {
  padding: 0.5rem 0; }

#hint78-nav #hint78-nav-toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 2; }

#hint78-nav li {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  list-style-type: none;
  display: none; }

#hint78-nav li a {
  color: #002554;
  display: block;
  z-index: 1; }

#hint78-nav li.active-type {
  display: block; }

#hint78-nav li.active-type a {
  pointer-events: none; }

#hint78-nav.nav-expand li {
  display: block;
  margin: 18px 0 20px; }

#hint78-nav.nav-expand #hint78-nav-toggle {
  top: 24px; }

.collection_nav {
  padding: 0;
  overflow: unset; }

#hint78-nav-toggle svg {
  position: absolute;
  top: 50%;
  right: -11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.75rem; }

.subscriptions-wrapper {
  font-family: "Brown", Arial, Helvetica, sans-serif; }

.subscriptions-wrapper .section {
  padding: 1rem;
  margin-bottom: 30px; }

.subscriptions-wrapper .container {
  max-width: 80rem;
  margin: 0 auto; }

.subscriptions-wrapper .collection-grid {
  padding: 0; }

.subscriptions-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.subscriptions-wrapper .section--hero {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem; }

.subscriptions-wrapper .section--hero .hero {
  position: relative;
  max-width: 37rem;
  margin: 0 auto;
  color: white;
  text-align: center;
  z-index: 2; }

.subscriptions-wrapper .section--hero .hero__title {
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1.2; }

.subscriptions-wrapper .section--hero .hero__body {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #002554; }

.subscriptions-wrapper .section--hero .hero__flavor-text--img {
  position: absolute;
  top: 50%;
  left: calc(100% + 2rem);
  max-width: 10rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.subscriptions-wrapper .section--hero .hero__flavor-text--text {
  display: none; }

.subscriptions-wrapper .section--hero .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1; }

.subscriptions-wrapper .section--steps {
  padding: 3rem 2rem 3rem;
  background: #fff; }

.subscriptions-wrapper .section--steps .steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: 0 -2rem; }

.subscriptions-wrapper .section--steps .steps__item {
  width: calc(100% / 3 - 4rem);
  margin: 0 2rem;
  text-align: center;
  color: #002554; }

.subscriptions-wrapper .section--steps .steps .step-img {
  display: block;
  margin: 0 auto 1rem;
  height: 6rem; }

.subscriptions-wrapper .section--steps .steps .step-title {
  font-size: 1.5rem;
  font-weight: bold; }

.subscriptions-wrapper .section--steps .steps .step-body {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.4; }

.subscriptions-wrapper .section--steps .steps .step-body + .step-body {
  margin-top: 1rem;
  font-size: 1rem; }

.subscriptions-wrapper .section--steps .steps .step-frequency {
  position: relative;
  width: 10rem;
  min-width: 10rem;
  margin: 1rem auto 0; }

.subscriptions-wrapper .section--steps .steps .step-frequency__select {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  padding: 1rem 12px;
  border: 1px solid #D3D8DF;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
  color: #002554;
  background-color: transparent;
  -webkit-appearance: none;
  z-index: 1; }

.subscriptions-wrapper .section--steps .steps .step-frequency__select:hover, .subscriptions-wrapper .section--steps .steps .step-frequency__select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #002554; }

.subscriptions-wrapper .section--steps .steps .step-frequency__arrow {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.75rem;
  opacity: 0.75;
  z-index: 0; }

.subscriptions-wrapper .section--collection-heading {
  padding: 2rem;
  margin: 0 auto 20px;
  max-width: 83rem;
  border-radius: 5px;
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .subscriptions-wrapper .section--collection-heading {
    border-radius: 0px; } }
.subscriptions-wrapper .section--collection-heading .collection-heading {
  text-align: center; }

.subscriptions-wrapper .section--collection-heading .collection-heading__title {
  margin-bottom: 0;
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1; }

.subscriptions-wrapper .section--collection-heading .collection-heading__description {
  font-size: 1.25rem;
  line-height: 1; }

.subscriptions-wrapper .section--collection-heading .collection-heading__logo {
  width: 88px;
  height: 45px;
  margin: 0 auto;
  display: inline-block; }

.subscriptions-wrapper .section--cases .cases-title {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #002554; }

.subscriptions-wrapper .section--cases .cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2.5rem; }

.subscriptions-wrapper .section--cases .cases__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: calc(100% / 3 - 5rem);
  min-width: 323px;
  margin: 0 2.5rem;
  padding: 1rem 10px; }

.subscriptions-wrapper .section--cases .cases__item__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.subscriptions-wrapper .section--cases .cases__item__left > * + * {
  margin-left: 1rem; }

.subscriptions-wrapper .section--cases .cases__item__right {
  margin-left: 1rem; }

.subscriptions-wrapper .section--cases .case-quantity {
  position: relative;
  width: 4rem;
  min-width: 4rem; }

.subscriptions-wrapper .section--cases .case-quantity__select {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  padding: 1rem 12px;
  border: 1px solid #D3D8DF;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
  color: #002554;
  background-color: transparent;
  -webkit-appearance: none;
  z-index: 1; }

.subscriptions-wrapper .section--cases .case-quantity__select:hover, .subscriptions-wrapper .section--cases .case-quantity__select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #002554; }

.subscriptions-wrapper .section--cases .case-quantity__arrow {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.75rem;
  opacity: 0.75; }

.subscriptions-wrapper .section--cases .case-img {
  max-width: 3rem;
  border-radius: 50%; }

.subscriptions-wrapper .section--cases .case-img--fallback {
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #90bffb40; }

.subscriptions-wrapper .section--cases .case-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: bold;
  color: #002554; }

.subscriptions-wrapper .section--cases .case-pricing {
  color: #ff0053;
  text-align: center; }

.subscriptions-wrapper .section--cases .case-pricing__price {
  margin: 0; }

.subscriptions-wrapper .section--cases .case-pricing__discount {
  margin: 0;
  font-size: 0.8rem; }

.subscriptions-wrapper .section--totals.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1; }

.subscriptions-wrapper .section--totals {
  margin: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60%;
  padding: 1rem;
  background: #002554;
  border-top-left-radius: 8px;
  z-index: 10;
  -webkit-transition: all 0.2s cubic-bezier(0.17, 1.16, 0.85, 0.99);
  transition: all 0.2s cubic-bezier(0.17, 1.16, 0.85, 0.99);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0; }

.subscriptions-wrapper .section--totals .totals-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.subscriptions-wrapper .section--totals .fa {
  margin-right: 12px;
  font-size: 20px;
  margin-top: -4px; }

.subscriptions-wrapper .section--totals .totals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  color: #fff; }

.subscriptions-wrapper .section--totals .totals-title {
  font-size: 1.3rem;
  font-weight: bold; }

.subscriptions-wrapper .section--totals .totals-subtitle {
  font-size: 1rem; }

.subscriptions-wrapper .section--totals .totals-button {
  margin-right: 4rem;
  color: #fff;
  background: #4472c4; }

@media screen and (max-width: 1160px) {
  .subscriptions-wrapper .section--hero {
    padding-top: 4rem;
    padding-bottom: 6rem; }

  .subscriptions-wrapper .section--hero .hero {
    position: static; }

  .subscriptions-wrapper .section--hero .hero__flavor-text--img {
    display: none; }

  .subscriptions-wrapper .section--hero .hero__flavor-text--text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    color: #ffffff;
    background: #5386d9; }

  .subscriptions-wrapper .section--steps .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin: 0; }

  .subscriptions-wrapper .section--steps .steps__item {
    width: 100%;
    max-width: 20rem;
    margin: 4rem auto 0; }

  .subscriptions-wrapper .section--cases .cases__item {
    width: calc(100% / 2 - 5rem); }

  .subscriptions-wrapper .section--totals {
    left: 0;
    right: initial;
    width: 100%;
    border-radius: 0; }

  .subscriptions-wrapper .section--totals .totals {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .subscriptions-wrapper .section--totals .totals-button {
    width: 20rem;
    max-width: 100%;
    margin: 1rem auto 0; } }
@media screen and (max-width: 800px) {
  .subscriptions-wrapper .section--cases .cases-title {
    max-width: 31rem;
    margin: 0 auto; }

  .subscriptions-wrapper .section--cases .cases {
    max-width: 31rem;
    margin: 0 auto; }

  .subscriptions-wrapper .section--cases .cases__item {
    width: 100%;
    margin: 0; } }
@media screen and (max-width: 600px) {
  .subscriptions-wrapper .section--hero {
    padding: 2rem 2rem 4rem;
    background: #9ad7a1; }

  .subscriptions-wrapper .section--hero .hero__title {
    font-size: 2rem;
    line-height: 1; }

  .subscriptions-wrapper .section--hero .hero__body {
    font-size: 1.3rem; }

  .subscriptions-wrapper .section--hero .bg-img {
    display: none; } }
.atc-buttons-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-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
