@keyframes scaleUp {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

div.swym-variant-selector-modal-background {
  height: 100%;
  width: 100vw;
  position: fixed;
  z-index: 999999999;
  top: 0px;
}
div.swym-variant-selector-modal-background::after {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: calc(85 / 100);
}
div.swym-collections-variant-popup-parent {
  position: absolute;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 481px;
  max-width: 481px;
  max-height: 95%;
  overflow-y: auto;
}
h1.swym-collections-variant-popup-header-title {
  font-size: 14px;
  margin: 0;
}
div#swym-images-container {
  display: flex;
  flex-direction: column;
  width: 180px;
  align-items: center;
}
div.swym-collection-title-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
div.swym-collection-title-detail h2 {
  margin: 0;
  font-size: 16px;
}
.swym-custom-loaded {
  display: block !important;
}
div.swym-vs-img-container-5 span.swym-vs-product-count {
  font-size: 11px;
}
#swym-custom-image-wrapper {
  display: none;
  margin: 1rem;
  position: relative;
  overflow: hidden;
}
p#swym-custom-mobile-title {
  display: none;
}
div#swym-multiple-wishlist-container {
  overflow-x: scroll;
  display: flex;
  flex-direction: column;
}
#swym-custom-images-slide-container {
  display: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
}
.swym-custom-slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  background-color: white;
  border: none;
  width: 2rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}

.swym-custom-slide-arrow:hover,
.swym-custom-slide-arrow:focus {
  opacity: 1;
}

div#swym-custom-images-slide-container::-webkit-scrollbar {
  display: none;
}

.swym-filter-option-name ::-webkit-scrollbar {
  display: none;
}

#swym-custom-slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0;
}

#swym-custom-slide-arrow-next {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 2rem 0 0 2rem;
}

input#swym-new-list-name-input:focus {
  outline: none;
  border: 1px solid #393d51;
}

input#swym-new-list-name-input {
  transition: border-color 0.3s, box-shadow 0.3s;
}

p#swym-list-guide-text {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

p#swym-create-list-title {
  /* margin-left: 23%; */
  display: flex;
  align-items: 600;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
}
span.swym-vs-back-icon, span.swym-custom-notconfirm-list-button{
  height: 20px;
  width: 20px;
  background: #575757;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
div#swym-custom-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  background-color: rgb(44 44 44 / 50%);
}

div#swym-create-list-title-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button#swym-custom-notconfirm-list-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 25px;
  color: grey;
}
button#swym-custom-confirm-list-button {
  cursor: pointer;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 10px;
}
div#swym-create-list-button-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background: white;
  width: 100%;
  gap: 15px;
  margin-bottom: 5px;
}

div#swym-create-list-mobile-modal {
  position: absolute;
  background: white;
  border: 1px solid #ebebeb;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  bottom: 50%;
}

div#swym-custom-mobile-modal-wrapper-title {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

div#swym-custom-mobile-modal-wrapper-buttons {
  display: flex;
  flex-direction: column;
}

img.swym-custom-slider-image {
  object-fit: contain;
  flex: 1 0 100%;
}
button.swym-zoomed-image-close-button.swym-vs-close-button {
  position: absolute;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  background: #575757;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.zoomed-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.zoomed-image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

button#swym-collections {
  display: none;
  position: absolute;
  z-index: 999;
  background: none;
  border: none;
  font-size: 30px;
  right: 1%;
  top: 1%;
}

div#swym-custom-collections-modal-background {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  position: fixed;
  z-index: 9999999999;
  align-items: center;
  align-content: center;
  flex-direction: column;
  background-color: rgb(50 50 50 / 80%);
}

div#swym-custom-collections-modal-parent {
  width: 505px;
  height: auto;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  min-height: 505px;
}

div#swym-custom-list-id-container {
  max-height: 90px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}

div#swym-collections-title-and-close {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

p#swym-custom-modal-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

div#swym-images-and-components-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

div#swym-images-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 16px;
}

div#swym-custom-modal-close {
  font-size: 27px;
  cursor: pointer;
  z-index: 99;
}

div#swym-custom-product-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

div#swym-custom-vendor-title {
  font-size: 10px;
}

div#swym-custom-variant-title {
  font-size: 12px;
  color: #6d7175;
}

div#swym-custom-variant-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

div#swym-custom-product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 30px;
  margin-left: 5px;
}

div#swym-custom-component-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 15px;
}

div#swym-custom-variant-selector-container {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

div#swym-custom-add-to-wishlist-container {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  align-items: center;
}

button#swym-custom-add-to-wishlist-button {
  cursor: pointer;
  width: 218px;
  height: 40px;
  flex-shrink: 0;
  background: #393d51;
  color: white;
  float: right;
  margin: 20px;
  border-radius: 10px;
}

.swym-filter-option-name {
  display: flex;
  flex-direction: column;
  text-align: left;
}

label.swym-filter-labels {
  display: flex;
  border: 1px solid #d8d8d8;
  height: 30px;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  align-items: center;
  width: auto;
  padding: 8px 12px 8px 12px;
  cursor: pointer;
  font-size: 10px;
  white-space: nowrap;
  margin: 8px 12px 8px 0;
}
label.swym-filter-labels.selected {
  background: #333333;
  color: white;
}

label.swym-filter-labels:hover {
  transition: 0.1s ease-in-out;
  text-decoration: underline;
}

img#swym-custom-image-blob.selected {
  border: 1px solid #393d51;
  border-radius: 2px;
}

.swym-radio-buttons-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 140px;
  overflow-y: auto;
}

div#swymOptionName {
  font-size: 12px;
  line-height: 16px;
}

img#swym-custom-primary-image {
  cursor: zoom-in;
  object-fit: contain;
}

img#swym-custom-image-blob {
  cursor: pointer;
  margin-right: 8px;
  transform: scale(1);
  transition: transform 0.08s ease-in-out;
}

div#swym-custom-image-blob-container {
  margin-top: 8px;
  margin-left: 8px;
  display: flex;
}

div#swym-input-and-label-wrapper {
  display: flex;
  color: #393d51;
  font-family: Assistant;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.08s ease-in-out;
}

button#swym-custom-create-list-button {
  border: 0;
  cursor: pointer;
  background: none;
  padding: 15px;
  width: 150px;
  text-align: left;
  margin-top: 5px;
}

p#swym-custom-select-preference-text {
  font-size: 10px;
  text-align: left;
  line-height: 14px;
}
div#swym-custom-multiple-wishlist-container {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

input.swym-custom-list-button {
  cursor: pointer;
}

label.swym-custom-list-label {
  cursor: pointer;
  justify-content: right;
  display: flex;
  margin-right: 10px;
}

button#swym-custom-add-to-wishlist-button[disabled="true"] {
  cursor: default;
  background: grey;
}

div#swym-custom-create-list-container {
  width: 360px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  background: white;
  border: 1px solid;
  border-radius: 10px;
}
div#swym-custom-images-caraousel {
  overflow-x: scroll;
  display: none;
}
input#swym-custom-new-list-name-input {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  padding: 15px;
  border: none;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
button#swym-custom-create-list-button[disabled="true"] {
  display: none;
}
p#swym-custom-select-wishlists-text {
  font-size: 10px;
  text-align: left;
  line-height: 14px;
}

.swym-list-creation-buttons {
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.swym-hide-container {
  display: none !important;
}

button.swym-variant-selector-add-to-wishlist-cta {
  background: #292929;
  width: 100%;
  padding: 12px;
}
/* Desktop only */
.swym-add-to-wishlist-1, .swym-add-to-wishlist-single {
  background: #292929;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  margin-top: 16px;
  font-size: 16px;
  cursor: pointer;
}
div#swym-custom-wishlist-container {
  display: flex;
}
div#swym-custom-wishlist-actions {
  display: flex;
  flex-direction: column;
  max-width: 134px;
  width: 134px;
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
  margin-top: 4px;
  cursor: pointer;
}
div#swym-custom-wishlist-actions .swym-custom-create-wishlist-button {
  background: #00000029;
  max-width: 117px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#swym-custom-wishlist-actions .swym-custom-create-wishlist-button span {
  height: 24px;
  width: 24px;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#swym-custom-wishlist-actions .swym-custom-create-wishlist-text {
  font-size: 11px;
  margin-top: 4px;
}
ul.swym-variant-selector-lists-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 6px;
  margin: 0;
  padding: 16px;
  padding-bottom: 0;
  height: calc(100% - 60px);
  overflow-y: scroll;
}
@keyframes cardAnim {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
ul.swym-variant-selector-lists-container li,
#swym-custom-image-blob-container-2 img, .swym-custom-variant-selector-container {
  animation: cardAnim 600ms ease-out;
  animation-fill-mode: backwards;
}

.swym-custom-variant-selector-container {

}
.swym-collections-variant-popup-parent.swym-variant-selector-lists-view {
  width: 576px;
  max-width: 576px;
}
.swym-variant-selector-lists-view .swym-vs-list-view-header {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
}
.swym-vs-list-view-header p {
  display: flex;
  align-items: center;
  gap: 6px;
}
.swym-vs-list-view-header p svg {
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.swym-variant-selector-lists-view
  .swym-vs-list-view-header
  .swym-vs-popup-close-icon,
.swym-collections-variant-popup-header #swym-vs-close-popup,
div#swym-create-list-title-wrapper p#swym-create-list-title #swym-vs-close-popup {
  height: 20px;
  width: 20px;
  background: #575757;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swym-variant-selector-lists-view .swym-vs-list-view-header p {
  color: #999999;
  margin: 0;
}
.swym-variant-selector-lists-view .swym-vs-list-view-header p span {
  color: #333333;
}
ul li.swym-variant-selector-wishlist-item {
  width: 32%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 32.353%;
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 7px;
  cursor: pointer;
}
.swym-variant-selector-wishlist-item .swym-variant-selector-wishlist-info,
.swym-variant-selector-wishlist-item .swym-variant-selector-wishlist-info img, 
.swym-variant-selector-wishlist-item .swym-variant-selector-wishlist-info-default,
.swym-variant-selector-wishlist-item .swym-variant-selector-wishlist-info-default img{
  width: 100%;
}
.swym-variant-selector-wishlist-item .swym-variant-selector-wishlist-info-default {
  height: 120px;
}
.swym-variant-selector-wishlist-item .swym-variant-selector-wishlist-info-default img {
  height: 100%;
}
.swym-variant-selector-wishlist-item .swym-variant-selector-wishlist-info {
  /* height: 160px;
  min-height: 160px; */
}
.swym-variant-selector-wishlist-info-default .swym-variant-selector-no-image-placeholder {
  height: 106px;
  min-height: 106px;
}

#swym-vs-wishlist-container {
  display: flex;
}
#swym-vs-wishlist-container
  .swym-variant-selector-wishlist-info
  .swym-variant-selector-no-image-placeholder {
  height: 106px;
  margin-bottom: 4px;
  border-radius: none;
}
#swym-vs-wishlist-container .swym-variant-selector-wishlist-item {
  max-width: 134px;
  width: 134px;
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
  margin-top: 4px;
  cursor: pointer;
  margin-right: 8px;
}
#swym-custom-wishlist-container .swym-variant-selector-wishlist-item {
  max-width: 134px;
  /* width: 30%; */
  width: 134px;
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
  margin-top: 4px;
  cursor: pointer;
}
#swym-vs-wishlist-container .swym-variant-selector-wishlist-info,
#swym-vs-wishlist-container .swym-variant-selector-wishlist-info img {
  width: 100%;
}
#swym-custom-wishlist-container .swym-variant-selector-wishlist-item {
  margin-right: 8px;
}
#swym-custom-wishlist-container
  .swym-variant-selector-wishlist-item.swym-vs-default-list-selected {
  margin-right: 8px;
  border: 1px solid #000;
}
#swym-vs-wishlist-container
  .swym-variant-selector-wishlist-item.swym-vs-default-list-selected,
li.swym-vs-show-list-selected {
  /* margin-right: 8px; */
  border: 1px solid #000;
}

li.swym-vs-show-list-selected .swym-variant-selector-status,
.swym-vs-default-list-selected .swym-variant-selector-status {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul li.swym-variant-selector-wishlist-item:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
ul li.swym-variant-selector-wishlist-item img {
  width: 100%;
  border-radius: 8px;
}
.swym-variant-selector-lists-view
  ul
  li.swym-variant-selector-wishlist-item.swym-vs-show-list-selected {
  border: 1px solid #000;
}
div.swym-variant-selector-lists-btn-container {
  padding: 16px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
div.swym-variant-selector-lists-btn-container button {
  border: none;
  width: 49%;
  padding: 12px;
  color: #fff;
  border-radius: 8px;
}
div.swym-variant-selector-lists-btn-container button:first-child {
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #000;
}
div.swym-variant-selector-lists-btn-container button:nth-child(2) {
  background: #000;
}
div.swym-variant-selector-lists-btn-container button {
  cursor: pointer;
}
div.swym-variant-selector-list-name {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}
div.swym-variant-selector-list-name  span:first-of-type {
  width: 80%;
  overflow: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
span#swym-custom-wishlist-actions-title {
  font-size: 12px;
}
span.swym-variant-selector-status {
  background: #e5e5e5;
  height: 16px;
  width: 16px;
  display: block;
  border-radius: 50%;
  min-height: 16px;
  min-width: 16px;
}
.swym-variant-selector-no-image-placeholder {
  border-radius: 8px;
  height: auto;
  width: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  border-radius: 8px;
  height: 124px;
  width: 100%;
  font-size: 12px;
  color: #000;
  align-items: center;
  justify-content: center;
  height: 160px;
}
ul li.swym-variant-selector-wishlist-item.swym-vs-list-selected {
  border: 1px solid #000;
}
li.swym-vs-list-selected .swym-variant-selector-status {
  background: #000;
}
.swym-collections-variant-popup-content #swym-images-container {
  display: none;
}
#swym-images-container-2 #swym-custom-image-blob-container-2 img {
  object-fit: cover;
  width: 82px;
  border-radius: 8px;
  height: 132px;
  object-fit: cover;
  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
}
#swym-images-container-2 #swym-custom-image-blob-container-2 {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-bottom: 12px;
  overflow-x: scroll;
}
/* Fade-in effect */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s forwards; /* Adjust duration as needed */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Slide-in effect */
.swym-vs-anim-slide-in {
  opacity: 0;
  transform: translateY(20px); /* Start 20px below */
  animation: slideIn 0.5s forwards; /* Adjust duration as needed */
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.swym-vs-disabled {
  background-color: #cccccc!important;
  color: #666666!important;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.swym-vs-img-container-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.swym-vs-img-container-5 img.product-image {
  width: 78px;
  height: 78px;
}
.swym-vs-img-container-5 img.product-image:nth-child(3){
  margin-top: 4px
}
.swym-vs-img-container-5 span {
  background: #f8f8f8;
  height: 76px;
  width: 76px;
  border-radius: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-top: 4px;
  justify-content: center;
}
span.swym-vs-notification {
  cursor: pointer;
}
.swym-vs-img-container-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.swym-vs-img-container-4 img.product-image {
  width: 78px;
  height: 78px;
}
.swym-vs-img-container-3 {
  display: flex;
  justify-content: space-between;
}
.swym-vs-img-container-3 > div {
  width: 78px;
  display: flex;
  flex-direction: column;
}
.swym-vs-img-container-3 > div img:nth-child(2) {
  margin-top: 4px; 
}
ul li div.swym-variant-selector-wishlist-info div.swym-vs-img-container-3 img {
  width: 78px;
  height: 78px;
  object-fit: cover; 
}
ul li div.swym-variant-selector-wishlist-info div.swym-vs-img-container-3 > img {
  height: 160px;
}
ul li div.swym-variant-selector-wishlist-info div.swym-vs-img-container-1 img {
  height: 160px;
  object-fit: cover;  
}
.swym-vs-img-container-4 img.product-image:nth-child(3), 
.swym-vs-img-container-4 img.product-image:nth-child(4){
  margin-top: 4px;
}
.swym-vs-img-container-2 {
  display: flex;
  justify-content: space-between;
}
.swym-vs-img-container-2 img.product-image {
  width: 49%;
  height: 160px;
  object-fit: cover;
}
.swym-vs-hidden {
  display: none!important;
}
div .swym-collections-variant-popup-parent.swym-variant-selector-lists-view.swym-vs-hidden {
  display: none;
}
div.swym-vs-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  > div {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay .8s infinite ease-in-out both;
  }
  .swym-vs-bounce1 {
    animation-delay: -0.32s;
  }
  .swym-vs-bounce2 {
    animation-delay: -0.16s;
  }
}
@-webkit-keyframes sk-bouncedelay {0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@media only screen and (min-width: 1024px) {
  div#swym-input-and-label-wrapper:hover {
    transform: scale(1.04);
    transition: 0.2s ease;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
    .swym-filter-option-name {
      flex-direction: row;
    }
    div#swym-custom-product-info {
      margin: 10px 5px 10px 5px;
    }
  
    div#swym-custom-collections-modal-background {
      justify-content: flex-end;
    }
  
    div#swymOptionName {
      min-width: 70px;
    }
  
    div#swym-custom-create-list-container {
      width: 95%;
    }
  
    label.swym-filter-labels {
      margin: 0px 7px 0px 0px;
    }
  
    p#swym-custom-modal-title {
      display: none;
    }
  
    p#swym-custom-mobile-title {
      display: block;
      font-family: inherit;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: 0px;
      text-align: left;
    }
  
    div#swym-custom-add-to-wishlist-container {
      padding: 5px;
    }
  
    div#swym-custom-images-slide-container {
      display: flex;
      overflow-x: scroll;
    }
  
    #swym-custom-image-wrapper {
      display: flex;
    }
  
    div#swym-images-container {
      display: none;
    }
  
    div#swym-product-info {
      display: none;
    }
  
    div#swym-custom-image-blob-container {
      display: none;
    }
  
    div#swym-custom-collections-modal-parent {
      flex-direction: column;
      width: -webkit-fill-available;
    }
  
    div#swym-images-and-components-container {
      flex-direction: column;
    }
  
    button#swym-custom-add-to-wishlist-button {
      width: 100%;
      margin: 0;
    }
  
    .swym-radio-buttons-container {
      flex-wrap: nowrap;
      overflow-x: auto;
      padding: 5px;
    }
  
    div#swymOptionName {
      text-align: center;
      align-items: center;
      display: flex;
      padding: 5px;
    }
  
    div#swym-images-and-components-container {
      padding: 0;
    }
  
    .swym-filter-option-name {
      padding: 0;
    }
  
    p#swym-custom-select-preference-text {
      display: none;
    }
  
    div#swym-images-container {
      width: unset;
      height: 250p;
    }
  
    img#swym-custom-primary-image {
      height: 250px;
      width: 250px;
    }
    div#swym-multiple-wishlist-container {
      margin-top: 5px;
    }
  
    div#swym-input-and-label-wrapper {
      line-height: unset;
    }
  }

  @media only screen and (max-width: 590px) {
    div#swym-input-and-label-wrapper:hover {
      transform: scale(1.04);
      transition: 0.2s ease;
      text-decoration: underline;
    }
    div.swym-collections-variant-popup-parent.swym-variant-selector-lists-view {
        width: 95%;
        max-width: 95%;
    }
    /* .swym-vs-img-container-2 img.product-image */
    .swym-vs-img-container-4 img.product-image,
    div.swym-vs-img-container-5 img.product-image,
    div.swym-vs-img-container-5 img.product-image span {
      width: 49%;
    }
    .swym-vs-img-container-4 img.product-image, div.swym-vs-img-container-5 img.product-image {
      object-fit: cover;
    }
    .swym-vs-img-container-5 span {
      width: 49%;
      height: auto;
    }
    ul li div.swym-variant-selector-wishlist-info div.swym-vs-img-container-3 > img {
      width: 49%;
    }
    .swym-vs-img-container-3 > div {
      width: 49%;
    }
    ul li div.swym-variant-selector-wishlist-info div.swym-vs-img-container-3 > div img.product-img {
      width: 100%;
    }
    ul li div.swym-variant-selector-wishlist-info div.swym-vs-img-container-3 > div img {
      width: 100%;
      height: 78px;
    }
    /* ul li div.swym-variant-selector-wishlist-info div.swym-vs-img-container-3 img {
    } */
}
@media only screen and (max-width: 550px) {
    div.swym-collections-variant-popup-parent {
        width: 95%;     
    }
    div.swym-filter-option-name {
        flex-direction: column;
        margin-top: 8px;
    }
    div.swym-radio-buttons-container {
    flex-wrap: wrap;
    padding-top: 0;
    }
    label.swym-filter-labels {
    margin-top: 6px;
    }
    .swym-collections-variant-popup-content {
        padding: 12px;
    }
   .swym-variant-selector-lists-view .swym-variant-selector-lists-container li {
        width: 47%;
    }
}
@media only screen and (max-width: 360px) {
    .swym-variant-selector-lists-view .swym-variant-selector-lists-container li {
        width: 100%;
    }
}
/* Ancient Mobile Devices */
@media (max-width: 380px) and (max-height: 550px) {
  img.swym-custom-slider-image {
    display: none;
  }
  div#swym-custom-product-info {
    display: none;
  }

  div#swym-custom-component-container {
    margin-top: -30px;
  }

  div#swym-collections-title-and-close {
    margin-top: 15px;
  }  
}

/* Older Mobile Devices */

@media (max-width: 480px) and (max-height: 741px) {
  img.swym-custom-slider-image {
    width: 150px;
    height: 150px;
  }

  div#swymOptionName {
    min-width: 70px;
  }
}
/* Recent Mobile Devices*/