:root {
  --marevo-color-lines: #D7D7D7;
  --marevo-color-borders: #2D2C2C;
  --marevo-color-border-active: #2D2C2C;
  --marevo-color-text: #2D2C2C;
  --marevo-color-price: #757575;
  --marevo-color-amount: #2D2C2C;
  --marevo-color-bgrd-site: #697464;
  --marevo-color-bgrd-active: #121d0c12;
  --marevo-color-bgrd-btn-order: #B8B28D;
  --marevo-color-bgrd-canvas-btn: #2D2C2C;
  --marevo-color-bgrd-canvas-btn-hover: #5e5b5b;
  --marevo-color-bgrd-btn: #B8B28D;
  --marevo-color-bgrd-btn-hover: #575442;
  --marevo-color-bgrd-btn-disabled: #c4bd96;
  --marevo-color-bgrd-menu: #ffffff;
  --marevo-color-bgrd-canvas: #ecedeb;
  --marevo-color-bgrd-checkbox: #D9D9D9;

  --marevo-color-btn-line-active: #414141;
  --marevo-color-btn-line: #A6A6A6;

  --marevo-menu-width: 398px;
  --marevo-canvas-height-mobile: 40svh;
  --marevo-header-height: 0px;
  --marevo-header-height-mobile: 0px;

  --marevo-ui-ar: url("../src/ar-ui-icons/ar.svg");
  --marevo-ui-share: url("../src/ar-ui-icons/share.svg");
  --marevo-ui-fullscreen: url("../src/ar-ui-icons/full_screen.svg");
  --marevo-ui-cart: url("../src/ar-ui-icons/cart.svg");
}

/*! TEMP */
/* #temp-site-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  height: var(--marevo-header-height);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background-color: #6e976a;

  background-image: url(../src/index/GbrioHeader.png);
  background-repeat: no-repeat;
  background-position: center;
} */

@media only screen and (max-width: 778px), (orientation: portrait) {
  /* #temp-site-header {
    height: var(--marevo-header-height-mobile);
  } */
}

/*! **** */

body,
html {
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  /* font-family: "Instrument Sans", sans-serif; */
  font-family: "Anybody", sans-serif;
}

.product-type-3dmodel * {
  box-sizing: border-box;
  /* font-family: "Instrument Sans", sans-serif; */
  font-family: "Anybody", sans-serif;
}

.product-type-3dmodel {
  position: relative;
  height: calc(100svh - var(--marevo-header-height));
  overflow-y: hidden;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .product-type-3dmodel {
    height: calc(100svh - var(--marevo-header-height-mobile));
    /* overflow-y: auto; */
    overflow-x: hidden;
  }
}

.popup-open {
  overflow: hidden;
}

.summary_container.popup-open {
  margin-right: 0;
}

#tbl-instr-icons-img-1 {
  content: url("../src/ar-ui-icons/left-click.svg");
}

#tbl-instr-icons-img-2 {
  content: url("../src/ar-ui-icons/plus.svg");
}

#tbl-instr-icons-img-3 {
  content: url("../src/ar-ui-icons/scroll.svg");
}

#canvas-btn-icon-ar-img {
  content: var(--marevo-ui-ar);
}

#canvas-btn-icon-share-img {
  content: var(--marevo-ui-share);
}

.canvas-btn-hider img {
  min-width: 90%;
  min-height: 90%;
  content: var(--marevo-ui-fullscreen);
}

#ar_button_order__img {
  content: var(--marevo-ui-cart);
}

.tbl-info-sharing-ico img {
  width: 16px;
  height: 16px;
  content: url("../src/ar-ui-icons/share.svg");
}

#canvas-btn-icon-img-outside {
  content: url("../src/ar-ui-icons/outside.png");
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#canvas-btn-icon-img-inside {
  content: url("../src/ar-ui-icons/inside.png");
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbl-info-close img {
  width: 100%;
  height: 100%;
  content: url("../src/ar-ui-icons/cross.svg");
}

.viewer-loader {
  position: absolute;
  display: flex;
  width: 256px;
  height: 256px;
  top: 50svh;
  left: 344px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 2
}

.viewer-loader img {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  object-fit: contain
}

.viewer-loader-img {
  width: 100%;
  height: 100%
}

.ar_filter,
.ar_filter .option,
.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled .image {
  position: relative;
}

.ar_filter .ar_filter_group .ar_filter_options .option.disabled *,
.ar_filter .ar_filter_group .ar_filter_options .option.disabled_always *,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always {
  cursor: auto;
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled .image,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled .component_title,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always .image,
.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled_always .component_title,
.ar_filter .option.disabled_always,
.ar_filter .option.disabled,
.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled .image {
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_options.closed,
.ar_filter .ar_filter_group .ar_filter_options.type_dropdown .option,
.ar_filter .ar_filter_group .ar_filter_options .option.hidden,
.ar_filter .ar_filter_group .ar_filter_options .option.hide_when_disabled.disabled,
.ar_filter .ar_filter_group .ar_filter_options .option.hide_when_disabled.disabled_always,
.ar_filter .ar_filter_group .ar_filter_inputs.type_range .option,
.hidden_option,
.ar_filter .ar_filter_group.disabled,
.ar_filter .ar_filter_group.disabled_always,
.ar_result_container #ar-currency {
  display: none;
}

.ar_conf_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  position: relative;
  height: calc(100svh - var(--marevo-header-height));

  background-color: var(--marevo-color-bgrd-site, #ffffff);
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_conf_container {
    flex-direction: column;
    width: 100%;
    height: calc(100svh - var(--marevo-header-height-mobile) + 10px);
  }
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.disabled {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled.invisible {
  display: none;
}

.ar_model_viewer {
  display: flex;
  flex: 1;
  position: relative;
  background-color: white;
  /* margin: 0 10px 10px 10px; */
  margin-right: 10px;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_model_viewer {
    margin: 0;
    max-height: var(--marevo-canvas-height-mobile, 40svh);
  }
}

.ar_model_viewer.wide {
  width: 100%;
  margin-right: 0;
}

.ar_model_viewer canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.summary_container {
  display: flex;
  flex-direction: column;
  width: var(--marevo-menu-width);
  padding: 0;
  /* margin: 0 10px 10px 0; */
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .summary_container {
    height: calc(100svh - var(--marevo-canvas-height-mobile) - var(--marevo-header-height-mobile));
    width: 100%;
  }
}

.summary_wrapper {
  margin: 0;
  background-color: var(--marevo-color-bgrd-menu);
  flex-grow: 1;
  overflow: auto;
  padding: 5px;
  padding-right: 0;
}

.summary_wrapper_inner {
  flex-grow: 1;
  overflow-x: hidden;
  width: calc(var(--marevo-menu-width) - 5px);
  height: 100%;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .summary_wrapper_inner {
    width: 100%;
  }
}

.summary_wrapper_inner::-webkit-scrollbar {
  width: 5px;
}

.summary_wrapper_inner::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 5px;
}

.summary_wrapper_inner::-webkit-scrollbar-thumb:hover {
  background: var(--marevo-color-bgrd-btn, #A7A7A7);
}

.summary.entry-summary {
  position: relative;
  width: 100%;
  padding: 0 20px 0 20px;

  transition: all .3s;
  user-select: none;
}

.summary.entry-summary .product_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;

  margin-bottom: 40px;
  text-align: justify;
}

.ar_filter,
.ar_summary {
  position: relative;
  color: var(--marevo-color-text, #000000);
}

.ar_filter .ar_filter_group {
  margin-bottom: 32px;
  padding-top: 5px;

  display: none;
}

.ar_filter .ar_filter_group.active {
  display: block;
}

.ar_filter .ar_filter_group.hidden {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_header {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;

  /* ! just for this project */
  cursor: auto;
  pointer-events: none;
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_number {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.ar_filter .ar_filter_group .ar_filter_caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  width: 45%;
  margin-left: 0;
  margin-right: auto;

  transition: all .3s;
}

.ar_filter .ar_filter_group .ar_filter_options_result {
  display: flex;
  flex-direction: column;
  /* border-bottom: 1px solid #121C0C33; */
  /* margin-bottom: 32px; */
}

.ar_filter .ar_filter_group .ar_filter_options_result_caption {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options_result_item {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options_result_name2 {
  width: 100%;

  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;

  transition: all .3s;
}

.ar_filter .ar_filter_group .ar_filter_options_result_name {
  color: var(--colors-black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;

  transition: all .3s;
}

.ar_filter .ar_filter_group .ar_filter_options_result_price {
  color: var(--colors-main, #8B7E6D);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option:hover .image {
  box-shadow: 0 0 6px 0 var(--marevo-color-bgrd-site);
}

.ar_buy_container div {
  transition: box-shadow 0.3s ease;
}

.ar_buy_container .ar_share-btn:hover {
  box-shadow: 0 0 8px 0 var(--marevo-color-bgrd-site);
}

.ar_buy_container .ar_buy-btn:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 18px;
  width: 100%;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 18px;
  width: 100%;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 3px;
  margin-bottom: 0;

  transition: box-shadow 0.3s ease;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image .image-color {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image .image-color::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: 44px 44px;
  background-repeat: no-repeat;
  background-position: center;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 47%,
    rgba(255, 255, 255, 0.70) 50%,
    rgba(255, 255, 255, 0.20) 53%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_filter .ar_filter_group .ar_filter_options.type_select .option .image {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    padding: 2px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select .option .image .image-color::before {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-size: 38px 38px;
  }
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.active {
  cursor: auto;
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option .image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--marevo-color-bgrd-checkbox, #8B7E6D);
  transition: all .3s ease;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option .image {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
  }
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option:hover .image {
  box-shadow: none;
  transform: scale(1.5);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option .image img {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option .image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  border-radius: 0;
  background-color: var(--marevo-color-bgrd-checkbox, #8B7E6D);
  transition: all .3s ease;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option:hover .image {
  box-shadow: none;
  transform: scale(1.3);
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option .image {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
  }
  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option:hover .image {
    transform: scale(1);
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option:hover .image {
    transform: scale(1);
  }
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option .image img {
  display: none;
}


.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.active {
  cursor: pointer;
  pointer-events: all;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.active .image {
  border: 1px solid var(--marevo-color-border-active, #000000);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option.active .image {
  border: none;
  content: '';
  background-image: url("../src/ar-ui-icons/radio.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.active .image {
  border: none;
  content: '';
  background-image: url("../src/ar-ui-icons/check.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option .component_title {
  font-weight: 500;
  font-size: 13px;
  color: var(--marevo-color-text, #000000);
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}


.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option .component_price {
  font-weight: 400;
  font-size: 11.5px;
  margin-top: 4px;
  text-align: left;
  color: var(var(--marevo-color-price), #000000);
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option.active .image {
    background-size: 14px 14px;
    width: 16px;
    height: 16px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.active .image {
    background-size: 14px 14px;
    width: 16px;
    height: 16px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option .component_title {
    font-size: 12px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option .component_price {
    font-size: 8px;
  }
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .component_title {
  font-weight: 500;
  font-size: 14px;
  color: var(--marevo-color-text, #000000);
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .component_price {
  font-weight: 400;
  font-size: 10px;
  text-align: left;
  color: var(var(--marevo-color-price), #000000);
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_filter .ar_filter_group .ar_filter_options.type_select .option .component_title {
    font-size: 12px;
    margin-left: 10px;
  }

  .ar_filter .ar_filter_group .ar_filter_options.type_select .option .component_price {
    font-size: 8px;
  }
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title {
  gap: 0;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, auto));
  justify-content: center;
  gap: 6px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  width: 74px;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .component_title {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image .image-color {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgb(224, 224, 224);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.active .image {
  border: 2px solid var(--marevo-color-border-active, #000000);
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option.active .image::before {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image-loupe {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image-loupe {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 6px;
  width: 24px;
  height: 24px;

  cursor: help;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_title .option .image-loupe img {
  width: 100%;
  height: 100%;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image-info {
  display: block;
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 18px;
  height: 18px;

  cursor: help;
  pointer-events: all;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option .image-info img {
  width: 100%;
  height: 100%;
}


.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled .image::before {
  content: url("../src/ar-ui-icons/lock.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option.disabled .image::before {
  content: '';
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select.type_select_no_photo .option.disabled {
  opacity: 0.4;
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled .image::before {
  content: '';
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_checkbox .option.disabled {
  opacity: 0.4;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled_always.hidden {
  position: relative;
  pointer-events: none;
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled_always .image {
  position: relative;
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled_always .image::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  pointer-events: none
}

.ar_filter .ar_filter_group .ar_filter_options.type_select .option.disabled_always .image::before {
  content: '';
  background-image: url("../src/ar-ui-icons/lock.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none
}

.ar_filter .ar_filter_group.no_picture_custom2 .ar_filter_caption {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.ar_filter .ar_filter_group.no_picture_custom2 .ar_filter_header {
  margin-bottom: 6px;
}

.ar_filter .ar_filter_group.no_picture_custom2 .ar_filter_options_result {
  display: none;
}



.ar_summary .ar_summary_caption {
  color: var(--colors-main, #9F8869);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-bottom: 16px;
}

.ar_summary .ar_summary_list {
  display: flex;
  flex-direction: column;

  margin-top: 30px;
  /* border-bottom: 1px solid #CDCDCD; */
  /* padding-bottom: 16px; */
}

.ar_summary .ar_summary_list .ar_summary_list_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.ar_summary .ar_summary_list .ar_summary_list_item.disabled {
  display: none;
}

.ar_summary .ar_summary_list .ar_summary_list_item.hidden {
  display: none;
}

.ar_summary .ar_summary_list .ar_summary_list_item.disabled_always {
  display: none;
}

.ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_group {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_group {
    font-size: 13px;
  }
}

.ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_components {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_components .ar_summary_list_components_component {
  display: flex;
  justify-content: space-between
}

.ar_summary_list_components_component_title {
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_summary_list_components_component_title {
    font-size: 12px;
  }
}

.ar_summary .ar_summary_list .ar_summary_list_item .ar_summary_list_components .ar_summary_list_components_component .ar_summary_list_components_component_price {
  color: var(--colors-main, #333);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.ar_summary.total_amount {
  box-sizing: border-box;
  display: flex;
  height: 77px;
  border-bottom: 3px solid rgb(139, 126, 109);
  justify-content: space-between;
  margin-bottom: 32px;

  display: none;
}

.ar_summary.total_amount-title {
  margin: auto 0;
  font-weight: 700;
  font-size: 18px;
}

.ar_summary.total_amount-price {
  margin: auto 0;
  font-weight: 700;
  font-size: 18px;
  color: var(--colors-main, #333);
  text-align: end;
}

.ar_summary hr {
  border: none;
  border-top: 1px solid #636363;
  margin: 16px 0 0 0;
}

.ar_summary_email {
  position: relative;
  background: #2D2C2C;
  width: 100%;
  padding: 20px;
  padding-bottom: 25px;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.ar_summary.email-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.ar_summary span{
  color: #fff;
}

.ar_summary.close-btn {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 14px;
  z-index: 10;
}

.ar_summary.content-block{
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;

}

.ar_summary.custom-input {
  width: 100%;
  height: 35px;
  background: #484848; 
  border: none;
  border-radius: 1px;
  padding: 0 16px;
  color: #fff;
  box-sizing: border-box;
  outline: none;
}

#form_phone {
  width: 100%;
}

.ar_summary.send-btn {
  color: #B8B28D; 
  border: none; 
  padding: 3px 4px;
  cursor: pointer;
  transition: background 0.2s;
  box-sizing: border-box;
  width: fit-content;
  border-top: solid;
  border-bottom: solid;
}

.ar_summary.contact-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 12px;
}

.ar_summary.icon-btn {
  font-size: 12px;
  background: #333232;
  color: #fff;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
  outline: none;
  box-sizing: border-box;
  gap: 5px;
  padding: 12px 15px;
  width: auto;
  justify-content: center;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_summary.icon-btn {
    font-size: 10px;
    /* width: 88px; */
  }
}

.ar_summary.icon-btn:hover {
  background: #444343;
}

.icon-btn .icon-btn {
  display: flex;
  align-items: center;
}

.ar_summary.icon-btn .label-btn {
  font-weight: 400;
}

.ar_buy_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 19px 25px 10px;
  margin-bottom: 0;
  margin-top: auto;
  user-select: none;
  background-color: var(--marevo-color-bgrd-menu);
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_buy_container {
    padding: 10px 30px;
  }
}

.ar_buy_container .price_description {
  align-self: flex-end;
  font-weight: 400;
  font-size: 10px;
}

.ar_buy_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 600;
  font-size: 21px;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_buy_wrapper {
    font-size: 16px;
  }
}

.summary_container .menu_line {
  height: 1px;
  width: calc(100% - 4px);
  margin-left: 2px;
  margin-top: 10px;
  border-bottom: 1px solid var(--marevo-color-lines, #000000);
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .summary_container .menu_line.long {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.ar_buy_container .ar_total_amount-price {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: var(--marevo-color-amount, #000000);
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_buy_container .ar_total_amount-price {
    font-size: 16px;
  } 
}

.ar_nav_container {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--marevo-color-bgrd-menu);
  padding: 0 20px 28px;
}

.ar_nav_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_nav_wrapper {
    padding-top: 16px;
  }
}


.ar_nav_container .nav_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 84px;
  cursor: pointer;
  background-color: var(--marevo-color-bgrd-btn, #333);
  font-weight: 500;
  font-size: 14px;
  color: white;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  transition: all .3s ease;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_nav_container .nav_btn {
    height: 30px;
    width: 75px;
    font-size: 13px;
  }
}


.ar_nav_container .nav_btn.disabled {
  pointer-events: none;
  opacity: 0.2;
  color: #202020;
  cursor: default;
  background-color: var(--marevo-color-bgrd-btn-disabled, #333);
}

.ar_nav_container .group_title {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #838383;
  padding: 0;
}

.ar_nav_container .nav_btn:hover {
  background-color: var(--marevo-color-bgrd-btn-hover, #333);
}


@media only screen and (max-width: 778px), (orientation: portrait) {
  .ar_nav_container .group_title {
    font-size: 12px;
  }
}


.ar_buy_container .ar_buy-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 256px;
  height: 56px;

  border-radius: 64px;
  background-color: var(--marevo-color-bgrd-btn-order, #333);

  cursor: pointer;
}

.ar_buy-btn .ar_button_order__caption {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 28.69px;
}

.ar_buy-btn .ar_button_order__image img {
  margin-right: 28.69px;
}

.ar_price {
  content: 'Subtootal';
  color: var(--colors-black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--colors-main-dark, #8B7E6D);
  padding-bottom: 16px;
  margin-bottom: 32px
}

.ar_price .ar_price_amount {
  color: var(--colors-main-dark, #8B7E6D);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-grow: 1
}

#ar-currency_code {
  display: none
}

#ar-locale {
  display: none
}

.ar_price .currency_symbol {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_group_toggle {
  display: none;
}

.ar_filter .ar_filter_group .ar_filter_group_toggle.invisible {
  transform: rotateX(0);
}

.canvas-btn_container {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 1;
}

.canvas-btn {
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  background-color: var(--marevo-color-bgrd-canvas-btn, #333);

  transition: .3s ease;
}

.canvas-btn img {
  width: 18px;
  height: 18px;
}

.canvas-btn-text {
  font-weight: 400;
  font-size: 10px;
  color: white;
  margin-left: 4px;

  transition: .3s ease;
}

.canvas-btn:hover {
  background-color: var(--marevo-color-bgrd-canvas-btn-hover, #333);
  transform: scale(1.2);
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .canvas-btn_container {
    top: 10px;
    gap: 12px;
  }

  .canvas-btn {
    width: 60px;
    height: 21px;
  }

  .canvas-btn img {
    width: 10px;
    height: 10px;
  }

  .canvas-btn-text {
    font-size: 8px;
    margin-left: 4px;
  }

  .canvas-btn:hover {
    transform: scale(1);
  }
}


.canvas-btn-hider {
  position: absolute;
  right: 24px;
  width: 28px;
  top: auto;
  bottom: 28px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: .3s ease;
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .canvas-btn-hider {
    display: none;
  }
}

.canvas-btn-hider img {
  width: 16px;
  height: 16px;
}

.canvas-btn-hider:hover {
  background-color: transparent;
  transform: scale(1.5);
}


.canvas-btn-nav_container {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 1;
}

.canvas-btn-nav {
  position: relative;
  display: flex;
  /* cursor: pointer; */
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 21px;
  background-color: transparent;
  border-bottom: 3px solid var(--marevo-color-btn-line, #333);
  transition: .3s ease;
  user-select: none;
}

.canvas-btn-nav.active {
  border-bottom: 3px solid var(--marevo-color-btn-line-active, #333);
  pointer-events: none;
  cursor: auto;
}

.canvas-btn-nav-text {
  font-weight: 400;
  font-size: 11px;
  color: var(--marevo-color-text, #333);
  margin-left: 4px;

  transition: .3s ease;
}

.canvas-btn-nav.active .canvas-btn-nav-text {
  font-weight: 600;
}

.canvas-btn-nav:hover .canvas-btn-nav-text {
  /* transform: scale(1.2); */
}

@media only screen and (max-width: 778px), (orientation: portrait) {
  .canvas-btn-nav_container {
    bottom: 4px;
  }

  .canvas-btn-nav {
    width: 50px;
    height: 21px;
    border-bottom: 2px solid var(--marevo-color-btn-line, #333);
  }

  .canvas-btn-nav-text {
    font-size: 8px;
  }

  .canvas-btn-nav.active {
    border-bottom: 2px solid var(--marevo-color-btn-line-active, #333);
  }
}

.tbl-info {
  display: none;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, .4);
  backdrop-filter: blur(1px);
}

.tbl-info.active {
  display: flex;
  transition: .3s ease;
  z-index: 2000000000;
}

.tbl-info * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tbl-info-item {
  display: none;

  justify-content: center;
  text-align: center;
}

.tbl-info-item.active {
  display: flex;
}

.tbl-info-item-qr {
  width: 396px;
}

.tbl-info-item-loupe {
  width: 396px;
  margin: 0 74px;
}

.tbl-info-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 40px 22px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 36px 80px 0px #00000026;
  width: min(350px, 90%);
}

.tbl-info-sharing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tbl-info-sharing-title,
.tbl-qr-title,
.tbl-loupe-title {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.tbl-info-sharing-window {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.tbl-info-sharing-window input {
  outline: none;
  width: 100%;
  height: 52px;
  padding-left: 14px;
  padding-right: 19px;
  /* border-radius: 10px 0 0 10px; */
  border: 1px solid #C3C3C3;
  border-right: 0;
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.4%;
}

.tbl-info-sharing-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 52px;
  height: 52px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  background: var(--marevo-color-bgrd-site, #90b189);
  margin-left: -10px;

  transition: .3s ease;
}

.tbl-info-sharing-ico:hover {
  filter: drop-shadow(var(--marevo-color-bgrd-site) 0 0 4px);
}

.tbl-qr,
.tbl-loupe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tbl-qr-title,
.tbl-loupe-title {
  margin-bottom: 8px;
}

.tbl-qr-text,
.tbl-loupe-text {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 20px;

  text-align: justify;
}

.tbl-qr-img {
  width: 200px;
  background-color: #fff;
  border: 1px solid var(--marevo-color-borders, #000000);
  /* border-radius: 7px; */
  overflow: hidden;
}

.tbl-qr-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tbl-loupe-img {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
}

.tbl-loupe-img img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.tbl-info-close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 10px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

  transition: .3s ease;
}

.tbl-info-close:hover {
  transform: rotate(180deg) scale(1.2);
}

.tbl-info-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}

.ar_order_comment_caption {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #333
}

.ar_order_comment_text {
  width: 100%
}

textarea[name="ar_order_comment"] {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto
}

.ar_result_container button.disabled {
  opacity: 0.5;
}

.ar_result_container button.disabled_always {
  opacity: 0.5;
}

/* ************** WEBFLOW ***************** */

.webflow_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
}

.webflow_overlay.active {
  display: block;
}

.webflow_content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  height: 100%;
  width: 100%;
  padding: 40px;
  text-align: center;
}

.webflow_overlay button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.flex1 {
  flex: 1
}

.btn {
  position: relative;
  background: #697464;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  border: 1px solid #697464;
  box-shadow: none;
  padding: 20px 30px;
  transition: all .3s ease;
  outline: none;
  cursor: pointer
}

.btn:hover,
.btn:active {
  color: #697464;
  background: #fff;
  text-decoration: none;
  outline: none
}

.btn-secondary {
  background: #fff;
  color: #697464
}

.btn-secondary:hover,
.btn-secondary:active {
  color: #fff;
  background: #697464;
  text-decoration: none;
  outline: none
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 13px;
  }
}


.close-icon {
  content: url("../src/ar-ui-icons/close.svg");
  height: 20px;
  cursor: pointer;
}



/* *********  AR  ********* */

#ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: 2s ease-in-out 0s infinite alternate none running elongate;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: elongate;

  display: none;
}

@keyframes elongate {
  from {
    transform: translateX(100px)
  }

  to {
    transform: translateX(-100px)
  }
}

@keyframes circle {
  from {
    transform: translateX(-50%)rotate(0deg)translateX(50px)rotate(0deg)
  }

  to {
    transform: translateX(-50%)rotate(360deg)translateX(50px)rotate(-360deg)
  }
}

#ar-prompt>img {
  animation: circle 4s linear infinite;
}

model-viewer {
  width: 100%;
  height: 100%
}




/* *********  GUI  ********* */

#gui-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
}

#gui-container .main {
  height: calc(100% - 20px) !important;
  width: 385px !important;
}

#gui-container .cr.function {
  background-color: #c4c3c3;
  color: #494949;
  text-align: center;
}

#gui-container ul li:nth-child(2) {
  background-color: #24571f !important;
  color: #ffffff !important;

}

#gui-container ul li:nth-child(2n) {
  margin-bottom: 2px;
}

#gui-container .cr.color .property-name {
  width: 60%;
}

#gui-container .cr.color .c {
  width: 40%;
}

#gui-container .close-button.close-bottom {
  background-color: darkred;
}

.gui_prompt {
  display: flex;
  flex-direction: column;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: #d4c4af;
  box-shadow: 20px 10px 30px 0 rgba(3, 70, 70, 0.8);
}

.gui_prompt_text {
  font-size: 18px;
  padding: 10px 15px;
}

.gui_prompt_btn {
  font-size: 18px;
  height: 40px;
}

/* ---------------MAREVO LOADER ----------------- */

:root {
  --marevo-loader-cube-color: #697464;
}

.marevo_loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100svh;
  width: min(90%, 300px);
  font-weight: 400;
  text-align: center;
  color: var(--marevo-loader-cube-color);
}

.marevo_loader__logo {
  width: 256px;
  height: 256px;
  background-image: url("../src/index/GbrioLogo2.png");
  background-size: cover;
  margin-bottom: 20px;
}

.marevo_loader__title {
  font-size: 44px;
  margin-bottom: 60px;

  display: none;
}

.marevo_loader__text {
  font-size: 18px;
}

.marevo_loader__spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.marevo_loader__spinner .marevo_loader__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
  animation: bounce 1s ease-in-out infinite alternate;
}

.marevo_loader__circle.circle1 {
  background-color: var(--marevo-loader-cube-color);
  animation-delay: -0.4s;
}

.marevo_loader__circle.circle2 {
  background-color: var(--marevo-loader-cube-color);
  animation-delay: -0.3s;
}

.marevo_loader__circle.circle3 {
  background-color: var(--marevo-loader-cube-color);
  animation-delay: -0.2s;
}

.marevo_loader__circle.circle4 {
  background-color: var(--marevo-loader-cube-color);
  animation-delay: -0.1s;
}

.marevo_loader__circle.circle5 {
  background-color: var(--marevo-loader-cube-color);
}

@keyframes bounce {

  0%,
  25%,
  75%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@media only screen and (max-width: 665px),
only screen and (-webkit-device-pixel-ratio: 3) and (max-width: 1170px) {
  .marevo_loader__title {
    font-size: 32px;
  }

  .marevo_loader__text {
    font-size: 14px;
  }
}

.marevo_loader__cube_container {
  position: relative;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  transform: rotateX(-30deg);
  animation: animateD 8s linear infinite;
  text-align: center;
}

@keyframes animateD {
  0% {
    transform: rotateX(-15deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(-15deg) rotateY(-360deg);
  }
}

.marevo_loader__cube_container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.cube__outer {
  position: relative;
  width: 150px;
  height: 150px;
  transform-style: preserve-3d;
  animation: animateD2 5s ease-out infinite alternate;
}

@keyframes animateD2 {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(180deg) rotateY(-360deg);
  }
}

.cube__outer div {
  position: absolute;
  top: 35px;
  left: 0;
  width: 65%;
  height: 65%;
  transform-style: preserve-3d;
}

.cube__outer .cube__outer-face {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 124px;
  height: 124px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotateY(calc(90deg * var(--i))) translateZ(62px);
}

.cube__outer-face svg {
  width: 100%;
  height: 100%;
}

.cube__outer-face.top_side {
  transform: rotateX(90deg) translateZ(62px);
}

.cube__outer-face.bottom_side {
  transform: rotateX(90deg) translateZ(-62px);
}

.cube__inner {
  position: absolute;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  transform: rotateX(-30deg);
  animation: animateD3 1s ease-in-out infinite alternate;
}

@keyframes animateD3 {
  0% {
    transform: rotateX(-90deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(90deg) rotateY(45deg);
  }
}

.cube__inner div {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 28px;
  height: 28px;
  transform-style: preserve-3d;
}

.cube__inner div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: rotateY(calc(90deg * var(--i))) translateZ(14px);
  box-shadow: 0px 0px 7px var(--marevo-loader-cube-color);
  border: 1px solid var(--marevo-loader-cube-color);
}

.top1 {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transform: rotateX(90deg) translateZ(14px);
  box-shadow: 0px 0px 7px var(--marevo-loader-cube-color);
  border: 1px solid var(--marevo-loader-cube-color);
}

.top2 {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transform: rotateX(90deg) translateZ(-14px);
  box-shadow: 0px 0px 7px var(--marevo-loader-cube-color);
  border: 1px solid var(--marevo-loader-cube-color);
}

/* --------------------------------- */