.st-product-card {
  cursor: pointer;
  display: flex;
  position: relative;
}

.st-product-card .st-product-card_loading {
  display: none;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.st-product-card .st-product-card_loading div {
  background-color: hsla(0, 0%, 100%, 0.7);
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.st-product-card .st-product-card_loading svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.st-product-card .st-product-card_options {
  display: inline-block;
  position: relative;
}

.st-product-card .st-product-card_options svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.st-product-card .st-product-card_options select {
  all: unset;
  border: 1px solid;
  border-radius: 2041996px;
  display: inline-block;
  margin-top: 10px;
  overflow: hidden;
  padding: 5px 25px 5px 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .st-product-card .st-product-card_options select {
    padding: 5px 25px;
    width: 150px;
  }
}
.st-product-card .st-product-card_title {
  max-height: 36px;
}

.st-product-card .st-product-card_title a {
  color: #000;
  display: -webkit-box;
  font-size: 14px;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
}

.st-product-card .st-atc-button, .st-product-card .st-more-details {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fed700;
  border: none;
  border-radius: 20496px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 20px;
  padding: 10px 0;
  width: 100%;
}

.st-product-card .st-more-details {
  display: inline-block;
  -webkit-text-decoration: auto;
  text-decoration: auto;
}

.st-product-card .st-product-card_quantity {
  margin: 0 0 10px;
}

.st-product-card .st-product-card_price {
  font-size: 20px;
  font-weight: 700;
  margin: auto;
}

.st-product-card .st-product-card_actions {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 2041996px;
}

.st-product-card .st-product-card_actions > div {
  align-items: center;
  display: none;
  height: 25px;
  justify-content: center;
  line-height: 0;
  width: 25px;
}

.st-product-card .st-product-card_actions > .st-delete-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.st-product-card .st-product-card_actions > .st-delete-button:hover {
  background-color: unset !important;
  color: inherit !important;
}

.st-product-card .st-product-card_actions .st-product-card_actions_dropdown {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.08);
  display: none;
  line-height: 1;
  position: absolute;
}

.st-product-card .st-product-card_actions .st-product-card_actions_dropdown button {
  all: unset;
  padding: 10px 20px;
}

.st-product-card .st-product-card_actions.st-is-open .st-product-card_actions_dropdown, .st-product-card.st-is-loading .st-product-card_loading {
  display: block;
}

.st-product-card.st-product-card--sold-out .st-atc-button {
  background-color: rgba(25, 25, 25, 0.2);
  pointer-events: none;
}

.st-product-card.st-adding .st-atc-button span {
  display: none;
}

.st-product-card.st-adding .st-atc-button svg {
  display: block;
}

.st-product-card .st-atc-button svg {
  display: none;
}

@media screen and (min-width: 768px) {
  .st-product-card .st-product-card_options {
    display: inline-block;
  }
}
.st-product-card--grid {
  border-radius: 8px;
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2);
  flex-direction: column;
  padding: 10px;
}

.st-product-card--grid form {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.st-product-card--grid .st-product-card_image {
  margin-bottom: 10px;
}

.st-product-card--grid .st-quantity-widget {
  display: none;
}

.st-product-card--grid .st-product-card_quantity {
  margin-bottom: 10px;
}

.st-product-card--grid .st-product-card_actions {
  right: 10px;
  top: 5px;
}

.st-product-card--grid .st-product-card_actions .st-product-card_actions_dropdown {
  right: 10px;
  top: 100%;
}

@media screen and (min-width: 992px) {
  .st-product-card--grid {
    padding: 20px;
  }
  .st-product-card--grid .st-product-card_actions {
    right: 10px;
  }
}
.st-product-card--horizontal {
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.st-product-card--horizontal .st-product-card_image {
  flex: 1;
}

.st-product-card--horizontal form {
  align-items: stretch;
  display: flex;
  flex: 2;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.st-product-card--horizontal form p {
  margin: 0;
}

.st-product-card--horizontal .st-quantity-widget {
  display: none;
}

.st-product-card--horizontal .st-product-card_actions {
  left: 10px;
  top: 5px;
}

.st-product-card--horizontal .st-product-card_actions .st-product-card_actions_dropdown {
  left: 10px;
  top: 100%;
}

.st-product-card--horizontal.st-product-card--drawer .st-product-card_options, .st-product-card--horizontal.st-product-card--drawer .st-quantity-widget {
  display: none;
}

.st-product-card--horizontal.st-product-card--drawer .st-product-card_actions {
  left: 10px;
  top: 5px;
}

.st-product-card--horizontal.st-product-card--drawer .st-product-card_actions .st-product-card_actions_dropdown {
  left: 10px;
  top: 100%;
}

@media screen and (min-width: 426px) {
  .st-product-card--horizontal .st-product-card_actions > div {
    height: 40px;
    width: 40px;
  }
}
.st-product-card--horizontal:not(.st-product-card--drawer) {
  border-radius: 8px;
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 576px) {
  .st-product-card--horizontal:not(.st-product-card--drawer) .st-product-card_actions {
    left: unset;
    right: 0;
    top: 0;
  }
  .st-product-card--horizontal:not(.st-product-card--drawer) .st-product-card_actions .st-product-card_actions_dropdown {
    left: unset;
    right: 10px;
  }
  .st-product-card--horizontal:not(.st-product-card--drawer) .st-product-card_price {
    font-size: 24px;
  }
  .st-product-card--horizontal:not(.st-product-card--drawer) .st-atc-button, .st-product-card--horizontal:not(.st-product-card--drawer) .st-more-details {
    max-width: 120px;
  }
  .st-product-card--horizontal:not(.st-product-card--drawer) form {
    align-items: center;
    flex: 3;
    flex-direction: row;
  }
  .st-product-card--horizontal:not(.st-product-card--drawer) form .st-product-card_group--title {
    flex: 1;
  }
  .st-product-card--horizontal:not(.st-product-card--drawer) form .st-product-card_group--quantity {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .st-product-card--horizontal:not(.st-product-card--drawer) .st-quantity-widget {
    display: flex;
    margin: auto;
    max-width: 180px;
  }
}
.st-select-wishlist {
  color: #000;
  visibility: hidden;
}

.st-select-wishlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-select-wishlist ul li {
  font-size: 20px;
  padding: 15px 30px 15px 0;
}

.st-select-wishlist ul li label {
  cursor: pointer;
}

.st-select-wishlist ul li input[type=radio] + label:before {
  border: 1px solid #000;
  border-radius: 20496px;
  content: "";
  display: block;
  height: 20px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}

.st-select-wishlist ul li input:checked + label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.st-select-wishlist ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 69, 0, 0.3);
}

.st-select-wishlist_content {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.st-select-wishlist .st-close-button {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

.st-select-wishlist.st-select-wishlist--popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10000;
}

.st-select-wishlist.st-select-wishlist--popup.st-is-open {
  opacity: 1;
  visibility: visible;
}

.st-select-wishlist.st-select-wishlist--popup .st-select-wishlist_content {
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 30px 50px;
  position: relative;
  width: 500px;
}

.st-select-wishlist .st-add-wishlist-button {
  padding: 10px;
}

.st-wishlist-details .st-wishlist-details_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  inset: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}

.st-wishlist-details .st-wishlist-details_header h2 {
  color: #000;
  margin: 0;
}

.st-wishlist-details .st-wishlist-details_header h2 sup {
  font-size: 14px;
  margin-left: 5px;
}

.st-wishlist-details .st-wishlist-details_products > div:not(:last-child) {
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 10px;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer {
  cursor: pointer;
  display: flex;
  padding: 10px;
  position: relative;
  width: 100%;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_image {
  flex: 0 0 100px;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_loading {
  display: none;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_loading div {
  background-color: hsla(0, 0%, 100%, 0.7);
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_loading svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_form {
  flex: 1;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_title {
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  flex: 1;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  max-height: 36px;
  overflow: hidden;
  text-decoration: none;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_price {
  color: #000;
  font-weight: 700;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_quantity {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-product-widget_actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 20496px;
  color: #fff;
  cursor: pointer;
  flex: 1;
  font-size: 14px;
  padding: 10px 0;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer .st-atc-button {
  background-color: #fed700;
}

.st-wishlist-details .st-product-widget.st-product-widget--drawer.st-is-loading .st-product-widget_loading {
  display: block;
}

.st-wishlist-details.st-wishlist-details--drawer .st-close-button {
  height: 30px;
  width: 30px;
}

.st-wishlist-details.st-wishlist-details--drawer .st-wishlist-details_wrapper {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
  overflow: auto;
  position: fixed;
  right: -400px;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100vw;
  z-index: 2041996;
}

.st-wishlist-details.st-wishlist-details--drawer .st-wishlist-details_header {
  padding: 20px;
}

.st-wishlist-details.st-wishlist-details--drawer .st-wishlist-details_main {
  flex: 1;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.st-wishlist-details.st-wishlist-details--drawer .st-wishlist-details_loading {
  display: none;
  position: absolute;
}

.st-wishlist-details.st-wishlist-details--drawer .st-wishlist-details_empty {
  display: none;
  padding-inline: 20px;
}

.st-wishlist-details.st-wishlist-details--drawer .st-wishlist-details_loading {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.st-wishlist-details.st-wishlist-details--drawer.st-is-open .st-wishlist-details_overlay {
  opacity: 1;
  visibility: visible;
}

.st-wishlist-details.st-wishlist-details--drawer.st-is-open .st-wishlist-details_wrapper {
  right: 0;
}

.st-wishlist-details.st-wishlist-details--drawer.st-is-loading .st-wishlist-details_controls, .st-wishlist-details.st-wishlist-details--drawer.st-is-loading .st-wishlist-details_products {
  opacity: 0;
  visibility: hidden;
}

.st-wishlist-details.st-wishlist-details--drawer.st-is-loading .st-wishlist-details_loading {
  display: flex;
  opacity: 1;
  visibility: 1;
}

.st-wishlist-details.st-wishlist-details--drawer.st-is-empty .st-wishlist-details_empty {
  display: block;
}

.st-wishlist-details.st-wishlist-details--popup {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: OpenSans, Helvetica Neue, sans-serif;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 10000;
}

.st-wishlist-details.st-wishlist-details--popup.st-is-open {
  opacity: 1;
  visibility: visible;
}

.st-wishlist-details.st-wishlist-details--popup .st-wishlist-details_wrapper {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  max-height: 90vh;
  max-width: 1100px;
  padding: 30px;
  width: 100%;
  z-index: 10000;
}

.st-wishlist-details.st-wishlist-details--popup .st-wishlist-details_wrapper .st-wishlist-details_header h2 {
  font-family: OpenSans, Helvetica Neue, sans-serif;
  margin: 0;
}

.st-wishlist-details.st-wishlist-details--popup .st-wishlist-details_wrapper .st-wishlist-details_header .st-close-button {
  height: 30px;
  width: 30px;
}

.st-quantity-widget {
  background-color: #f0f2f5;
  border-radius: 20496px;
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
}

.st-quantity-widget button {
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
}

.st-quantity-widget button, .st-quantity-widget input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.st-quantity-widget input {
  background-color: inherit;
  text-align: center;
  width: 50px;
}

.st-quantity-widget input:focus-visible {
  box-shadow: none;
  outline: none;
  outline-offset: none;
}

.st-quantity-widget input[type=number]::-webkit-inner-spin-button, .st-quantity-widget input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.st-quantity-widget input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.st-toast {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2);
  color: #000;
  max-width: 300px;
  position: fixed;
  transition: all 0.3s ease-in-out;
  z-index: 2041996;
}

.st-toast.st-toast--left_bottom, .st-toast.st-toast--left_top {
  left: -300px;
}

.st-toast.st-toast--left_bottom.is-open, .st-toast.st-toast--left_top.is-open {
  left: 20px;
}

.st-toast.st-toast--right_bottom, .st-toast.st-toast--right_top {
  right: -300px;
}

.st-toast.st-toast--right_bottom.is-open, .st-toast.st-toast--right_top.is-open {
  right: 20px;
}

.st-toast.st-toast--middle_top {
  left: 50%;
  top: -300px;
  transform: translateX(-50%);
}

.st-toast.st-toast--middle_bottom {
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
}

.st-toast .st-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
}

.st-toast.st-toast--error {
  color: #e41c1d;
  display: flex;
  gap: 10px;
  padding: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.st-toast.st-toast--error .message {
  font-weight: 700;
  line-height: 1.2;
}

.st-toast.st-toast--error svg {
  flex: 0 0 30px;
}

.st-toast.st-toast--success {
  padding: 15px;
  width: 300px;
}

.st-toast.st-toast--success .content {
  align-items: center;
  display: flex;
}

.st-toast.st-toast--success .content .content_image {
  flex: 0 0 70px;
}

.st-toast.st-toast--success .content .content_image[data-src=""] {
  flex: 0;
}

.st-toast.st-toast--success .content .content_title {
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
}

.st-toast.st-toast--success .content .content_title p {
  color: #000;
  font-weight: 700;
  margin: 0 0 10px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.st-popup {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 10002;
}

.st-popup .st-popup_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  inset: 0;
  position: absolute;
  z-index: 10001;
}

.st-popup .st-popup_box {
  background-color: #fff;
  border-radius: 6px;
  z-index: 10002;
}

.st-popup.st-is-open {
  display: flex;
}

.st-popup.st-popup--add-wishlist {
  color: #000;
}

.st-popup.st-popup--add-wishlist .st-popup_box {
  max-width: 500px;
  width: 90vw;
}

.st-popup.st-popup--add-wishlist header {
  border-bottom: 1px solid #e9e7e7;
  padding: 5px 20px;
}

.st-popup.st-popup--add-wishlist main {
  padding: 5px 20px 20px;
}

.st-popup.st-popup--add-wishlist main label {
  font-size: 14px;
}

.st-popup.st-popup--add-wishlist main input {
  padding: 5px;
  width: 100%;
}

.st-popup.st-popup--add-wishlist footer {
  padding: 0 20px 10px;
  text-align: right;
}

.st-popup.st-popup--add-wishlist footer button {
  cursor: pointer;
  padding: 10px 15px;
  position: relative;
}

.st-popup.st-popup--add-wishlist footer button svg {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.st-popup.st-popup--add-wishlist.st-is-loading button p {
  opacity: 0;
}

.st-popup.st-popup--add-wishlist.st-is-loading button svg {
  opacity: 1;
  visibility: visible;
}

.st-popup.st-popup--manage-wishlist .st-popup_box {
  max-width: 500px;
  width: 90vw;
}

.st-popup.st-popup--manage-wishlist header {
  border-bottom: 1px solid #e9e7e7;
  padding: 10px 20px;
}

.st-popup.st-popup--manage-wishlist main {
  padding: 10px 20px;
}

.st-popup.st-popup--manage-wishlist main ul {
  max-height: 350px;
  overflow-y: auto;
}

.st-popup.st-popup--manage-wishlist main ul::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}

.st-popup.st-popup--manage-wishlist main ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
  width: 8px;
}

.st-popup.st-popup--manage-wishlist main ul li {
  line-height: 15px;
  padding: 10px;
}

.st-popup.st-popup--manage-wishlist main ul li form {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-editing .st-edit-icon .edit-icon {
  display: none;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-editing .st-edit-icon .check-icon {
  display: block;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-editing input {
  pointer-events: unset;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-loading .st-edit-icon .loading-icon {
  display: block;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-loading .st-edit-icon .edit-icon {
  display: none;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-loading .st-delete-button {
  opacity: 0.3;
  pointer-events: none;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-loading .st-edit-button {
  pointer-events: none;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-deleting .st-delete-icon .loading-icon {
  display: block;
}

.st-popup.st-popup--manage-wishlist main ul li.st-is-deleting .st-delete-icon .delete-icon {
  display: none;
}

.st-popup.st-popup--manage-wishlist main ul li .st-wishlist-item_input {
  max-width: 200px;
  position: relative;
}

.st-popup.st-popup--manage-wishlist main ul li .st-wishlist-item_input span {
  background-color: #000;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 0;
}

.st-popup.st-popup--manage-wishlist main ul li input {
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  overflow: hidden;
  padding: 5px 10px;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.st-popup.st-popup--manage-wishlist main ul li input:focus-visible {
  box-shadow: none;
  outline: none;
}

.st-popup.st-popup--manage-wishlist main ul li input:not([readonly]):focus-visible + span {
  width: 100%;
}

.st-popup.st-popup--manage-wishlist main ul li button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.st-popup.st-popup--manage-wishlist main ul li svg .check-icon, .st-popup.st-popup--manage-wishlist main ul li svg .loading-icon {
  display: none;
}

.st-popup.st-popup--confirm {
  z-index: 10003;
}

.st-popup.st-popup--confirm .st-popup_box {
  max-width: 400px;
  padding: 20px;
  width: 90vw;
}

.st-popup.st-popup--confirm main {
  padding-top: 10px;
}

.st-popup.st-popup--confirm footer {
  padding: 10px;
}

.st-popup.st-popup--confirm footer button {
  all: unset;
  border: 1px solid #e9e7e7;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px;
}

.st-popup.st-popup--confirm footer .st-cancel-button {
  background-color: #fff;
}

.st-popup.st-popup--confirm.st-popup--danger .st-confirm-button {
  background-color: #d04343;
  color: #fff;
}

.st-popup.st-popup--select-wishlist .st-popup_box {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 400px;
  padding: 20px;
  width: 90vw;
}

.st-popup.st-popup--select-wishlist main ul {
  max-height: 300px;
  overflow-y: auto;
  padding: 20px 0;
}

.st-popup.st-popup--select-wishlist main ul li {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  position: relative;
}

.st-popup.st-popup--select-wishlist main ul li:not(:last-child) {
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 10px;
}

.st-popup.st-popup--select-wishlist main ul li.st-is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.st-popup.st-popup--select-wishlist main ul li.st-is-checked svg .st-check-icon, .st-popup.st-popup--select-wishlist main ul li.st-is-loading .st-loading-icon {
  display: block;
}

.st-popup.st-popup--select-wishlist main ul li label {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}

.st-popup.st-popup--select-wishlist main ul li svg {
  border: 1px solid;
}

.st-popup.st-popup--select-wishlist main ul li svg use {
  display: none;
}

.st-popup.st-popup--select-wishlist footer button {
  all: unset;
  cursor: pointer;
}

.st-wishlist-controls {
  cursor: pointer;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}

.st-wishlist-controls .st-wishlist-controls_title span {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.st-wishlist-controls .st-wishlist-controls_dropdown {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.07), 0 16px 16px rgba(0, 0, 0, 0.07);
  display: none;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 10002;
}

.st-wishlist-controls .st-wishlist-controls_dropdown ul {
  margin: 0;
  max-height: 175px;
  overflow-y: auto;
  padding: 0;
}

.st-wishlist-controls .st-wishlist-controls_dropdown ul li {
  color: #137cbd;
  line-height: 15px;
  overflow: hidden;
  padding: 10px 20px;
}

.st-wishlist-controls .st-wishlist-controls_dropdown ul li:hover {
  background-color: #137cbd;
  color: #fff;
}

.st-wishlist-controls .st-wishlist-controls_dropdown ul::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}

.st-wishlist-controls .st-wishlist-controls_dropdown ul::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 4px;
  width: 8px;
}

.st-wishlist-controls .st-wishlist-controls_dropdown .st-wishlist-controls_actions {
  border-top: 1px solid #e9e7e7;
}

.st-wishlist-controls .st-wishlist-controls_dropdown .st-wishlist-controls_actions li {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.st-wishlist-controls .st-wishlist-controls_dropdown.st-is-open {
  display: block;
}

.st-wishlist-controls:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.st-wishlist-details-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: inherit;
  cursor: pointer;
  position: relative;
}

.st-wishlist-details-button .st-label {
  padding-left: 10px;
}

.st-wishlist-details-button .st-label:empty {
  display: none;
}

.st-wishlist-details-button[data-type=floating] {
  align-items: center;
  background-color: #222;
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  display: flex;
  height: 50px;
  justify-content: center;
  max-width: 150px;
  padding: 0 15px;
  position: fixed;
  z-index: 2041996;
}

.st-wishlist-details-button[data-type=floating] .st-number {
  height: 25px;
  left: 5px;
  top: 5px;
  transform: translate(-50%, -50%);
  width: 25px;
}

.st-wishlist-details-button[data-type=manually] {
  align-items: center;
  background-color: transparent;
  justify-content: center;
  padding: 10px;
}

.st-wishlist-details-button[data-type=manually] .st-label {
  display: none;
}

.st-wishlist-details-button[data-type=manually] .st-number {
  height: 20px;
  right: -10px;
  top: 10px;
  transform: translate(-50%, -50%);
  width: 20px;
}

.st-wishlist-details-button.st-wishlist-details-button--bottom_right {
  bottom: 30px;
  right: 30px;
}

.st-wishlist-details-button.st-wishlist-details-button--bottom_left {
  bottom: 30px;
  left: 30px;
}

.st-wishlist-details-button.st-wishlist-details-button--left {
  left: 30px;
  top: 50%;
}

.st-wishlist-details-button.st-wishlist-details-button--right {
  right: 30px;
  top: 50%;
}

.st-wishlist-details-button .st-number {
  align-items: center;
  background-color: var(--bg-color);
  border-radius: 2041996px;
  color: var(--color);
  display: flex;
  justify-content: center;
  line-height: 1;
  position: absolute;
}

.st-wishlist-shares {
  margin: 0;
  padding: 20px;
}

.st-wishlist-shares button {
  all: unset;
  align-items: center;
  border: 1px solid #e9e7e7;
  border-radius: 2041996px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}

.st-wishlist-shares button span {
  background: #fff;
  border: 4px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #000;
  display: none;
  padding: 5px 10px;
  position: absolute;
  top: calc(100% + 10px);
}

.st-wishlist-shares button.st-is-copied span {
  display: block;
  z-index: 1000;
}

.st-grid {
  display: grid;
}

.st-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.st-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 992px) {
  .st-grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.st-text-center {
  text-align: center;
}

.st-text-left {
  text-align: left;
}

.st-text-right {
  text-align: right;
}

.st-icon, .st-wishlist-button .st-wishlist-icon {
  color: var(--st-icon-color);
  height: 20px;
  width: 20px;
}

.st-page {
  margin: 30px 0;
}

.st-page .st-page-container {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.st-page .st-page_products {
  margin-top: 30px;
  padding: 0 10px;
}

.st-page .st-page_loading {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.st-page .st-page_controls {
  border-bottom: 1px solid #e9e7e7;
}

.st-page .st-page_controls .st-page_actions button {
  all: unset;
  background-color: transparent;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 20px;
}

.st-page .st-page_empty {
  display: none;
  margin-top: 30px;
}

.st-page main {
  position: relative;
}

.st-page .st-page_view-style button {
  all: unset;
  background-color: transparent;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 20px;
}

.st-page.st-is-loading .st-page_controls, .st-page.st-is-loading .st-page_products {
  display: none;
}

.st-page.st-is-loading .st-page_loading {
  display: flex;
}

.st-page.st-is-loading main {
  min-height: 300px;
}

.st-page.st-is-empty .st-page_empty {
  display: block;
}

@media screen and (min-width: 992px) {
  .st-page .st-page-container {
    padding: 30px;
  }
}
.st-tabs {
  flex: 1;
  position: relative;
}

.st-tabs .st-tab-item {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  margin-bottom: -1px;
  padding: 15px;
  position: relative;
  white-space: nowrap;
}

.st-tabs .st-tab-item.st-is-active, .st-tabs .st-tab-item:hover {
  border-color: #e9e7e7 #e9e7e7 #fff;
}

.st-tabs .st-tab-item.st-is-active .st-delete-button, .st-tabs .st-tab-item:hover .st-delete-button {
  opacity: 1;
}

.st-tabs .st-tab-item.st-is-check {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.st-tabs .st-tab-item .st-tab-item_title {
  display: block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.st-tabs .st-tab-item.st-is-deleting .st-delete-button .loading-icon {
  display: block;
}

.st-tabs .st-tab-item.st-is-deleting .st-delete-button .delete-icon {
  display: none;
}

.st-tabs .st-tab-item--dropdown .st-more-button {
  all: unset;
}

.st-tabs .st-tab-item--dropdown .st-more-button:before {
  content: "";
  inset: 0;
  position: absolute;
}

.st-tabs .st-tab-dropdown {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
  left: 0;
  max-height: 200px;
  max-width: 200px;
  min-width: 100px;
  opacity: 0;
  overflow-y: auto;
  top: 100%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.st-tabs .st-tab-dropdown li {
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.st-tabs .st-tab-dropdown li.st-is-active, .st-tabs .st-tab-dropdown li:hover {
  background-color: #f0f2f5;
}

.st-tabs .st-tab-dropdown li .st-check-icon {
  display: none;
  position: absolute;
  right: 0;
}

.st-tabs .st-tab-dropdown.st-is-show {
  opacity: 1;
  visibility: visible;
}

.st-tabs .st-delete-button {
  all: unset;
  display: flex;
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: all 0.3s ease-in-out;
}

.st-tabs .st-delete-button .loading-icon {
  display: none;
}

.st-line-clamp-1 {
  -webkit-line-clamp: 1;
}

.st-line-clamp-1, .st-line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.st-line-clamp-2 {
  -webkit-line-clamp: 2;
}

.st-line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.st-m-0 {
  margin: 0;
}

.st-m-auto {
  margin: auto;
}

.st-input-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.st-flex {
  display: flex;
}

.st-flex-wrap {
  flex-wrap: wrap;
}

.st-gap-10 {
  gap: 10px;
}

.st-gap-15 {
  gap: 15px;
}

.st-gap-20 {
  gap: 20px;
}

.st-gap-30 {
  gap: 30px;
}

@media screen and (min-width: 992px) {
  .st-gap-lg-30 {
    gap: 30px;
  }
}
.st-align-center {
  align-items: center;
}

.st-justify-center {
  justify-content: center;
}

.st-justify-end {
  justify-content: flex-end;
}

.st-justify-between {
  justify-content: space-between;
}

.st-overflow-hidden {
  overflow: hidden;
}

.st-none {
  display: none !important;
}

.st-block {
  display: block;
}

@media screen and (min-width: 992px) {
  .st-lg-block {
    display: block;
  }
}
.st-w-100 {
  width: 100%;
}

.st-list-style-none, .st-list-style-none li {
  list-style: none;
}

.st-pr {
  position: relative;
}

.st-pa {
  position: absolute;
}

.st-mt-10 {
  margin-top: 10px;
}

.st-p-0 {
  padding: 0;
}

.\!st-p-0 {
  padding: 0 !important;
}

.st-mb-10 {
  margin-bottom: 10px;
}

svg.st-icon {
  display: flex;
}

.st-page-container {
  margin: 0 auto;
  max-width: 1200px;
}

.st-image {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.st-image img {
  height: 100%;
  inset: 0;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 100%;
}

.st-wishlist-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.st-wishlist-button .label:not(:empty) {
  margin-left: 5px;
}

.st-wishlist-button:empty {
  display: none;
}

.st-wishlist-button:not([data-type=details]) {
  background: none;
  border: none;
  position: relative;
  z-index: 100;
}

a.st-wishlist-button {
  display: inline-flex !important;
}

.st-close-button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

st-selector-overlay {
  background-color: rgba(44, 110, 203, 0.5);
  border: 1px dashed #2c6ecb;
  display: block;
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.st-none-psudo-selector:after, .st-none-psudo-selector:before {
  pointer-events: none;
}

#st-wishlist-page {
  opacity: 1 !important;
}

#st-wishlist-page .st-tabs, #st-wishlist-page .st-wishlist-page_empty, #st-wishlist-page .st-wishlist-page_loading, #st-wishlist-page .st-wishlist-page_manages {
  display: none;
}

#st-wishlist-page .st-wishlist-controls {
  flex: 1;
}

#st-wishlist-page.st-wishlist-loading .st-wishlist-page_loading {
  display: flex;
  justify-content: center;
  padding: 50px;
}

#st-wishlist-page.st-is-empty .st-wishlist-page_empty {
  display: block;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #st-wishlist-page .st-wishlist-controls {
    display: none;
  }
  #st-wishlist-page .st-tabs, #st-wishlist-page .st-wishlist-page_manages {
    display: flex;
  }
}
.st-wishlist-shares {
  padding-bottom: 0;
}

.st-wishlist-shares[data-list] {
  display: none;
}

.st-wishlist-shares:not([data-list=""]) {
  display: flex;
}

.st-wishlist-shares li {
  display: none;
}

.st-wishlist-shares[data-list*=copy_link] li.st-wishlist-share-item--copy_link, .st-wishlist-shares[data-list*=email] li.st-wishlist-share-item--email, .st-wishlist-shares[data-list*=facebook] li.st-wishlist-share-item--facebook, .st-wishlist-shares[data-list*=pinterest] li.st-wishlist-share-item--pinterest, .st-wishlist-shares[data-list*=twitter] li.st-wishlist-share-item--twitter, .st-wishlist-shares[data-list*=whatsapp] li.st-wishlist-share-item--whatsapp {
  display: block;
}