.aasaved-cart-wrapper {
  margin: 30px 0;
}

.aasaved-cart-dropdown {
  color: #222;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1;
}

.aasaved-cart-dropdown * {
  font-family: "Helvetica", "Arial", "sans-serif";
  box-sizing: border-box;
  text-decoration: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: auto;
}

.aasaved-cart-no-scroll {
  overflow: hidden;
}

.aasaved-cart-trigger {
  border: 0;
  background: none;
  color: #222;
  font-size: 14px;
  cursor: pointer;
  display: block;
  align-items: center;
  justify-content: center;
}

.aasaved-cart-trigger:hover {
  text-decoration: underline;
}

.aasaved-cart-trigger svg {
  margin-right: 10px;
  width: 13px;
  height: auto;
  display: inline-block;
}

.aasaved-cart-dropdown .aasaved-cart-button {
  padding: 0 15px;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: none;
  text-align: center;
  width: auto;
  height: auto;
  border: 1px solid #222;
  background: #222;
  display: inline-block;
  color: #fff;
  height: 35px;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.aasaved-cart-dropdown .aasaved-cart-button:hover,
.aasaved-cart-dropdown .aasaved-cart-button:focus {
  outline: none;
  opacity: 0.8;
}

.aasaved-cart-dropdown .aasaved-cart-button--secondary {
  border: 1px solid #222;
  color: #222;
  background: transparent;
  opacity: 1;
}

.aasaved-cart-dropdown .aasaved-cart-button--full-width {
  width: 100%;
}

.aasaved-cart-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 9999;
  top: 0;
  right: auto;
  bottom: 0;
  left: -9999px;
  opacity: 0;
  transition: opacity 0.2s linear;
  overflow-y: auto;
  padding: 50px;
}

.aasaved-cart-dropdown-overlay.open {
  left: 0;
  right: 0;
  opacity: 1;
}

.aasaved-cart-dropdown {
  background: #fff;
  border-radius: 10px;
  width: 50vw;
  max-width: 800px;
  transform: translateY(10%);
  opacity: 0;
  transition:
    transform 0.5s ease-out,
    opacity 0.2s ease-out;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .aasaved-cart-dropdown {
    width: 90vw;
  }
}

.aasaved-cart-dropdown-header {
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.aasaved-cart-dropdown-overlay.open .aasaved-cart-dropdown {
  transform: translateY(0%);
  opacity: 1;
}

.aasaved-cart-dropdown-title {
  max-width: 80%;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
}

.aasaved-cart-actions {
  display: flex;
  justify-content: space-between;
}

.aasaved-cart-header {
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aasaved-cart-header h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.aasaved-cart-header a {
  color: inherit;
}

.aasaved-cart-header a:hover {
  text-decoration: underline;
}

.aasaved-cart-component {
  padding: 15px;
}

.aasaved-cart-component .aasaved-cart-component-content {
  position: relative;
}

.aasaved-cart-list-wrapper {
  border-top: 1px solid #ddd;
}

.aasaved-cart-item {
  padding: 10px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s linear;
  list-style: none;
}

.aasaved-cart-item:hover,
.aasaved-cart-item:focus {
  outline: none;
  background-color: #f5f5f5;
}

.aasaved-cart-item .aasaved-cart-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}

.aasaved-cart-subdued {
  color: #aaa;
}

.aasaved-cart-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.aasaved-cart-loading.aasaved-cart-loading--small {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aasaved-cart-loading.aasaved-cart-loading--small svg {
  margin-right: 0;
  width: 20px;
}

.aasaved-cart-dropdown .aasaved-cart-icon {
  background: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  width: 12px;
  height: 19px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.8;
}

.aasaved-cart-dropdown .aasaved-cart-icon:hover {
  background: transparent;
  opacity: 1;
}

.aasaved-cart-feedback {
  padding: 16px;
  margin: 0 10px;
  display: flex;
  border-radius: 6px;
  color: #1d4ed8;
  background: #eff6ff;
}

.aasaved-cart-feedback__icon {
  flex-shrink: 0;
  margin-right: 12px;
}

.aasaved-cart-feedback__text {
  line-height: 1.5;
}

.aasaved-cart-feedback svg {
  height: 20px;
  width: 20px;
  display: block;
}

.aasaved-cart-success {
  background: #f0fdf4;
  color: #166534;
}

.aasaved-cart-error {
  background: #fef2f2;
  color: #991b1b;
}

.aasaved-cart-feedback a {
  text-decoration: underline;
  color: inherit;
}

.aasaved-cart-feedback a:hover {
  text-decoration: none;
}

.aasaved-cart-flash {
  font-size: 14px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.aasaved-cart-dropdown .aasaved-cart-create-new-title {
  border-radius: 4px;
  margin-right: 10px;
  flex-basis: 100%;
  background: #f5f5f5;
  box-shadow: none;
  border: 0;
  padding: 0 10px;
  height: 35px;
  text-indent: 0;
}

.aasaved-cart-dropdown .aasaved-cart-create-new-title:focus {
  outline: none;
  border-color: #aaa;
}

.aasaved-cart-pagination {
  margin-top: 10px;
}

.aasaved-cart-dropdown .aasaved-cart-load-more {
  margin: 0 auto;
}

.cs-button--split {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-flow: row;
}

.cs-button {
  display: inline-block;
  background-color: transparent;
  color: inherit;
  border: 0;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.cs-button--split .cs-button {
  flex-basis: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.cs-button--more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.cs-button--more:hover svg {
  transform: translateY(2px);
}

.cs-button--split .cs-button--more {
  flex-basis: 40px;
  min-width: 20px;
  box-sizing: content-box;
  border-right: 0;
}

.cs-button--more svg {
  width: 12px;
  height: auto;
  transition: transform 0.2s linear;
}

.cs-button--full-width {
  width: 100%;
}

@keyframes on {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }

  20% {
    opacity: 1;
    transform: scale(1);
  }

  90% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

.aasaved-cart-c1 {
  opacity: 0.5;
  transform: scale(0.8);
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-name: on;
  animation-duration: 1.7s;
  animation-delay: 0;
}

.aasaved-cart-c2 {
  opacity: 0.5;
  transform: scale(0.8);
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-name: on;
  animation-duration: 1.7s;
  animation-delay: 0.2s;
}

.aasaved-cart-c3 {
  opacity: 0.5;
  transform: scale(0.8);
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-name: on;
  animation-duration: 1.7s;
  animation-delay: 0.4s;
}