.atira-theme-body {
  display: flex;
  flex-direction: column;
}

.atira-primary-color {
  color: #8a4a95;
}

.atira-light-primary-color {
  color: #b37abd;
}

.atira-pv-main-container {
  z-index: 999;
  background: #efefef;
}

.atira-pv-select-container {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.dropdown button {
  font-size: 0.9rem;
}

#close-menu-actions-btn {
  height: fit-content;
  left: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
}

.atira-pv-logo {
  width: 8rem;
}

.atira-cart-link {
  width: 9rem;
  display: inline-block;
  text-align: center;
  color: #8a4a95;
}

.atira-header-buttons-ul li {
  cursor: pointer;
}

.atira-fa-tablet-alt {
  margin: 1em auto !important;
  width: 780px;
  height: 1036px;
  flex-direction: column;
  border: 12px #000000 solid;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.atira-fa-tablet-alt.rotate {
  width: 1036px;
  height: 780px;
}

.atira-fa-mobile-alt {
  position: relative;
  width: 372px;
  height: 652px;
  margin: 1em auto;
  border: 12px #000000 solid;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 40px;
  overflow: hidden;
}

.atira-fa-mobile-alt.rotate {
  position: relative;
  width: 682px;
  height: 372px;
  border: 12px #000000 solid;
  border-radius: 40px;
}

.atira-ifarme-wrapper {
  z-index: 1;
  position: relative;
  scrollbar-color: #888 #f0f0f0;
  scrollbar-width: thin;
  flex-grow: 1;
}

#atira-preview-iframe-id-00 {
  height: 100%;
}

/*  */

.atira-select-hidden-container {
  display: none;
}

.atira-color-generic-container {
  background: white;
  color: black;
  position: absolute;
  z-index: 99999999999999999;
  padding: 0.5rem 1rem;
  top: 2rem;
  width: 9rem;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.atira-cp-generic-target p,
.atira-color-generic-container p {
  margin: 3px !important;
  color: black;
  cursor: pointer;
  bottom: -1.5px;
  position: relative;
  pointer-events: none;
}

.atira-color-generic-container span {
  pointer-events: none;
}

.atira-cp-generic-target,
.atira-color-generic-target {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
  padding: 0 5px;
}

.atira-color-palette-target {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid beige;
  --main-color: #000;
  --secondary-color: #000;
}

.atira-color-palette-target::before,
.atira-color-palette-target::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.atira-color-palette-target::before {
  background-color: var(--main-color);
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
}

.atira-color-palette-target::after {
  background-color: var(--secondary-color);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.atira-colors---pw-main,
.atira-colors---pw-sub {
  color: rgba(255, 255, 255, 0.75) !important;
}

.atira-colors---pw-main:hover,
.atira-colors---pw-sub:hover {
  color: #fff !important;
}

.fixed-buttons-wrapper {
  border-radius: 0 1rem 1rem 0;
}

.fixed-buttons-wrapper button {
  font-size: 0.8rem;
  color: #8a4a95 !important;
}

.fixed-buttons-wrapper button:last-child {
  color: #f00 !important;
}

@media (min-width: 576px) {
  .atira-pv-main-container {
    gap: 2rem;
  }
}

@media (min-width: 576px) {
  .fixed-buttons-wrapper button {
    font-size: 1.2rem;
  }
}
