/** Shopify CDN: Minification failed

Line 790:0 Unexpected "@"

**/
/* Configurator */

:root {
  --app-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
}

/* Configurator: Global configuration */

.configurator {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  height: var(--app-height);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.configurator--hide-scroll {
  overflow: hidden !important;
}

.configurator--hide-scroll #shopify-section-top-message,
.configurator--hide-scroll #shopify-section-header,
.configurator--hide-scroll #shopify-section-newsletter,
.configurator--hide-scroll #shopify-section-footer {
  opacity: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

.configurator--hide-scroll #MainContent {
  height: 100%;
  min-height: 100vh !important;
  min-height: -webkit-fill-available;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.configurator * {
  box-sizing: border-box;
}

.configurator button,
.configurator p,
.configurator h2,
.configurator span,
.configurator label {
  font-family: "Proxima Nova W05 Semibold", helvetica, arial, sans-serif;
}

.configurator button {
  width: auto;
  margin: 0;
  transition: none;
  cursor: pointer;
  text-transform: initial;
  border-radius: 0;
}

.configurator button:hover {
  border: none;
  background-color: transparent;
  transition: none;
}

.configurator button:focus {
  border: none;
  background-color: transparent;
  transition: none;
}

/* Configurator: Global configuration - Shared components */

button.configurator__button {
  color: #2d2d2d;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  background-color: #ffffff;
  border: 0.2rem solid #2d2d2d;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1;
}

button.configurator__button:hover {
  background-color: #ffffff;
  border: 1px solid #504f60;
}

/* Configurator: Canvas */

.configurator__canvas {
  background-color: #e1e1e1;
  height: 60%;
  position: relative;
}

/* Configurator: Canvas - Close Modal */

.configurator__close-button {
  position: absolute;
  top: 24px;
  left: 44px;
  z-index: 9998;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.configurator__close-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.configurator__close-modal--visible {
   display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000b3;
  z-index: 9998;
    justify-content: center;
  align-items: center;
  
}

.configurator__close-modal__modal {
  text-align: center;
  width: var(--modal-mobile-width);
  max-width: 90%;
  padding: 10%;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.configurator__close-modal__title {
  color: #504f60;
  font-weight: 400;
  font-size: inherit;
  line-height: 14px;
  text-align: center;
  margin: 0;
  margin-bottom: 17px;
}

.configurator__close-modal__buttons {
  display: flex;
  justify-content: center;
 flex-direction: column-reverse;
}

.configurator__close-modal__buttons button:first-child {
 /* margin-right: 13px; */
margin-top: 5%
}

button.configurator__button.button--primary {
  color: white;
  background-color: #ea5c8e;
  border-color: #ea5c8e;
}

/* Configurator: Canvas - Progress Bar */

.configurator__progress-bar {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e1e1e1;
}

.configurator__progress-bar__bar {
  display: flex;
  width: 41px;
  height: 100%;
  background-color: #504f60;
  border-radius: 5px;
  position: absolute;
  left: 0;
}

/* Configurator: Controls */

.configurator__controls {
  height: 40%;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Configurator: Controls - Heading */

.configurator__heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 180px);
  margin: 15px auto 0;
}

.configurator__heading__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #504f60;
  margin: 0;
  margin-right: 6px;
  text-transform:uppercase;
}

.configurator__heading__step {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #c4c4c4;
  margin: 0;
}

/* Configurator: Controls - Navigation */

.configurator__arrow {
  position: absolute;
  top: 0;
  border: none;
  background: none;
  padding: 15.59px 35px;
  margin: 0;
  cursor: pointer;
}

.configurator__arrow--hide {
  display: none;
}

.configurator__arrow.configurator__arrow--left {
  left: 0;
}

.configurator__arrow.configurator__arrow--right {
  right: 0;
}

/* Configurator: Controls - Swatches */

.configurator__swatch {
  cursor: pointer;
}

.configurator__swatches {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.configurator__swatches__label {
  position: relative;
  color: #504f60;
  text-transform: initial;
  font-weight: normal;
  font-size: 8px;
  line-height: 14px;
  margin-bottom: 0;
  transition: 0.2s all ease;
}

@media (max-width: 768px) {
  .drop-shadow-single-level::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
  }

  .drop-shadow-top-level::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100px;
    height: 75px;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
  }

  .drop-shadow-bottom-level::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 150px;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
  }
}

.configurator__swatches__label--hidden {
  opacity: 0;
}

.configurator__swatches__label__additional {
  font-size: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* Configurator: Controls - Swatches - Levels */

.configurator__swatches__level {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0 10px;
}

.configurator__swatches__level:empty,
.configurator__swatches__level.configurator__swatches__level--hidden {
  height: 0;
  padding: 0;
}

.configurator__swatches__level .configurator__swatch:first-child {
  margin-left: auto;
}

.configurator__swatches__level .configurator__swatch:last-child {
  margin-right: auto;
}

/* Configurator: Controls - Swatches - Input Swatch */

.configurator__swatches__input-swatch
  .configurator__swatches__input-swatch__wrapper
  input {
  width: 250px;
  height: 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #504f60;
  border: 1px solid #eb5c8e;
  border-radius: 5px;
  padding: 14px;
}

.configurator__swatches__input-swatch
  .configurator__swatches__input-swatch__wrapper
  label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 8px;
  color: #c9c9c9;
  font-size: 12px;
  font-weight: 400 !important;
}

.configurator__swatches__input-swatch
  .configurator__swatches__input-swatch__wrapper
  input::placeholder {
  color: #e1e1e1;
}

/* Configurator: Controls - Swatches - Color Swatch */

.configurator__swatches__color-swatch {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 22px;
}

.configurator__swatches__color-swatch:last-child {
  margin-right: 0;
}

.configurator__swatches__color-swatch__wrapper {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid white;
}

.configurator__swatches__color-swatch.configurator__swatch--active
  .configurator__swatches__color-swatch__wrapper {
  border: 1px solid #c4c4c4;
}

.configurator__swatches__color-swatch__color {
  width: 40px;
  height: 40px;
}

.configurator__swatches__color-swatch .configurator__swatches__label {
  opacity: 0;
}

.configurator__swatches__color-swatch.configurator__swatch--active
  .configurator__swatches__label {
  opacity: 1;
}

.configurator__swatches__color-swatch--yellow {
  fill: #ffd84d;
}

.configurator__swatches__color-swatch--blue {
  fill: #4f80a0;
}

.configurator__swatches__color-swatch--grey {
  fill: #4b4c51;
}

.configurator__swatches__color-swatch--purple {
  fill: #70407f;
}

.configurator__swatches__color-swatch--orange {
  fill: #ff9233;
}

.configurator__swatches__color-swatch--pink {
  fill: #ea8fa0;
}
.configurator__swatches__color-swatch--yellow {
  fill: #ffd84d;
}

.configurator__swatches__color-swatch--blue {
  fill: #4f80a0;
}

.configurator__swatches__color-swatch--grey {
  fill: #4b4c51;
}

.configurator__swatches__color-swatch--purple {
  fill: #70407f;
}

.configurator__swatches__color-swatch--dusk {
  fill: #2c4d7c;
}

.configurator__swatches__color-swatch--terracotta {
  fill: #B35748;
}

.configurator__swatches__color-swatch--forest {
  fill: #405033;
}

.configurator__swatches__color-swatch--olive {
  fill: #6d7c44;
}
.configurator__swatches__color-swatch--red {
  fill: #dd4957;
}
.configurator__swatches__color-swatch--black {
  fill: #2d2d2d;
}

.configurator__swatches__color-swatch--maroon {
  fill: #8d435c;
}
.configurator__swatches__color-swatch--white {
  fill: #f9f8f8;
}
.configurator__swatches__color-swatch--sand {
  fill: #d9bf77;
}
.configurator__swatches__color-swatch--green {
  fill: #48b66d;
}
.configurator__swatches__color-swatch--aqua {
  fill: #47ABAD;
}
.configurator__swatches__color-swatch--terracotta {
  fill: #B35748;
}

/* Configurator: Controls - Swatches - Button Swatch */

button.configurator__swatches__button-swatch {
  color: #504f60;
  background-color: white;
  font-size: 9px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 12px;
  margin-right: 25px;
  border: 1px solid #e1e1e1;
  border-radius: 44px;
  transition: 0.2s all ease;
}

button.configurator__swatches__button-swatch:hover {
  background-color: white;
  border: 1px solid #504f60;
}

button.configurator__swatches__button-swatch:last-child {
  margin-right: 0;
}

button.configurator__swatches__button-swatch.configurator__swatch--active {
  color: white;
  background-color: #504f60;
  border-color: #504f60;
}

/* Configurator: Controls - Swatches - Text Swatch */

.configurator__swatches__text-swatch {
  margin-right: 32px;
}

.configurator__swatches__text-swatch.configurator__swatch--active {
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}

.configurator__swatches__text-swatch__button {
  color: #504f60;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  width: 48px;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 24px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.configurator__swatches__text-swatch.configurator__swatch--active
  .configurator__swatches__text-swatch__button {
  border-color: #504f60;
}

/* Configurator: Controls - Swatches - Icon Swatch */

button.configurator__swatch__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 4px;
  border: none;
  padding: 0;
  background: transparent;
  max-width: 60px;
  min-width: 60px;
}

.configurator__swatch__icon__wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.configurator__swatch__icon__wrapper > img {
  width: 40px;
  height: 40px;
}

/* Configurator: Controls - Swatches - Icon Swatch -- active */

.configurator__swatch__icon.configurator__swatch--active
  .configurator__swatch__icon__wrapper,
.configurator__swatch__icon:hover .configurator__swatch__icon__wrapper {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.configurator__swatch__icon.configurator__swatch--active
  .configurator__swatches__label {
  font-weight: 700;
}

.configurator__swatch__icon.configurator__swatch--active
  .configurator__swatches__label.configurator__swatches__label--thin {
  font-weight: 500;
}

/* Configurator: Controls - Swatches - Icon Swatch -- Small */

.configurator__swatch__icon.configurator__swatch__icon--sm {
  margin-right: 30px;
  max-width: 30px;
  min-width: 30px;
}

.configurator__swatch__icon.configurator__swatch__icon--sm
  .configurator__swatch__icon__wrapper {
  width: 40px;
  height: 40px;
}

.configurator__swatch__icon.configurator__swatch__icon--sm
  .configurator__swatch__icon__wrapper
  > img {
  width: 30px;
  height: 30px;
}

/* Configurator: Controls - Swatches - Icon Swatch -- Large */
.configurator__swatch__icon.configurator__swatch__icon--lg
  .configurator__swatch__icon__wrapper {
  width: 50px;
  height: 50px;
}

.configurator__swatch__icon.configurator__swatch__icon--lg
  .configurator__swatch__icon__wrapper
  > img,
.configurator__swatch__icon.configurator__swatch__icon--lg
  .configurator__swatch__icon__wrapper
  > svg {
  width: 40px;
  height: 40px;
}

/* Configurator: Controls - Swatches - Icon Swatch -- Hide inactive */

.configurator__swatch__icon.configurator__swatch__icon--hide-inactive
  .configurator__swatches__label {
  opacity: 0;
  font-weight: 500;
}

.configurator__swatch__icon.configurator__swatch--active.configurator__swatch__icon--hide-inactive
  .configurator__swatches__label {
  opacity: 1;
}

/* Configurator: Controls - Swatches - Icon Swatch -- Only text */

.configurator__swatch__icon.configurator__swatch__icon--only-text {
  margin-right: 26px;
}

.configurator__swatch__icon.configurator__swatch__icon--only-text
  .configurator__swatch__icon__wrapper
  > div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.configurator__swatch__icon.configurator__swatch--active.configurator__swatch__icon--only-text
  .configurator__swatch__icon__wrapper
  > div {
  border: 1px solid #504f60;
}

.configurator__swatch__icon.configurator__swatch__icon--only-text
  .configurator__swatch__icon__wrapper
  > div
  > span {
  color: #504f60;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
}

.configurator__swatch__icon.configurator__swatch--active.configurator__swatch__icon--only-text
  .configurator__swatch__icon__wrapper
  > div
  > span {
  font-weight: bold;
}

@font-face {
  font-family: "Simple";
  src: url("https://cdn.shopify.com/s/files/1/0548/9645/9869/files/Urbane_Rouned_-_Medium.otf?v=1635376453");
}

.simple-font {
  font-family: "Simple" !important;
}

@font-face {
  font-family: "Rounded";
  src: url("https://cdn.shopify.com/s/files/1/0548/9645/9869/files/Chennai.otf?v=1635376453");
}

.rounded-font {
  font-family: "Rounded" !important;
}

@font-face {
  font-family: "Hand Written";
  src: url("https://cdn.shopify.com/s/files/1/0548/9645/9869/files/Mister_Brown.otf?v=1635376453");
}

.handwritten-font {
  font-family: "Hand Written" !important;
}

.liforme-font-notification {
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  z-index: 999;
  font-size: 12px;
  font-family: Proxima Nova W05 Semibold, helvetica, arial, sans-serif;
  font-style: italic;
  transform: translate(-50%, -0%);
}

/* Configurator: Summary Page */

@@ -821,6 +865,7 @@
 .disabled {
  opacity: 0.6;
  pointer-events: none;
  text-decoration: line-through;
}

/* Configurator: Summary Page */

.product-config__summary {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  white-space: pre-wrap;
}

.product-config__summary__title {
  color: #ea5c8e;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: initial;
  margin-bottom: 12px;
}

.product-config__summary__price {
  color: #504f60;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 14px;
}

.product-config__delivery-message {
  text-transform: none !important;
}

button.product-config__summary__add-to-bag {
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  padding: 12px;
  margin-bottom: 8px;
  background-color: #ea5c8e;
  border-radius: 5px;
  border: none;
  transition: 0.5s;
}

button.product-config__summary__add-to-bag:hover {
  background-color: #8f1454 !important;
  transition: 0.5s;
}

button.product-config__summary__share {
  color: #504f60;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.product-config__summary__share > span {
  margin-right: 8px;
  text-transform: none !important;
}

.product-config__summary__share > img {
  width: 16px;
}

/* Configurator: Share UI */

.product-config__share {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(0deg 0% 81% / 80%);
}

.product-config__share__wrapper {
  width: 100%;
  max-width: 300px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  padding: 16px;
  position: relative;
  text-align: center;
}

.product-config__share__close-button {
  border: none;
  padding: 14px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  cursor: pointer;
}

.product-config__share__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 26px;
  text-transform: none !important;
}

.product-config__share__content {
  padding-bottom: 20px;
  text-transform: none !important;
}

.product-config__share__social-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-config__share__social-container.product-config__share__social-container--hidden-on-mobile {
  display: none;
}

.product-config__share__separator {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 12px 0;
}

.product-config__share__social-container__title {
  text-transform: none !important;
}

.product-config__share__social-container__icons {
  display: flex;
}

.product-config__share__social-container__icons > button {
  background-color: #504f60;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6.5px;
  cursor: pointer;
  border: none;
  padding: 0;
}

.product-config__share__social-container__icons-no-background > button {
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6.5px;
  cursor: pointer;
  border: none;
  padding: 0;
}

.product-config__share__social-container__icons > button:focus {
  background-color: #504f60;
}

.product-config__share__social-container__icons > button:hover {
  background-color: #504f60;
}

.product-config__share__social-container__icons > button:last-child {
  margin-right: 0;
}

.product-config__share__social-container__icons > button > img {
  width: 18px;
}

.disabled {
  opacity: 0.6;
  pointer-events: none;
}
/* Small Device - Small Height */

@media (max-width: 768px) and (max-height: 480px) {
  .configurator__swatches {
    padding: 10px;
  }

  button.product-config__summary__add-to-bag {
    margin-bottom: 0;
  }

  .configurator__arrow {
    padding: 10px 35px;
  }

  .configurator__swatch__icon__wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
  }

  .configurator__swatch__icon__wrapper > img {
    width: 30px;
    height: 30px;
  }
}

/* Large Device */

@media (min-width: 768px) {
  /* Configurator: Global configuration - Shared components */

  button.configurator__button {
    font-size: 16px;
    line-height: 19px;
    border-radius: 5px;
  }
  .configurator__close-modal__modal {
       max-width: 500px;
    width: 90vw; 
    padding: 5%;
  }
  .configurator__close-modal__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  /* Configurator: Canvas - Close Modal */
  .configurator__close-button {
    top: 48px;
    left: 60px;
  }
  .configurator__close-button > img {
    width: 25px;
    height: 25px;
  }
  /* Configurator: Canvas - Progress Bar */
  .configurator__progress-bar {
    height: 10px;
  }
  /* Configurator: Controls */
  .configurator__controls {
    width: 100%;
  }
  .configurator__header {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
  /* Configurator: Controls - Heading */
  .configurator__heading {
    margin: 28px auto 0;
  }
  .configurator__heading__title,
  .configurator__heading__step {
    font-size: 22px;
    line-height: 30px;
  }
  /* Configurator: Controls - Navigation */
  .configurator__arrow {
    padding: 32px 50px;
  }
  .configurator__arrow > img {
    width: 30.92px;
    height: 25.44px;
  }

  /* Configurator: Controls - Swatches - Levels */

  .configurator__swatches__level {
    padding: 0;
  }

  /* Configurator: Controls - Swatches */
  .configurator__swatches__label {
    font-size: 10px;
    line-height: 19px;
  }

  .configurator__swatches__label__additional {
    font-size: 10px;
  }

  /* Configurator: Controls - Swatches - Button Swatch */
  button.configurator__swatches__button-swatch {
    min-width: 300px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px;
  }
  /* Configurator: Controls - Swatches - Icon Swatch */
  button.configurator__swatch__icon {
    max-width: 90px;
    min-width: 90px;
    margin-right: 30px;
  }

  button.configurator__swatch__icon:hover .configurator__swatches__label {
    opacity: 1;
  }

  .configurator__swatch__icon__wrapper {
    width: 65px;
    height: 65px;
  }
  .configurator__swatch__icon__wrapper > img {
    width: 55px;
    height: 55px;
  }
  /* Configurator: Controls - Swatches - Icon Swatch -- Small */

  .configurator__swatch__icon.configurator__swatch__icon--sm {
    margin-right: 32px;
    max-width: 70px;
    min-width: 70px;
  }

  .configurator__swatch__icon.configurator__swatch__icon--sm
    .configurator__swatch__icon__wrapper {
    width: 60px;
    height: 60px;
  }
  .configurator__swatch__icon.configurator__swatch__icon--sm
    .configurator__swatch__icon__wrapper
    > img {
    width: 48px;
    height: 48px;
  }
  /* Configurator: Controls - Swatches - Icon Swatch -- Large */
  .configurator__swatch__icon.configurator__swatch__icon--lg {
    margin-right: 32px;
  }
  .configurator__swatch__icon.configurator__swatch__icon--lg
    .configurator__swatch__icon__wrapper {
    width: 92px;
    height: 92px;
  }
  .configurator__swatch__icon.configurator__swatch__icon--lg
    .configurator__swatch__icon__wrapper
    > img,
  .configurator__swatch__icon.configurator__swatch__icon--lg
    .configurator__swatch__icon__wrapper
    > svg {
    width: 71px;
    height: 71px;
  }
  /* Configurator: Controls - Swatches - Icon Swatch -- Only Text */
  .configurator__swatch__icon.configurator__swatch__icon--only-text
    .configurator__swatch__icon__wrapper
    > div {
    width: 71px;
    height: 71px;
  }
  .configurator__swatch__icon.configurator__swatch__icon--only-text
    .configurator__swatch__icon__wrapper
    > div
    > span {
    font-size: 16px;
    line-height: 19px;
  }

  /* Configurator: Summary Page */
  .product-config__summary__title {
    font-size: 25px;
    line-height: 30px;
  }

  .product-config__summary__price {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 36px;
  }

  button.product-config__summary__add-to-bag {
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 21px;
    border-radius: 5px;
    font-weight: 700;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  button.product-config__summary__share {
    font-size: 16px;
    line-height: 18px;
  }

  button.product-config__summary__share > span {
    margin-right: 14px;
  }

  button.product-config__summary__share > img {
    width: 18px;
  }

  /* Configurator: Share UI */
  .product-config__share__wrapper {
    max-width: 400px;
    padding: 24px;
  }

  .product-config__share__title {
    font-size: 25px;
    line-height: 30px;
  }

  .product-config__share__social-container__icons {
    font-size: 18px;
  }

  .product-config__share__social-container__icons > button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 12.5px;
  }

  .product-config__share__separator.product-config__share__separator--hidden-on-mobile,
  .product-config__share__social-container.product-config__share__social-container--hidden-on-mobile {
    display: flex;
  }

  .product-config__share__social-container--hidden-on-desktop {
    display: none;
  }
}

/* Large Device - Medium Height */

@media (max-height: 798px) and (min-width: 768px) {
  .configurator__arrow {
    padding: 16px 50px;
  }
  .configurator__heading {
    margin: 18px auto 0;
  }
  .configurator__heading__step,
  .configurator__heading__title {
    font-size: 18px;
    line-height: 22px;
  }
  .configurator__swatches {
    padding: 10px;
  }
  .configurator__swatches__label__additional {
    line-height: 11px;
  }
  .configurator__swatch__icon__wrapper,
  .configurator__swatch__icon.configurator__swatch__icon--sm
    .configurator__swatch__icon__wrapper {
    width: 47px;
    height: 47px;
  }
  .configurator__swatch__icon__wrapper > img,
  .configurator__swatch__icon.configurator__swatch__icon--sm
    .configurator__swatch__icon__wrapper
    > img {
    width: 33px;
    height: 33px;
  }
  .product-config__summary__title {
    font-size: 20px;
    line-height: 25px;
  }
  .product-config__summary__price {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  button.product-config__summary__add-to-bag {
    margin-bottom: 8px;
  }
  button.product-config__summary__share {
    padding: 0;
  }
}

/* Large Device - Small Height */
@media (max-height: 540px) and (min-width: 768px) {
  .configurator__canvas,
  .configurator__controls {
    height: 50%;
  }
}
