:root {
  --background: #dce7e6;
  --secondry: #055b63;
  --2-2-muted-2: #a6a9ad;
  --1-3-light-3: #eceff2;
  --1-2-light-2: #f6f8fa;
  --2-1-muted-1: #d8dce0;
  --2-3-muted-3: #6e7073;
  --1-1-light-1: white;
  --3-1-dark-1: #45484d;
  --text-colour: #01373c;
  --misty-rose: #fed8d7;
  --light-pink: #fea8b2;
  --wheat: #f4e6b9;
  --burlywood: #ffca7b;
  --dark-slate-grey: #055b6352;
  --gold: #fcdf63;
  --powder-blue: #bfdad7;
  --5277a1: #5277a1;
  --steel-blue: #5277a0;
  --30: 30px;
}

body {
  background-color: var(--background);
  color: var(--secondry);
  font-family: P22Mackinac, Georgia, sans-serif;
  font-size: .95vw;
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: P22Mackinac, Georgia, sans-serif;
  font-size: 2.5em;
  line-height: 1.3;
}

h2 {
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.08em;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.94em;
  line-height: 1.2;
}

h4 {
  color: var(--secondry);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: P22Mackinac, Georgia, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.5;
}

p {
  letter-spacing: .6px;
  margin-bottom: 0;
  font-family: Sofiapro Webfont, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

a {
  font-family: P22Mackinac, Georgia, sans-serif;
}

ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1.25em;
  font-family: SofiaPro;
  font-size: 1rem;
}

ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  font-family: sofia-pro;
  font-size: 1rem;
}

li {
  margin-bottom: 1em;
  font-family: SofiaProRegular;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: .25em;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75em 1.25em;
  font-size: 1.25em;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25em;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.z-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2em;
  height: 2em;
}

.button {
  border: 1px solid var(--secondry);
  background-color: var(--burlywood);
  opacity: 1;
  color: var(--secondry);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(#ffda90, #ffbc38);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .75em 2.55em;
  font-family: P22Mackinac, Georgia, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.button:hover {
  background-color: #febe5d;
  background-image: none;
}

.button.process {
  margin-top: 3em;
  position: relative;
}

.button.under-water {
  z-index: 4;
  background-color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  inset: auto 0% -1.6em;
}

.button.under-water:hover {
  background-color: #ffffffe6;
}

.button.second {
  border-color: var(--wheat);
  background-color: var(--background);
  color: var(--secondry);
  background-image: none;
  font-size: 1.3em;
}

.button.second:hover {
  background-color: var(--wheat);
}

.button.quick-atc_button {
  border-color: var(--dark-slate-grey);
  transform: scale3d(1none, 1none, 1none);
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-image: linear-gradient(#ffda90, #ffbc38);
  border-radius: 50px;
  flex: none;
  padding: .8em 1.2em;
  font-family: P22Mackinac, Georgia, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  transition: transform .3s, color .3s, background-color .3s;
}

.button.quick-atc_button:hover {
  transform: scale(1.05);
}

.button.quick-atc_button.tooltip {
  background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/62d1af371ed7e9973316a9bb_Add%20To%20Cart%20Quick.png"), linear-gradient(to bottom, var(--burlywood), var(--burlywood));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
}

.button.cart-checkout {
  width: 100%;
  padding-left: .25em;
  padding-right: .25em;
  font-size: 1.4em;
}

.button.view-product {
  border-color: var(--dark-slate-grey);
  transform: scale3d(1none, 1none, 1none);
  text-transform: none;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex: none;
  width: 5em;
  height: 5em;
  padding: 0;
  font-family: p22-mackinac-pro;
  font-size: .7em;
  font-weight: 500;
  transition: transform .3s, color .3s, background-color .3s;
  display: flex;
}

.button.view-product:hover {
  background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/6285352d07bf5cdcf5bd0810_Space%20Background%20test.jpg"), linear-gradient(#fed8d7, #fed8d7);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  transform: scale(1.1);
}

.button.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.wholesale {
  flex: 1;
  width: 100%;
  padding-left: 1.85em;
  padding-right: 1.85em;
  font-size: 1.3em;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button.is--disabled {
  opacity: .4;
  cursor: not-allowed;
}

.button.is--bundle {
  width: 100%;
  margin-bottom: .5em;
  padding: 1.45em .65em;
  font-size: 1.2em;
}

.button.is--start {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-image: linear-gradient(180deg, var(--burlywood), #ffa82b);
  outline-color: var(--burlywood);
  outline-offset: 4px;
  border-width: 1px;
  outline-width: 1px;
  outline-style: dashed;
  display: flex;
  box-shadow: 0 10px 20px 20px #fbf98342;
}

.button.is--start:hover {
  outline-offset: 1px;
}

.button.is--start.is--checkout {
  width: 100%;
}

.button.is--next {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 1.2em 1em;
  display: flex;
}

.button.is--atb {
  background-image: linear-gradient(to bottom, var(--burlywood), #fbb752);
  box-shadow: none;
  border-style: none;
  border-color: #000;
  width: 100%;
  margin-top: .5rem;
  padding: 1em .85em;
  font-size: 1em;
  transition: opacity .3s, color .3s, background-color .3s;
}

.button.is--atb:hover {
  opacity: .86;
}

.button.is--guide {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--wheat);
  margin-top: .5em;
  font-size: 1.2em;
  display: none;
}

.button.is--guide.is--active {
  display: flex;
}

.button.locator__search-btn {
  border-color: var(--dark-slate-grey);
  border-radius: 6px;
  flex: none;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
}

.button.is-form-submit {
  font-size: 1.5vw;
}

.button.is-form-submit.is--login {
  width: 100%;
}

.button.is-form-submit.delete {
  background-image: linear-gradient(to bottom, var(--secondry), var(--secondry)), url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/6285352d07bf5cdcf5bd0810_Space%20Background%20test.jpg");
  color: #fff;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button.is-form-submit.delete:hover {
  background-image: linear-gradient(#034e55, #034e55), url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/6285352d07bf5cdcf5bd0810_Space%20Background%20test.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button.small {
  z-index: 2;
  cursor: pointer;
  flex: 1;
  padding-left: 1.05em;
  padding-right: 1.05em;
  font-size: 1.2em;
  position: relative;
}

.button.small.is--treasure {
  background-color: var(--background);
  font-size: .9em;
}

.button.small.is--treasure.is--hidden {
  display: none;
}

.button.checkout {
  font-size: 1.3em;
}

.button.cart-link {
  background-color: var(--secondry);
  color: #fff;
  font-size: 1.3em;
}

.text-weight-normal {
  font-weight: 400;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.compare-price {
  opacity: .72;
  text-decoration: line-through;
  display: block;
}

.form-input {
  color: var(--secondry);
  background-color: #0000;
  border: 1px solid #055b6354;
  border-radius: 5px;
  min-height: 3em;
  margin-bottom: .75em;
  padding: .5em 1em;
  font-family: P22Mackinac, Georgia, sans-serif;
  transition: border .3s;
}

.form-input:focus {
  border-bottom: 4px solid var(--secondry);
}

.form-input.is-select-input {
  color: var(--secondry);
  font-family: P22Mackinac, Georgia, sans-serif;
}

.form-input.is-text-area {
  color: var(--secondry);
  min-height: 8em;
  padding-top: .75em;
  font-family: P22Mackinac, Georgia, sans-serif;
}

.form-input.newsletter {
  background-color: #fff;
  border-color: #414141;
  border-radius: 30px 0 0 30px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1.8em;
}

.form-input.newsletter:focus {
  border-width: 1px 1px 4px;
  border-color: #414141;
}

.form-input.newsletter.article {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 1.2em;
}

.form-input.message.no-em {
  min-height: 6em;
}

.form-input.no-em {
  margin-bottom: 0;
}

.form-input.is-search-input {
  padding-left: 3rem;
}

.text-size-xsmall {
  font-size: .75rem;
}

.text-size-xsmall.text-color-tertiary {
  display: inline-block;
}

.text-size-xsmall.text-weight-bold.nav-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.text-size-xsmall.savings {
  border: 1px solid var(--secondry);
  background-color: var(--wheat);
  border-radius: 10px;
  padding: .3rem .5rem;
}

.text-size-xsmall.bundle_map-step-indicator {
  display: none;
}

.text-size-xsmall.text-font-name-2 {
  font-weight: 400;
}

.container-large {
  width: 100%;
  max-width: 83.33em;
  margin-left: auto;
  margin-right: auto;
}

.container-large.height-full {
  max-width: 83.06em;
  height: 100%;
}

.container-large.relative {
  height: 100%;
  position: relative;
}

.page-padding {
  padding-left: 8em;
  padding-right: 8em;
}

.page-padding.z-2 {
  padding-left: 7em;
  padding-right: 7em;
}

.page-padding.z-3 {
  z-index: 3;
  position: relative;
}

.page-padding.full-height {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-padding.relative {
  height: 100%;
}

.page-padding.panel {
  z-index: 2;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.margin-small {
  margin: 1em;
}

.margin-medium {
  margin: 2em;
}

.margin-large {
  margin: 3em;
}

.margin-xhuge {
  margin: 8em;
}

.padding-xxsmall {
  padding: .25em;
}

.padding-medium {
  padding: 2em;
}

.padding-xhuge {
  padding: 8em;
}

.padding-xxhuge {
  padding: 12em;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-none {
  margin-top: 0;
}

.margin-top.margin-small.hide-mobile {
  display: block;
}

.margin-top.margin-medium.footer-menu-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-none {
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxxhuge {
  padding-top: 15em;
  padding-bottom: 15em;
}

.padding-vertical.padding-large.zero-bottom-overide {
  padding-bottom: 0;
}

.padding-vertical.padding-medium.panel {
  height: 100%;
  position: relative;
}

.padding-vertical.padding-xhuge.zero-bottom-overide {
  padding-bottom: 0;
}

.text-font-name-2 {
  font-family: Sofiapro Webfont, Arial, sans-serif;
  font-weight: 400;
}

.atc-variant-list {
  border-radius: 20px;
  margin-top: 0;
  padding: 0;
  display: inline-block;
}

.atc-variant-list.small {
  text-align: right;
  margin-bottom: 0;
  display: none;
}

.atc-quantity {
  text-align: center;
  background-color: #f8f8f8;
  border-style: none;
  border-radius: 0;
  width: 2.5em;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}

.atc-quantity.wholesale_cart-quantity {
  flex: 0 auto;
  width: 30%;
}

.atc-quantity.min-cart {
  width: 2em;
}

.atc-quantity-wrap {
  border: 1px solid var(--2-1-muted-1);
  border-radius: 10px;
  flex-direction: row;
  align-items: stretch;
  height: 4.31em;
  display: flex;
  overflow: hidden;
}

.atc-quantity-wrap.margin-right.margin-small {
  color: var(--text-colour);
  border-radius: 10px;
}

.atc-quantity-wrap.wholesale_cart-mini {
  color: var(--secondry);
  justify-content: space-between;
  height: 4em;
}

.atc-quantity-wrap.wholsale_page {
  justify-content: space-between;
  width: 100%;
}

.atc-quantity-wrap.cart-mini {
  color: var(--secondry);
}

.atc-quantity-button {
  background-color: #f8f8f8;
  border-radius: 0 50px 50px 0;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 4.31em;
  transition: background-color .3s;
  display: flex;
}

.atc-quantity-button:hover {
  background-color: var(--powder-blue);
}

.atc-quantity-button:active {
  background-color: #a4c0bd;
}

.atc-quantity-button.increase {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}

.atc-quantity-button.increase.wholesale_cart-mini {
  width: 40%;
  padding-bottom: .3rem;
}

.atc-quantity-button.increase.cart-mini {
  width: 3em;
  padding-bottom: .3rem;
}

.atc-quantity-button.decrease {
  border-radius: 0;
  height: 100%;
}

.atc-quantity-button.decrease.wholesale_cart-mini {
  width: 40%;
}

.atc-quantity-button.decrease.cart-mini {
  width: 3em;
}

.next-arrow {
  color: #ff001d;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right: 0;
  display: flex;
}

.next-arrow.faq {
  padding-left: 0;
  transition: margin .3s, transform .3s;
}

.next-arrow.faq.is--open {
  margin-left: .2rem;
  transform: rotate(90deg);
}

.next-arrow.dropdown-icon {
  color: #0000;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-left: 0;
  transition: transform .3s;
  transform: rotateX(0)rotateY(180deg)rotateZ(90deg);
}

.next-arrow.dropdown-icon.active {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(90deg);
}

.footer {
  background-color: #bfdad7;
  position: relative;
  overflow: hidden;
}

.footer-top-row {
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.footer-middle-row.margin-top.margin-huge {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-middle-row.margin-top.margin-xhuge {
  position: relative;
}

.footer-logo {
  object-fit: contain;
  width: 4em;
  height: 4em;
}

.footer-bottom.margin-top.margin-xlarge, .footer-bottom.margin-top.margin-huge, .footer-bottom.margin-top.margin-xhuge, .footer-bottom.margin-top.margin-xlarge, .footer-bottom.margin-top.margin-huge, .footer-bottom.margin-top.margin-xhuge, .footer-bottom.margin-top.margin-xlarge, .footer-bottom.margin-top.margin-huge, .footer-bottom.margin-top.margin-xhuge, .footer-bottom.margin-top.margin-xhuge {
  width: 50%;
  display: flex;
}

.footer-bottom_left-menu {
  width: 50%;
}

.footer-menu-link {
  border-bottom: 1px solid #0000;
  margin-bottom: 1.5em;
  font-family: Sofiapro Webfont, Arial, sans-serif;
  font-weight: 400;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.footer-menu-link:hover {
  color: var(--5277a1);
  border-bottom-style: solid;
  border-bottom-color: #5277a1;
}

.footer-social.margin-top.margin-xlarge {
  display: inline-block;
}

.footer-social-link {
  transition: background-color .3s;
}

.footer-social-link:hover {
  color: var(--text-colour);
}

.eagle-lottie {
  justify-content: center;
  margin-right: 14.43em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-trees {
  width: 54vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-trees.clickable-off {
  z-index: 0;
  object-fit: contain;
  object-position: 50% 100%;
  z-index: 0;
  object-fit: contain;
  object-position: 50% 100%;
  width: 42em;
  height: 100%;
}

.navigation {
  z-index: 999;
  border-right: 1px none var(--secondry);
  border-bottom: 1px solid var(--dark-slate-grey);
  border-left: 1px none var(--secondry);
  background-color: var(--wheat);
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .3s, opacity .3s;
  display: block;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 2px 30px 2px #bfdad71a;
}

.nav-wrapper {
  z-index: 2;
  background-color: var(--wheat);
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav-left-menu {
  grid-column-gap: .25em;
  align-items: center;
  width: 45%;
  padding-right: 3em;
  display: flex;
}

.nav-left-menu.is--new {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  width: 70%;
  margin-left: .5rem;
  position: relative;
}

.nav-logo-link {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8%;
  margin-bottom: -1rem;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  right: auto;
}

.nav-right-menu {
  justify-content: flex-end;
  width: 45%;
  display: flex;
}

.nav-right-menu.is--new {
  width: 28%;
}

.nav-links-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.logo-img {
  object-fit: contain;
  width: 2.5em;
  height: 2.5em;
}

.nav-cart {
  padding-left: .5em;
  padding-right: .5em;
}

.nav-right_menu-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-end;
  width: 80%;
  margin-right: .5em;
  padding-right: 0;
  display: flex;
}

.dropdown-menu {
  opacity: 1;
  border-bottom: 3px solid #0000;
  justify-content: flex-end;
  align-items: center;
  height: 3.2em;
  padding: 0 0;
  font-weight: 700;
  transition: opacity .3s, border-color .3s, color .3s;
  display: flex;
}

.dropdown-menu.learn-more {
  text-transform: none;
  flex-direction: row-reverse;
  margin-left: .4em;
}

.dropdown-menu.shop-type {
  text-transform: none;
  cursor: pointer;
  flex-direction: row;
  height: 3.2em;
}

.cart-button {
  border: 1px none var(--secondry);
  color: var(--secondry);
  background-color: #0000;
  width: 2.7em;
  padding: 0;
}

.dropdown-menu-wrap {
  cursor: pointer;
  height: 100%;
  display: inline-block;
}

.navigation-menu_panel {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #bfdad7b3;
  border-radius: 20px;
  width: 100%;
  max-width: 83.33em;
  height: 84vh;
  margin: auto;
  display: none;
  position: absolute;
  overflow: hidden;
}

.navigation-menu_panel.is--new {
  z-index: 2;
  opacity: 0;
  background-color: #bfdad7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 0;
  transition: height .3s, opacity .3s;
  display: none;
  top: 100%;
  left: 0%;
  right: 0%;
}

.navigation-menu_panel.is--new.is--active {
  z-index: 2;
  opacity: 1;
  height: 80vh;
  display: block;
  transform: none;
}

.menu-wrap {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-wrap.z-2.active {
  opacity: 1;
  height: 98%;
  margin-top: 0;
  display: flex;
}

.menu-wrap.z-2.learn-more {
  opacity: 1;
  height: 98%;
  margin-top: 0;
}

.menu-wrap.z-2.learn-more.current {
  opacity: 1;
  flex-direction: row;
  margin-top: 0;
}

.menu-wrap.z-2.shop-type.current {
  opacity: 1;
  opacity: 1;
  flex-direction: row-reverse;
  height: 98%;
  margin-top: 0;
}

.navigation-background {
  opacity: 0;
  background-color: #01373c73;
  width: 100%;
  height: 100vh;
  transition: opacity .3s;
  display: none;
  position: absolute;
  top: 100%;
}

.navigation-background.is--active {
  z-index: 1;
  opacity: 1;
  display: block;
}

.navigation-background.clickable-off {
  background-color: #01373c99;
}

.navigation-background.clickable-off.is--active {
  opacity: 1;
}

.panel-left {
  flex: none;
  width: 55%;
  position: relative;
}

.panel-right {
  background-color: var(--wheat);
  text-align: center;
  border: 1px solid #055b6352;
  border-radius: 50px 50px 5px 5px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3em 1em;
  display: flex;
  overflow: auto;
}

.panel-menu-link {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: .8em 1em;
  transition: background-color .5s;
}

.panel-menu-link.active {
  background-color: var(--powder-blue);
}

.panel-menu-link.shop-type {
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em;
}

.panel-menu-link.learn-more {
  border-style: none;
}

.panel-menu-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.panel-menu-left {
  display: flex;
}

.panel-circle {
  background-color: var(--wheat);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .5em;
  transition: opacity .5s;
  display: flex;
}

.panel-circle.active-shop, .panel-circle.active-learn, .panel-circle.active {
  opacity: 1;
}

.clouds-img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 20%);
}

.clouds-img.is--active {
  height: 100%;
  transform: translate(0);
}

.panel-left-block {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  transition: transform .5s, opacity .5s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 2em);
}

.panel-left-block.active-learn {
  opacity: 1;
  margin-top: 0;
  transform: translate(0);
}

.panel-left-block.shop-type.active-shop {
  opacity: 1;
  opacity: 1;
  margin-top: 0;
}

.panel-left-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.panel-left-image.shop-type {
  height: 100%;
}

.panel-menu-links-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-height: 65vh;
  display: block;
  overflow: auto;
}

.panel-left-link {
  object-fit: contain;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-bottom: 1.5em;
  display: flex;
}

.menu-lottie {
  z-index: 900;
  opacity: 1;
  width: 40%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.menu-lottie.is--active {
  display: block;
}

.menu-lottie-wrap {
  z-index: 900;
  width: 100%;
  height: 100%;
  margin-top: 50%;
  position: absolute;
}

.menu-lottie-wrap.active {
  margin-top: -50%;
}

.menu-lottie-wrap.clickable-off {
  margin-top: 0%;
  transform: translate(8%, 10%);
}

.menu-lottie-2 {
  z-index: 900;
  opacity: 1;
  width: 40%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: margin .5s;
  display: none;
}

.menu-lottie-2.is--active {
  margin-top: 8em;
  display: block;
}

.footer-leaf-lottie {
  filter: saturate(141%);
  width: 4em;
  height: 4rem;
  position: absolute;
  inset: 5.9em 78% auto auto;
}

.footer-leaf-lottie.is--2 {
  width: 7em;
  top: 7.3em;
  right: 44%;
  transform: rotate(23deg);
}

.footer-leaf-lottie.is--3 {
  inset: 35% 70% auto auto;
  width: 4em;
  height: 3rem;
  display: block;
  inset: 35% 70% auto auto;
  transform: rotate(-31deg);
}

.cart-quant {
  color: var(--secondry);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .8em;
  font-weight: 400;
  display: block;
}

.menu-exit-button {
  z-index: 3;
  transform: scale3d(1none, 1none, 1none);
  color: var(--secondry);
  cursor: pointer;
  transform-style: preserve-3d;
  background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/626018f77ef4f8a62a1e29b5_Exit-Cloud.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: .2em;
  margin-right: .2em;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-exit-button:hover {
  transform: scale(1.1);
}

.menu-exit-button.home {
  margin-top: .2em;
  margin-right: .2em;
}

.bottom-block {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--dark-slate-grey);
  background-color: var(--wheat);
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  width: 6.5em;
  height: 1.2em;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100% 0% 0%;
  overflow: hidden;
}

.bottom-block.is--new {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 7%;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.nav-link {
  opacity: .9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .3s;
  display: flex;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link-block {
  justify-content: center;
  align-items: stretch;
  min-width: 6em;
  height: 100%;
  display: flex;
  position: relative;
}

.floating-tabs {
  display: none;
}

.shop-type_link {
  text-align: left;
}

.cart-mini-wrapper {
  opacity: 1;
  background-color: #055b6399;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.nav-left-menu_mobile, .nav-right-menu_mobile {
  display: none;
}

.account-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.account-icon-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.treasure-cart {
  width: 2.5em;
}

.cart-container {
  box-shadow: none;
  background-color: #fff;
  width: 35%;
  min-width: 0;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.cart-container.is--bundle {
  background-color: #fff;
  width: 35em;
}

.menu-cloud {
  opacity: .77;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.cart-mini_list {
  flex: none;
  padding: .83rem 2em .83em;
  position: relative;
}

.cart-mini-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .83em;
  padding-bottom: .83em;
}

.cart-mini-img {
  border-radius: 20%;
  width: 5em;
  height: auto;
}

.cart-mini-footer {
  border-top-color: #01373c33;
  padding: 1.11rem 2em 1.4rem;
  position: relative;
}

.cart-mini_header {
  z-index: 2;
  border-bottom-color: #01373c33;
  padding: 1em 2em;
  position: sticky;
  top: 0;
}

.dropdown-menu-button {
  object-fit: contain;
  transform-style: preserve-3d;
  background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/623f40782485613c4f98ff46_Cloud-slider.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 100%;
  margin-left: .4rem;
  transition: margin .4s;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.dropdown-menu-button.active {
  margin-right: 0;
}

.form-select {
  background-color: var(--background);
  border: 1px solid #055b6354;
  border-radius: 5px;
  min-height: 4em;
  margin-bottom: 1em;
  padding: 0 1em;
}

.form-select.hide-select {
  color: var(--secondry);
  background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/62c73a65e30fbc097f4c0c59_Down-Arrow.png");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
}

.addresses-page {
  background-color: var(--powder-blue);
  background-image: linear-gradient(to bottom, var(--background) 86%, var(--powder-blue));
}

.address-new {
  display: block;
}

.address-new_form-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.address-edit_wrap {
  margin-top: 6em;
}

.panel-menu-block.shop-type.active-shop, .panel-menu-block.learn-more.active-learn {
  background-color: var(--powder-blue);
}

.panel-menu-block {
  cursor: pointer;
  border: 1px solid #01373c33;
  border-radius: 15px;
  width: 90%;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .5s;
  overflow: hidden;
}

.panel-menu-block.active {
  background-color: var(--powder-blue);
}

.panel-menu-block.shop-type.active-shop, .panel-menu-block.learn-more.active-learn {
  background-color: var(--powder-blue);
}

.panel-menu-block.shop-type {
  padding: 0;
}

.panel-menu-block.shop-type.active-shop, .panel-menu-block.learn-more.active-learn {
  background-color: var(--powder-blue);
}

.cart-mini-close {
  background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/626018f77ef4f8a62a1e29b5_Exit-Cloud.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cart-mini-exit-wrap {
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 3em;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.cart-mini-exit-wrap.empty {
  cursor: pointer;
  cursor: pointer;
  margin-top: 2em;
  margin-right: 2em;
  position: absolute;
}

.exit-icon {
  z-index: 2;
  z-index: 2;
  font-family: p22-mackinac-pro;
  position: relative;
}

.top-bar {
  background-color: var(--secondry);
  color: #fff;
  text-align: center;
  width: 100%;
}

.cart-mini_info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: flex-start;
}

.cart-mini_variant {
  margin-bottom: 0;
  font-family: SofiaProRegular;
  font-weight: 400;
}

.cart-mini_wrap {
  justify-content: flex-start;
  display: block;
  position: relative;
}

.cart-mini_checkout-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cart-quant-wrap {
  border: 1px solid var(--secondry);
  background-color: var(--wheat);
  border-radius: 50%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: .33em;
  margin-left: -.46em;
  padding-bottom: 2px;
  font-family: SofiaProRegular;
  font-weight: 400;
  display: flex;
}

.empty-cart {
  text-align: center;
  flex-direction: column;
  height: 100%;
  padding: 5em;
  position: relative;
}

.empty-cart-img {
  margin-bottom: 1em;
}

.nav-link-text.text-size-xsmall.text-font-name-2 {
  border-bottom: 3px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  transition: border-color .3s, color .3s;
  display: flex;
}

.nav-link-text.text-size-xsmall.text-font-name-2:hover {
  color: var(--5277a1);
}

.nav-search {
  align-items: center;
  height: 65%;
  margin-bottom: 0;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.nav-search.mobile {
  display: none;
}

.nav-search_input {
  border: 1px solid var(--dark-slate-grey);
  color: var(--secondry);
  background-color: #fff0;
  border-radius: 20px 0 0 20px;
  height: 100%;
  margin-bottom: 0;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: .95rem;
}

.nav-search_input::placeholder {
  color: #055b63b3;
  font-size: .75vw;
}

.nav-search_button {
  background-color: var(--secondry);
  background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/630f8f37a7aae4e76a27476b_Search%202.svg");
  background-position: 36%;
  background-repeat: no-repeat;
  background-size: .9em;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
}

.camphollow-font-logo {
  z-index: 4;
  color: var(--secondry);
  letter-spacing: .8px;
  margin-bottom: .4rem;
  margin-left: 0;
  font-family: Camphollow, sans-serif;
  font-size: .8em;
  font-weight: 400;
  position: relative;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-icon.no-margin-right {
  margin-right: 0;
}

.javascript-embed {
  z-index: 10;
  color: #0000;
  background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/644085dc906d1b73c02807b5_Javascript.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
}

.cart-mini_prizes-wrap {
  padding: 1rem 2rem;
  display: block;
}

.cart-mini_prizes {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px dashed var(--secondry);
  background-color: var(--powder-blue);
  border-radius: 10px;
  flex-direction: column;
  padding: .5rem 1rem 1rem;
}

.cart-mini_prizes.is--bundle {
  grid-row-gap: 1.4rem;
  background-color: var(--gold);
  padding-bottom: 2.5rem;
  padding-left: .8rem;
  padding-right: .8rem;
  display: flex;
}

.cart-mini_progress-wrap {
  border: 1px solid var(--secondry);
  background-color: var(--powder-blue);
  border-radius: 30px;
  width: 99%;
  height: 1rem;
  overflow: hidden;
}

.cart-mini_process-thumb {
  background-color: var(--text-colour);
  border-radius: 30px;
  width: 20%;
  height: 100%;
}

.cart-mini_prize-indicatior {
  width: 2rem;
  height: 2rem;
  margin-left: 10%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0%, 20%);
}

.cart-mini_prize-indicatior.is--1 {
  width: 2.5rem;
  height: 2.5rem;
}

.cart-mini_prize-indicatior.is--2 {
  width: 3rem;
  height: 2.8rem;
  margin-left: 42%;
}

.cart-mini_prize-indicatior.is--3 {
  margin-left: 90%;
}

.cart-mini_progress {
  position: relative;
}

.cart-mini_item-prices {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-wrap: wrap;
  display: flex;
}

.cart-mini-item_variant-name, .cart-mini_item-variant-value {
  font-size: .8rem;
}

.cart-mini_main {
  border-left: 1px solid #01373c33;
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.cart-mini_holder {
  height: 100%;
  overflow: auto;
}

.cart-mini_cloud {
  z-index: 1;
  object-fit: cover;
  object-position: 0% 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: auto 100% auto auto;
}

.cart-mini_cloud.is--bundle {
  width: 50%;
  display: block;
}

.relative {
  position: relative;
}

.cart-mini_wrapper {
  z-index: 2;
  display: block;
  position: relative;
}

.cart-mini-top {
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: auto;
}

.eagle-left-wing {
  z-index: 1;
  transform-origin: 100%;
  width: 9.9em;
  height: 7.4em;
  display: block;
  position: absolute;
  inset: .3em auto auto -4.6em;
  transform: rotate(-52deg);
}

.eagle-right-wing {
  z-index: 1;
  transform-origin: 0 0;
  width: 11.9em;
  display: block;
  position: absolute;
  bottom: 1.9em;
  left: auto;
  right: -2.9em;
  transform: rotate(-58deg);
}

.eagle-back-feathers {
  z-index: 2;
  transform-origin: 50% 0;
  width: 8em;
  display: block;
  position: absolute;
  inset: auto 3.6em .3em auto;
  transform: rotate(-41deg);
}

.eagle-base {
  z-index: 3;
  opacity: 1;
  width: 5em;
  display: block;
  position: absolute;
  transform: rotate(-5deg);
}

.eagle-wrap {
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 11em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: scale(.7);
}

@media screen and (max-width: 991px) {
  body {
    font-size: .875rem;
  }

  h1 {
    font-size: 2.5em;
  }

  p, ul, ol {
    font-size: 1em;
  }

  .button.is-form-submit {
    font-size: 1.5em;
  }

  .button.explore {
    padding-left: .55em;
    padding-right: .55em;
  }

  .button.process {
    margin-top: 2em;
  }

  .button.under-water {
    bottom: -5.4em;
  }

  .button.quick-atc_button {
    font-size: .9em;
  }

  .button.quick-atc_button.tooltip {
    width: 3.5em;
    height: 3.5em;
  }

  .button.view-product {
    font-size: .9em;
  }

  .button.cart-link {
    width: 50%;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.2em;
  }

  .button.is--start {
    width: 100%;
  }

  .hide-tablet {
    display: none;
  }

  .text-size-regular {
    font-size: 1em;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .form-radio-label {
    font-size: 1em;
  }

  .text-size-small {
    font-size: .875em;
  }

  .text-size-small.text-font-name-2 {
    font-weight: 400;
  }

  .text-rich-text h5 {
    font-size: .875em;
  }

  .text-rich-text figcaption, .text-rich-text h5 {
    font-size: .875em;
  }

  .text-rich-text h6 {
    font-size: .75em;
  }

  .text-rich-text ul {
    font-size: 1em;
  }

  .text-rich-text figcaption {
    font-size: .875em;
  }

  .form-input, .form-checkbox-label, .form-label {
    font-size: 1em;
  }

  .text-size-xsmall {
    margin-top: .2em;
    font-size: .75em;
  }

  .text-size-xsmall.savings {
    color: var(--secondry);
  }

  .text-size-xsmall.bundle_map-step-indicator {
    display: block;
  }

  .page-padding, .page-padding.z-2, .page-padding.z-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .show-tablet {
    display: block;
  }

  .container-medium {
    max-width: 50em;
  }

  .button-secondary {
    font-size: 1.5em;
  }

  .button-secondary.newsletter {
    font-size: 1rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-medium-negative {
    margin: -1.5rem;
  }

  .margin-large-negative {
    margin: -2.5rem;
  }

  .margin-xlarge-negative {
    margin: -3rem;
  }

  .margin-xxlarge-negative {
    margin: -4rem;
  }

  .margin-huge-negative {
    margin: -5rem;
  }

  .margin-xhuge-negative {
    margin: -6rem;
  }

  .margin-xxhuge-negative {
    margin: -8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .section-product-buy {
    padding-top: 3em;
  }

  .tags-wrapper {
    flex: none;
  }

  .tags-wrapper.related {
    left: -1.28em;
    right: auto;
  }

  .atc-quantity {
    flex: 1;
  }

  .atc-quantity.min-cart {
    flex: none;
  }

  .atc-quantity-button.increase {
    flex: 1;
  }

  .atc-quantity-button.increase.cart-mini {
    flex: none;
  }

  .atc-quantity-button.decrease {
    flex: 1;
  }

  .atc-quantity-button.decrease.cart-mini {
    flex: none;
  }

  .atc-price {
    align-items: center;
  }

  .section-product-info {
    margin-bottom: -4em;
  }

  .section-the-process {
    padding-top: 3em;
  }

  .the-process_middle {
    width: 70%;
  }

  .section-influencers {
    margin-bottom: 0;
  }

  .influencers-bottom-row {
    width: 55%;
  }

  .influencers-slider {
    height: 33.5em;
    padding-bottom: 0%;
    padding-left: 0;
    padding-right: 5.6em;
  }

  .influencers-list {
    flex-direction: column;
    justify-content: flex-start;
  }

  .influencer-block {
    width: 100%;
  }

  .slide-arrow.arrow-prev {
    position: relative;
  }

  .slide-arrow.arrow-prev.is--prod {
    left: 15%;
  }

  .slide-arrow.arrow-prev.is--product {
    background-size: 100% 100%;
    left: 15%;
  }

  .slide-arrow.arrow-prev.mobile-hero {
    position: absolute;
    inset: auto auto auto 0%;
  }

  .slide-arrow.arrow-next.is--product {
    right: 15%;
  }

  .slide-arrow.arrow-next.featured-products {
    margin-top: -40%;
  }

  .slide-arrow.arrow-next.mobile-hero {
    position: absolute;
    inset: auto 0% auto auto;
  }

  .slide-arrow.arrow-prev.is--prod {
    right: 15%;
  }

  .slide-arrow.arrow-prev.featured-products {
    margin-top: -40%;
  }

  .influencer-slider_arrows-wrap {
    left: auto;
    right: 0;
  }

  .influencers-top-row {
    width: 40%;
  }

  .floating-cloud {
    margin-right: 2.2em;
  }

  .flying-cloud-2 {
    width: 18em;
    margin-bottom: 4.7em;
    bottom: 49%;
  }

  .footer-slider.margin-top.margin-medium, .footer-slider-list {
    width: 100%;
  }

  .footer-slider-slide {
    width: 48%;
    padding-top: 45%;
  }

  .footer-bottom.margin-top.margin-xhuge {
    width: 70%;
  }

  .eagle-lottie {
    margin-top: -4.9em;
    margin-right: 7vw;
  }

  .footer-trees.clickable-off {
    width: 30em;
  }

  .navigation {
    border-right: 1px solid var(--secondry);
    border-left: 1px solid var(--secondry);
    border-bottom-color: var(--secondry);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
  }

  .nav-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .nav-left-menu, .nav-left-menu.is--new, .nav-left-menu.is--new {
    display: none;
  }

  .nav-logo-link {
    width: 60%;
    height: 100%;
    margin-bottom: 0;
    padding-top: .2em;
    padding-bottom: .6em;
  }

  .nav-right-menu {
    width: 100%;
    display: none;
  }

  .nav-right-menu.is--new {
    display: none;
  }

  .nav-links-wrap {
    justify-content: flex-end;
    width: 100%;
  }

  .logo-img {
    margin-bottom: -.4em;
  }

  .nav-right_menu-wrap, .navigation-menu_panel, .navigation-menu_panel.is--new.is--active, .navigation-menu_panel.is--new.is--active, .navigation-menu_panel.is--new.is--active, .navigation-background {
    display: none;
  }

  .panel-menu-wrap.back {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .clouds-img {
    z-index: 1;
    height: 25em;
  }

  .product-usp_rainbow-shape {
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/62486b18d3e797784bef4b48_Rainbow.png");
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 11em;
  }

  .usp-img {
    height: 2em;
  }

  .inline.float-right {
    float: right;
    clear: right;
  }

  .inline.float-left {
    float: left;
  }

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

  .collection-list_left-column, .collection-list_left-column.is--2, .collection-list_left-column.is--2 {
    width: 100%;
  }

  .left-column_left {
    width: 50%;
  }

  .collection-list_right-column {
    display: none;
  }

  .collection-cloud-lottie {
    top: 31%;
  }

  .footer-leaf-lottie {
    width: 3em;
    height: 3rem;
    top: 1.8em;
  }

  .footer-leaf-lottie.is--2 {
    right: 27%;
  }

  .collection-link-block {
    width: 80%;
  }

  .section-about {
    z-index: 0;
    height: auto;
  }

  .home-collections-wrap {
    height: 90vh;
  }

  .home-collections-middle {
    width: 70%;
  }

  .home-collections-top {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-collections-bottom {
    z-index: 3;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home-collection-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .home-collection-img {
    position: static;
  }

  .home-collection-clouds {
    background-image: linear-gradient(to bottom, #12172d00, #12172d 0%, var(--wheat) 64%);
    height: 14em;
    margin-top: -.8em;
  }

  .collection-name-hidden {
    opacity: 1;
    color: #fff;
    width: auto;
    height: auto;
    display: block;
  }

  .section-featured-products {
    margin-bottom: -15.8em;
    overflow: hidden;
  }

  .featured-products-wrapper {
    padding-bottom: 5em;
  }

  .top-row_content {
    width: 60%;
  }

  .middle-row__left {
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .middle-row__right {
    width: 60%;
  }

  .left-rock {
    height: 86em;
  }

  .right-rock {
    height: 67em;
  }

  .sea-background {
    min-height: 75em;
  }

  .sea-top {
    min-height: 34em;
    margin-bottom: 0;
  }

  .sea {
    min-height: 180vh;
  }

  .whale-lottie {
    margin-top: 11.83em;
    transform: scale(.5);
  }

  .sea-elements {
    min-height: 94em;
  }

  .sea-reviews {
    width: auto;
    height: auto;
    min-height: 35em;
    max-height: 70vh;
    margin-top: 1.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    top: 5.1em;
  }

  .sea-reviews_review-img-wrap {
    width: 28%;
  }

  .sea-reviews_review-content {
    padding-right: 0;
  }

  .sea-animals_top {
    height: 40%;
    margin-top: 10.84em;
  }

  .sea-animals_bottom {
    height: 60%;
  }

  .fish {
    bottom: 19.2rem;
    left: 4.55em;
  }

  .fish.is--2 {
    display: none;
    bottom: 19.8rem;
    left: 9.75em;
  }

  .fish.is--3 {
    bottom: 19.5em;
    right: 6em;
  }

  .fish.is--4, .green-weed-lottie {
    display: none;
  }

  .crab-lottie {
    margin-bottom: 9.6em;
    margin-right: -5.6em;
  }

  .small-rock {
    display: none;
  }

  .sea-image {
    height: 100%;
  }

  .purple-weed-lottie {
    display: none;
  }

  .star-fish {
    margin-right: 9.3em;
  }

  .section-newsletter {
    overflow: hidden;
  }

  .newsletter-wrap {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .newsletter_top-row {
    width: 60%;
  }

  .section-scene {
    display: block;
  }

  .sea-reviews_wrapper {
    position: relative;
  }

  .sea-reviews_slide {
    padding-left: 0;
    padding-right: 1.7em;
  }

  .sea-bottom {
    height: 72em;
  }

  .cart-quant {
    font-size: 12px;
  }

  .bee-trail-newsletter {
    width: 89%;
  }

  .bee-trail-newsletter.article {
    display: none;
  }

  .product-cloud-img {
    width: 90%;
  }

  .product-cloud-img.newsletter-img {
    margin-right: -13.12em;
  }

  .product-cloud-img.newsletter-img.is--2 {
    margin-left: -12.54em;
  }

  .home-collection-cloud-img.is--1 {
    width: 16em;
    margin-bottom: 43em;
    margin-left: 3.39em;
    display: block;
  }

  .home-collection-cloud-img.is--3 {
    width: 13em;
    margin-right: -2.61em;
    display: block;
  }

  .treasure-chest_image {
    width: 15em;
    margin-bottom: 1.33em;
  }

  .rock-under-water {
    width: 14em;
    margin-bottom: 3.7em;
    margin-left: 1.79em;
  }

  .explore-collections-wrapper {
    height: 80vh;
  }

  .explore_collections-container.page-padding {
    height: 100%;
    padding-bottom: 8.5em;
  }

  .explore-c_left {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .explore-c_right {
    width: 100%;
    margin-top: 2em;
  }

  .explore-c-block {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 8em;
  }

  .explore-c_slide {
    justify-content: center;
    width: 50%;
  }

  .explore-cloud.clickable-off {
    object-fit: cover;
    object-fit: cover;
  }

  .sea-bubble {
    object-fit: contain;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .explore-exit {
    margin-top: -3.5em;
    margin-right: 3em;
  }

  .explore-ui_cloud-img.clickable-off {
    object-fit: cover;
    object-fit: cover;
  }

  .explore-opening {
    display: none;
  }

  .section-video {
    overflow: visible;
  }

  .video_canvas {
    width: 200vh;
    height: 200vh;
  }

  .video-content {
    margin-right: auto;
  }

  .video-exit {
    margin-right: 3em;
  }

  .video-full-play {
    width: 90%;
    padding-top: 45%;
  }

  .middle-row__left-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    width: 40%;
    display: flex;
  }

  .sea-slide {
    flex-direction: column;
  }

  .bottom-block {
    border-style: none solid solid;
    border-color: var(--secondry);
  }

  .bottom-block.is--new {
    width: 6.5em;
    margin-left: auto;
  }

  .collection_top-row {
    width: 80%;
  }

  .collection-page-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .section-blog-page {
    padding-top: 2em;
  }

  .blog-page-item {
    flex-direction: column;
  }

  .blog-link {
    width: 50%;
    min-height: 0;
    margin-right: 0;
    padding-top: 50%;
  }

  .blog-link.article {
    width: 100%;
  }

  .blog-list-content {
    width: 100%;
    margin-top: 2em;
  }

  .blog-list-content.article {
    width: 100%;
  }

  .section-article-page {
    padding-bottom: 0;
  }

  .article-left-row {
    width: 100%;
    padding-right: 5.7em;
  }

  .article-wrap {
    flex-direction: column;
    margin-top: 2em;
  }

  .section-process-top {
    padding-top: 2em;
  }

  .process-top_heading {
    width: 60%;
  }

  .ice-2 {
    margin-bottom: 2.81em;
    margin-left: -2.13em;
  }

  .ice-1 {
    width: 34em;
    margin-bottom: 4.07em;
    margin-left: -6.74em;
  }

  .sun-wrap {
    margin-top: 0;
    margin-right: 0;
  }

  .process-list {
    justify-content: flex-start;
  }

  .process-slide {
    border-radius: 0;
  }

  .process-video.top {
    background-color: #0000000d;
    border-radius: 0;
  }

  .right-sky {
    width: 11em;
  }

  .left-sky {
    width: 9em;
  }

  .process-middle-wrap {
    padding-left: 0;
    padding-right: 5.47em;
  }

  .process-middle_left {
    width: 46%;
  }

  .process-middle_right {
    width: 45%;
  }

  .ice-middle-1 {
    margin-bottom: 10.06em;
  }

  .process-middle_video-wrap {
    width: 22em;
    height: 22em;
  }

  .ice-middle-2 {
    margin-top: -4.23em;
  }

  .wave {
    margin-top: -7.52em;
    margin-left: 10.57em;
  }

  .ice-icons {
    width: 23em;
  }

  .ice-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .ice-left {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10.54em;
    padding-bottom: 15.4em;
    display: flex;
  }

  .ice-right {
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1.4em;
  }

  .ice-right-top {
    width: 20em;
    margin-top: 7.11em;
  }

  .ice-right-bottom {
    width: 36em;
    margin-top: 0;
  }

  .ice-video-wrap {
    width: 80%;
  }

  .ice-passage-wrap {
    display: none;
  }

  .process-ice-left {
    transform: translate(-6em);
  }

  .process-ice-break {
    width: 20%;
    transform: translate(3em, 4em);
  }

  .section-artists {
    padding-top: 2em;
  }

  .artists-wrap {
    flex-direction: column-reverse;
  }

  .artists-left {
    width: 100%;
  }

  .artist-list {
    grid-row-gap: 7.5em;
    flex-direction: column;
    padding-bottom: 1em;
  }

  .artists-right {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
    display: none;
  }

  .artist-img-wrap {
    width: 15em;
    height: 15em;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-arrows-wrap {
    margin-top: 2em;
  }

  .artist-top-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3em;
    display: flex;
  }

  .section-draw {
    padding-top: 2em;
  }

  .draw-animals {
    grid-template-columns: 1fr 1fr;
  }

  .draw-cloud {
    width: 30%;
  }

  .draw-cloud._2 {
    width: 40%;
  }

  .section-draw-popup {
    padding-top: 4em;
    display: none;
  }

  .draw-youtube-wrap {
    padding-top: 68%;
  }

  .draw-popup-block-wrap {
    padding-right: 3px;
  }

  .draw-exit-button {
    margin-top: 4em;
  }

  .draw-bottom-row {
    width: 100%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-ymal {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    min-height: auto;
  }

  .section-ymal.article {
    justify-content: space-between;
  }

  .layout1_content, .related-slide {
    width: 100%;
  }

  .related-slider-wrap {
    width: 50%;
  }

  .related-left {
    width: 40%;
  }

  .featured-products_list-wrap {
    padding-top: 0;
  }

  .featured-products_list.is--vote {
    grid-template-columns: 1fr 1fr;
  }

  .featured-products_slide {
    width: 45%;
  }

  .about-background-img.clickable-off {
    object-fit: cover;
    object-fit: cover;
  }

  .about-space-wrap {
    flex-direction: row;
    align-items: center;
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .about-space_left {
    max-width: 40vw;
    display: block;
  }

  .about-space_content {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .about-space_planets {
    width: 100%;
    padding-left: 0;
  }

  .planet_our-team {
    margin-top: 11.9em;
    margin-left: 6.1em;
    display: none;
  }

  .planet_process {
    margin-top: 7%;
    margin-left: 0;
    margin-right: 6.5em;
    inset: 0% 0% auto auto;
  }

  .planet_reviews {
    margin-top: 27.8em;
    margin-left: 0;
    margin-right: 1em;
    inset: 0% 0% auto auto;
  }

  .planet-fireball {
    display: none;
  }

  .planet-label.is--2 {
    margin-top: -2em;
  }

  .product-info-wrap {
    max-width: 45em;
  }

  .floating-tabs {
    z-index: 1000;
    grid-column-gap: 2em;
    grid-row-gap: 0em;
    text-align: center;
    justify-content: flex-end;
    width: 100%;
    height: 4rem;
    display: flex;
    position: fixed;
    bottom: 0;
  }

  .menu-btn {
    border-top-right-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    transition: color .3s, background-color .3s;
    display: flex;
  }

  .menu-btn.is--active {
    background-color: var(--secondry);
    color: #fff;
    background-color: var(--secondry);
    transition-duration: .4s, .4s;
    transition-timing-function: cubic-bezier(.9, 0, .1, 1), cubic-bezier(.9, 0, .1, 1);
  }

  .shop-btn {
    border: 1px solid var(--text-colour);
    background-color: var(--wheat);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6em;
    height: 6em;
    margin-top: -2em;
    transition: background-color .3s cubic-bezier(.9, 0, .1, 1), color .3s cubic-bezier(.9, 0, .1, 1);
    display: flex;
  }

  .shop-btn.is--active {
    background-color: var(--secondry);
    color: #fff;
    background-color: var(--secondry);
  }

  .cart-tab {
    border-top-left-radius: 20px;
    width: 40%;
    height: 100%;
  }

  .cart-button-mobile {
    background-color: var(--background);
    color: var(--text-colour);
    border-top-left-radius: 20px;
    justify-content: center;
    height: 100%;
    padding: 0 1em;
  }

  .cart-mobile_icon-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .cart-icon {
    width: 2em;
    height: 1.6em;
    margin-bottom: .2em;
  }

  .cart-mobile-quantity {
    color: var(--text-colour);
    min-width: 1.25em;
    height: 1.25em;
    margin-right: -1.18em;
    padding-left: .42em;
    padding-right: .42em;
    font-size: .875rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .tab {
    z-index: 2;
    background-color: var(--misty-rose);
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/64c3f15973e82049f9c1bc3a_cloud-bg-mobile.png");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    max-height: 70vh;
    padding-top: 2em;
    padding-bottom: 6em;
    transition: transform .3s cubic-bezier(.9, .1, 0, 1);
    position: absolute;
    overflow: auto;
    transform: translate(0, 30%);
  }

  .tab.is--active {
    transform: translate(0, -90%);
  }

  .tab.shop {
    border-style: solid none none;
    border-width: 1px;
    border-color: #fff #fff var(--secondry);
    background-color: var(--text-colour);
  }

  .tabs-wrap {
    z-index: 3;
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--text-colour);
    background-color: var(--background);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
  }

  .tab-inner {
    grid-column-gap: 1.39em;
    grid-row-gap: 1.39em;
    opacity: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    transition: opacity .35s cubic-bezier(.9, 0, .1, 1);
    display: grid;
    overflow: hidden;
  }

  .tab-inner.is--active {
    opacity: 1;
    opacity: 1;
  }

  .tab-bg {
    z-index: -1;
    opacity: 0;
    background-color: #01373cb3;
    width: 100%;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    transition: opacity .3s;
    position: absolute;
    inset: auto 0% 0%;
  }

  .tab-bg.is--active {
    z-index: -1;
    opacity: 1;
    z-index: -1;
    opacity: 1;
    inset: auto 0% 0%;
    background-color: #01373cb3;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .shop-type_link {
    background-color: #bee2e1;
    border: 1px solid #01373c80;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 6em;
    padding-left: 1em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .shop-block {
    position: relative;
  }

  .shop-type_img {
    object-fit: cover;
    width: 30%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-block {
    opacity: 1;
  }

  .menu-link {
    border: 1px solid var(--secondry);
    background-color: #ffff8c;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 6.6em;
    padding-left: 1em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .cart-mini-wrapper {
    opacity: 1;
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/62c77e02bced90a0ca4114d6_Cloud-Menu%201.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .article-right-row {
    align-items: stretch;
    width: 100%;
  }

  .article-right_img {
    height: 12em;
    margin-top: 11.14em;
    margin-right: 18px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .search-results-list {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr;
  }

  .login-page {
    background-size: auto 100%;
  }

  .login-wrap, .register-wrap {
    width: 80%;
  }

  .register-page, .reset-page {
    background-size: auto 100%;
  }

  .reset-wrap {
    width: 80%;
  }

  .recover-page {
    background-size: auto 100%;
  }

  .recover-wrap {
    width: 80%;
  }

  .account-page {
    background-size: auto 100%;
    flex-direction: column;
  }

  .account {
    flex-direction: column;
    width: 100%;
  }

  .contact-us-page {
    background-size: auto 100%;
  }

  .contact-us-wrap {
    flex-direction: column;
    width: 100%;
  }

  .contact-us-right {
    width: 100%;
  }

  .nav-left-menu_mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-right-menu_mobile {
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .search-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .5em;
    display: flex;
  }

  .account-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: .5em;
    display: flex;
  }

  .hero_reviews_content {
    z-index: 2;
    text-align: center;
    background-image: linear-gradient(#02404600 19%, #0a101f 101%);
    width: 100%;
    height: 45%;
    margin-top: 1em;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    display: block;
    position: relative;
  }

  .hero_mobile-cloud {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .cta-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-post_wrap {
    flex-direction: column;
  }

  .blog-post_wrap.article {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-direction: column;
  }

  .cart-container {
    background-color: #ebf5fa;
    border-radius: 20px;
    width: 90%;
    height: 90dvh;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    overflow: hidden;
    box-shadow: 0 5px 25px #00000026;
  }

  .explore-c-info_img {
    position: absolute;
    inset: 0%;
  }

  .ratio-img {
    display: none;
    position: relative;
  }

  .explore-c {
    flex-direction: column;
  }

  .space-rock {
    z-index: 3;
    margin-top: 0;
    margin-bottom: -9.22em;
    margin-left: 20.69em;
    display: block;
    inset: auto auto 0%;
  }

  .planet-venus {
    z-index: 3;
    margin-top: 0;
    margin-bottom: 1.37em;
    display: block;
    inset: auto auto 0% 0%;
  }

  .faq-link {
    font-size: 1em;
  }

  .sea-heading {
    display: none;
    transform: translate(0, 3em);
  }

  .sea-heading-wrap {
    width: 50%;
  }

  .text-size-xxsmall {
    font-size: .75em;
  }

  .double-tap-zoom {
    display: none;
  }

  .cart-mini_list {
    text-align: left;
    flex: 0 auto;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cart-mini-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
  }

  .cart-mini-info {
    text-align: left;
    align-items: flex-start;
  }

  .cart-mini-footer {
    background-color: #ebf5fa;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .cart-mini_header {
    background-color: #ebf5fa;
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .planet-label_info {
    opacity: 1;
    margin-top: -1.2em;
  }

  .planet-label_info.is--3, .planet-label_info.is--1, .planet-label_info.is--2, .planet-label_info.is--3, .planet-label_info.is--1, .planet-label_info.is--2 {
    opacity: 1;
  }

  .hide-mobile {
    display: none;
  }

  .account_left {
    width: 100%;
    position: static;
  }

  .account_right {
    width: 100%;
    margin-top: 2em;
  }

  .account-tab {
    flex: none;
  }

  .my-profile_top {
    grid-column-gap: 2em;
    padding-bottom: .5em;
    overflow: auto;
  }

  .account-tabs_wrap {
    grid-column-gap: 2em;
    flex-direction: row;
    padding-bottom: .5em;
    overflow: auto;
  }

  .contact-us_intro {
    justify-content: flex-end;
    height: 60vh;
  }

  .layout37_background-image {
    object-position: 10% 98%;
  }

  .contact-wrap {
    grid-row-gap: 2em;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .contact-right {
    width: 60%;
    display: none;
  }

  .related-pages {
    width: 60%;
  }

  .planet_reviews_wrap {
    inset: 0% auto auto;
  }

  .product-block_arrow {
    opacity: 1;
    background-position: 50%;
    display: none;
  }

  .product-block_arrow.previous {
    display: none;
  }

  .product-block_arrow.previous.hover-in {
    opacity: 1;
    opacity: 1;
  }

  .prod-block_pagination {
    display: none;
  }

  .prod-block_pagination.hover-in {
    opacity: 1;
    opacity: 1;
  }

  .video-full-play_block {
    opacity: 0;
  }

  .video-full-play_block.is--active {
    width: 100%;
    padding-top: 0%;
  }

  .video-full-play_relative {
    width: 100%;
  }

  .mountains {
    object-fit: cover;
    height: 60%;
  }

  .river {
    height: 30%;
  }

  .collection-block {
    width: 80%;
  }

  .blog68_button-row {
    flex: none;
  }

  .cart-mini-close {
    inset: 0% 0% auto auto;
  }

  .cart-page {
    flex-direction: column;
  }

  .cart-left {
    width: 100%;
  }

  .cart-page_right {
    width: 100%;
    margin-top: 2em;
    position: static;
  }

  .cart-page_item {
    grid-column-gap: 2em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cart-item_info {
    width: 100%;
  }

  .cart-mini_variant {
    margin-top: 0;
    margin-bottom: .2em;
  }

  .cart-page_item-quantity {
    width: 100%;
  }

  .cart-mini_wrap {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
    overflow: auto;
  }

  .gallery-item.small {
    width: 100%;
    margin-bottom: 2em;
  }

  .gallery-small-wrap {
    flex-direction: column;
  }

  .infinite-wrapper {
    padding-bottom: 3em;
  }

  .default-page, .special-page {
    padding-top: 3em;
  }

  .atc-error {
    width: 65%;
  }

  .atc-out-of-stock {
    width: 100%;
  }

  .out-of-stock-wrap {
    width: 100%;
    padding-left: 7.5em;
    padding-right: 7.5em;
  }

  .empty-cart {
    text-align: center;
  }

  .search-blocks {
    flex-direction: column;
    display: flex;
  }

  .gallery_right {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    justify-content: flex-start;
  }

  .cart-mini_prod-title {
    text-align: left;
  }

  .about-mobile-cloud {
    z-index: 2;
    background-image: linear-gradient(to top, #0b111d00 50%, #fff);
    height: 4em;
    display: flex;
    position: relative;
  }

  .about-mobile-cloud-img {
    width: 100%;
    transform: rotate(180deg);
  }

  .about-overlay.clickable-off {
    z-index: 2;
    z-index: 2;
    inset: 0%;
    background-image: linear-gradient(#0b112100 60%, #11162c 95%);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .collections-overlay.clickable-off {
    z-index: 1;
    z-index: 1;
    inset: 0%;
    background-image: linear-gradient(to top, #0b112100 68%, #10152a73 95%, #11162c);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .mobile-hide {
    display: block;
  }

  .upsell-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .nav-search {
    height: 80%;
  }

  .nav-search.mobile {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-search_input::placeholder {
    font-size: 1.2vw;
  }

  .about-space_button {
    max-width: 40vw;
    display: none;
  }

  .pause-play {
    display: block;
  }

  .cart-with-freegift {
    width: 100%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .filter-form {
    grid-template-columns: 1fr;
  }

  .filter-group {
    flex: none;
  }

  .filter-group-summary {
    padding: .8em;
  }

  .filter-group-display {
    z-index: 1000;
    background-color: #055b63cf;
    border-bottom-style: none;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    bottom: 0;
    overflow: hidden;
  }

  .filter-group-display__list {
    max-height: 30vh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em 5%;
    overflow: auto;
  }

  .filter-group-display__header {
    border-bottom: 1px solid var(--secondry);
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    padding: .5rem 5%;
    display: flex;
  }

  .filter-name {
    font-size: 1rem;
  }

  .active-filters {
    align-items: stretch;
    padding-bottom: .5rem;
    overflow: auto;
  }

  .filter-group-wrap {
    grid-column-gap: 1rem;
    padding-bottom: .5rem;
    padding-right: 2em;
    display: flex;
    overflow: auto;
  }

  .active-filters__clear {
    background-color: var(--secondry);
    transition: background-color .3s;
  }

  .active-filters__clear:hover {
    background-color: var(--text-colour);
  }

  .active-filters__remove-filter {
    flex: none;
  }

  .filter-group-content {
    z-index: 2;
    background-color: var(--powder-blue);
    border-radius: 10px 10px 0 0;
    max-height: 80em;
    padding-bottom: 18%;
    position: relative;
  }

  .filter-group-display__submit {
    border-top: 1px solid var(--secondry);
    margin-top: 0;
    padding: 1em 5%;
    display: flex;
    position: sticky;
    inset: auto 0% 0%;
  }

  .scene_usp-wrap {
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .scene_usp-img {
    height: 2em;
  }

  .scene_content {
    text-align: center;
    width: 100%;
    padding-top: 4em;
  }

  .scene_component {
    flex-direction: column-reverse;
    min-height: 0;
  }

  .scene_slider {
    width: 112%;
    margin-right: -6%;
    overflow: hidden;
  }

  .scene_slide-list {
    margin-left: 0;
    margin-right: 0;
  }

  .scene_slide {
    border-radius: 0;
  }

  .scene_content-images {
    display: none;
  }

  .scene_ice-frame.clickable-off {
    width: 139%;
    margin-left: -32%;
    display: none;
  }

  .scene_slider-component {
    width: 100%;
    height: 52em;
    position: relative;
  }

  .scroll {
    display: none;
  }

  .scene_arrows-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wholesale_component {
    flex-direction: column-reverse;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .wholesale_left {
    border-top: 1px solid var(--secondry);
    border-right-color: #0000;
    width: 100%;
    height: auto;
    position: sticky;
    bottom: 0;
  }

  .wholesale_middle {
    width: 100%;
  }

  .wholesale_cart-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--secondry);
    justify-content: flex-start;
    width: 100%;
    padding: 1rem;
    display: flex;
  }

  .wholesale_right {
    z-index: 3;
    border-left-style: none;
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
  }

  .wholesale_right.is--mini {
    width: 0%;
  }

  .wholesale_cart-wrapper {
    z-index: auto;
  }

  .wholesale_user {
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    display: none;
  }

  .wholesale_collection {
    width: 100%;
    overflow: auto;
  }

  .wholesale_layout-settings {
    display: none;
  }

  .wholesale_collection-wrap {
    grid-column-gap: 1rem;
    flex-direction: row;
  }

  .wholesale_collection-list-block {
    flex: none;
  }

  .wholesale_products {
    height: auto;
  }

  .wholesale_minimise {
    display: none;
  }

  .wholesale_minimise.is--minify-cart {
    grid-column-gap: .5rem;
    grid-column-gap: .5rem;
    width: auto;
    height: auto;
    padding: .4em 1.5em;
    transform: translate(-100%, 15%);
  }

  .wholesale_cart-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
    grid-auto-columns: 1fr;
    align-content: start;
    align-items: start;
    display: grid;
  }

  .wholesale_cart-item {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    grid-auto-columns: 1fr;
  }

  .wholesale_cart-info {
    flex: 0 auto;
  }

  .wholesale_cart-header {
    z-index: 2;
    background-color: var(--secondry);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wholesale_cart-right {
    flex-direction: row;
    justify-content: flex-start;
  }

  .wholesale_cart-left {
    flex-direction: row-reverse;
    align-items: center;
  }

  .wholesale_cart-count {
    background-color: var(--powder-blue);
    color: var(--secondry);
  }

  .wholesale_cart-header-left {
    grid-column-gap: 1rem;
    justify-content: space-between;
    width: auto;
  }

  .wholesale_cart-close-button {
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/63037928271cd86efe5526e5_Cloud%20(3).png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 2.5em;
    display: flex;
  }

  .wholesale_left-wrap {
    background-color: var(--powder-blue);
    flex-direction: row;
  }

  .wholesale_cart-form {
    background-color: var(--text-colour);
  }

  .wholesale_cart-header-text {
    color: var(--1-1-light-1);
  }

  .filter-group-content__exit {
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/63037928271cd86efe5526e5_Cloud%20(3).png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .filter-group-display__price-range {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 5%;
    display: flex;
  }

  .scene_social {
    justify-content: center;
  }

  .cart-mini-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .upsell-info {
    width: 100%;
  }

  .vote_list {
    grid-template-columns: 1fr 1fr;
  }

  .voting_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .voting_content, .voting_countdown-wrap {
    width: 100%;
  }

  .voting_countdown-top {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    color: var(--secondry);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .voting_countdown-bottom {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .voting_countdown-timer-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .voting_countdown-number {
    width: 3rem;
    min-width: 0;
    height: 3rem;
    min-height: 0;
    font-size: 1.2rem;
  }

  .voting_product-cards-list {
    grid-template-columns: 1fr 1fr;
  }

  .place-vote_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .place-vote_products-item {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding: .8rem;
  }

  .place-vote_product-title {
    width: 100%;
  }

  .place-vote_button {
    justify-content: space-between;
    width: 100%;
  }

  .contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .voting-leaderboard-paragraph {
    width: 100%;
  }

  .prev-winners_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .past-winners_component {
    padding-bottom: 3rem;
  }

  .bundle_steps {
    width: 100%;
    padding-right: 0%;
  }

  .bundle_products-list {
    grid-template-columns: 1fr 1fr;
  }

  .bundle_component {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0;
    transition: opacity .3s, transform .3s cubic-bezier(.785, .135, .15, .86);
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .style-embed {
    display: none;
    inset: 0% auto auto 0%;
  }

  .bundle_overflow {
    box-shadow: none;
    background-color: #f4e6b900;
    border-style: none;
    border-radius: 30px 30px 0 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .bundle_selected-products-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bundle_selected-products-wrap.is--minimised {
    display: none;
  }

  .bundle_selected-product {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--secondry);
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 0%;
    padding: .5rem;
  }

  .bundle_selected-product.is--sea {
    background-image: linear-gradient(to top, #193d67bf, #1ea6cfd6), url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/625054bcf3c9b8e5944fa6c0_Background%20Water.jpg");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 190% 200%;
  }

  .bundle_selected-product.is--product {
    width: 100%;
  }

  .bundle_selected-products-img-wrap {
    width: 45%;
  }

  .bundle_selected-product-remove {
    flex: none;
    inset: 4% auto auto 3%;
    transform: translate(-20%, -35%);
  }

  .bundle_prod-info {
    flex-direction: row;
    align-items: center;
  }

  .bundle_selected-atc-wrap {
    margin-top: 0;
  }

  .bundle_step-wrap {
    display: block;
    overflow: auto;
  }

  .bundle_step-wrap.is--checkout {
    border-top: 1px solid var(--dark-slate-grey);
    border-bottom: 1px none var(--secondry);
    background-color: var(--wheat);
    background-image: none;
    padding: .8rem 1rem;
    position: relative;
    overflow: visible;
  }

  .bundle_step-wrap.is--mobile-trigger {
    grid-column-gap: 1rem;
    border-bottom: 1px solid var(--secondry);
    color: var(--secondry);
    background-color: #d3e4e2;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    transition: background-color .3s;
    display: flex;
    overflow: visible;
  }

  .bundle_step-wrap.is--mobile-trigger.is--open {
    background-color: var(--wheat);
    background-color: var(--wheat);
  }

  .bundle_step-wrap.is--heading {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    border: 1px solid var(--dark-slate-grey);
    background-color: var(--wheat);
    border-radius: 50%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 6.4em;
    height: 6.4em;
    padding: 0;
    overflow: visible;
  }

  .bundle_step-wrap.is--steps {
    border-top: 1px none var(--dark-slate-grey);
    flex: 1;
    height: 100%;
    overflow: auto;
  }

  .cart-mini_prizes.is--bundle {
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .bundle_product-wrap {
    width: 100%;
    padding-right: 0%;
    display: none;
  }

  .voting_countdown-mobile {
    z-index: 10;
    width: 100%;
    margin-top: 2rem;
    display: block;
  }

  .bundle_treasure-popup, .bundle_treasure-popup.is--active, .bundle_treasure-popup.is--active {
    padding-right: 0%;
  }

  .bundle_treasure-popup-card {
    opacity: 0;
    width: 19em;
  }

  .bundle_treasure-popup-reveal {
    padding-top: 4.8em;
    padding-bottom: 4.8em;
  }

  .bundle_treasure-popup-reveal.clickable-off {
    grid-row-gap: 1em;
    grid-row-gap: 1em;
    inset: 0%;
    padding-bottom: 7em;
    inset: 0%;
  }

  .card-main_img {
    height: 15em;
  }

  .card-main_img-wrap {
    padding-top: 106%;
  }

  .pencil-img {
    bottom: -33%;
  }

  .paper-rip-img {
    margin-top: -6.7rem;
  }

  .countdown-component {
    background-image: linear-gradient(to bottom, var(--misty-rose) 82%, var(--background) 95%);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .scratch-component {
    justify-content: center;
    padding-top: 2rem;
    padding-right: 0%;
  }

  .scratch_wrap {
    flex-direction: column;
    width: 90dvw;
    height: 50dvw;
    padding: 1rem;
  }

  .scratch_right {
    align-items: center;
    padding: 0;
  }

  .scratch_card {
    width: 18rem;
    height: 22rem;
  }

  .scratch-container {
    max-width: none;
  }

  .final-treasure.is--active {
    padding-right: 0%;
  }

  .final-treasure_embed, .final-treasure_cards-popup {
    width: 100%;
  }

  .cards-popup_container {
    padding: 3.5rem;
  }

  .cards-popup_wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .cards-popup_cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cards-popup_card.is--1, .cards-popup_card.is--2, .cards-popup_card.is--1, .cards-popup_card.is--2 {
    min-height: 0;
  }

  .scratch_scene {
    width: 100%;
  }

  .opening-slide {
    padding-bottom: 7.5rem;
  }

  .owl-rive {
    width: 30rem;
    height: 15rem;
  }

  .dragon {
    bottom: -.3rem;
    left: 1rem;
  }

  .relative {
    align-items: center;
  }

  .bunny {
    bottom: 1.4rem;
    right: 5.9rem;
  }

  .home-collection-cloud-red {
    width: 30rem;
    height: 11rem;
    margin-left: -11.3em;
    margin-right: 1.7em;
  }

  .home-collection-cloud-grey {
    width: 26rem;
    height: 11rem;
  }

  .home-collection-cloud-blue {
    width: 17rem;
    height: 12rem;
  }

  .cart-mini_wrapper {
    height: 100%;
  }

  .cart-mini-top {
    flex-direction: column;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .bee-rive {
    margin-top: 2.1rem;
    margin-right: -.6rem;
  }

  .waves-wrap {
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }

  .bundle_character-welcome {
    margin-bottom: 3rem;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .bundle_character-wrap {
    width: 100%;
    position: static;
  }

  .bundle_product-type-banner {
    background-color: #ffd28d00;
    width: 90%;
  }

  .bundle_product-type_wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .bundle_product-bg {
    height: 100vh;
    position: absolute;
  }

  .bundle-indicator {
    z-index: 2;
    border: 1px solid var(--secondry);
    background-color: var(--wheat);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 1.8em;
    height: 1.8em;
    padding: .2em;
    font-size: .7rem;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    transform: translate(30%, -20%);
  }

  .bundle_view-map {
    display: none;
  }

  .bundle_view-map_icon {
    transform: rotate(83deg);
  }

  .bundle_steps_character.is--map {
    width: 2.3em;
    height: 2.3em;
  }

  .bundle_steps_character.is--map.is--active {
    box-shadow: 0 2px 0 3px var(--wheat);
    outline-offset: 2px;
    box-shadow: 0 2px 0 3px var(--wheat);
    outline-offset: 2px;
  }

  .bundle_steps_character.is--bundle-mobile {
    filter: none;
    background-color: #fcdf6300;
    border-style: none;
  }

  .bundle_steps_character-icon {
    border-radius: 0%;
  }

  .bundle_steps_title.is--map {
    display: none;
  }

  .bundle_steps_product {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .bundle_indicator-bar {
    flex: 0 auto;
    height: 100%;
  }

  .bundle_indicator-bar.is--map {
    inset: auto 0%;
    width: 100%;
    height: 1em;
    margin-top: -1em;
    margin-right: 0;
    display: block;
    inset: auto 0%;
  }

  .bundle_steps_product-wrap {
    background-color: var(--secondry);
  }

  .bundle_steps_product-wrap.is--active {
    background-color: var(--wheat);
    background-color: var(--wheat);
  }

  .bundle_indicator-thumb.is--map {
    transform: translate(-95%);
  }

  .bundle_map-wrap {
    border: 1px solid var(--dark-slate-grey);
    background-color: var(--wheat);
    opacity: 1;
    cursor: pointer;
    border-radius: 0 0 20px 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4.4em;
    margin-top: 0;
    padding: .5em 2em .3em;
    transition: transform .3s cubic-bezier(.77, 0, .175, 1), height .3s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s cubic-bezier(.68, -.55, .265, 1.55);
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
    transform: none;
  }

  .bundle_map-wrap.is--open {
    justify-content: flex-start;
    width: 100%;
    height: 40em;
    margin-top: 0;
    padding: 0;
    right: auto;
    transform: none;
  }

  .bundle_map-img {
    border: 1px solid var(--secondry);
    opacity: 0;
    border-radius: 0 0 20px 20px;
    height: 100%;
    display: none;
  }

  .bundle_map-img.clickable-off {
    opacity: 1;
  }

  .bundle_map-img.is--open {
    opacity: 1;
    object-fit: fill;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .bundle_popup-bg.is--open {
    display: block;
  }

  .bundle_map-spot-list {
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5em;
    padding-right: 0;
    display: flex;
  }

  .bundle_map-spot-item {
    position: relative;
  }

  .bundle_cart-trigger {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .bubdle_cart-trigger-icon {
    width: 2.8em;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .bundle_step-indicator {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto auto 0 0;
    padding: 0;
    display: flex;
  }

  .bundle_step-heading {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .bundle_map-mobile-trigger {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    border: 1px solid var(--dark-slate-grey);
    background-color: var(--background);
    text-align: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 15em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    display: flex;
    position: absolute;
    inset: 100% auto 0%;
  }

  .bundle_map-step-indicator {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .bundle_cart-steps {
    z-index: 6;
    background-color: var(--powder-blue);
    height: 0;
    transition: height .3s cubic-bezier(.785, .135, .15, .86);
    position: relative;
    overflow: hidden;
  }

  .bundle_cart-steps.is--open {
    flex-direction: column;
    justify-content: flex-end;
    height: 70dvh;
    padding-bottom: 0;
    display: flex;
  }

  .bundle_next-step {
    opacity: 0;
    width: 70%;
    height: auto;
    max-height: 60%;
    right: 0%;
    transform: translate(0%, 150%);
  }

  .bundle_next-step-item {
    border-radius: 30px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .bundle_next-step-img.clickable-off {
    width: 65%;
  }

  .bundle_prize-img {
    z-index: 2;
  }

  .bundle_cart-totals {
    background-color: var(--wheat);
    color: var(--secondry);
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .5em;
    display: flex;
  }

  .bundle_cart-total-wrap {
    flex-wrap: wrap;
    align-items: flex-end;
    display: flex;
  }

  .final-treasure_side-img, .scratch_side-img {
    display: none;
  }

  .bundle_steps_change {
    top: -22%;
    right: 2%;
  }

  .cards-popup_prod-img {
    height: 15em;
  }

  .cards-popup_price {
    align-items: flex-end;
  }

  .bundle_intro-slides.is--intro {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bundle_intro-content {
    width: 100%;
  }

  .bundle_intro-button-wrap {
    width: 100%;
    display: flex;
  }

  .bundle_steps_product-info {
    width: auto;
  }

  .bundle_intro {
    padding: 0;
  }

  .bundle_intro.is--active {
    flex-direction: row;
  }

  .bundle_intro-map-wrap {
    border-radius: 0;
  }

  .bundle_intro-map {
    border-radius: 0;
    width: 88%;
    height: 84%;
    margin-top: -3.86em;
    margin-bottom: -3.86em;
    box-shadow: 0 5px 14px 20px #fcdf637a;
  }

  .bundle_intro-map.is--closed {
    flex: none;
    height: 84%;
    margin-left: -3.8em;
    margin-right: -3.8em;
  }

  .bundle_scroll {
    border-radius: 0;
    flex-direction: row;
  }

  .bundle_scroll-img {
    z-index: 5;
    flex: none;
    height: 100%;
  }

  .bundle_map-covering {
    opacity: 1;
  }

  .bundle_cart-count {
    border: 1px solid var(--text-colour);
    background-color: #f5e5b9e6;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0 -6px auto auto;
  }

  .atb-scratch-wrap {
    width: auto;
  }

  .bundle_sea-btn-wrap {
    opacity: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, 1em);
  }

  .scratch {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .bundle_steps-cms-wrap {
    flex: none;
  }

  .bundle_treasure-card-wrap {
    z-index: 3;
    position: relative;
  }

  .bundle_treasure-text {
    width: 90%;
  }

  .bundle_prize-glow {
    transform: scale(1.4);
  }

  .bundle_prize-overlay {
    transition: opacity .3s;
  }

  .bundle_prize-overlay.is--closed {
    opacity: 0;
    opacity: 0;
  }

  .bundle_cloud {
    z-index: -1;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 8.5em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: auto 0% -1em;
  }

  .bundle_cloud.is--desktop, .bundle_cloud.is--bottom, .bundle_cloud.is--desktop, .bundle_cloud.is--bottom {
    display: none;
  }

  .bundle_footer {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5em;
    padding-left: 4.5em;
    padding-right: 3em;
    display: flex;
    position: relative;
  }

  .bundle_heading {
    display: none;
  }

  .bundle_header-mobile {
    display: block;
  }

  .bundle_guide-text-container {
    width: 100%;
  }

  .collection_product-bg {
    height: 100vh;
    position: fixed;
  }

  .winner_progress {
    flex-direction: row;
    width: 100%;
    padding: 1.6em;
  }

  .winner_progress-list {
    width: 70%;
  }

  .winner_progress-item {
    width: 46%;
  }

  .winner_winner-item {
    width: 26%;
  }

  .locator__container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .locator__component {
    padding: 0%;
  }

  .locator__clouds {
    display: none;
  }

  .locator__list__component {
    z-index: 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .locator__map-wrap {
    width: 100%;
    height: 80dvh;
    margin-bottom: -1rem;
    position: static;
  }

  .map {
    width: 100%;
  }

  .indicator__scroll-img-top, .indicator__scroll-img-bottom {
    display: none;
  }

  .locator__padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cart-line-item {
    margin-bottom: .5rem;
  }

  .cart-mini__prizes {
    border-radius: 10px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: hidden;
  }

  .cart-mini__prize-left {
    text-align: left;
    width: 70%;
    font-size: .8rem;
  }

  .cart-mini__prize-right {
    width: 25%;
  }

  .wishlist-header {
    justify-content: flex-end;
  }

  .wishlist-products-wrap {
    flex-flow: column;
  }

  .wishlist-products-products {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .wishlist-products-add-all-products {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.25em;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button.explore {
    padding-left: 1.65em;
    padding-right: 1.65em;
  }

  .button.process {
    margin-top: 2em;
    top: auto;
  }

  .button.atc {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
  }

  .button.under-water {
    width: 60%;
    bottom: -7.1em;
  }

  .button.quick-atc_button.tooltip:hover {
    transform: none;
  }

  .h3-heading-medium {
    font-size: 1.75em;
    display: block;
  }

  .h2-heading-large {
    font-size: 2.23em;
  }

  .text-size-xlarge {
    font-size: 1.428em;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .text-size-large {
    font-size: 1.3em;
  }

  .h1-heading-xlarge {
    font-size: 2.3em;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .container-large {
    max-width: 100%;
  }

  .page-padding, .page-padding.z-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-padding.z-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-padding.mobile-ignore {
    padding-top: 2em;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-medium-negative {
    margin: -1.25rem;
  }

  .margin-large-negative {
    margin: -1.5rem;
  }

  .margin-xlarge-negative {
    margin: -2rem;
  }

  .margin-xxlarge-negative {
    margin: -3rem;
  }

  .margin-huge-negative {
    margin: -3.5rem;
  }

  .margin-xhuge-negative {
    margin: -4rem;
  }

  .margin-xxhuge-negative {
    margin: -4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small.collection-description, .margin-top.margin-small.hide-mobile, .margin-top.margin-small.collection-description, .margin-top.margin-small.hide-mobile, .margin-top.margin-small.collection-description, .margin-top.margin-small.hide-mobile {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .h4-heading-small {
    font-size: 1.25em;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .heading-display-large {
    font-size: 2.5em;
  }

  .heading-display-xlarge {
    font-size: 3em;
  }

  .section-product-buy {
    padding-top: 0;
  }

  .product-buy_top-row.z-2 {
    display: none;
  }

  .product-buy_middle-row.z-2 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
  }

  .product-buy_slider-wrap {
    height: 60vh;
    margin-top: 0;
  }

  .slider-slide {
    opacity: 1;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transition-property: none;
    transform: none;
  }

  .slider-slide.active {
    width: 100%;
  }

  .tags-wrapper {
    text-align: left;
  }

  .tags-wrapper.related {
    width: 51%;
    margin-top: -1.34em;
    margin-left: -1.28em;
    inset: 0% auto auto 0%;
  }

  .tags-wrapper.product-page {
    margin-top: 0;
  }

  .tag-wrap-inline {
    margin-left: 0;
    margin-right: .4rem;
  }

  .product-buy_bottom-row.z-2 {
    margin-top: 1rem;
  }

  .atc-default {
    text-align: left;
    flex-direction: column-reverse;
  }

  .atc-variant-list {
    width: 100%;
  }

  .atc-wrapper {
    text-align: left;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .atc-price {
    justify-content: flex-start;
  }

  .section-side-images.clickable-off {
    display: none;
  }

  .section-product-info {
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .product-info_faq-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .product-info_faq-wrap.margin-top.margin-xxlarge, .product-info_faq-wrap.margin-top.margin-medium, .product-info_faq-wrap.margin-top.margin-large, .product-info_faq-wrap.margin-top.margin-xxlarge, .product-info_faq-wrap.margin-top.margin-medium, .product-info_faq-wrap.margin-top.margin-large, .product-info_faq-wrap.margin-top.margin-xxlarge, .product-info_faq-wrap.margin-top.margin-medium, .product-info_faq-wrap.margin-top.margin-large {
    width: 100%;
  }

  .faq-block.margin-bottom.margin-small {
    font-size: .8rem;
  }

  .section-product-usp {
    border-top: 1px solid var(--dark-slate-grey);
    border-bottom: 1px solid var(--dark-slate-grey);
    background-color: var(--powder-blue);
    display: block;
    overflow: hidden;
  }

  .reviews-wrapper {
    flex-direction: column-reverse;
  }

  .reviews_left {
    width: 100%;
  }

  .review-lottie {
    display: flex;
    position: static;
  }

  .review-lottie.is-2 {
    display: none;
  }

  .reviews_right {
    width: 100%;
  }

  .section-the-process {
    padding-top: 0;
    padding-bottom: 5em;
  }

  .the-process-wrap.z-2 {
    flex-direction: column;
  }

  .the-process_middle {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .process_video-wrap {
    opacity: 1;
    width: 20em;
    height: 20em;
    margin-left: 0;
  }

  .product-block.z-2 {
    height: auto;
    transform: none;
  }

  .product-block.z-2:hover {
    transform: none;
  }

  .section-influencers {
    margin-bottom: 0;
  }

  .influencers-bottom-row {
    width: 100%;
  }

  .influencers-slider {
    height: 38.5em;
    padding-right: 1em;
  }

  .influencers-list {
    grid-column-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-right: 1.3em;
  }

  .influencer-block {
    width: 45%;
  }

  .influencers-img {
    height: 100%;
  }

  .baloon {
    width: 100%;
    padding-top: 0%;
  }

  .slide-arrow.arrow-prev.is--prod {
    display: flex;
    inset: auto 0% 0% auto;
  }

  .slide-arrow.arrow-prev.featured-products {
    margin-top: -35%;
    margin-left: 1.5em;
    margin-right: 0;
  }

  .slide-arrow.arrow-prev.is--product {
    background-size: 95% 100%;
    width: 5em;
    height: 4em;
    margin-right: 4.3rem;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .slide-arrow.arrow-prev.is--product:hover {
    transform: none;
  }

  .slide-arrow.arrow-next.is--product {
    background-size: 95% 100%;
    width: 5em;
    height: 4em;
    margin-top: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    top: 0%;
    right: 0%;
  }

  .slide-arrow.arrow-next.is--product:hover {
    transform: none;
  }

  .slide-arrow.arrow-next.featured-products {
    margin-top: -35%;
    margin-right: 1.5em;
  }

  .slide-arrow.arrow-next.explore {
    margin-right: 1.5em;
  }

  .slide-arrow.arrow-prev.is--prod {
    width: 4.2em;
    height: 100%;
    top: 0%;
    right: 0%;
  }

  .slide-arrow.arrow-prev.featured-products {
    margin-top: -35%;
    margin-right: 1.5em;
  }

  .slide-arrow.arrow-prev.explore {
    margin-right: 1.5em;
  }

  .influencer-slider_arrows-wrap {
    grid-row-gap: 1em;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    inset: auto 0% 0% auto;
  }

  .influencers-top-row {
    text-align: left;
    width: 100%;
    margin-top: 3em;
  }

  .floating-cloud {
    width: 16em;
    margin-bottom: -2.3em;
    margin-right: .5em;
  }

  .flying-cloud-2 {
    margin-bottom: 13.9em;
    display: none;
    bottom: -20%;
  }

  .footer-slider-slide {
    width: 48%;
    height: 210px;
  }

  .footer-bottom.margin-top.margin-xhuge {
    flex-direction: column;
  }

  .footer-bottom_left-menu {
    width: 100%;
    margin-bottom: 4em;
  }

  .eagle-lottie {
    margin-top: -6.3em;
  }

  .atc-quantity-buy-button {
    grid-row-gap: 1.2em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .navigation {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .nav-logo-link.w--current {
    width: 40%;
  }

  .product-usp_rainbow-shape {
    height: 11em;
    display: none;
  }

  .product-usp-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .usp-block {
    justify-content: flex-start;
    width: 25%;
    min-width: 0;
    max-width: none;
    margin-right: 0%;
  }

  .usp-img {
    margin-right: .5em;
  }

  .inline.float-left {
    clear: left;
    clear: left;
  }

  .usp-embed {
    display: none;
  }

  .parrot-lottie {
    margin-top: -.5em;
    inset: 0% 0% auto auto;
  }

  .collection-list-wrapper {
    padding-bottom: 7.5em;
  }

  .left-column_left {
    width: 45%;
  }

  .collection-bee-lottie {
    left: 15.5em;
  }

  .butterfly-lottie {
    bottom: 15.9em;
    right: 14.8em;
  }

  .footer-leaf-lottie {
    top: .1em;
  }

  .footer-leaf-lottie.is--2 {
    top: 5.9em;
    right: 9%;
  }

  .footer-leaf-lottie.is--3 {
    display: none;
    top: 63%;
    right: 25%;
  }

  .collection-link-block {
    width: 80%;
  }

  .section-about {
    z-index: 3;
    height: auto;
    min-height: 0;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
    position: relative;
    overflow: visible;
  }

  .home-collections-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .home-collections-middle {
    width: 100%;
    margin-bottom: 2em;
  }

  .home-collections-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .home-collections-bottom {
    margin-top: 3em;
    position: relative;
  }

  .home-collection-block {
    width: 11em;
    height: 11em;
  }

  .home-collection-clouds {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-featured-products {
    margin-bottom: -9.2em;
  }

  .featured-products_top-row {
    padding-top: 0;
  }

  .top-row_content {
    width: 90%;
  }

  .middle-row__left {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .middle-row__right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-home-reviews {
    margin-top: 0;
  }

  .left-rock {
    width: 40%;
    height: 97em;
  }

  .right-rock {
    height: 74em;
  }

  .sea-top {
    align-items: flex-end;
    min-height: 25em;
    margin-bottom: 0;
    display: flex;
  }

  .whale-lottie {
    margin-top: -5.4em;
  }

  .sea-reviews {
    height: auto;
    min-height: 44em;
    max-height: 80vh;
    margin-top: 7.49em;
  }

  .sea-reviews_review-img-wrap {
    width: 50%;
  }

  .sea-reviews_review-content {
    text-align: center;
    align-items: center;
    width: 95%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .review-stars {
    margin-bottom: 1em;
  }

  .fish {
    bottom: 23.7rem;
    left: .45em;
  }

  .fish.is--3 {
    bottom: 27.5em;
    right: 3em;
  }

  .crab-lottie {
    width: 21.5em;
    margin-bottom: 14.6em;
  }

  .purple-weed-lottie {
    display: none;
  }

  .star-fish {
    margin-bottom: 9.2em;
    margin-right: 3.2em;
  }

  .newsletter_top-row {
    text-align: left;
    width: 75%;
    margin-left: 0;
  }

  .section-hero {
    height: auto;
  }

  .sections-wrap {
    height: auto;
    display: block;
    position: static;
  }

  .sea-reviews_slide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 3em;
    padding-left: 4.77em;
    padding-right: 4.77em;
  }

  .sea-bottom {
    height: 93em;
  }

  .bee-trail-newsletter {
    width: 90%;
    height: 110%;
    display: none;
  }

  .bee-trail-newsletter.article {
    margin-left: 0;
  }

  .product-cloud-img.newsletter-img {
    width: 27em;
    height: 33em;
    margin-top: -9.77em;
    margin-right: -10.52em;
  }

  .product-cloud-img.newsletter-img.is--2 {
    width: 23em;
    margin-bottom: -10.7em;
    margin-left: -1.34em;
  }

  .home-collection-cloud-img.is--1 {
    margin-bottom: 39.5em;
    margin-left: -6.41em;
  }

  .treasure-chest_image {
    width: 15em;
    margin-bottom: 2.53em;
  }

  .rock-under-water {
    width: 12em;
    margin-bottom: 7.5em;
    margin-left: -2.21em;
  }

  .explore-collections-wrapper {
    height: 85vh;
  }

  .explore_collections-container.page-padding {
    padding-bottom: 4.7em;
  }

  .explore-c_left {
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 0;
    display: none;
  }

  .explore-c_right {
    width: 100%;
    margin-top: 0;
  }

  .explore-c-block {
    justify-content: flex-end;
    padding-bottom: 2em;
  }

  .explore-c_slide {
    width: 100%;
  }

  .explore-c-img {
    object-fit: contain;
    border-radius: 0;
    height: 21em;
  }

  .explore-cloud.clickable-off {
    height: 100%;
  }

  .sea-bubble {
    object-fit: cover;
    border-radius: 1000px 960px 600px 500px;
    width: 95%;
  }

  .explore-exit {
    margin-right: 1.5em;
  }

  .explore-ui_cloud-img.clickable-off {
    object-fit: cover;
    object-fit: cover;
  }

  .explore-opening-wrap {
    width: 100%;
  }

  .section-video {
    height: auto;
  }

  .video_canvas {
    background-image: linear-gradient(#1818186b, #1818186b), radial-gradient(circle, #01373c00, #01373c78), url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/623f049b71fa70905e8ed11d_Star%202.gif");
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, auto;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-top: 6em;
    padding-bottom: 6em;
    display: block;
    overflow: hidden;
  }

  .video-content {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    width: 100%;
    height: auto;
    display: none;
  }

  .video-row {
    grid-row-gap: 5em;
    width: 100%;
    margin-bottom: 5em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
  }

  .video-row.is--2, .video-row.is--3 {
    width: 100%;
  }

  .video-row.is--1 {
    grid-row-gap: 5em;
    width: 100%;
  }

  .video-row.is--2, .video-row.is--3 {
    width: 100%;
  }

  .video-embed {
    height: 35em;
    position: relative;
  }

  .video-cloud-outline {
    opacity: .08;
  }

  .video_popup {
    grid-column-gap: 0em;
    grid-row-gap: 5em;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .video-exit {
    margin-right: 1.5em;
    display: none;
  }

  .video-full-play {
    padding-top: 0%;
  }

  .video-embed-popup {
    z-index: 1;
  }

  .video_popup-cloud {
    display: none;
  }

  .video-block {
    overflow: hidden;
  }

  .video-block:hover {
    transform: none;
  }

  .video-info {
    opacity: 1;
    color: #fff;
    padding: 3em 2em;
    position: relative;
  }

  .video-flying-pig-lottie {
    z-index: 1;
    margin-top: 290px;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
    inset: 0% auto auto 0%;
  }

  .middle-row__left-wrap {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-about-wrapper {
    width: 100%;
  }

  .about-heading {
    font-size: 2.5em;
  }

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

  .collection_top-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-link.article {
    width: 70%;
  }

  .section-process-top {
    background-image: linear-gradient(#91deff, #72d0f8 92%, #193966 96%, #234c85);
    padding-top: 4em;
  }

  .process-top_heading {
    width: 80%;
  }

  .ice-wrap {
    margin-top: 0;
  }

  .ice-1 {
    margin-left: -14.54em;
  }

  .sun-wrap {
    width: 15em;
    height: 15em;
    margin-top: -.85em;
    margin-right: -5em;
  }

  .process-list {
    grid-column-gap: 0em;
    grid-row-gap: 5em;
    flex-direction: column;
    width: 100%;
  }

  .process-slide {
    width: 100%;
    height: 35em;
  }

  .right-sky {
    margin-top: 14em;
  }

  .left-sky {
    margin-top: 4.3em;
  }

  .process-middle-wrap {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .process-middle_left {
    width: 100%;
    margin-top: 2em;
  }

  .process-middle_right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ice-middle-1 {
    width: 12em;
  }

  .ice-middle-2 {
    width: 11em;
  }

  .wave {
    margin-top: -6.02em;
    margin-left: 6.07em;
  }

  .ice-top {
    top: -6.54em;
  }

  .process_bottom_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .ice-icons_right {
    width: 100%;
    margin-top: 1em;
  }

  .process_bottom_middle {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
  }

  .fuzz-background.clickable-off {
    opacity: .04;
    opacity: .04;
  }

  .ice-wrapper {
    height: auto;
  }

  .ice-left {
    padding-bottom: 7.6em;
  }

  .ice-right-top {
    margin-top: 2.61em;
  }

  .ice-right-bottom {
    margin-bottom: -4.29em;
  }

  .ice-video-wrap {
    width: 90%;
    height: auto;
    padding-top: 23em;
  }

  .ice-passage-wrap {
    display: none;
  }

  .atc-title {
    width: 100%;
    display: block;
  }

  .process-content.margin-top.margin-medium {
    opacity: 1;
    opacity: 1;
    opacity: 1;
    align-items: flex-start;
  }

  .process-ice-left {
    margin-top: 1rem;
    margin-left: 0;
    position: static;
    transform: translate(0);
  }

  .process-ice-right {
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .process-ice-bg-wrap {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 4em;
    padding-bottom: 0;
  }

  .process-ice-break {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
  }

  .section-draw-popup {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .draw-img {
    display: none;
  }

  .draw-img-mobile {
    display: block;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-ymal {
    grid-column-gap: 0rem;
    grid-row-gap: 2em;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout1_content, .related-slide, .related-slider-wrap, .related-left {
    width: 100%;
  }

  .related-buttons-wrap {
    display: none;
  }

  .featured-products_slide {
    width: 70%;
  }

  .about-background-img {
    object-fit: cover;
  }

  .about-space-wrap {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    overflow: visible;
  }

  .about-space_left {
    text-align: center;
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-space_content {
    margin-bottom: 0;
  }

  .about-space_planets {
    padding-left: 0;
    position: static;
  }

  .space_planets {
    grid-column-gap: 0px;
    grid-row-gap: 3.75em;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
    position: static;
  }

  .planet_our-team {
    flex: none;
    width: 9em;
    height: 9em;
    margin-top: 0;
    margin-left: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .planet-img:hover {
    opacity: 1;
  }

  .back-planet-img.is--1, .back-planet-img.is--3, .back-planet-img.is--2, .back-planet-img.is--1, .back-planet-img.is--3, .back-planet-img.is--2 {
    display: none;
  }

  .planet_process {
    opacity: 1;
    flex: none;
    width: 8em;
    height: 8em;
    margin-top: 0%;
    margin-bottom: 1.5em;
    margin-right: 2.3em;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .planet_reviews {
    z-index: 3;
    flex: none;
    width: 90%;
    height: 90%;
    margin: 0 auto 2em;
    padding-top: 90%;
    display: block;
    position: relative;
  }

  .planet-fireball {
    margin-top: -2.2em;
    margin-left: 12%;
    display: none;
    inset: 0% auto auto 0%;
  }

  .planet-label.is--3, .planet-label.is--1 {
    display: none;
  }

  .planet-label.is--2 {
    margin-top: -1.5em;
    display: none;
  }

  .planet-label.is--3, .planet-label.is--1 {
    display: none;
  }

  .product-info-wrap {
    text-align: left;
    max-width: none;
  }

  .product-buy_pagination {
    justify-content: center;
    align-items: center;
    height: 3em;
    margin-bottom: 2em;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .product-buy_pagination.clickable-off {
    justify-content: flex-start;
    width: 60%;
    height: 2em;
    margin-bottom: 1em;
    padding-left: 1.5rem;
    display: block;
  }

  .pagination-bullet {
    background-color: var(--wheat);
    flex: none;
    margin-right: .5em;
    padding: 1em;
  }

  .floating-tabs {
    z-index: 1000;
    grid-column-gap: 2em;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 4rem;
    display: flex;
    position: fixed;
    bottom: 0;
  }

  .menu-btn {
    border-top-right-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 100%;
    transition-property: none;
    display: flex;
  }

  .menu-btn.is--active {
    background-color: var(--secondry);
    color: #fff;
    background-color: var(--secondry);
  }

  .cart-tab {
    border-top-left-radius: 20px;
    width: 35%;
  }

  .cart-button-mobile {
    color: var(--text-colour);
    background-color: #3898ec00;
    justify-content: center;
    height: 100%;
    padding: 0 1em;
  }

  .cart-mobile_icon-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .cart-icon {
    width: 2em;
    height: 1.6em;
    margin-bottom: .2rem;
    margin-right: 0;
  }

  .cart-mobile-quantity {
    color: var(--text-colour);
    min-width: 1.25em;
    height: 1.25em;
    margin-left: 0;
    margin-right: -1.74em;
    padding-left: .42em;
    padding-right: .42em;
    font-size: .875rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .tab {
    flex-direction: column;
    justify-content: center;
  }

  .tabs-wrap {
    z-index: 3;
    border-top: 1px solid var(--text-colour);
    background-color: var(--background);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
  }

  .tab-inner {
    grid-column-gap: 1.39em;
    grid-row-gap: 1.39em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .tab-bg.is--active {
    opacity: 1;
    opacity: 1;
    height: 100vh;
  }

  .shop-type_link {
    background-color: #bbe2e1;
    border: 1px solid #01373c80;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 6em;
    padding-left: 1em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .shop-block {
    opacity: 1;
  }

  .shop-type_img {
    object-fit: cover;
    width: 40%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .cart-mini-wrapper {
    background-color: #01373c80;
  }

  .cart-mini-container {
    border-radius: 20px;
  }

  .search-results-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .login-wrap {
    text-align: left;
    width: 100%;
  }

  .login-form {
    width: 100%;
  }

  .login-submit {
    text-align: left;
  }

  .register-wrap {
    text-align: left;
    width: 100%;
  }

  .register-form, .reset-form {
    width: 100%;
  }

  .reset-wrap, .recover-wrap {
    text-align: left;
    width: 100%;
  }

  .recover-form {
    width: 100%;
  }

  .account-page {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .account, .contact-us-wrap {
    text-align: left;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .hero_reviews_content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .read-more {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post_wrap.article {
    align-items: flex-start;
  }

  .cart-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 95dvh;
    margin-top: 0;
  }

  .explore-c-info_list {
    height: 100%;
  }

  .explore_c-info_item {
    flex-direction: column;
    justify-content: flex-end;
    height: 70vh;
    display: flex;
    overflow: auto;
  }

  .explore-c-info_img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .explore-c-info_img.hide-mobile {
    display: none;
  }

  .ratio-img {
    border-radius: 30px;
    width: 70%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 65%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .ratio-img.hide-mobile {
    display: none;
  }

  .explore-c.is--active {
    justify-content: center;
  }

  .space-rock {
    z-index: 4;
    opacity: 1;
    margin: 0 auto -5.45em 12.99em;
    display: block;
    inset: auto auto 0%;
  }

  .planet-venus {
    z-index: 3;
    opacity: 1;
    width: 8.5em;
    height: 7.5em;
    margin: 0 0 .97em 1.7em;
    inset: auto auto 0% 0%;
  }

  .faq-link-wrap {
    text-align: left;
  }

  .sea-heading-wrap {
    display: none;
  }

  .swiper-zoom-container, .product-image {
    border-radius: 0;
  }

  .slide-zoom {
    margin-top: 3.5em;
    margin-right: 1.5rem;
    display: none;
  }

  .zoom-icon {
    display: block;
  }

  .text-size-xxsmall.text-font-name-2.zoom-text {
    color: var(--secondry);
  }

  .double-tap-lottie {
    flex: none;
    width: 3em;
    height: 3em;
    margin-bottom: .2em;
    display: block;
    transform: scale(1.1);
  }

  .double-tap-zoom {
    z-index: 2;
    color: #fff;
    text-align: center;
    background-color: #055b63bf;
    border: 1px solid #fff;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 8em;
    margin: 3.5em 1rem auto auto;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .cart-mini_list {
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cart-mini-footer {
    padding-left: 1.5rem;
    padding-right: 1.5em;
  }

  .cart-mini_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .planet-label_info, .planet-label_info.is--3, .planet-label_info.is--2, .planet-label_info.is--3, .planet-label_info.is--2 {
    display: none;
  }

  .atc-trust {
    justify-content: flex-start;
    margin-top: .7rem;
    margin-left: 0;
  }

  .hot-air-base {
    margin-left: .9em;
  }

  .influencers-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .account_right {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .my-addresses {
    grid-template-columns: 1fr;
  }

  .my-addresses.is--active {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .addresses_block.add {
    min-height: 9em;
  }

  .contact-head_content {
    width: 60%;
  }

  .related-pages {
    width: 100%;
  }

  .related-pages_block.z-2 {
    width: 100%;
    height: auto;
    transform: none;
  }

  .related-pages_block.z-2:hover {
    transform: none;
  }

  .planet_our-team-wrap {
    flex: none;
    position: relative;
  }

  .planet_process_wrap {
    border-radius: 100%;
    flex: none;
    position: relative;
  }

  .planet_reviews_wrap {
    flex: none;
    margin-right: 0;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .quick-atc {
    margin-top: auto;
    inset: auto 0% 0% auto;
  }

  .product-block_arrow {
    background-position: 50%;
  }

  .prod-block_pagination {
    width: 76%;
  }

  .atc-page {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .pagination-wf {
    margin-top: 2.5em;
  }

  .addresses-page {
    padding-top: 3em;
  }

  .address-new_form-wrap {
    flex-direction: column;
    grid-template-columns: 2.25fr;
    display: flex;
  }

  .address-edit_wrap {
    margin-top: 4em;
  }

  .default-address {
    margin-right: auto;
  }

  .video-full-play_block {
    opacity: 1;
    position: relative;
  }

  .video-full-play_text {
    color: #fff;
    display: block;
  }

  .video-full-play_relative {
    grid-row-gap: 4em;
    width: 90%;
    height: 100%;
  }

  .collection-block {
    width: 80%;
  }

  .blog68_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog68_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .variants-list {
    justify-content: flex-start;
  }

  .cart-page_right {
    padding-left: 2em;
    padding-right: 2em;
  }

  .low-quantity-message.tooltip {
    margin-top: -1.79em;
    margin-right: -.5em;
  }

  .atc-button-wrap {
    flex: 1;
  }

  .row.infinite-item {
    flex-direction: column;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .gallery-item.left {
    width: 100%;
  }

  .infinite-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .atc-error {
    margin-left: 0;
  }

  .out-of-stock-wrap {
    text-align: center;
    width: 100%;
  }

  .success-message, .gallery_right {
    width: 100%;
  }

  .gallery-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  .atc-price_wrap {
    justify-content: flex-start;
  }

  .about-mobile-cloud {
    z-index: 2;
    background-image: linear-gradient(to top, #0b111d00 50%, #fffffff2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 4em;
    display: block;
    position: relative;
  }

  .about-mobile-cloud-img {
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .about-overlay {
    z-index: 2;
    background-image: linear-gradient(#0b112100 60%, #10152a73 87%, #11162c 95%);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .about-overlay.clickable-off {
    background-image: linear-gradient(#0b112100 60%, #10152a73 87%, #11162c 95%);
    display: block;
  }

  .collections-overlay {
    z-index: 2;
    background-image: linear-gradient(#0b112100 60%, #10152a73 87%, #11162c 95%);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .collections-overlay.clickable-off {
    background-image: linear-gradient(to top, #0b112100 68%, #10152a73 95%, #11162c);
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .nav-search_input::placeholder {
    font-size: .6rem;
  }

  .about-space_button {
    text-align: center;
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .planet-img-mobile {
    display: block;
  }

  .planet-img-mobile:hover {
    opacity: 1;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .filter-group-wrap {
    width: 105%;
  }

  .filter-group-display__submit {
    margin-bottom: 23%;
  }

  .scene_usp-block {
    justify-content: flex-start;
    width: 25%;
    min-width: 0;
    max-width: none;
    margin-right: 0%;
  }

  .scene_usp-img {
    margin-right: .5em;
  }

  .scene_slider {
    width: 109%;
    margin-right: -4%;
  }

  .scene_slide-img {
    display: none;
  }

  .scene_slide-img.is--mobile {
    display: block;
  }

  .scene_bottom-img.is--2 {
    transform: translate(.5em);
  }

  .scene_bottom-img.is--3 {
    transform: translate(-.4em);
  }

  .vote {
    padding-top: 2em;
  }

  .vote_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .voting_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray:hover {
    background-color: #fff;
  }

  .voting_countdown-top {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    justify-content: center;
  }

  .voting_product-cards-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .place-vote_component, .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .voting_header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .prev-winners {
    padding-top: 6rem;
  }

  .prev-winners_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bundle_overflow {
    box-shadow: none;
  }

  .bundle_step-wrap.is--heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pencil-img {
    bottom: -27%;
  }

  .pencil-pot-img {
    width: 7rem;
  }

  .countdown-component, .scratch-component {
    padding-bottom: 0;
  }

  .scratch_wrap {
    flex-flow: column;
    height: auto;
    padding: 0;
  }

  .scratch_left {
    width: 100%;
    padding: 1rem 1.1rem;
  }

  .scratch_right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scratch_card {
    border-style: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    height: 16em;
  }

  .sratch_canvas {
    display: block;
  }

  .cards-popup_container {
    padding: 1.5rem;
  }

  .cards-popup_cards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
  }

  .owl-rive {
    width: 80%;
    height: 12rem;
  }

  .bunny {
    right: 2rem;
  }

  .bee-rive {
    margin-top: 2.7rem;
    margin-right: 0;
  }

  .eagle-wrap {
    transform: scale(.6);
  }

  .empty-animation {
    position: static;
  }

  .empty-animation.is-2 {
    display: none;
  }

  .bundle_character-welcome {
    flex-direction: column;
    display: flex;
  }

  .bundle_character-wrap {
    width: 100%;
    position: static;
  }

  .bundle_product-type-banner {
    color: #fff;
    width: 100%;
  }

  .bundle_product-type_wrap {
    justify-content: center;
  }

  .bundle_character-img {
    transform: none;
  }

  .bundle_product-type_button {
    color: var(--secondry);
  }

  .bundle_map-img.is--open {
    opacity: 1;
    opacity: 1;
  }

  .bundle_next-btn-txt {
    font-size: .9em;
  }

  .cards-popup_prod-img {
    height: 12em;
  }

  .bundle_intro-slide-img {
    display: block;
  }

  .bundle_sea-btn-wrap {
    width: 90%;
  }

  .bundle_footer {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .winner_progress-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .winner_winner-item {
    flex: none;
  }

  .cart-mini__prizes {
    padding: 1.5em 1.5rem;
  }

  .wishlist-products-products {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    margin-bottom: 8em;
  }

  .button {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.is-form-submit {
    padding-left: .25em;
    padding-right: .25em;
    font-size: 1.2em;
  }

  .button.is-form-submit.is--login {
    width: 100%;
  }

  .button.small {
    width: 100%;
    padding: 1em .5em;
  }

  .button.explore {
    padding-left: 1.05em;
    padding-right: 1.05em;
  }

  .button.full {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .button.under-water {
    z-index: 6;
    width: 90%;
    font-size: 1.3em;
    bottom: -6em;
  }

  .button.quick-atc_button {
    width: 100%;
  }

  .button.quick-atc_button.tooltip {
    color: var(--secondry);
    background-image: none;
    width: 100%;
    height: 3.8em;
    font-family: P22Mackinac, Georgia, sans-serif;
    font-weight: 700;
  }

  .button.cart-checkout {
    font-size: 1.4em;
  }

  .button.view-product {
    height: 3.5em;
  }

  .button.is--bundle {
    padding-top: .85em;
    padding-bottom: .85em;
    font-size: 1.2em;
  }

  .button.is--start {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 1.2em;
  }

  .button.is--start.is--checkout {
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .button.is--next {
    padding-left: .5em;
    padding-right: .5em;
  }

  .button.is--atb {
    padding-left: .55em;
    padding-right: .55em;
  }

  .h3-heading-medium {
    line-height: 1.5;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .form-input.newsletter {
    border-radius: 10px 10px 0 0;
    width: 100%;
    min-height: 5em;
  }

  .form-input.newsletter.article {
    border-bottom-style: none;
    border-top-right-radius: 10px;
  }

  .text-size-xsmall.savings {
    text-align: center;
    flex: none;
  }

  .text-size-xsmall.bundle_map-step-indicator {
    font-size: .6em;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding.mobile-ignore {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .main-wrapper.overflow-hidden {
    overflow: visible;
  }

  .container-medium {
    max-width: 90vw;
  }

  .button-secondary.newsletter {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-medium.flex-middle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .padding-vertical.padding-medium.mobile-ignore {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.padding-xxxhuge {
    padding-top: 10.5em;
    padding-bottom: 10.5em;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .product-buy_top-row.z-2 {
    display: none;
  }

  .product-buy_slider-wrap {
    margin-top: 0;
  }

  .slider-slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-slide.active {
    width: 100%;
  }

  .tags-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: .2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tags-wrapper.related {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    opacity: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 40%;
    margin-top: .56em;
    margin-left: 0;
    padding-left: 0;
    padding-right: .3em;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .tags-wrapper.product-page {
    width: auto;
  }

  .tag {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .tag.best-seller {
    justify-content: center;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .tag-wrap-inline {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: .4rem;
  }

  .product-buy_bottom-row.z-2 {
    margin-top: 1rem;
  }

  .atc-quantity {
    font-size: .875rem;
  }

  .atc-quantity.min-cart, .atc-quantity.wholesale_cart-quantity, .atc-quantity.min-cart, .atc-quantity.wholesale_cart-quantity {
    flex: 1;
  }

  .atc-quantity-wrap.margin-right.margin-small {
    margin-bottom: .5rem;
  }

  .atc-quantity-button.increase.cart-mini, .atc-quantity-button.increase.wholesale_cart-mini {
    flex: 1;
  }

  .atc-quantity-button.decrease.cart-mini, .atc-quantity-button.decrease.wholesale_cart-mini {
    flex: 1;
  }

  .atc-quantity-button.increase {
    font-size: .875rem;
  }

  .atc-quantity-button.increase.cart-mini, .atc-quantity-button.increase.wholesale_cart-mini, .atc-quantity-button.increase.cart-mini, .atc-quantity-button.increase.wholesale_cart-mini {
    flex: 1;
  }

  .atc-quantity-button.decrease {
    font-size: .875rem;
  }

  .atc-quantity-button.decrease.cart-mini, .atc-quantity-button.decrease.wholesale_cart-mini, .atc-quantity-button.decrease.cart-mini, .atc-quantity-button.decrease.wholesale_cart-mini {
    flex: 1;
  }

  .section-side-images.clickable-off {
    margin-top: 3.4em;
    display: none;
  }

  .product-info_faq-wrap.margin-top.margin-xxlarge {
    width: 100%;
  }

  .section-product-usp {
    display: block;
  }

  .reviews-wrapper {
    flex-direction: column-reverse;
  }

  .reviews_left {
    width: 100%;
  }

  .review-lottie {
    margin-top: 1em;
  }

  .reviews_right {
    width: 100%;
  }

  .section-the-process {
    padding-bottom: 0;
  }

  .the-process_middle {
    width: 100%;
  }

  .video-element {
    border-radius: 50%;
  }

  .product-block_bottom {
    padding: 0 .6em .6em;
    font-size: .8rem;
  }

  .price-tag {
    border-radius: 10px;
    flex-wrap: wrap;
  }

  .influencers-bottom-row {
    width: 100%;
  }

  .influencers-slider {
    flex-direction: row;
    align-items: flex-start;
    height: 33.5em;
    display: flex;
    overflow: hidden;
  }

  .influencers-list {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0;
  }

  .influencer-block {
    width: 100%;
    height: 100%;
  }

  .baloon {
    padding-right: 1.32em;
  }

  .slide-arrow.arrow-prev.is--prod {
    width: 3.5em;
    height: 10%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: .5rem;
    top: 0;
    bottom: 0;
    left: 0%;
  }

  .slide-arrow.arrow-prev.featured-products {
    margin-top: 0%;
    margin-bottom: -4.2em;
    margin-left: 30%;
    display: none;
    inset: auto 0% 0%;
  }

  .slide-arrow.arrow-prev.sea-reviews-arrow {
    margin-bottom: 2.57em;
    margin-left: 23%;
  }

  .slide-arrow.arrow-next.is--product {
    right: 0%;
  }

  .slide-arrow.arrow-next.featured-products {
    margin-top: auto;
    margin-bottom: -4.2em;
    margin-right: 30%;
    display: none;
    inset: auto 0% 0% auto;
  }

  .slide-arrow.arrow-next.sea-reviews-arrow {
    margin-bottom: 2.57em;
    margin-right: 23%;
  }

  .slide-arrow.arrow-next.explore {
    width: 3.5em;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .slide-arrow.arrow-prev.is--prod {
    width: 3.5em;
    margin-right: .5rem;
    right: 0%;
  }

  .slide-arrow.arrow-prev.featured-products {
    margin-top: auto;
    margin-bottom: -4.2em;
    margin-right: 30%;
    display: none;
    inset: auto 0% 0% auto;
  }

  .slide-arrow.arrow-prev.sea-reviews-arrow {
    margin-bottom: 2.57em;
    margin-right: 23%;
  }

  .slide-arrow.arrow-prev.explore {
    width: 3.5em;
    margin-left: 0;
    margin-right: 0;
  }

  .influencer-slider_arrows-wrap {
    grid-row-gap: 1em;
    justify-content: flex-end;
    margin-bottom: .5em;
    padding-top: 0;
    padding-bottom: 0;
    inset: auto 0% 0% auto;
  }

  .influencers-top-row {
    text-align: left;
    margin-top: 2rem;
    position: static;
  }

  .floating-cloud {
    margin-bottom: -4.4em;
  }

  .flying-cloud-2 {
    z-index: 1;
    width: 21em;
    margin-bottom: -6.4em;
  }

  .footer {
    overflow: hidden;
  }

  .footer-slider-slide {
    width: 98%;
    height: 13em;
    padding-top: 100%;
  }

  .footer-bottom.margin-top.margin-xhuge {
    flex-direction: column;
    width: 100%;
  }

  .footer-bottom_left-menu {
    width: 100%;
    margin-bottom: 4em;
  }

  .eagle-lottie {
    z-index: 2;
    margin-top: 10.4em;
    margin-right: -3.6em;
  }

  .footer-trees {
    width: 100vw;
  }

  .atc-quantity-buy-button {
    grid-row-gap: 0em;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-wrapper {
    grid-template-columns: 1fr .75fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-logo-link, .nav-logo-link.w--current, .nav-right-menu {
    width: 100%;
  }

  .nav-links-wrap {
    justify-content: center;
  }

  .logo-img {
    width: 2.2em;
  }

  .product-usp-wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .usp-block {
    flex-direction: column;
    justify-content: center;
    width: 33.3333%;
    height: auto;
    min-height: 5em;
    max-height: 10em;
  }

  .usp-img {
    margin-bottom: .2rem;
    margin-right: 0;
  }

  .parrot-lottie {
    display: none;
    inset: -4% auto auto 0%;
  }

  .product-bottom-wrapper {
    background-color: #c1dad7;
  }

  .section-collection-list.is-2 {
    padding-top: 5.4em;
    padding-bottom: 4.5em;
  }

  .collection-list-wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0;
    display: flex;
  }

  .collection-list_left-column.is--2 {
    flex-direction: column;
    display: block;
  }

  .left-column_left {
    width: 50%;
  }

  .left-column_left.is-2 {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .collection-image {
    max-height: 20em;
    display: none;
  }

  .collection-bee-lottie {
    width: 14%;
    display: none;
    left: 7.6rem;
  }

  .butterfly-lottie {
    display: none;
    bottom: 17.1em;
    right: 1em;
  }

  .footer-leaf-lottie {
    top: -.3em;
    right: 62%;
  }

  .footer-leaf-lottie.is--2 {
    top: 9.8em;
    right: 3%;
  }

  .collection-link-block {
    text-align: center;
    justify-content: flex-end;
    width: 100%;
  }

  .section-about {
    padding-top: 0;
    padding-bottom: 4em;
  }

  .home-collections-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 4em;
    display: grid;
  }

  .home-collections-middle {
    width: 100%;
    margin-top: 0;
  }

  .home-collections-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    justify-items: center;
    height: 100%;
    margin-bottom: 0;
    display: grid;
    position: relative;
  }

  .home-collections-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0%;
    display: grid;
    position: static;
  }

  .home-collection-block {
    text-align: center;
  }

  .home-collection-clouds {
    z-index: 2;
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/63037928271cd86efe5526e5_Cloud%20(3).png"), linear-gradient(to bottom, #12172d 49%, var(--wheat) 55%);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: 120% 100%, auto;
    height: 100%;
    margin-bottom: 0;
  }

  .home-collection-clouds.clickable-off {
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/628f39034595735587765b56_Cloud%201.png"), linear-gradient(to bottom, #12172d 31%, var(--wheat) 60%);
    opacity: 1;
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/628f39034595735587765b56_Cloud%201.png"), linear-gradient(to bottom, #12172d 31%, var(--wheat) 60%);
    opacity: 1;
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .section-featured-products {
    background-image: linear-gradient(to bottom, var(--wheat), var(--misty-rose) 70%, #c4f6fa 102%);
    margin-bottom: 0;
    padding-top: 3.5em;
  }

  .featured-products_top-row {
    padding-top: 0;
  }

  .top-row_content {
    text-align: left;
    width: 90%;
  }

  .middle-row__left {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .middle-row__right {
    width: 100%;
  }

  .left-rock, .right-rock {
    display: none;
  }

  .sea-background {
    min-height: 76em;
  }

  .sea-background.clickable-off {
    background-image: linear-gradient(#3d75a0b0, #2e527eb3 48%, #2e527e36 60%, #21578c03 69%, #20578d00 88%, #145b9acf 96%, #145b9a);
  }

  .sea-top {
    min-height: 0;
    padding-top: 5.44em;
  }

  .whale-lottie {
    width: 35em;
    height: 12em;
    margin-top: 7.1em;
    margin-left: -23.8em;
  }

  .sea-reviews {
    align-items: flex-end;
    max-height: 90vh;
    margin-top: 1em;
  }

  .sea-reviews_review-img-wrap {
    width: 70%;
    margin-bottom: .5em;
  }

  .sea-reviews_review-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sea-animals_bottom {
    height: 60%;
  }

  .fish {
    display: block;
    bottom: 17.2rem;
    left: -5.05em;
  }

  .fish.clickable-off {
    margin-bottom: -5.65em;
  }

  .fish.is--2 {
    display: none;
  }

  .fish.is--3 {
    display: block;
    bottom: 20.4em;
    right: -2.6em;
    transform: rotate(0)rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .fish.is--4 {
    display: none;
  }

  .crab-lottie {
    width: 12em;
    margin-bottom: 12.5em;
    margin-right: .4em;
  }

  .sea-image {
    object-position: 50% 50%;
  }

  .purple-weed-lottie {
    width: 13em;
  }

  .star-fish {
    display: none;
  }

  .newsletter-wrap {
    padding: 2em 1em;
  }

  .newsletter-form-wrap {
    flex-direction: column;
  }

  .newsletter-left, .newsletter-right {
    width: 100%;
  }

  .newsletter_top-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .newsletter_top-row.article {
    padding-right: 0;
  }

  .newsletter_bottom-row {
    margin-top: 1em;
  }

  .section-hero {
    overflow: hidden;
  }

  .sea-reviews_wrapper {
    flex-direction: row;
  }

  .sea-reviews_slide {
    padding-bottom: 5.1em;
    padding-left: 0;
    padding-right: 0;
  }

  .sea-bottom {
    height: 79em;
  }

  .cart-quant {
    min-width: 2em;
    height: 2em;
    font-size: 10px;
  }

  .bee-trail-newsletter {
    display: none;
  }

  .product-cloud-img {
    object-fit: contain;
    width: 100%;
    height: 80%;
    margin-bottom: -10.1em;
  }

  .home-collection-cloud-img.is--1 {
    opacity: .5;
    width: 14em;
    margin-bottom: 6.9em;
    margin-left: .79em;
    display: block;
  }

  .home-collection-cloud-img.is--3 {
    opacity: .46;
    width: 50%;
    margin-bottom: 39.4em;
    margin-right: .89em;
    display: block;
  }

  .treasure-chest_image {
    width: 12em;
    margin-bottom: .43em;
  }

  .rock-under-water {
    display: none;
  }

  .dot_background-colour.is--2 {
    transform: scale(1);
  }

  .explore-collections-wrapper {
    justify-content: flex-end;
    height: 88vh;
  }

  .explore-c_left {
    height: 50%;
  }

  .explore-c_right {
    height: 100%;
  }

  .explore-c_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .explore-c-img {
    height: 18em;
  }

  .sea-bubble {
    background-image: radial-gradient(circle, #ffffffba 39%, #bfdad7b0 95%);
    border-bottom-right-radius: 850px;
    border-bottom-left-radius: 970px;
    height: 80%;
    margin-top: auto;
  }

  .explore-exit {
    margin-top: 1rem;
    margin-right: 1em;
  }

  .explore-ui_cloud-img.clickable-off {
    object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .explore-opening-wrap {
    width: 100%;
  }

  .video-embed {
    height: 16em;
  }

  .video_popup {
    grid-row-gap: 3em;
    display: flex;
  }

  .video-exit {
    margin-top: 4.5em;
    margin-right: 1em;
  }

  .video-full-play {
    width: 100%;
  }

  .video-info {
    color: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .middle-row__left-wrap {
    text-align: left;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .sea-slider-right {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 3em;
  }

  .sea-slide-arrow-wrap.left {
    left: 3em;
  }

  .sea-slider-left {
    top: auto;
    left: 2%;
  }

  .menu-exit-button {
    margin-top: 1em;
    margin-right: 1em;
  }

  .span-icon {
    width: 3rem;
    height: 3rem;
    bottom: 0;
  }

  .span-icon.art {
    height: 3rem;
  }

  .about-heading {
    font-size: 1.5em;
  }

  .bottom-block {
    width: 5.2em;
    height: 1.2em;
  }

  .collection-page-list {
    grid-column-gap: .7rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-link {
    width: 100%;
    padding-top: 100%;
  }

  .blog-link.article {
    width: 100%;
  }

  .section-article-page {
    background-image: linear-gradient(135deg, var(--wheat), #c4dcd6 51%);
  }

  .article-left-row {
    padding-right: 0;
  }

  .article-wrap {
    grid-row-gap: 2em;
  }

  .section-process-top {
    background-image: url("https://cdn.prod.website-files.com/623eeed217c4f432cc8ebfeb/627f962ffca88d437f4bc679_Fuzz.png"), linear-gradient(#72d0f8 95%, #193966 96%, #234c85);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding-top: 3em;
  }

  .process-top_heading {
    width: 90%;
  }

  .ice-wrap {
    margin-top: 6.1em;
  }

  .ice-2 {
    width: 22em;
    height: auto;
    margin-bottom: 1.91em;
    margin-left: -1.23em;
    display: block;
  }

  .ice-1 {
    width: 22em;
    height: auto;
    margin-bottom: 3.06em;
    margin-left: -4.93em;
  }

  .sun-wrap {
    width: 15em;
    height: 15em;
    margin-top: -1.75em;
    margin-right: -8.63em;
  }

  .process-list {
    grid-column-gap: 0em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .process-slide {
    width: 100%;
    height: 20em;
  }

  .right-sky {
    width: 5em;
  }

  .left-sky {
    width: 3em;
    margin-top: 13.2em;
  }

  .gradient-circle {
    width: 100%;
    height: 15.1em;
    margin-top: -6.31em;
  }

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

  .process-middle_left {
    margin-top: 3em;
  }

  .process-middle_right {
    padding-left: 0;
  }

  .ice-middle-1 {
    width: 11em;
    margin-bottom: 12.96em;
    margin-right: -10.55em;
  }

  .process-middle_video-wrap {
    width: 16em;
    height: 16em;
  }

  .ice-middle-2 {
    margin-left: -10.04em;
  }

  .wave {
    width: 33%;
    margin-top: -.42em;
    margin-left: 1.4em;
  }

  .ice-top {
    top: -4.34em;
  }

  .ice-icons_right {
    text-align: left;
  }

  .ice-left {
    padding-bottom: 12.2em;
  }

  .ice-right {
    padding-bottom: 3.5em;
  }

  .ice-right-bottom {
    margin-bottom: -3.69em;
  }

  .ice-video-wrap {
    height: 40%;
    padding-top: 20em;
  }

  .process-ice-break {
    margin-bottom: -26.12em;
    display: none;
  }

  .draw-animals {
    grid-template-columns: 1fr;
  }

  .draw-youtube-wrap {
    padding-top: 55%;
  }

  .draw-exit-button {
    margin-right: 1em;
  }

  .draw-bottom-row {
    padding-left: .5em;
    padding-right: .5em;
  }

  .instagram-link {
    font-size: 1.4rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-ymal {
    grid-template-columns: 1fr;
  }

  .related-slide {
    width: 100%;
    padding-left: .5em;
    padding-right: .5em;
  }

  .featured-products_list.is--vote {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .featured-products_slide {
    width: 100%;
  }

  .featured-products_slide.is--vote {
    padding-left: .4em;
  }

  .about-background-img {
    object-position: 70% 50%;
  }

  .about-space-wrap {
    flex-direction: column-reverse;
  }

  .about-space_left {
    width: 100%;
    max-width: none;
  }

  .space_planets {
    grid-column-gap: 0em;
    grid-row-gap: 3.5em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .planet_our-team {
    flex-direction: column;
    margin-right: 0%;
  }

  .planet_process {
    width: 6em;
    height: 6em;
    margin-bottom: 0;
    margin-right: 2.1em;
  }

  .planet_reviews {
    z-index: 3;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-top: 100%;
  }

  .planet-fireball {
    width: 9em;
    margin-top: 3.8em;
    margin-left: 5%;
  }

  .planet-label.is--2 {
    margin-top: -2em;
  }

  .planet-label.is--3 {
    margin-top: -1em;
    margin-left: -.72em;
    margin-right: 0;
  }

  .planet-label.is--1 {
    margin-top: -1em;
  }

  .product-buy_pagination.clickable-off {
    width: 45%;
    height: 1em;
    padding-left: 1rem;
  }

  .shop-type_link, .menu-link {
    padding-left: .5em;
  }

  .cart-mini-container {
    height: 90vh;
    margin-top: 0;
    margin-bottom: auto;
  }

  .article-right_img {
    object-fit: contain;
    height: 17em;
    margin-top: 0;
    margin-right: 0;
    position: static;
  }

  .search-results-list {
    grid-template-columns: 1fr;
  }

  .account-page {
    padding-bottom: 3em;
  }

  .contact-us-page {
    justify-content: flex-end;
    min-height: 90vh;
    padding-top: 4em;
  }

  .contact-us-wrap {
    padding: 2em 1em;
  }

  .contact-form {
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .collections-middle_view-all {
    display: none;
  }

  .collections-middle_view-all.mobile {
    z-index: 2;
    text-align: center;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
    display: block;
    position: relative;
  }

  .hero_reviews_content {
    padding-bottom: 3.5em;
  }

  .cart-container {
    width: 100%;
    display: block;
    overflow: auto;
  }

  .explore-c-info_wrap {
    justify-content: flex-end;
  }

  .explore_c-info_item {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .explore-c_list {
    flex-direction: column;
    display: block;
  }

  .space-rock {
    width: 6em;
    height: 6em;
    margin-left: auto;
  }

  .planet-venus {
    width: 8em;
    height: 6em;
    margin-bottom: -.33em;
    margin-left: 1.5em;
  }

  .slide-zoom {
    margin-right: 1rem;
  }

  .double-tap-zoom {
    margin-top: 4.5em;
    font-size: .8rem;
  }

  .cart-mini_list {
    padding: .4rem 1rem;
  }

  .cart-mini-item {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cart-mini-info {
    width: 100%;
    margin-left: 0;
  }

  .cart-mini-footer {
    padding-bottom: 1.11rem;
    padding-left: 1rem;
    padding-right: 1em;
  }

  .cart-mini_header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .planet-label_info.is--1 {
    opacity: 1;
    opacity: 1;
    position: static;
  }

  .influencer-prod-pop {
    margin-top: 16%;
  }

  .hot-air-baloon-label.is--3 {
    margin-left: -.72em;
    margin-right: 0;
  }

  .account_right {
    padding-left: 1em;
    padding-right: 1em;
  }

  .my-profile_top {
    grid-column-gap: 1em;
  }

  .my-profile_info-grid {
    grid-template-columns: 1fr;
  }

  .account-tabs_wrap {
    grid-column-gap: 1em;
  }

  .contact-us_intro {
    flex-direction: column-reverse;
    height: auto;
  }

  .layout37_background-image {
    object-position: 50% 98%;
    display: none;
  }

  .layout37_background-image-wrapper {
    position: relative;
  }

  .contact-head_content, .contact-right {
    width: 100%;
  }

  .contact-cloud {
    display: none;
  }

  .related-pages {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .related-pages_block.z-2 {
    width: 100%;
    height: auto;
  }

  .contact_img-mobile {
    width: 100%;
    display: block;
  }

  .planet_our-team-wrap {
    width: 10em;
    height: 10em;
  }

  .planet_reviews_wrap {
    align-items: center;
  }

  .product-block_arrow.previous.hover-in {
    inset: auto auto 0% 0%;
    inset: auto auto 0% 0%;
  }

  .product-block_arrow.hover-in {
    display: none;
    inset: auto 0% 0% auto;
  }

  .prod-block_pagination {
    width: 56%;
  }

  .prod-block_pagination.hover-in {
    display: none;
  }

  .product-block_link {
    padding-top: 100%;
  }

  .address-new_form-wrap {
    flex-wrap: wrap;
  }

  .collection-img-wrap {
    border-radius: 20px;
    padding-top: 110%;
    position: relative;
    overflow: hidden;
  }

  .collection-image-mobile {
    object-fit: cover;
    height: 100%;
    max-height: none;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .collection-block {
    text-align: center;
    justify-content: flex-end;
    width: 100%;
  }

  .cart-page_right {
    border: 1px solid var(--dark-slate-grey);
    background-color: var(--1-1-light-1);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px;
    padding: 2em 1.2em;
  }

  .cart-right_top {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-right_totals {
    grid-row-gap: 1em;
    width: 100%;
  }

  .cart-right_title {
    text-align: left;
  }

  .product-block_info {
    grid-row-gap: .25em;
  }

  .quick-atc_wrap {
    width: 100%;
    margin-top: .25rem;
    position: static;
  }

  .low-quantity-message {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    position: static;
  }

  .low-quantity-message.tooltip {
    inset: 0% 0% auto auto;
    margin-top: -3.49em;
    font-size: .8rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .atc-button-wrap {
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .row.infinite-item {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .gallery-item.small {
    margin-bottom: 2em;
  }

  .atc-error {
    width: 100%;
  }

  .out-of-stock-wrap {
    background-position: 50%;
    background-size: 110%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .empty-cart {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-search_input::placeholder {
    font-size: .6em;
  }

  .nav-search_button {
    background-size: .6em;
    padding-left: 11px;
    padding-right: 11px;
  }

  .about-space_button {
    width: 100%;
    max-width: none;
  }

  .filter-group-display__submit {
    margin-bottom: 35%;
  }

  .scene_usp-block {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1rem;
  }

  .scene_usp-wrap {
    grid-column-gap: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }

  .scene_usp-img {
    margin-bottom: .2rem;
    margin-right: 0;
  }

  .scene_bottom {
    grid-column-gap: 0em;
    justify-content: center;
    position: absolute;
  }

  .scene_slide-list {
    padding-bottom: 3.5em;
  }

  .scene_bottom-img.is--2 {
    width: 3em;
    display: none;
    transform: translate(.2em, 2.4em);
  }

  .scene_bottom-img.is--3 {
    width: 3em;
    display: none;
    transform: translate(-.5em);
  }

  .scene_slider-component {
    height: 42em;
  }

  .scene_product {
    border-bottom-style: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 3.6em;
    position: static;
  }

  .scene_present {
    width: 2em;
    height: 2em;
  }

  .scene_arrows-wrap {
    margin-bottom: .6em;
  }

  .scene_arrows {
    grid-column-gap: .5rem;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 3.7em;
    margin-left: 0%;
    padding-left: 0;
    inset: auto 0% 0%;
  }

  .scene_arrows.is--next {
    border-left-style: none;
    flex-direction: row-reverse;
    margin-top: 100%;
    margin-left: 0%;
    inset: auto 0% 0% auto;
  }

  .scene_arrows.is--prev {
    border-radius: 0;
    flex-direction: row;
    margin-right: 0%;
    inset: auto auto 0% 0%;
  }

  .wholesale_cart-left {
    justify-content: flex-end;
  }

  .product_tags-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .1rem;
    width: 2.4rem;
  }

  .product_tags-wrap.clickable-off {
    align-content: flex-start;
  }

  .prod-type {
    transform: scale(.7);
  }

  .voting_countdown-top {
    grid-row-gap: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .voting_countdown-timer-wrap {
    margin-top: .5rem;
  }

  .voting_product-cards-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .place-vote_products-list {
    grid-template-columns: 1fr;
  }

  .prev-winners {
    padding-top: 3rem;
  }

  .prev-winners_component {
    grid-row-gap: 2rem;
  }

  .prev-winners_item {
    width: 100%;
  }

  .prev-winners_prev-wrap {
    display: none;
  }

  .bundle_seperater {
    grid-row-gap: 1rem;
  }

  .bundle_products-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .style-embed {
    width: 2rem;
    height: 2rem;
    display: none;
  }

  .bundle_selected-products-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .javascript-embed {
    width: 2rem;
    height: 2rem;
    display: none;
  }

  .bundle_step-wrap.is--heading {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: .75rem;
    top: -78%;
  }

  .bundle_step-wrap.is--steps {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bundle_treasure-popup-card {
    width: 17em;
    margin-left: -1.7em;
    margin-right: -1.7em;
  }

  .bundle_treasure-popup-reveal {
    padding-top: 7.4em;
    inset: 0%;
  }

  .bundle_treasure-popup-reveal.clickable-off {
    padding-bottom: 8em;
  }

  .card-main_img {
    height: 12em;
  }

  .pencil-img {
    bottom: -15%;
  }

  .bundle-price {
    font-size: 1.1em;
  }

  .scratch-component {
    padding-top: 0;
  }

  .scratch-component.is--active {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .scratch_wrap {
    grid-row-gap: 1rem;
    width: 90%;
    padding: 0;
  }

  .scratch_left {
    padding-bottom: 0;
  }

  .scratch_right {
    padding: 0;
  }

  .scratch_card {
    width: 100%;
    height: 14em;
  }

  .scratch_product {
    padding: 1rem;
  }

  .add-to-bundle_wrap {
    width: 100%;
  }

  .final-treasure_cards-popup {
    flex: 1;
  }

  .cards-popup_container {
    height: 94dvh;
    min-height: 10dvh;
    padding-top: 7.5rem;
    overflow: auto;
  }

  .cards-popup_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 15rem;
  }

  .cards-popup_cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .cards-popup_card {
    flex: none;
    width: 100%;
    padding: 1em;
  }

  .owl-rive {
    height: 9rem;
  }

  .dragon {
    display: none;
  }

  .bunny {
    right: auto;
    transform: scale(.8);
  }

  .home-collection-cloud-red, .home-collection-cloud-grey, .home-collection-cloud-blue {
    display: none;
  }

  .bee-rive {
    margin: -2.1rem auto -2.45em -3.4em;
    position: static;
  }

  .whale-fin {
    bottom: .3em;
    left: 7.2em;
  }

  .eagle-wrap {
    right: 3em;
    transform: scale(.4);
  }

  .bundle_product-type-banner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bundle_character-img {
    width: 15em;
  }

  .bundle_steps_title {
    padding-left: .5em;
    padding-right: .5em;
  }

  .bundle_indicator-bar.is--map {
    margin-top: -.3em;
  }

  .bundle_map-wrap {
    justify-content: flex-end;
    height: 4.1em;
    padding-bottom: .1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .bundle_map-wrap.is--open {
    height: 35em;
  }

  .bundle_map-spot-list {
    align-items: flex-end;
    padding-left: 1em;
  }

  .bundle_cart-trigger {
    width: 40%;
  }

  .bundle_step-indicator {
    width: 72%;
    height: 100%;
  }

  .bundle_step-heading {
    width: 50%;
  }

  .bundle_next-step {
    width: 85%;
  }

  .bundle_next-btn-txt {
    font-size: .7em;
  }

  .bundle_intro-slide {
    justify-content: center;
  }

  .bundle_intro-slide-img {
    width: 5em;
    height: 5em;
    display: block;
    position: absolute;
    inset: -12% auto auto;
  }

  .bundle_intro.is--active {
    padding: 1.5em;
  }

  .owl {
    transform: scale(.7);
  }

  .owl-wrap {
    transform: scale(.6);
  }

  .atb-scratch-wrap {
    width: 90%;
  }

  .scratch {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .bundle_cloud {
    height: 6.3em;
  }

  .bundle_footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .winner_progress {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5em;
  }

  .winner_progress-list {
    width: 100%;
  }

  .winner_product-img {
    width: 20%;
  }

  .winner_winner-item {
    grid-column-gap: .5em;
    flex-direction: row;
    width: 100%;
  }

  .locator__list__component {
    grid-row-gap: .8rem;
    padding: 2rem 1rem;
  }

  .product-block_bottom_wrap {
    grid-row-gap: .25em;
  }

  .wishlist-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }

  .cart-mini__prizes {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 1em .6rem;
  }

  .cart-mini__prize-left {
    width: 55%;
  }

  .cart-mini__prize-right {
    width: auto;
  }

  .cart-mini__prize-right-img {
    flex: none;
    width: 6em;
    height: 6em;
  }

  .wishlist-header {
    flex-direction: column-reverse;
    height: auto;
  }
}

#w-node-_0a2d1ef3-4e22-c10b-09e9-3c397f82196c-abd1ab7e, #w-node-_3883965b-1bee-0b56-c514-4f816dfd5b4a-abd1ab7e {
  align-self: center;
}

#w-node-_3883965b-1bee-0b56-c514-4f816dfd5b4e-abd1ab7e {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_573ebd26-0ea3-5db7-27a9-539e85c94bec-abd1ab7e {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_51d7ab11-b105-f8f7-af68-be400c7cda27-47703f55, #w-node-e27126e1-dd86-985d-dafc-dd6347703f80-47703f55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee8c-d8ecee48, #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee95-d8ecee48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b38fc152-a2c7-ea44-2329-f940b2a83142-b2a83138 {
    justify-self: center;
  }

  #w-node-b38fc152-a2c7-ea44-2329-f940b2a83144-b2a83138 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee82-d8ecee48, #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee83-d8ecee48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee8c-d8ecee48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee8d-d8ecee48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee95-d8ecee48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee96-d8ecee48, #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee9a-d8ecee48, #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee9b-d8ecee48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9cd7d85c-5b2a-0565-cff5-c988e373b8ac-d8ecee48 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a4041421-fa6a-8511-b9fc-c199d8ecee5d-d8ecee48 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3075f057-1efe-cb19-ee86-100362a8b68e-d8ecee48 {
    grid-area: 1 / 2 / 2 / 2;
    align-self: center;
  }
}
