* {
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  transition: all 200ms ease;
  font-family: 'Tw Cen MT Std';
}

a {
  color: inherit;
}

html {
  width: 100vw;
  /* Prevents the scrollbar from shifting the content to the left */
  overflow-x: hidden;
}

/* --- LAYOUT ---- */

main {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  /* max-width: 1200px; */
  margin: 0 auto;
}

main.is-review {
  height: 80vh;
}

.left {
  /* background-color: blue; */
  flex-grow: 1;
  overflow-y: hidden;
}

.left.loading {
  background: url('../img/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.right {
  display: flex;
  flex-direction: column;
  background-color: #F9F9F9;
  width: 32%;
  max-height: 100vh;
  max-width: 500px;
  height: 100dvh;
  overflow-y: hidden;
}

.viewer-area {
  /* background-color: green; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#r2u-viewer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* #r2u-viewer {
  width: 996px;
  height: 746px;
}

#r2u-viewer::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: url('../img/PUNOCUERONEGRO.png');
  opacity: 0.5;
  pointer-events: none;
} */

#r2u-viewer.screenshot {
  width: 1024px;
  height: 1024px;
  /* opacity: 0; */
}

/* --- NAVBAR ---- */
ul.navbar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(30px + 170px);
  margin: 0 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.navbar li {
  list-style: none;
  padding: 10px 10px;
  /* border-radius: 10px; */
  background: #F9F9F9;
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #CCCCCC;
  cursor: pointer;
  transform: scale(1.0);
}

.navbar li.disabled {
  background: #e7e7e7;
  color: #afafaf;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.navbar li:hover {
  transform: scale(1.1);
}

.navbar li.selected {
  /* background: linear-gradient(101.33deg, #7AACB6 6.86%, #E6A084 88.27%); */
  background: #000000;
  color: #ffffff;
  font-weight: 600;
}


/*
.navbar {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 0;
}

.navbar.is-review {
  display: none;
}

.right .navbar {
  display: none;
}

.nav-bar h4 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nav-buttons {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.nav-button {
  width: auto;
  height: 18px;
  cursor: pointer;
}

.nav-current {
  font-size: 12px;
  padding: 5px 20px;
  height: 22px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}*/

.ticket {
  position: absolute;
  width: 170px;
  bottom: -358px;
  left: 0;
  background: #ffffff;
  color: #000;
  padding: 15px 10px;
  text-align: left;
  border-top: 2px dotted #e3e3e3;
  font-size: 12px;
  line-height: 20px;
  margin-left: 30px;
  box-shadow: 0px 6px 10px -4px #00000055;
}

.ticket.is-review {
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto 60px;
}

.ticket:hover {
  bottom: 0;
}

.ticket hr {
  border-style: dashed none none none;
  border-width: 1px;
}

.ticket .items pre {
  margin: 4px 0;
}

.ticket .items br {
  content: " ";
  margin-top: -9px;
  display: block;
}

.ticket img {
  max-width: 150px;
}



/* --- SIDEBAR ---- */
.right .img-loading {
  width: 100px;
  margin: 20px auto 20px;
  flex-grow: 1;
  display: none;
}

.right.loading * {
  display: none;
}

.right.loading .img-loading {
  display: block;
}

.steps {
  flex-grow: 1;
  overflow-y: auto;
  padding-bottom: 85px;
}

.side-footer {
  text-align: center;
  padding: 20px 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9f9f9;
  box-shadow: 0px 0px 20px -9px #00000055;
}

button {
  border: none;
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 40px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  transform: scale(1.0);
}

#back-button {
  opacity: 1.0;
  background: #000000;
  height: 42px;
  padding: 5px 10px;
  cursor: pointer;
  transform: scale(1.0);
}

button:hover,
#back-button:hover,
#back-button:active {
  opacity: 1.0;
  transform: scale(1.1);
}

#next-button {
  height: 42px;
}

#next-button[disabled] {
  opacity: 0.3;
}


#summary-button {
  display: none;
  height: 42px;
  border: none;
  box-shadow: 0px 0px 11px -2px #00000030;
  padding: 8px 15px;
}


#summary-button img {
  width: 100%;
  height: 100%;
}

button.white {
  border: 2px solid #000;
  background-color: #FFF;
  color: #000;
}

.step {
  padding: 20px 30px;
  display: block;
}

.step h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.step h3 {
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 18px;
  color: #393939;
}

.step .menu {
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-auto-columns: minmax(200px, 50%);
}

.step .option {
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.step .option.visited::after {
  content: "\2713";
  position: absolute;
  right: -5px;
  top: -5px;
  background: linear-gradient(90deg, #7AACB6, #E6A084);
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 22px;
  border-radius: 100%;
  font-size: 12px;
}

@keyframes skeleton {
  100% {
    /* background-image: linear-gradient(45deg, rgba(156,156,156,0.3) 0%, rgba(255,255,255,0.4) 100%, rgba(255,255,255,0.4) 115%); */

    transform: translateX(100%);
  }
}

.option.loading::after {
  content: "Loading...";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  /* background: rgba(156, 156, 156, 0.3) url(../img/loading.svg); */
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(2px);
  /* background: linear-gradient(90deg, rgba(156, 156, 156, 0.3) 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 15%); */
  /* background-image: linear-gradient(45deg, rgba(156, 156, 156, 0.3) 0%, rgba(255, 255, 255, 0.4) 100%, rgba(255, 255, 255, 0.4) 115%); */
  /* animation: skeleton 2s infinite; */
  /* transform: translateX(-100%); */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}




.step .option img {
  min-height: 100px;
  max-height: 130px;
  background-color: #ffffff;
  max-width: 100%;
  border: 2px solid transparent;
  object-fit: contain;
  transform: scale(1.0);
  Border-radius: 4px;
  /* box-shadow: 1px 3px 10px -8px #00000055; */
}


.step .option:hover img {
  border: 2px solid #bbb;
  transform: scale(1.05);
}


.step .option.selected img {
  border: 2px solid #7AACB6;
  background-color: #ffffff;
}

.step .option span {
  display: block;
  color: #393939;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 13px;
  transition: none;
  margin-top: 5px;
}

.step .option.selected span {
  font-weight: bold;
}

/* --- TALLES -- */
.step.talles .menu {
  margin: 20px 20px 40px;
  padding: 0px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-auto-columns: min-content;
}

.step.talles .menu .option {
  cursor: pointer;
  text-align: center;
  overflow: visible;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 40px;
}

.step.talles .menu .option span {
  display: block;
  color: #393939;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}

.step.talles .menu .option.selected span {
  color: #000;
  font-style: normal;
  font-weight: 700;
}

.step.talles .menu .option.selected {
  border: 1px solid #000;
}

.step.talles a.guia-de-talles {
  color: #333;
  text-align: center;
  font-family: Arvo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  margin: 50px auto;
  display: block;
}

.step.talles p.obs {
  font-weight: 500;
  text-align: center;
}

/* -- ACCORDEON --*/
.accordeon {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

h3.accordeon-title {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px 15px 40px;
  background: #EDEDED;
  text-transform: none;
  cursor: pointer;
}

h3.accordeon-title::before {
  content: "\e5c5";
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 11px;
}

.accordeon-body {
  width: 100%;
  height: 0;
}

.accordeon.open .accordeon-body {
  height: 215px;
}

.accordeon-body img {
  max-width: 100%;
  height: auto;
}

/* ---- BORDADO ---*/
.bordado-form {
  margin: 10px 0 0;
}

#bordado-input {
  line-height: 50px;
  height: 50px;
  width: 100%;
  font-size: 25px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  border: 1px solid #000000;
  background: #ffffff;
  font-family: 'TW Cen MT';
}

#bordado-input i {
  font-family: 'Material Icons';
  font-style: normal;
  font-size: 18px;
}

.bordado-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.step[data-step="BORDADO"] button.white {
  font-size: 15px;
  padding: 8px 14px;
  border: 1px solid #000000;
  margin: 0px 5px 0;
  width: 50%;
  max-width: 132px;
}

.step[data-step="BORDADO"] button.white.selected {
  font-weight: bold;
  border: 2px solid #7AACB6;
  background-color: #000000;
  color: #ffffff;
}

img.bordado-button {
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #000000;
  background: #ffffff;
  margin: 10px 10px 10px 0px;
  cursor: pointer;
}

.warning {
  margin: 10px 0;
  padding: 15px 15px 15px 40px;
  background: #D9D9D9;
  font-size: 16px;
  position: relative;
}

.warning::before {
  content: " ";
  background: url(../img/info.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  margin: 15px 10px;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

.viewer-area .warning {
  position: absolute;
  left: calc(50% - 210px);
  top: calc(50vh - 39px);
  max-width: 434px;
  text-align: center;
  padding: 22px 50px;
  background: #efefef80;
  font-weight: 500;
  color: #000;
  backdrop-filter: blur(7px);
}

.viewer-area .warning::before {
  top: 11px;
}

.viewer-area .warning.tip {
  top: 20px;
  background: #efefef80;
}

.viewer-area .warning.tip::before {
  display: none;
}

img.example-bordado {
  margin-top: 20px;
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  border: 1px solid #d3d3d3;
}

p.bordado-caption {
  text-align: center;
  color: #393939;
  font-size: 14px;
}


/* --- REVIEW ---*/
main.is-review #r2u-viewer {
  /* background: linear-gradient(45deg, #e3c3b6, #ebebeb); */
  background: #efefef;
}

main.is-review .right {
  /* background: linear-gradient(0deg, #e8dbd6, #ebebeb); */
  background: #ffffff;
  height: 80dvh;
}

main.is-review .step.review {
  background: #fff;
  /* border-radius: 12px 0 0 12px; */
  display: flex;
  flex-grow: unset;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  align-items: flex-start;
}

.step.review h2 {
  font-size: 28px;
  margin: 10px 0 7px;
  text-transform: uppercase;
}

.step.review h4 {
  width: 100%;
  margin: 0 auto 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.image-preview {
  min-width: 200px;
  width: 80%;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 0;
}

.image-preview img.make-ideas-real {
  width: 100%;
  height: 28%;
  position: absolute;
  right: 0;
  top: 0;
  object-fit: contain;
  object-position: right;
}

.image-preview img.barcode {
  width: auto;
  height: 19%;
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  object-position: right;
}

.ar-container {
  text-align: center;
  width: 100%;
}

.ar-container h4 {
  font-weight: 700;
}

div#r2u-qr-code {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}

.price-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 70px;
  padding: 40px 10% 30px;
  background: #FFFFFF;
  align-items: center;
  line-height: 130%;
  border-top: 1px solid #b5b5b5;
}

.price-footer.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.price-footer button {
  font-size: 16px;
  margin: 0 5px;
}

h3.price {
  font-size: 18px;
  font-weight: 500;
}

.price-observation {
  /* max-width: 580px; */
  width: 100%;
  text-align: center;
  display: none;
}

.price-observation.desktop {
  display: block;
  padding: 20px 0 20px;
  background: #efefef;
}

.price-observation.mobile {
  display: none;
}

.price-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex: 1;
  justify-content: space-between;
}

.price-container p {
  font-size: 18px;
  font-weight: 500;
}

.price-container p.talle-value {
  font-size: 16px;
  margin: 6px 0;
}

.details {
  padding: 0px 100px 50px;
  display: grid;
  justify-content: center;
  justify-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  background: #ffffff;
}

.details p {
  margin: 25px 0 0;
}

.expand-review-button {
  position: absolute;
  width: 75px;
  top: calc(50vh - 35px);
  right: 47px;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  display: none;
}

.expand-review-button h3 {
  transform: rotate(-90deg);
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;
  margin-right: -60px;
}

.expand-review-button img.chevron {
  width: 12px;
  height: auto;
}

main.is-review .expand-review-button {
  display: flex;
  right: 70px;
}

main.is-review.collapse-right .right {
  width: 0%;
}

main.is-review.collapse-right img.chevron {
  transform: rotate(-180deg);
}

.side-footer #restart,
.side-footer #add-to-cart {
  display: none;
}


/* --- AR --- */
.ar-container.desktop {}

.ar-container.mobile {
  display: none;
}

.ar-container img.img-loading {
  display: none;
  opacity: 0.0;
}

.ar-container.loading img.img-loading {
  display: block;
  opacity: 1.0;
}

.finish-question {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.finish-question button {
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #000000;
}

button#restart {
  background: none;
  border: 1px solid #000000;
  color: #000000;
}


/* --- TRANSFORMERS ----*/
.hide {
  transition: opacity 200ms, display 200ms;
  display: none !important;
  opacity: 0;
}


/* --- MOBILE --- */

@media (orientation: portrait) {
  main {
    flex-direction: column;
    overflow-y: hidden;
  }

  main.is-review {
    height: 100vh;
    height: 100dvh;
  }

  main.is-review .expand-review-button {
    display: none;
  }

  .left .navbar {
    display: flex;
    left: 0;
    top: 0;
    width: auto;
    bottom: unset;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 8px;
    overflow-x: auto;
    overflow-y: visible;
  }

  .navbar li {
    white-space: nowrap;
    width: auto;
    padding: 5px 20px;
  }


  .right {
    width: 100%;
    height: 39vh;
    height: 39dvh;
    min-height: 295px;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: 0px -5px 18px -11px #00000055;
    /* padding-bottom: 80px; */
  }

  .right .navbar {
    display: block;
    position: relative;
    padding: 3px 20px;
    background: none;
  }

  .right .nav-buttons {
    padding: 10px 0px;
    justify-content: space-between;
  }

  .right .nav-current {
    font-weight: bold;
  }

  .nav-progress {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #D9D9D9;
    margin: 10px 0 0;
  }

  .nav-progress .nav-progress-current {
    display: block;
    content: '';
    width: 50%;
    height: 4px;
    border-radius: 4px;
    background: #FF105A;
  }

  .ticket,
  .ticket:hover {
    width: 230px;
    left: calc((100% - 230px)/2);
    bottom: -378px;
    margin: 0;
    font-size: 14px;
    display: none;
  }

  .ticket.open {
    bottom: 0;
  }

  .steps {
    overflow-y: hidden;
    /* flex-grow: 1; */
    /* position: absolute;
    top: 0;
    bottom: 62px;
    left: 0;
    right: 0;
    display: block; */
  }

  .step {
    padding: 20px 0px;
  }

  .step h3 {
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px 0;
  }

  .step h4 {
    padding: 0 20px 0;
  }

  .step .menu {
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 20px 0 20px 20px;
  }

  .step .option {
    margin-right: 0vw;
  }

  .step .option img {
    height: 16vh;
    width: 55vw;
    /* margin-right: 5px; */
    max-height: none;
    max-width: none;
  }

  .step .option span {
    display: block;
    clear: both;
  }

  .step[data-step="BORDADO"] {
    overflow-x: scroll;
    max-height: 30vh;
  }

  .bordado-form {
    margin: 10px 20px 0;
  }

  .warning {
    margin: 10px 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .viewer-area .warning {
    z-index: 99;
    max-width: 90dvw;
    left: 10px;
    right: 10px;
    padding: 22px 27px;
    top: unset;
    bottom: 0;
  }

  .viewer-area .warning::after {
    content: ' ';
    background: url(../img/BiX.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 3px;
    opacity: 0.7;
    border-radius: 10px;
  }

  .side-footer {
    text-align: center;
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f9f9f9;
    /* box-shadow: 0px -5px 18px -11px #00000055; */
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
  }

  .side-footer button,
  .side-footer img {
    border-radius: 0;
  }

  #summary-button {
    display: block;
  }

  #summary-button.open {
    background: linear-gradient(90deg, #7AACB6, #E6A084);
  }

  #next-button {
    font-size: 21px;
    flex: 1;
  }

  .step.talles .menu {
    margin-top: 20px;
    padding: 0px 0 0;
    grid-template-columns: repeat(6, 15vw);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 35px;
    grid-auto-columns: min-content;
    justify-content: center;
    overflow: hidden;
    justify-items: center;
  }

  .step.talles a.guia-de-talles {
    margin: 20px auto;
  }

  .step.talles .obs {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
  }

  .step[data-step="PASO4"] {
    overflow-x: scroll;
    min-height: 218px;
    max-height: calc(39vh - 62px);
    padding: 20px 10px;
  }

  h3.accordeon-title {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px 10px 40px;
    background: #EDEDED;
    text-transform: none;
    cursor: pointer;
  }


  main.is-review .right {
    height: auto;
    padding-bottom: 0;
    min-height: 160px;
  }

  main.is-review .step.review {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 30px;
    gap: 10px;
  }

  .ar-container.desktop {
    display: none;
  }

  .step.review h2 {
    font-size: 23px;
    width: 100%;
    text-align: left;
    margin: 5px 0;
  }

  .step.review h4 {
    max-width: none;
    margin: 5px 0;
    font-size: 17px;
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .step.review .image-preview {
    display: none;
  }

  main.is-review .side-footer #summary-button,
  main.is-review .side-footer #back-button,
  main.is-review .side-footer #next-button {
    display: none;
  }

  main.is-review .side-footer #restart,
  main.is-review .side-footer #add-to-cart {
    display: block;
  }

  main.is-review p.aux-p {
    display: none;
  }

  .ar-container.mobile {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 9px 10px;
    font-size: 14px;
    align-items: center;
    width: 100%;
  }

  .ar-container.mobile.loading {
    background-color: #e7e7e7;
    border-radius: 10px;
  }

  .right img.img-loading {
    width: 30px;
    height: 30px;
    margin: 0 auto 0;
  }

  button#r2u-ar-button {
    border: none;
    width: 100%;
    background-color: #c5c5c5;
    /* background: linear-gradient(90deg, #7AACB6, #E6A084); */
    background: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 20px;
    margin: 0 auto 0;
    border-radius: 0;
  }

  .price-observation {
    max-width: 580px;
  }

  .price-observation.mobile {
    display: block;
    text-align: left;
    background: #e9e0dd;
    padding: 20px;
  }

  .price-observation.desktop {
    display: none;
  }

  .price-footer {
    flex-direction: column;
    gap: 30px;
    padding: 15px 30px;
    border: none;
  }

  .price-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .price-container p {
    font-size: 14px;
    font-weight: 500;
  }

  .price-container p.talle-value {
    font-size: 14px;
    margin: 0px 0;
  }

  h3.price {
    font-size: 20px;
    font-weight: 500;
  }

  .finish-question {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 20px 0 0;
  }

  .finish-question button {
    font-size: 15px;
    width: 50%;
    padding: 10px 16px;
    white-space: nowrap;
  }

  .details {
    padding: 0 25px 25px;
    display: grid;
    justify-content: center;
    justify-items: start;
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
  }

}

/*** AJUSTES TOTEM ***/
@media only screen and (min-device-width: 1080px) and (max-device-width: 1080px) and (min-device-height: 1920px) and (max-device-height: 1920px) and (orientation: portrait) {

  .right {
    max-width: none;
    min-height: 0;
    height: 50vh;
  }

  .step .menu {
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0 20px 20px;
    align-items: flex-start;
    overflow-y: auto;
    max-height: calc(50vh - 200px);
  }

  .step .option img {
    height: auto;
    width: 23vw;
  }

  .step .option span {
    font-size: 1.5rem;
  }

  .step h4 {
    font-size: 2.5rem;
  }

  .step h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  #next-button {
    font-size: 2rem;
    height: 74px;
  }

  #summary-button,
  #back-button {
    height: 74px;
  }

  .warning {
    margin: 10px 10px;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  #bordado-input {
    font-size: 70px;
    line-height: 70px;
    height: 70px;
  }

  img.bordado-button {
    width: 80px;
    height: 80px;
  }

  .step[data-step="BORDADO"] {
    max-height: none;
  }

  .step[data-step="BORDADO"] button.white {
    font-size: 2.5rem;
    max-width: none;
  }

  img.example-bordado {
    max-height: 306px;
  }

  .step[data-step="PASO4"] {
    max-height: calc(50vh - 62px);
  }

  .step.talles .menu .option span {
    font-size: 3.5rem;
  }

  .step.talles .menu .option {
    height: 85px;
    width: 85px;
  }

  h3.accordeon-title {
    font-size: 2rem;
    margin-top: 20px;
  }

  .accordeon-body img {
    width: 100%;
  }

  .accordeon.open .accordeon-body {
    height: auto;
  }

  .step.review h2 {
    font-size: 3rem;
  }

  .step.review h4 {
    font-size: 1.7rem;
    text-align: center;
  }

  .ar-container.loading h4 {
    display: none !important;
  }

  main.is-review .right {
    min-height: 455px;
  }

  .ar-container.desktop {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .ar-container.mobile {
    display: none;
  }

  .ar-container.loading img.img-loading {
    width: 100px;
    height: 100px;
  } 

  .ar-container.desktop span {
    font-size: 2rem;
  }

  button#r2u-ar-button {
    display: none;
    font-size: 2rem;
  }

  div#r2u-qr-code {
    width: 250px;
    height: 250px;
    margin: 10px auto;
  }

  .price-observation.mobile {
    max-width: none;
    font-size: 1.5rem;
    margin-bottom: 50px;
  }

  .price-container p {
    font-size: 2rem;
  }

  .price-container p.talle-value {
    font-size: 1.7rem;
    margin: 12px 0;
  }

  h3.price {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .finish-question button {
    font-size: 2rem;
    padding: 1.3rem 2rem;
  }

  .details {
    font-size: 2rem;
    margin-top: 60px;
  }

  .ticket,
  .ticket:hover {
    width: 460px;
    left: calc((100% - 460px) / 2);
    bottom: -462px;
    margin: 0;
    font-size: 28px;
    line-height: 28px;
    padding: 25px;
    display: block;
  }

  .ticket.is-review {
    top: unset;
    bottom: 0;
    height: fit-content;
    margin: auto 60px;
  }

  .navbar li {
    white-space: nowrap;
    width: auto;
    padding: 20px 20px;
    font-size: 26px;
  }




}