@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.wapf {
  display: none;
}
.wapf .wapf-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 0.75rem;
}
.wapf .wapf-field-container input.wapf-input {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0.75rem;
  height: auto;
  background-color: transparent;
}

.launch-customizer-btn {
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  flex: 1;
  width: 100%;
  border: 2px solid transparent;
  -o-border-image: conic-gradient(from 42.04deg at 50.08% 50.1%, #03aefd -0.45deg, #fad606 82.82deg, #f80034 189.9deg, #a03bff 270.48deg, #03aefd 359.55deg, #fad606 442.82deg);
     border-image: conic-gradient(from 42.04deg at 50.08% 50.1%, #03aefd -0.45deg, #fad606 82.82deg, #f80034 189.9deg, #a03bff 270.48deg, #03aefd 359.55deg, #fad606 442.82deg);
  border-image-slice: 1;
  background-color: #fff;
  font-weight: 700;
  transition: all 0.5s ease;
  cursor: pointer;
}
.launch-customizer-btn:hover {
  background-color: #efefef;
}

.gcd-customizer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcd-customizer-overlay.hide {
  display: none;
}

.gcd-body-no-scroll {
  overflow: hidden;
}

.fusion-custom-z-index.customizer-launched {
  z-index: 9 !important;
}

.marker,
.zoomHolder img {
  display: block;
}

.fullscreenToggle,
.zoomIn,
.zoomOut {
  background: url(../customizer/assets/pz_sheet.png) no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 100;
  margin: 5px 0;
}

.zoomIn {
  background-position: 0 0;
}

.zoomOut {
  background-position: -30px 0;
}

.fullscreenToggle {
  background-position: -60px 0;
  cursor: pointer;
}

.zoomIn.on,
.zoomOut.on {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  cursor: pointer;
}

.zoomIn.off,
.zoomOut.off {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  cursor: auto;
}

.controlHolder {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  z-index: 100;
}

.fullscreenDiv,
.marker {
  left: 0;
  top: 0;
}

.fullscreenToggle.on {
  background-position: -90px 0;
}

.fullscreenToggle.off {
  background-position: -60px 0;
}

.fullscreenDiv {
  width: auto !important;
  height: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  position: absolute !important;
  background: #fff;
  z-index: 999999;
  overflow: hidden;
  touch-action: none;
}

.zoomHolder {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.marker {
  position: absolute !important;
  bottom: auto !important;
  right: auto !important;
  cursor: pointer;
}

.zoomHolder {
  -webkit-tap-highlight-color: transparent;
}

.fullscreenDiv * {
  touch-action: none;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  font-family: "Stack Sans Text", sans-serif;
  overflow: hidden;
}

.customizer-stage {
  width: 100dvw;
  height: 100dvh;
  height: -webkit-fill-available;
  display: grid;
  grid-template-rows: calc(100svh - 300px) 300px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .customizer-stage {
    display: grid;
    grid-template-columns: 70vw 30vw;
    grid-template-rows: 1fr;
    height: 80vh !important;
  }
}

.customizer-menu {
  background-color: #ccc;
  display: grid;
  grid-template-rows: calc(100% - 60px) 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .customizer-menu {
    display: grid;
    grid-template-rows: 100px calc(80vh - 160px) 60px;
  }
}

.customizer-preview-container {
  background-color: #efefef;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .customizer-preview-container {
    height: 80vh;
  }
}
.customizer-preview-container .next-view {
  display: flex;
  height: 100%;
  width: 50px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.customizer-preview-container .prev-view {
  display: flex;
  height: 100%;
  width: 50px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.customizer-preview-container .mobile-product-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .customizer-preview-container .mobile-product-title {
    display: none;
  }
}
.customizer-preview-container .mobile-product-title h3 {
  font-size: 13px;
  margin: 0;
}
.customizer-preview-container .mobile-product-price {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .customizer-preview-container .mobile-product-price {
    display: none;
  }
}

.product-title-wrapper {
  display: none;
  padding: 1rem;
  align-items: center;
  justify-content: start;
}
@media (min-width: 768px) {
  .product-title-wrapper {
    display: flex;
  }
}

.action-btn {
  width: 100%;
  height: 100%;
  background-color: rgb(237, 32, 36);
  color: #fff;
  border: none;
  border-radius: none;
}

.collapsible-item {
  height: 125px;
  overflow: hidden !important;
  transition: all 0.4s ease;
  background-color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  width: 150px !important;
  border: 2px solid #fff;
  border-left: none;
}
.collapsible-item:last-of-type {
  border-right: none;
}
.collapsible-item:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  .collapsible-item {
    height: 75px;
    display: block !important;
    width: 100% !important;
    border: none;
    border-bottom: 2px solid #fff;
  }
}
.collapsible-item.active {
  height: 125px;
  width: calc(100vw + 150px) !important;
}
@media (min-width: 768px) {
  .collapsible-item.active {
    height: 100%;
    width: 100% !important;
  }
}
.collapsible-item .collapse-trigger {
  border: none;
  height: 125px;
  display: block;
  width: 150px !important;
}
@media (min-width: 768px) {
  .collapsible-item .collapse-trigger {
    height: 75px;
    text-align: left;
    width: 100% !important;
  }
}

.color-menu-accordian {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .color-menu-accordian {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .color-menu-accordian::-webkit-scrollbar {
    display: none;
    width: 0;
  }
}
.color-menu-accordian .color-menu-accordian-inner {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .color-menu-accordian .color-menu-accordian-inner {
    display: block;
    overflow: hidden;
    overflow-y: scroll;
  }
}

.customizer-preview-images {
  height: 100%;
  width: 100%;
}
.customizer-preview-images .carousel-inner {
  height: 100% !important;
  width: 100%;
}
.customizer-preview-images .customizer-preview-image-slide {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.customizer-preview-images .customizer-preview-image-slide .carousel-preview-image-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customizer-preview-images .customizer-preview-image-slide .carousel-preview-image-inner svg {
  height: auto;
  width: 80%;
  max-width: 600px;
}

.carousel-preview-image-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-preview-image-indicators {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .carousel-preview-image-indicators {
    bottom: 2.5rem;
  }
}
.carousel-preview-image-indicators .carousel-indicators-inner {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  height: 50px;
}
.carousel-preview-image-indicators .carousel-indicators-inner .indicators-btn {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-preview-image-indicators .carousel-indicators-inner .carousel-preview-image-go-to button {
  height: 50px;
  width: 20px;
  font-size: 2rem;
  border: none;
  background-color: transparent;
  margin: 0 0.5rem;
}

.material-type-title {
  display: none;
}
@media (min-width: 768px) {
  .material-type-title {
    padding: 0 1rem;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-weight: 700;
    font-size: 0.85rem;
  }
}

.material-options {
  width: 100%;
  height: 100px;
}
@media (min-width: 768px) {
  .material-options {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .material-options {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.material-options .materials-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.material-options .material-type-btn {
  display: grid;
  grid-template-rows: 60px 20px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 80px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .material-options .material-type-btn {
    grid-template-rows: 80px 20px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    width: 100px;
    height: 100px;
    margin-top: 0px;
  }
}
.material-options .material-type-btn .material-type-swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.material-options .material-type-btn .material-type-swatch .material-type-swatch-image-wrapper {
  height: 60px;
  width: 60px;
  border-radius: 50rem;
  background: center center no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  transition: all 0.4s ease;
}
.material-options .material-type-btn .material-type-swatch .material-type-swatch-image-wrapper.active {
  border-color: #000;
}
.material-options .material-type-btn .material-type-btn-title {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.materials-wrapper {
  height: calc(100% - 60px);
  z-index: 1;
  overflow: hidden !important;
  background-color: #fff;
}
@media (min-width: 768px) {
  .materials-wrapper {
    height: calc(100% - 60px);
  }
}

.material-swatch-tab-pane {
  overflow: hidden !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
  width: 100% !important;
}
.material-swatch-tab-pane.active {
  display: block;
}

.material-swatch-tray-wrapper {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 100px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.material-swatch-tray-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
}
@media (min-width: 768px) {
  .material-swatch-tray-wrapper {
    height: calc(100% - 190px) !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .material-swatch-tray-wrapper::-webkit-scrollbar {
    display: none;
    width: 0;
  }
}
.material-swatch-tray-wrapper.single-material {
  height: 100%;
}
@media (min-width: 768px) {
  .material-swatch-tray-wrapper.single-material {
    height: calc(100% - 45px) !important;
  }
}
.material-swatch-tray-wrapper.single-material .material-swatch-tab-pane {
  display: block !important;
}
.material-swatch-tray-wrapper .swatch-scrolling-container {
  display: grid;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  grid-template-columns: repeat(4, 25%);
}
@media (min-width: 768px) {
  .material-swatch-tray-wrapper .swatch-scrolling-container {
    grid-template-columns: repeat(4, 25%);
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .material-swatch-tray-wrapper .swatch-scrolling-container::-webkit-scrollbar {
    display: none;
    width: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .material-swatch-tray-wrapper .swatch-scrolling-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn {
  display: grid;
  grid-template-rows: 80px 20px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  width: 100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn {
    width: 100%;
  }
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper {
  height: 60px;
  width: 60px;
  border-radius: 50rem;
  background: center center no-repeat;
  background-size: cover;
  border: 2px solid #fff;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.active {
  border-color: #000;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.white {
  background-color: rgb(250, 250, 250);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.black {
  background-color: rgb(25, 25, 25);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.red {
  background-color: rgb(186, 32, 49);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.navy {
  background-color: rgb(12, 35, 63);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.blue-toronto {
  background-color: rgb(27, 61, 110);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.royal {
  background-color: rgb(65, 105, 225);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.sport-gold {
  background-color: rgb(249, 161, 27);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.yellow {
  background-color: rgb(253, 215, 0);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.orange {
  background-color: rgb(240, 79, 35);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.silver {
  background-color: rgb(141, 144, 147);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.baby-blue {
  background-color: rgb(137, 207, 240);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.teal {
  background-color: rgb(0, 109, 117);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.charcoal {
  background-color: rgb(51, 63, 72);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.aviator-blue {
  background-color: rgb(0, 76, 151);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.blue {
  background-color: rgb(20, 40, 180);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.grey {
  background-color: rgb(104, 107, 110);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.green {
  background-color: rgb(9, 88, 64);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.maroon {
  background-color: rgb(99, 13, 13);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.cream {
  background-color: rgb(228, 213, 195);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.kelly-green {
  background-color: rgb(5, 124, 63);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.purple {
  background-color: rgb(31, 21, 70);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.eggplant {
  background-color: rgb(81, 42, 68);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.antique-gold {
  background-color: rgb(207, 169, 74);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.jade {
  background-color: rgb(1, 73, 65);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.pink {
  background-color: rgb(255, 14, 143);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.dc-blue {
  background-color: rgb(13, 79, 139);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.brown {
  background-color: rgb(139, 68, 31);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.california-tan {
  background-color: rgb(140, 88, 41);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.grey {
  background-color: rgb(128, 128, 128);
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.black-carbon {
  background: #000 url(../customizer/assets/aero/images/black_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.navy-carbon {
  background: #000 url(../customizer/assets/aero/images/navy_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.orange-carbon {
  background: #000 url(../customizer/assets/aero/images/orange_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.red-carbon {
  background: #000 url(../customizer/assets/aero/images/red_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.white-carbon {
  background: #000 url(../customizer/assets/aero/images/white_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.sport-gold-carbon {
  background: #000 url(../customizer/assets/aero/images/sport_gold_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.antique-gold-carbon {
  background: #000 url(../customizer/assets/aero/images/antique_gold_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.royal-carbon {
  background: #000 url(../customizer/assets/aero/images/royal_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-swatch .swatch-color-wrapper.silver-carbon {
  background: #000 url(../customizer/assets/aero/images/silver_carbon.png) no-repeat center center;
}
.material-swatch-tray-wrapper .swatch-scrolling-container .swatch-color-btn .swatch-color-btn-title {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

svg path {
  transition: all 0.4s ease;
}
svg g.zone_highlight path {
  fill: rgba(255, 255, 255, 0);
}
svg g.zone_highlight:hover path {
  fill: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.color-menu-item {
  border: 1px solid #fff;
  background-color: #efefef;
  height: 75px;
  width: 100%;
  border-right: none;
  display: block;
}
@media (min-width: 768px) {
  .color-menu-item {
    height: 75px;
    width: 100%;
    border-right: none;
    display: block;
  }
}
.color-menu-item .color-menu-trigger {
  border: none;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .color-menu-item .color-menu-trigger {
    text-align: left;
  }
}

.color-menu-panels {
  position: absolute;
  top: -310px;
  left: 0;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
.color-menu-panels.active {
  top: 0;
}
@media (min-width: 768px) {
  .color-menu-panels {
    top: 0;
    left: -105%;
  }
  .color-menu-panels.active {
    left: 0;
  }
}
.color-menu-panels .materials-wrapper {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  transition: all 0.25s ease;
}
.color-menu-panels .materials-wrapper.active {
  top: 0;
}
@media (min-width: 768px) {
  .color-menu-panels .materials-wrapper {
    top: 0;
    left: -105%;
  }
  .color-menu-panels .materials-wrapper.active {
    left: 0;
  }
}

.confirm-btn {
  height: 60px;
  width: 100%;
  background-color: #000;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.confirm-btn .color-menu-confirm-btn {
  height: 100%;
  width: 100%;
  background-color: #000;
  color: #fff;
  border: none;
}

.custom-name-input {
  padding: 1rem;
}
.custom-name-input input {
  border: 1px solid #efefef;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
}

.product-attributes-wrapper {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.product-attributes-wrapper button {
  border: none;
  background-color: rgb(237, 32, 36);
  color: #fff;
  padding: 1rem;
  transition: all 0.4s ease;
}
.product-attributes-wrapper button:hover {
  background-color: rgb(118.5, 16, 18);
}
.product-attributes-wrapper button.active {
  background-color: #000;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}/*# sourceMappingURL=customizer.css.map */