[wombat-template].wombat_gallery_color_picker {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  transition-property: background-color;
  transition-timing-function: ease-out;
  transition-duration: 750ms;
}

[wombat-template].wombat_gallery_color_picker header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 0 30px;
  max-width: 90%;
}

[wombat-template].wombat_gallery_color_picker header.white h1 {
  color: #fafafa;
}

[wombat-template].wombat_gallery_color_picker .product-slide-wrapper,
[wombat-template].wombat_gallery_color_picker .product-color-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

[wombat-template].wombat_gallery_color_picker .slide {
  display: block;
  width: 100%;
  left: 50%;
  list-style-type: none;
  transform: translateX(-50%);
}

[wombat-template].wombat_gallery_color_picker .product-slide-wrapper {
  height: 50vw;
}

[wombat-template].wombat_gallery_color_picker .product-color-wrapper {
  height: 50px;
}

[wombat-template].wombat_gallery_color_picker .slide .image-container {
  position: relative;
  height: 100%;
}

[wombat-template].wombat_gallery_color_picker .slide img {
  max-width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

[wombat-template].wombat_gallery_color_picker .product-color-slide {
  list-style-type: none;
  display: none;
  transition: 350ms opacity ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
}

[wombat-template].wombat_gallery_color_picker .pagination-wrapper {
  height: 150px;
}

[wombat-template].wombat_gallery_color_picker .pagination-item {
  display: inline-block;
}

[wombat-template].wombat_gallery_color_picker .pagination-item.active {
  opacity: 1;;
  z-index: 1;
}

[wombat-template].wombat_gallery_color_picker .pagination-item.active .product-color-slide {
  display: inline-block;
  z-index: 1;
}

[wombat-template].wombat_gallery_color_picker wombat-gallery .arrow-container {
  display: block;
}

[wombat-template].wombat_gallery_color_picker .arrow-container .button-circular {
  border: 2px solid #cacaca;
  background-color: #fafafa;
  box-shadow: none !important;
}

[wombat-template].wombat_gallery_color_picker .arrow-container .button-circular:hover {
  background-color: #fafafa;
  border: 2px solid #cacaca;
}

[wombat-template].wombat_gallery_color_picker .arrow-container .button-circular .arrow-half {
  background-color: #727276;
}

[wombat-template].wombat_gallery_color_picker .arrow-container .button-circular:hover .arrow-half {
  background-color: #727276;
}

/* Pagination dot circle */
[wombat-template].wombat_gallery_color_picker wombat-gallery .pagination-item .pagination-dot {
  width: 14px;
  height: 14px;
  background-color: #fff;
}

[wombat-template].wombat_gallery_color_picker wombat-gallery .pagination-item.active .pagination-dot {
  background-color: #fff;
}

@media screen and (min-width: 475px) {
  [wombat-template].wombat_gallery_color_picker .slide {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  [wombat-template].wombat_gallery_color_picker header {
    max-width: 480px;
  }

  [wombat-template].wombat_gallery_color_picker header br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  [wombat-template].wombat_gallery_color_picker header {
    margin-bottom: 50px;
  }

  [wombat-template].wombat_gallery_color_picker wombat-gallery .pagination-item .pagination-dot {
    width: 14px;
    height: 14px;
    display: inline;
  }
}

@media (min-width: 1144px) {
  [wombat-template].wombat_gallery_color_picker .product-slide-wrapper {
    height: 30vw;
  }
}
