:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.faqs-v2 {
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  align-items: start;
}

.pricing-flex-box-2 {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.enter-store-button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
}

.enter-store-button:hover {
  filter: invert();
}

.enter-store-button.msdd {
  color: #fff;
  background-color: rgba(146, 204, 255, .15);
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  padding: .75rem;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.shopify-embed-for-cb {
  width: 100%;
  padding-top: 2rem;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.preloader-side-div {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product-accordion-answer-2 {
  color: #323232;
  text-align: left;
  letter-spacing: 1px;
  align-self: flex-end;
  width: 100%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.product-detailed-features-2 {
  color: #2c2c2c;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.bg-closer {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-header {
  align-items: center;
  max-width: 450px;
  display: flex;
}

.popout-section {
  z-index: 11;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  display: flex;
  position: relative;
}

._2d-x-2 {
  width: 24px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.preloader-menu {
  z-index: 1001;
  background-color: #141414;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-menu.home-preloader {
  z-index: 1002;
  background-color: #fff;
  display: flex;
}

.product-box-1 {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: -100vw;
  right: 0%;
}

.product-page-accordion-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.vs-shirts-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sizing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: .125px solid #000;
  border-left: .125px solid #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.homepage-preloader-video {
  object-fit: cover;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .58), rgba(0, 0, 0, .68) 1%, rgba(0, 0, 0, .95) 93%);
  width: 100%;
  height: 100%;
}

.homepage-preloader-video.v-home-page-video {
  background-image: radial-gradient(circle, rgba(7, 7, 7, .39), rgba(0, 0, 0, .48) 89%);
}

.homepage-title {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
  display: none;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.faqs-grid---column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 240px;
}

.sizing-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.sizing-div.hide-size-chart {
  display: flex;
}

.mg-bottom-0px {
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.pop-box {
  background-color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 600px;
  max-height: 75vh;
  padding: 4rem 2rem;
  display: flex;
  position: absolute;
  overflow: auto;
}

.pop-box.msdd {
  border-color: #000;
}

.title-top-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tab-arrow-2 {
  font-size: 18px;
  font-weight: 900;
  display: none;
}

.unavailable-button {
  letter-spacing: .5px;
  background-color: #e57d1b;
  border-radius: 3px;
  max-width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.unavailable-button:hover {
  background-color: #f3bd08;
}

.unavailable-button.hide {
  display: none;
}

.product-main-complete-div {
  z-index: 5;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4rem 8rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.product-main-complete-div.product-page {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  min-width: auto;
  padding: 0 1rem 1rem;
  display: flex;
  position: static;
  overflow: visible;
}

.product-main-complete-div.product-page.cb24 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

._2d-popout-info-text-div-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.in-stock-box-div {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.in-stock-box-div.hide {
  display: none;
}

.privacy-credits {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: -100vw;
  right: 0%;
}

.preloader-content-div {
  z-index: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6rem 4rem;
  display: flex;
  position: absolute;
  overflow: visible;
}

.preloader-content-div.homepage-preloader {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
}

.x-closer {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

._2d-item-popout-content-2 {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vrados-home-logo-image {
  width: 200px;
}

.vrados-home-logo-image.msdd {
  width: auto;
  padding-bottom: 0;
  position: relative;
}

.accordion-tab-button-3 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
}

.descripto-box-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.faq-question-tab-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion-pane-content-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.product-accordion-question-2 {
  color: #161616;
  text-align: left;
  letter-spacing: 1.2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  transition: font-size .2s;
}

.product-accordion-question-2.bbpd-accords {
  text-transform: none;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
}

._3d-product-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: rgba(255, 255, 255, .85);
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

._3d-product-div.cb24 {
  border-color: #d3d3d3;
  border-radius: 2px;
  height: auto;
  position: relative;
  top: 0;
}

.is-in-stock-box-2 {
  color: #000;
  text-align: right;
  letter-spacing: 2px;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}

.is-in-stock-box-2.bbpd-in-stock {
  font-size: 12px;
}

.shop-all-box {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: 0;
}

.pop-title-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-price-2 {
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.product-price-2.bbpd-price {
  color: #3f3f3f;
  letter-spacing: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product-description-main-div {
  width: 50%;
  min-width: 400px;
  margin-left: 0;
  margin-right: 0%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.product-description-main-div.cb24 {
  width: 100%;
}

.preloader-title-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.new-product-desciption-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product-page-accordion-2 {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 0 solid #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  padding: 0% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ig-link-out {
  color: #070088;
}

.main-menu {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: 0;
}

.size-grid-text {
  color: #000;
  letter-spacing: .5px;
  background-color: rgba(255, 255, 255, .85);
  border-bottom: .125px solid #000;
  border-right: .125px solid #000;
  padding: .7rem;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.size-grid-text.title-grids {
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 20px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.accordion-item-wrapper.main {
  border-radius: 2px;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
}

.accordion-item-wrapper.main:hover {
  transform: none;
}

.shopify-buy-button-code.hide {
  display: none;
}

.popout-title {
  color: #002357;
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  display: flex;
}

.features-title-bold {
  color: #1a1a1a;
  text-align: left;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: .2px;
  width: 100%;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: underline;
}

.features-title-bold.hide {
  display: none;
}

.product-title {
  opacity: 1;
  color: #000;
  text-align: left;
  letter-spacing: 4px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}

.product-title.collection-left {
  color: #0b0b0b;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.accordion-pane-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.homey-page-button-div-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  min-width: 320px;
  display: flex;
}

.background-video {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.klayvio-signup {
  width: 100%;
  max-width: 580px;
}

._2d-add-to-cart-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  display: flex;
}

.glowdot {
  filter: brightness(200%) grayscale() blur(1px);
  width: 5em;
  position: absolute;
  top: -.4em;
  bottom: auto;
  left: 7em;
  right: auto;
}

.glowdot.p1 {
  filter: brightness(200%) grayscale(50%) blur(1px);
  top: 2em;
  left: 13.3em;
}

.glowdot.p2 {
  filter: brightness(200%) grayscale(50%) blur(1px);
  top: 1.2em;
  left: 13.9em;
}

.glowdot.p3 {
  filter: brightness(200%) grayscale(50%) blur(1px);
  top: 1.5em;
  left: 13.1em;
}

.glowdot.p4 {
  filter: brightness(200%) grayscale(50%) blur(1px);
  top: 2.8em;
  left: 13.3em;
}

.contact-me-hotspot-v {
  cursor: pointer;
  justify-content: center;
  width: 33em;
  height: 36em;
  margin-top: 14.1em;
  margin-left: 34.2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.contact-me-hotspot-v.product-2 {
  margin-top: 57.9em;
}

.contact-me-hotspot-v.product-3 {
  margin-top: 100.4em;
}

.contact-me-hotspot-v.product-4 {
  margin-top: 143.6em;
}

._2d-popout-info-text-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: auto;
}

.icon-image {
  filter: invert();
  cursor: pointer;
}

._2d-click-popout-main-div {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

._2d-popout-learn-more-text-link {
  color: #1300a7;
  text-align: left;
  letter-spacing: 2px;
  padding-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

._2d-html-2 {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.map-contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 100vh;
  font-size: 1vw;
  position: relative;
  overflow: auto;
}

.map-contain.cb24 {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .7));
  background-position: 0 0;
  width: 100vw;
  max-height: none;
  overflow: auto;
}

.map-contain.stars {
  background-image: url('../images/Drag-2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.dragworld-holder {
  width: 100vw;
}

._2d-item-popout-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pop-option-tab-divs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.map-image {
  z-index: 1;
  cursor: grab;
  background-image: url('../images/4k-test.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150em;
  max-width: none;
  height: 150em;
  font-size: 1em;
  position: relative;
}

.map-image.vrados-folio-map {
  background-image: url('../images/1---dragtest-v2.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  width: 100em;
  height: 200em;
}

.map-image.mta-map {
  background-image: url('../images/Drag-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 117.2em;
  height: 152.2em;
}

.map-image.shoreline {
  background-image: url('../images/Drag-3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 204.8em;
  height: 294.8em;
}

.map-image.drag-image {
  background-image: url('../images/1---dragtest-v4.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  width: 100em;
  height: 200em;
}

.casa-image {
  width: 100%;
}

.casa-image:hover {
  filter: brightness(1000%);
}

._2d-popout-product-description {
  text-align: left;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.corner-icons {
  z-index: 10;
  width: 50px;
  position: fixed;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.corner-icons.top-left {
  z-index: 8;
  width: 32px;
}

.corner-icons.bottom-right {
  z-index: 8;
  width: 70px;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

.corner-icons.top-right {
  z-index: 8;
  width: 32px;
  left: auto;
  right: 1rem;
}

.corner-icons.bottom-left {
  z-index: 8;
  width: 70px;
  display: flex;
  top: auto;
  bottom: 2rem;
  left: 2rem;
  right: auto;
}

.popper-content-div {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2d-popout-div-holder {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 65%;
  max-width: 600px;
  max-height: 80%;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.blanca-logo {
  z-index: 10;
  cursor: pointer;
  mix-blend-mode: difference;
  max-width: 150px;
  padding-bottom: 1rem;
  position: fixed;
  bottom: 0;
}

.casa-logo {
  z-index: 10;
  filter: invert();
  cursor: pointer;
  max-width: 150px;
  position: fixed;
  top: 2rem;
}

._2d-dark-bg-closer {
  background-color: rgba(0, 0, 0, .64);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-page-accordion-4 {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 0 solid #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  padding: 0% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-intro-image {
  z-index: 9;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-section-draggable {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

._2d-menu-closer-div {
  cursor: pointer;
  width: 18px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.product-all-div {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  display: flex;
}

.learn-more-tab {
  color: #686868;
  text-align: right;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.shop-all-divs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.shop-all-product {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.shop-all-product.cb24 {
  border-color: #d3d3d3;
  border-radius: 2px;
  height: auto;
  position: relative;
  top: 0;
}

.menu-title-logo {
  width: 85px;
}

.product-box-2, .product-box-3, .product-box-4 {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: -100vw;
  right: 0%;
}

.dreamworld-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.intro-loader {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-image {
  width: 20vw;
}

.tour-embed-div {
  z-index: 1;
  object-fit: fill;
  background-color: #000;
  border-top: .5px solid #000;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dreamworld-embed {
  object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  overflow: visible;
}

.dark-bg-closer {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.picture-linker {
  display: block;
}

.display_text-medium {
  color: #050508;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.display_text-medium.marquee_item-2 {
  display: none;
}

.hero-image-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/MSDDSiteVideo2-ezgif.com-optimize.gif');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #858585;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.popout-content-elements {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.collection-item-brand-and-title {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item-brand-and-title:hover {
  text-decoration: underline;
}

.popout-main-box {
  z-index: 3999;
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  max-width: 1200px;
  height: 80vh;
  max-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.popout-main-box.center-menu {
  border: 1px solid #858585;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 80vh;
  overflow: visible;
}

.nav-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.favorite-star-link-div {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.block-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-footer-div {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 1px solid #cfcfcf;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.collection-prod-price {
  text-align: right;
  line-height: 12px;
}

.popout-info-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.item-variant-swatch {
  cursor: pointer;
  background-image: linear-gradient(#c20000, #c20000);
  border-radius: 2px;
  width: 16px;
  height: 16px;
}

.item-variant-swatch._2 {
  background-image: linear-gradient(#83a9f0, #83a9f0);
}

.collection-image {
  width: 100%;
  position: static;
}

.collection-image.over {
  display: block;
}

.collection-image.under {
  filter: invert();
  display: none;
}

.calendly-embed {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.full-content {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-image-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #242424;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.popout-top-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.star-for-favorite {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
}

.star-for-favorite.gold-hovered {
  opacity: 1;
  display: block;
}

.star-for-favorite.gold-hovered:active {
  display: block;
}

.collection-prod-brand {
  color: #3f3f3f;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.cart-icon {
  height: 80%;
}

.top-navi-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  display: grid;
}

.top-nav-div {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.popout-x {
  z-index: 4001;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.buttons-holder {
  z-index: 1;
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 8rem;
}

.nav-menu-link {
  color: #0f0f0f;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-menu-link:hover {
  text-decoration: underline;
}

.nav-menu-link.center {
  opacity: 1;
  max-height: 2rem;
}

.fixed-logo-link {
  z-index: 1;
  filter: invert();
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 8rem;
  display: flex;
  position: relative;
  top: 4rem;
}

.product-collection-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  min-height: 92vh;
  padding: 8rem 2rem 4rem;
  display: grid;
}

.popout-title-2 {
  color: #1b1b1b;
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  display: grid;
}

.collection-item-price {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.looper-code {
  display: none;
}

.marquee_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100vw;
  height: 100%;
  display: flex;
}

.x-closer-image {
  width: 100%;
  max-width: 16px;
}

.center-menu-popout {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 100vh;
  left: 0;
  right: 0%;
}

.div-block-3 {
  position: relative;
}

.collection-prod-title {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.top-logo-image {
  height: 100%;
  display: block;
}

.marquee_wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  filter: saturate(0%);
  border-top: 1px solid #cfcfcf;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 110vw;
  height: 10rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
  transform: rotate(0);
}

.marquee_wrapper-2:hover {
  filter: saturate();
}

.item-variant-swatches-div {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.item-variant-swatches-div.absolute {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.entrance-button {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #4e4e4e;
  border-radius: 2px;
  min-width: 240px;
  padding: 1rem;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.entrance-button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  border-width: 2px;
  border-color: #fff;
  transform: scale(1.05);
}

.looper-link.marquee_item-2 {
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  display: flex;
}

.looper-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.collection-prod-info-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #333;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1f1f1f;
  border: 1px solid #f5f5f5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product-div:hover {
  border-width: 1px;
  border-color: #cfcfcf;
}

.main-body-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.shop-logo {
  max-height: 32px;
}

.shopify-atc {
  margin-bottom: 0;
}

.accordion-header-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.down-arrow {
  color: #7f7f7f;
  font-size: 20px;
  line-height: 16px;
  transform: rotate(90deg);
}

.product-top-info-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.accordion-item-wrapper-2 {
  box-shadow: none;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 2rem;
  transition: transform .3s;
  display: flex;
}

.small-lb-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: none;
}

.product-left-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.product-images-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.product-lb {
  width: 100%;
}

.product-lb.small {
  justify-content: center;
  align-items: flex-start;
  max-width: 50px;
  display: flex;
  overflow: hidden;
}

.product-title-and-price-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-item-name {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.product-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product-atc-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.product-title-divs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.accordion-content-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.brand-name-div {
  color: #2e2e2e;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.brand-name-div:hover {
  text-decoration: underline;
}

.product-description-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.lb-image {
  width: 100%;
}

.accordion-title-2 {
  color: #000;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.product-brand-title {
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.product-under-atc-info {
  color: #414141;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.mg-bottom-0px-2 {
  color: #474747;
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-top: .5rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.product-full-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  padding: 4rem 1rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lookbook-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.lookbook-section {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lookbook-image {
  width: 100%;
}

.lookbook-box {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: -100vw;
  right: 0%;
}

.bg-video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .grid-2-columns.faqs-v2 {
    grid-template-columns: 1fr;
  }

  .enter-store-button {
    width: 100%;
  }

  .product-accordion-answer-2 {
    align-self: center;
    padding-right: 0%;
  }

  .product-page-accordion-3 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .grid-1-column.faqs-grid---column {
    max-width: 70vw;
  }

  .pop-box {
    width: 70%;
    padding-bottom: 4rem;
  }

  .product-main-complete-div {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    align-items: center;
    width: 100vw;
    padding: 8rem 4rem;
  }

  .product-main-complete-div.product-page {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._2d-popout-info-text-div-2 {
    width: 100%;
  }

  .preloader-content-div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .preloader-content-div.homepage-preloader {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .vrados-home-logo-image {
    width: 300px;
  }

  .accordion-tab-button-3 {
    margin-left: 0;
    padding-right: 2rem;
  }

  .faq-question-tab-3 {
    width: 100%;
  }

  .accordion-pane-content-3 {
    align-items: flex-start;
  }

  ._3d-product-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    max-width: none;
    height: 400px;
    position: static;
  }

  .pop-title-div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-price-2 {
    text-align: center;
  }

  .product-description-main-div {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .preloader-title-div {
    max-width: 50vw;
  }

  .new-product-desciption-div {
    flex-direction: column;
    display: flex;
  }

  .product-page-accordion-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .homey-page-button-div-flex {
    flex-direction: column;
  }

  .klayvio-signup {
    max-width: 50vw;
  }

  ._2d-popout-info-text-div {
    padding-left: 0;
    padding-right: 0;
  }

  ._2d-popout-learn-more-text-link {
    padding-top: 1rem;
    font-size: 16px;
  }

  .map-contain {
    font-size: 1.6vw;
  }

  .map-contain.cb24 {
    max-height: 100vh;
    overflow: hidden;
  }

  ._2d-item-popout-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .pop-option-tab-divs {
    width: 100%;
  }

  .corner-icons.top-left {
    width: 24px;
    top: .5rem;
    left: .5rem;
  }

  .corner-icons.bottom-right {
    bottom: 1rem;
    right: 1rem;
  }

  .corner-icons.top-right {
    width: 24px;
    top: .5rem;
    right: .5rem;
  }

  .corner-icons.bottom-left {
    bottom: 1rem;
    left: 1rem;
  }

  .popper-content-div {
    max-width: none;
  }

  ._2d-popout-div-holder {
    max-width: 400px;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .blanca-logo {
    padding-bottom: .5rem;
  }

  .casa-logo {
    padding-top: .5rem;
    top: 1rem;
  }

  .product-page-accordion-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .body-section-draggable {
    background-color: #c9d1da;
  }

  .shop-all-product {
    width: 100%;
    max-width: none;
    position: static;
  }

  .popout-main-box.center-menu {
    width: 80vw;
    max-width: none;
  }

  .bottom-footer-div {
    height: auto;
    max-height: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
  }

  .popout-info-div {
    width: 100%;
  }

  .popout-top-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .star-for-favorite {
    width: 12px;
    height: 12px;
  }

  .cart-icon {
    height: 20px;
  }

  .top-navi-grid {
    flex-flow: row;
  }

  .top-nav-div {
    max-height: none;
    overflow: hidden;
  }

  .buttons-holder {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .product-collection-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .top-logo-image {
    max-height: 24px;
  }

  .marquee_wrapper-2 {
    width: 100vw;
  }

  .footer-holder {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .looper-link.marquee_item-2 {
    max-width: none;
  }

  .shopify-button-div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-top-info-div {
    border-bottom-color: #cfcfcf;
  }

  .small-lb-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 240px;
    height: 100%;
  }

  .product-left-div {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 2rem;
    position: relative;
    top: 0;
  }

  .product-images-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom: 1px solid #cfcfcf;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 58vh;
    overflow: auto;
  }

  .product-title-and-price-div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-atc-div {
    max-width: none;
    position: relative;
    top: 0;
  }

  .product-description-div {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lb-image {
    object-fit: contain;
    height: 58vh;
  }

  .product-full-div {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

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

@media screen and (max-width: 767px) {
  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faqs-v2 {
    grid-row-gap: 26px;
  }

  .accordion-title {
    font-size: 20px;
  }

  .preloader-side-div {
    width: 110px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .product-detailed-features-2 {
    display: block;
  }

  .product-page-accordion-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-1-column.faqs-grid---column {
    grid-row-gap: 26px;
    grid-row-gap: 26px;
  }

  .pop-box {
    max-width: 400px;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .unavailable-button {
    max-width: 180px;
    font-size: 14px;
  }

  .product-main-complete-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-main-complete-div.product-page {
    grid-template-columns: 1fr;
  }

  ._2d-popout-info-text-div-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .preloader-content-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    width: 100%;
    padding: 4rem 2rem;
  }

  .vrados-home-logo-image {
    width: 300px;
    padding-bottom: 1rem;
  }

  .accordion-tab-button-3 {
    width: auto;
  }

  .product-accordion-question-2 {
    font-size: 20px;
  }

  ._3d-product-div {
    min-width: auto;
    height: 300px;
  }

  .is-in-stock-box-2 {
    display: block;
  }

  .pop-title-div {
    padding-bottom: 0;
  }

  .preloader-title-div {
    max-width: none;
  }

  .product-page-accordion-2 {
    width: 100%;
    overflow: visible;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.main {
    padding: 1rem;
  }

  .features-title-bold {
    display: block;
  }

  .product-title {
    letter-spacing: 4px;
    line-height: 24px;
  }

  .product-title.collection-left {
    font-size: 18px;
    line-height: 24px;
  }

  .homey-page-button-div-flex {
    flex-direction: column;
    width: 50%;
    min-width: auto;
  }

  .klayvio-signup {
    max-width: 320px;
  }

  ._2d-add-to-cart-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .glowdot {
    margin-bottom: 1rem;
  }

  ._2d-popout-info-text-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: auto;
  }

  .map-contain {
    font-size: 1.8vw;
  }

  .pop-option-tab-divs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .corner-icons.top-left, .corner-icons.top-right {
    width: 18px;
  }

  ._2d-popout-div-holder {
    width: 80%;
    padding: 2rem;
  }

  .blanca-logo, .casa-logo {
    max-width: 120px;
  }

  .product-page-accordion-4 {
    width: 100%;
    overflow: visible;
  }

  .learn-more-tab {
    display: block;
  }

  .shop-all-product {
    min-width: auto;
  }

  .popout-main-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .favorite-star-link-div {
    padding: 1rem;
    top: 0;
  }

  .bottom-footer-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-prod-price {
    font-size: 12px;
  }

  .popout-info-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .popout-top-div {
    padding-bottom: 0;
  }

  .top-navi-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .top-nav-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .buttons-holder {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .product-collection-grid, .shopify-button-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-lb-div {
    width: 50%;
    max-width: none;
  }

  .product-left-div {
    padding-left: 0;
    padding-right: 1rem;
  }

  .product-title-and-price-div, .product-description-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lookbook-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .pricing-flex-box-2 {
    flex-direction: row;
    align-items: center;
  }

  .enter-store-button {
    text-align: center;
    width: 100%;
    font-weight: 600;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .preloader-side-div {
    width: 58px;
  }

  .product-accordion-answer-2 {
    overflow-wrap: anywhere;
    align-self: center;
    padding-right: 0%;
  }

  .accordion-header {
    max-width: 350px;
  }

  .preloader-menu {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .product-page-accordion-3 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .homepage-preloader-video {
    background-image: radial-gradient(circle, rgba(255, 255, 255, .58), rgba(0, 0, 0, .68) 1%, rgba(0, 0, 0, .95) 93%);
  }

  .homepage-preloader-video.v-home-page-video {
    position: absolute;
  }

  .homepage-title {
    width: auto;
    max-width: none;
    font-size: 85px;
    line-height: 85px;
  }

  .pop-box {
    width: 85%;
    overflow: scroll;
  }

  .product-main-complete-div {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  ._2d-popout-info-text-div-2 {
    flex-wrap: nowrap;
  }

  .in-stock-box-div {
    max-width: none;
  }

  .preloader-content-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    padding: 4rem 2rem;
  }

  .preloader-content-div.homepage-preloader {
    z-index: 2;
    position: relative;
  }

  .x-closer {
    top: .5rem;
    right: .5rem;
  }

  .vrados-home-logo-image {
    width: 250px;
  }

  .accordion-tab-button-3 {
    width: 100%;
    margin-left: 0;
  }

  .accordion-pane-content-3 {
    width: 100%;
  }

  .product-accordion-question-2 {
    letter-spacing: 1.8px;
    width: 100%;
    padding-left: 0;
    font-size: 18px;
  }

  .is-in-stock-box-2 {
    line-height: 26px;
  }

  .product-description-main-div {
    width: 100%;
    min-width: auto;
    position: relative;
  }

  .product-title {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .homey-page-button-div-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    max-width: 300px;
  }

  .glowdot {
    max-width: 70px;
    padding-left: .5rem;
  }

  ._2d-popout-info-text-div {
    flex-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  ._2d-popout-learn-more-text-link {
    padding-top: 2rem;
  }

  .map-contain {
    font-size: 2.2vw;
  }

  .pop-option-tab-divs {
    flex-wrap: nowrap;
  }

  ._2d-popout-product-description {
    font-size: 16px;
  }

  ._2d-popout-div-holder {
    width: 80%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._2d-menu-closer-div {
    top: .5rem;
    right: .5rem;
  }

  .tour-embed-div {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dreamworld-embed {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .nav-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .popout-info-div {
    flex-wrap: nowrap;
  }

  .footer-grid {
    align-content: center;
    justify-content: center;
  }

  .footer-holder {
    justify-content: flex-start;
    align-items: center;
  }

  .accordion-header-2 {
    max-width: 350px;
  }
}

#w-node-f2428943-86e8-9610-7fe6-075ced495af1-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495af3-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495af5-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495af7-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495af9-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495afb-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495afd-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495aff-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b01-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b03-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b05-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b07-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b09-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b0b-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b0d-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b0f-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b11-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b13-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b15-ed495aed, #w-node-f2428943-86e8-9610-7fe6-075ced495b17-ed495aed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ff951a0-7c17-443b-9961-37fac59477da-bcf7e97a {
  justify-self: start;
}

#w-node-_5ff951a0-7c17-443b-9961-37fac59477dd-bcf7e97a {
  justify-self: center;
}

#w-node-_5ff951a0-7c17-443b-9961-37fac59477de-bcf7e97a {
  justify-self: start;
}

#w-node-_5ff951a0-7c17-443b-9961-37fac59477e1-bcf7e97a {
  justify-self: center;
}

#w-node-_5ff951a0-7c17-443b-9961-37fac59477e4-bcf7e97a, #w-node-_5ff951a0-7c17-443b-9961-37fac59477e7-bcf7e97a {
  justify-self: end;
}

#w-node-_9325f7fa-a597-1a27-eb44-98e17a80d592-e6a11969 {
  align-self: start;
  justify-self: start;
}

#w-node-_9325f7fa-a597-1a27-eb44-98e17a80d5d2-e6a11969 {
  align-self: start;
  justify-self: center;
}

#w-node-_9325f7fa-a597-1a27-eb44-98e17a80d5e4-e6a11969 {
  align-self: start;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9325f7fa-a597-1a27-eb44-98e17a80d5d2-e6a11969 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9325f7fa-a597-1a27-eb44-98e17a80d5dc-e6a11969, #w-node-_9325f7fa-a597-1a27-eb44-98e17a80d5de-e6a11969, #w-node-_9325f7fa-a597-1a27-eb44-98e17a80d5e0-e6a11969, #w-node-_9325f7fa-a597-1a27-eb44-98e17a80d5e2-e6a11969 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_9325f7fa-a597-1a27-eb44-98e17a80d5e4-e6a11969 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


