rcc-wishlist {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
}

.shopify-app-block .rcc-search {
  .container {
    padding: 0 !important;
  }

  .rcc-search__intro {
    display: none;
  }

  .rcc-search__controls {
    padding-left: 0;
  }

  .rcc-search__main {
    gap: 33px;
    margin-top: 0 !important;
  }

  .rcc-search__grid {
    border: none;
    row-gap: 30px;
    column-gap: 24px;
    padding: 0;
    margin: 0;
  }

  .rcc-search__intro {
    margin-top: 25px;
  }

  .rcc-search__header__title > * {
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
  }

  .rcc-search__toolbar {
    justify-content: space-between;
    gap: 15px;
  }

  /* .rcc-search__toolbar__block--sort {
    order: 1;
  }

  .rcc-search__toolbar__block--filters {
    order: 2;
  } */

  .rcc-search__count {
    color: #656565;
    font-weight: 500;
  }

  .rcc-search__orderby {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 7px 12px;
    min-width: 173px;
    background-color: transparent;
    font-weight: 500;
  }

  .rcc-search__image {
    aspect-ratio: 115 / 172;
    object-fit: cover;
  }

  .rcc-product-card__info {
    margin-top: 20px;

    h2 {
      font-size: 16px;
      font-weight: 400;
      min-height: 48px;
    }

    p {
      display: flex;
      align-items: center;
      font-weight: 600;
      font-size: 16px;
    }
  }

  .rcc-search__product {
    position: relative;
  }

  .swym-button.swym-add-to-wishlist-view-product.swym-added path {
    fill: #00a651;
  }

  .swym-button:after {
    display: none !important;
  }

  .rcc-search__product__price__now--reduced {
    color: rgb(var(--color-price-sale));
  }

  .rcc-search__product__price__was {
    font-weight: 500;
    color: #7a7a7a;
    font-size: 14px;
  }

  .rcc-search__facet__filters {
    max-height: 300px;
    overflow: auto;
  }

  .rcc-search__facet__title,
  .rcc-search__toggle__label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgb(var(--color-heading));
    letter-spacing: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .rcc-search__facet {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .rcc-search__facet__title:before {
    border-right: 1.5px solid rgb(var(--color-heading));
    border-bottom: 1.5px solid rgb(var(--color-heading));
  }

  .rcc-search__facet__title:after {
    content: "";
    display: block;
    flex: 1;
    border-top: 1px solid #efefef;
  }

  .rcc-search__filter__box {
    left: 0;
    border-radius: 0 !important;
  }

  .rcc-search__filter__title {
    margin-left: 30px;
  }

  .rcc-search__filter__count {
    display: none;
  }

  .rcc-search__filter--active {
    .rcc-search__filter__box {
      background-color: #ffffff !important;
    }

    .rcc-search__filter__mark svg {
      display: none !important;
    }

    .rcc-search__filter__box:after {
      border: solid #000000 !important;
      border-width: 0 2px 2px 0 !important;
    }
  }

  /* .rcc-search__summary,
  .rcc-search__facet__clear,
  .rcc-search__facet__summary {
    display: none;
  } */

  .rcc-search__facets::before {
    content: "Filters";
    display: block;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 700;
  }

  .rcc-search__controls__inner {
    position: relative;
  }

  .rcc-search__controls__clear {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #656565;
  }

  .rcc-search__pagination {
    padding: 27px 0 60px;

    .rcc-search__pagination__link,
    .dots {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .rcc-search__pagination__link.selected {
      width: 44px;
      height: 44px;
      background-color: rgb(var(--color-foreground));
      color: rgb(var(--color-background));
      border-radius: 999px;
    }

    .rcc-search__pagination__link.disabled {
      display: none;
    }

    .rcc-search__pagination__link:hover {
      background-color: rgb(var(--color-foreground));
      color: rgb(var(--color-background));
      border-radius: 999px;
    }
  }

  .rcc-search__controls__close {
    position: absolute;
  }

  @media (max-width: 768px) {
    .rcc-search__refine {
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      padding: 7px 12px;
      min-width: auto;
      background-color: transparent;
      font-weight: 500;
      max-width: 135px;
      text-align: left;
    }

    .rcc-search__refine {
      min-width: 135px;
    }

    .rcc-search__orderby {
      max-width: 100px;
    }

    .rcc-search__main {
      gap: 20px;
    }

    .rcc-product-card__info {
      margin-top: 8px;

      h2 {
        font-weight: 500;
      }

      p {
        font-weight: 400;
      }
    }

    .rcc-search__controls {
      left: -100%;
      transition: left 0.3s ease-in-out;
      display: flex !important;
    }

    .rcc-search__controls--active {
      left: 0;
      width: 90%;
    }

    .rcc-search__controls__inner {
      position: unset;
    }

    .rcc-search__controls__header {
      display: none;
    }

    .rcc-search__facets {
      padding: 40px 24px 10px 20px;
    }

    .rcc-search__controls__close {
      background: transparent;
      color: black;
      top: 0;
      right: 0;
    }

    .rcc-search__controls__close__icon:before,
    .rcc-search__controls__close__icon:after {
      background: black;
    }

    .rcc-search__facet__title,
    .rcc-search__toggle__label {
      font-weight: 700;
    }

    .rcc-search__controls__footer {
      position: unset;
      box-shadow: none;
      padding: 0;
    }

    .rcc-search__controls__clear {
      background: transparent;
      font-weight: 400;
      top: 25px;
    }

    .rcc-search__controls__apply {
      position: absolute;
      bottom: 10px;
      width: calc(100% - 20px);
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      padding: 7px 12px;
      background-color: transparent;
      font-weight: 500;
      color: black;
    }

    .rcc-search__controls--active::after {
      content: "";
      display: block;
      width: 12%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      bottom: 0;
      right: -12%;
    }

    .rcc-search__pagination {
      padding: 15px 0 60px;
    }
  }

  .rcc-product-card__wrapper {
    position: relative;
    overflow: hidden;

    .rcc-atb-modal__trigger {
      position: absolute;
      bottom: -40px;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      width: calc(100% - 10px);
      height: 40px;
      transition: bottom 0.3s ease, background-color 0.2s ease, color 0.2s ease;
      z-index: 11;
      background: white;
      color: #282828;
      font-weight: 400;

      @media (max-width: 768px) {
        width: 28px;
        height: 28px;
        line-height: 0;
        padding: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-indent: -9999px;
        overflow: hidden;
        font-size: 0;
        &::before {
          content: "";
          display: block;
          width: 14px;
          height: 15px;
          flex-shrink: 0;
          background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%201.03448C0%200.463154%200.463154%200%201.03448%200H3.25791C4.46059%200%205.47642%200.884556%205.64696%202.06897H18.9655C19.2537%202.06897%2019.5288%202.18915%2019.7245%202.40057C19.9203%202.61199%2020.019%202.89549%2019.997%203.18279L19.5032%209.60126C19.3512%2011.5775%2017.7033%2013.1034%2015.7213%2013.1034H6.96133L7.08933%2014.1787C7.10998%2014.3521%207.25707%2014.4828%207.43174%2014.4828H16.2069C16.7782%2014.4828%2017.2414%2014.9459%2017.2414%2015.5172C17.2414%2016.0886%2016.7782%2016.5517%2016.2069%2016.5517H7.43174C6.20901%2016.5517%205.17942%2015.6374%205.03487%2014.4233L3.60032%202.37303C3.57967%202.19958%203.43259%202.06897%203.25791%202.06897H1.03448C0.463154%202.06897%200%201.60581%200%201.03448ZM6.71502%2011.0345H15.7213C16.6222%2011.0345%2017.3713%2010.3409%2017.4403%209.44258L17.8484%204.13793H5.894L6.71502%2011.0345Z%22%20fill%3D%22currentColor%22%3E%3C/path%3E%3Cpath%20d%3D%22M10.3448%2019.3103C10.3448%2020.0721%209.72729%2020.6897%208.96552%2020.6897C8.20374%2020.6897%207.58621%2020.0721%207.58621%2019.3103C7.58621%2018.5486%208.20374%2017.931%208.96552%2017.931C9.72729%2017.931%2010.3448%2018.5486%2010.3448%2019.3103Z%22%20fill%3D%22currentColor%22%3E%3C/path%3E%3Cpath%20d%3D%22M17.2414%2019.3103C17.2414%2020.0721%2016.6238%2020.6897%2015.8621%2020.6897C15.1003%2020.6897%2014.4828%2020.0721%2014.4828%2019.3103C14.4828%2018.5486%2015.1003%2017.931%2015.8621%2017.931C16.6238%2017.931%2017.2414%2018.5486%2017.2414%2019.3103Z%22%20fill%3D%22currentColor%22%3E%3C/path%3E%3C/svg%3E")
            no-repeat center / contain;
        }
      }

      &:hover {
        background: #000;
        color: #fff;
      }
    }

    &:hover {
      .rcc-atb-modal__trigger {
        bottom: 10px;
      }
    }
  }

  .rcc-product-card__badges {
    position: absolute;
    top: unset;
    bottom: 10px;
    left: 10px;
    z-index: 1;
  }

  .rcc-product-card__badge {
    pointer-events: none;
    font-size: 12px;
    line-height: normal;
    border-radius: 3px;
    text-transform: unset;
    padding: 2.5px 8px;
    box-shadow: 0 1.203px 2.407px 0 rgba(0, 0, 0, 0.05);
  }

.rcc-product-card__badge--sale {
  background-color: #a60000;
  color: #ffffff;
}

.rcc-product-card__wrapper rcc-wishlist {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  display: flex;
  pointer-events: auto;
}

.rcc-product-card__wrapper rcc-wishlist .swym-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.rcc-product-card__wrapper rcc-wishlist .swym-button svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.rcc-product-card__wrapper rcc-wishlist .swym-button svg path {
  stroke: #282828;
  transition: stroke 0.2s ease, fill 0.2s ease;
}

.rcc-product-card__wrapper rcc-wishlist .swym-button:hover {
  transform: scale(1.05);
  border-color: rgba(0, 0, 0, 0.2);
}

.rcc-product-card__wrapper rcc-wishlist .swym-button.swym-added,
.rcc-product-card__wrapper rcc-wishlist .swym-button.atw-button-added {
  border-color: #00a655;
  background: #fff;
}

.rcc-product-card__wrapper rcc-wishlist .swym-button.swym-added svg path,
.rcc-product-card__wrapper rcc-wishlist .swym-button.atw-button-added svg path {
  stroke: #00a655;
  fill: #00a655;
}

/* Quick Add Button and Modal Styles */
.rcc-quick-add-btn {
  background: white !important;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  padding: 9px 30px;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rcc-quick-add-btn:hover {
  background: black !important;
  color: white;
}

.rcc-quick-add-btn__icon {
  display: none;
}

.rcc-quick-add-btn__text {
  display: inline;
}

.rcc-atb-modal {
  .rcc-atb-modal__submit {
    padding: 12px 20px;
    font-size: 16px;
    background-color: #00a651 !important;
    border-color: #00a651 !important;
    color: #fff;
  }

  .rcc-atb-modal__form {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 30px;
  }

  .rcc-atb-modal__brand {
    display: none;
  }

  .rcc-atb-modal__link {
    text-decoration: underline;
    margin-top: 5px;
  }
}

.rcc-atb-modal__trigger--disabled {
  display: none;
}

@media (max-width: 768px) {
  .rcc-product-card__wrapper {
    .rcc-atb-modal__trigger {
      bottom: unset !important;
      left: unset !important;
      top: 35px !important;
      right: 5px !important;
      transform: none !important;
    }

    &:hover .rcc-atb-modal__trigger {
      bottom: auto;
    }
  }

  .rcc-quick-add-btn {
    background: transparent !important;
    padding: 6px;
    width: auto;
    border: none;
    min-width: auto;
  }

  .rcc-quick-add-btn:hover {
    background: transparent !important;
    color: inherit;
  }

  .rcc-quick-add-btn__text {
    display: none;
  }

  .rcc-quick-add-btn__icon {
    display: block;
    width: 12px;
    height: 12px;
  }
}

.rcc-quick-add-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rcc-quick-add-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.rcc-quick-add-modal-content {
  position: relative;
  background: white;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10000;
  border-radius: 4px;

  @media (max-width: 768px) {
    max-height: 70vh;
  }
}

.rcc-quick-add-modal-close {
  color: rgb(var(--color-foreground));
  background: rgb(var(--color-background));
  border-radius: 100%;
  z-index: 10;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 22px;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.rcc-quick-add-modal-close:hover {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
  transform: rotate(90deg);
}

.rcc-quick-add-modal-body {
  display: flex;
  gap: 30px;
}

.rcc-quick-add-gallery {
  width: 40%;
  flex-shrink: 0;
}

.rcc-quick-add-gallery-main {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: min-height 0.3s ease-in-out;
}

.rcc-quick-add-gallery-item {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.rcc-quick-add-gallery-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.rcc-quick-add-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Slide animations */
.rcc-quick-add-gallery-item.slide-in {
  animation: slideInFromRight 0.3s ease-in-out forwards;
}

.rcc-quick-add-gallery-item.slide-in-left {
  animation: slideInFromLeft 0.3s ease-in-out forwards;
}

.rcc-quick-add-gallery-item.slide-out-left {
  animation: slideOutToLeft 0.3s ease-in-out forwards;
}

.rcc-quick-add-gallery-item.slide-out-right {
  animation: slideOutToRight 0.3s ease-in-out forwards;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutToLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideOutToRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Navigation arrows */
.rcc-quick-add-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.rcc-quick-add-gallery-main:hover .rcc-quick-add-gallery-nav {
  opacity: 1;
}

.rcc-quick-add-gallery-prev {
  left: -60px;
}

.rcc-quick-add-gallery-main:hover .rcc-quick-add-gallery-prev {
  left: 15px;
}

.rcc-quick-add-gallery-next {
  right: -60px;
}

.rcc-quick-add-gallery-main:hover .rcc-quick-add-gallery-next {
  right: 15px;
}

.rcc-quick-add-gallery-nav:hover {
  background: #000;
}

.rcc-quick-add-gallery-nav:hover svg {
  stroke: #fff;
}

.rcc-quick-add-gallery-nav svg {
  width: 12px;
  height: 12px;
  stroke: #000;
}

.rcc-quick-add-placeholder {
  width: 100%;
  aspect-ratio: 1;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

.rcc-quick-add-gallery-thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rcc-quick-add-gallery-thumb {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.6;
  transition: all 0.2s ease;
}

.rcc-quick-add-gallery-thumb.active {
  opacity: 1;
  border-color: #000;
}

.rcc-quick-add-gallery-thumb:hover {
  opacity: 1;
}

.rcc-quick-add-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rcc-quick-add-gallery-pagination {
  display: none;
}

@media (max-width: 768px) {
  .rcc-quick-add-gallery-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0 0;
  }

  .rcc-quick-add-gallery-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
    cursor: pointer;
    transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease;
    display: inline-block;
  }

  .rcc-quick-add-gallery-pagination-bullet:hover {
    transform: scale(1.2);
  }

  .rcc-quick-add-gallery-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border: 1px solid #000000;
    transform: scale(1);
  }

  .rcc-quick-add-gallery-pagination-bullet-active:hover {
    transform: scale(1);
  }
}

.rcc-quick-add-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 30px 30px 0;

  @media (max-width: 768px) {
    padding: 0 15px 50px;
    gap: 10px;
  }
}

.rcc-quick-add-info h3 {
  font-size: 16px;
  font-weight: 700;
}

.rcc-quick-add-title {
  font-size: 28px;
  line-height: 1.5;
  color: #222;

  @media (max-width: 768px) {
    font-size: 22px;
  }
}

.rcc-quick-add-price {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rcc-quick-add-price__original {
  text-decoration: line-through;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}

.rcc-quick-add-price__current {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;

  @media (max-width: 768px) {
    font-size: 20px;
  }
}

.rcc-quick-add-price:has(.rcc-quick-add-price__original)
  .rcc-quick-add-price__current {
  color: rgb(var(--color-price-sale, 220, 53, 69));
}

.rcc-quick-add-price__badge {
  background-color: rgb(var(--color-price-sale, 220, 53, 69));
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;

  @media (max-width: 768px) {
    font-size: 10px;
    padding: 2px 8px;
  }
}

.rcc-quick-add-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.rcc-quick-add-view-details {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
}

.rcc-quick-add-view-details:hover {
  text-decoration: none;
}

.rcc-quick-add-size-section {
  margin-top: 10px;
}

.rcc-quick-add-size-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.rcc-quick-add-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.rcc-quick-add-size-option {
  position: relative;
}

.rcc-quick-add-size-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.rcc-quick-add-size-option label {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  min-width: 45px;
  border: 1px solid rgb(var(--color-border));
  background: #ffffff;
}

.rcc-quick-add-size-option.disabled label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
      to bottom right,
      transparent calc(50% - 1px),
      rgb(var(--color-border)) 50%,
      transparent calc(50% + 1px)
    )
    no-repeat;
  z-index: 1;
}

.rcc-quick-add-size-option.active label {
  background-color: #efefef;
  border: 1px solid #bababa;
}

.rcc-quick-add-size-option input[type="radio"]:checked + label {
  background-color: #efefef;
  border: 1px solid #bababa;
}

.rcc-quick-add-size-option.disabled label,
.rcc-quick-add-size-option input[type="radio"]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.rcc-quick-add-size-option.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.rcc-quick-add-size-option label:hover {
  border-color: #000;
}

.rcc-quick-add-size-option.disabled label:hover,
.rcc-quick-add-size-option input[type="radio"]:disabled + label:hover {
  border-color: rgb(var(--color-border));
}

.rcc-quick-add-actions {
  display: flex;
  gap: 20px;
  align-items: end;
}

.rcc-quick-add-actions-left {
  display: flex;
  flex-direction: column;
  gap: 10px;

  @media (max-width: 768px) {
    gap: 20px;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
}

.rcc-quick-add-quantity {
  display: flex;
  align-items: center;
  background: #efefef;
  font-size: 16px;
  font-weight: 600;
  min-height: 48px;
  border-radius: 4px;
}

.rcc-quick-add-quantity .rcc-quantity-input {
  @media (max-width: 768px) {
    flex-grow: 1;
  }
}

.rcc-quantity-btn {
  background: #efefef;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 400;
}

.rcc-quantity-btn:hover {
  background: #f5f5f5;
}

.rcc-quantity-input {
  width: 60px;
  height: 40px;
  border: none !important;
  text-align: center;
  font-size: 14px;
  -moz-appearance: textfield;
  background: #efefef;
}

.rcc-quantity-input::-webkit-outer-spin-button,
.rcc-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button.rcc-quick-add-atb-btn {
  flex: 1;
  padding: 12px 20px;
  font-size: 16px;
  background-color: #00a651;
  border-color: #00a651;
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  display: flex;
  font-weight: 500;
}

button.rcc-quick-add-atb-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .rcc-quick-add-modal-body {
    flex-direction: column;
  }

  .rcc-quick-add-gallery {
    width: 100%;
  }

  .rcc-quick-add-actions {
    flex-direction: column;
  }

  .rcc-quick-add-quantity {
    width: 100%;
  }

  .rcc-quick-add-atb-btn {
    width: 100%;
  }
}
}