.promotions-filter.hide {
  visibility: hidden;
}
.promotions-filter.show {
  visibility: initial;
}
.promotions-filter .popup-overlay {
  height: 100%;
  width: 100%;
}
.promotions-filter .popup-overlay .bottom-drawer-border {
  transition: all 0.3s ease 0s;
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 11.5%;
  transform: translate(-50%, -100%);
  background-color: var(--primary-9);
  z-index: 100000;
}
@media (min-width: 767.5px) {
  .promotions-filter .popup-overlay .bottom-drawer-border {
    display: none;
  }
}
.promotions-filter .popup-overlay .bottom-drawer-border.close {
  bottom: 0;
  height: 0;
  top: 100vh;
  transition: 0.3s;
}
.promotions-filter .popup-overlay .popup-overlay-content {
  position: absolute;
  z-index: 99999;
  width: 100%;
  bottom: 0;
  color: var(--primary-mode-1);
  overflow: auto;
  transform: unset;
  left: 0;
  top: unset;
  border-radius: 20px;
  height: 90%;
  transition: all 0.3s ease 0s;
  width: 100%;
  max-width: unset;
  background: var(--other-mode-1);
}
@media (min-width: 767.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content {
    left: 50%;
    top: 50%;
    bottom: unset;
    overflow: hidden;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 720px;
    height: unset;
  }
}
.promotions-filter .popup-overlay .popup-overlay-content.close {
  transition: all 0.3s ease 0s;
  bottom: 0;
  height: 0;
}
.promotions-filter .popup-overlay .popup-overlay-content.close .submit-row {
  display: none;
}
.promotions-filter .popup-overlay .popup-overlay-content .submit-row {
  padding: 0px 34.5px 48px 0px;
  display: flex;
  justify-content: flex-end;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
@media (min-width: 767.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content .submit-row {
    padding: 10px 0;
    position: unset;
    bottom: unset;
    width: unset;
    left: unset;
    justify-content: flex-end;
  }
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  .btn-primary {
  border-radius: 2px;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  .submit-filter {
  width: 44%;
}
@media (min-width: 767.5px) {
  .promotions-filter
    .popup-overlay
    .popup-overlay-content
    .submit-row
    .submit-filter {
    width: unset;
  }
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  #clear-modal-filter {
  background-color: initial;
  border: 1px solid var(--primary-2);
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  #clear-modal-filter:hover {
  background-color: var(--opacity-4);
  border: 1px solid var(--primary-2);
}
.promotions-filter .popup-overlay .popup-overlay-content .submit-row .btn {
  cursor: pointer;
  min-width: 140px;
}
@media (max-width: 767.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content .submit-row .btn {
    flex: 0;
  }
}
.promotions-filter .popup-overlay .popup-overlay-content .popup-title {
  text-transform: uppercase;
  border-bottom: 1px solid var(--primary-mode-10);
  display: flex;
  justify-content: space-between;
  height: 56px;
  align-items: center;
  font-weight: bold;
  padding: 8px 16px;
}
@media (min-width: 767.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content .popup-title {
    padding: 8px 32px;
  }
}
@media (min-width: 1023.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content .popup-title {
    padding: 8px 32px;
    font-size: 16px;
  }
}
@media (max-width: 767.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content .popup-title {
    padding-top: 20px;
  }
}
.promotions-filter .popup-overlay .popup-overlay-content .popup-title img {
  width: 16px;
  height: 16px;
}
@media (min-width: 767.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content .popup-title img {
    filter: initial;
  }
}
.promotions-filter .popup-overlay .popup-overlay-content .popup-body {
  text-align: left;
  overflow: auto;
  -ms-overflow-style: none;
}
@media (max-width: 767.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content .popup-body {
    height: calc(90% - 100px - 85px);
  }
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body::-webkit-scrollbar {
  display: none;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .category-popup-title {
  margin: 19px 32px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767.5px) {
  .promotions-filter
    .popup-overlay
    .popup-overlay-content
    .popup-body
    .category-popup-title {
    margin: 16px;
  }
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .category-filter-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 32px;
  margin-right: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--primary-mode-11);
}
@media (max-width: 767.5px) {
  .promotions-filter
    .popup-overlay
    .popup-overlay-content
    .popup-body
    .category-filter-container {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .sorting-filter-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 32px;
  margin-right: 32px;
  padding-bottom: 24px;
  margin-bottom: 140px;
}
@media (min-width: 767.5px) {
  .promotions-filter
    .popup-overlay
    .popup-overlay-content
    .popup-body
    .sorting-filter-container {
    margin-bottom: 0;
  }
}
@media (min-width: 374.5px) {
  .promotions-filter
    .popup-overlay
    .popup-overlay-content
    .popup-body
    .sorting-filter-container {
    margin-bottom: 0;
  }
}
@media (max-width: 767.5px) {
  .promotions-filter
    .popup-overlay
    .popup-overlay-content
    .popup-body
    .sorting-filter-container {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.promotions-filter .popup-overlay .popup-overlay-content .popup-body .round {
  position: relative;
  height: 38px;
  width: fit-content;
  border: 1px solid var(--primary-9);
  color: var(--primary-5);
  border-radius: 20px;
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .round
  input {
  visibility: hidden;
  box-sizing: border-box;
  padding: 0;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  display: none;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .round
  label {
  border: 1px solid var(--primary-1);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  left: 16px;
  position: absolute;
  top: 14px;
  width: 10px;
  display: none;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .round
  .error {
  display: none;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .round
  span {
  line-height: 39px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 767.5px) {
  .promotions-filter
    .popup-overlay
    .popup-overlay-content
    .popup-body
    .round
    span {
    font-size: 12px;
  }
}
.promotions-filter .popup-overlay .popup-overlay-content .popup-body .selected {
  border: 1px solid var(--primary-mode-1);
  color: var(--primary-mode-1);
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .selected
  label {
  background: var(--opacity-1);
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .popup-body
  .selected
  label:after {
  border: 2px solid var(--opacity-2);
  border-top: none;
  border-right: none;
  content: "";
  height: 2.3px;
  left: 2px;
  opacity: 0;
  position: absolute;
  transform: rotate(-45deg);
  width: 5px;
  opacity: 1;
  top: 2.4px;
}
.promotions-filter .popup-overlay .popup-overlay-content .submit-row {
  padding: 24px 32px 32px 32px;
  background: var(--other-mode-1);
  border-top: 1px solid var(--primary-mode-10);
}
@media (max-width: 767.5px) {
  .promotions-filter .popup-overlay .popup-overlay-content .submit-row {
    padding: 16px 24px 24px 24px;
    width: calc(100% - 48px);
  }
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  .clear-modal-filter {
  min-width: 140px;
  background-color: initial;
  border: 1px solid var(--primary-2);
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 900;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  .clear-modal-filter:hover {
  background-color: var(--opacity-4);
  text-decoration: none;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  .clear-modal-filter
  span {
  margin: auto;
  font-size: 14px;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  .submit-filter {
  padding: 16px;
  text-align: center;
  margin-left: 8px;
  background-color: var(--secondary-3);
  color: var(--primary-1);
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 900;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  .submit-filter:hover {
  background-color: var(--secondary-4);
  text-decoration: none;
}
.promotions-filter
  .popup-overlay
  .popup-overlay-content
  .submit-row
  .submit-filter
  span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  height: auto;
}
.promotions-filter .popup-overlay .popup-overlay-content .close-drawer {
  cursor: pointer;
  background-color: var(--primary-6);
  width: 12px;
  height: 12px;
}
.promotion-details-wrapper {
  display: none;
}
@media not all and (min-width: 767.5px) {
  .promotion-details-wrapper {
    display: none !important;
  }
}
.promotion-details-wrapper.modal-overlay .modal-content {
  max-height: unset;
  overflow: auto;
}
@media (min-width: 767.5px) {
  .promotion-details-wrapper.modal-overlay .modal-content {
    display: flex;
    width: 720px;
    overflow: unset;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    max-width: calc(100% - 48px);
    max-height: calc(100% - 96px);
  }
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-body
  .modal-body-content
  .details
  .promotion-action-block {
  position: relative;
  margin-bottom: var(--spacing-24);
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-body
  .modal-body-content
  .details
  .promotion-action-block
  img {
  width: 100%;
  height: auto;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-body
  .modal-body-content
  .details
  .promotion-action-block
  .short-info {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--other-1);
  display: flex;
  flex-direction: column;
  margin-right: var(--spacing-16);
  margin-top: var(--spacing-32);
  margin-left: 112px;
  width: -webkit-fill-available;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-body
  .modal-body-content
  .details
  .promotion-action-block
  .tile-details-bottom-area {
  width: -webkit-fill-available;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-body
  .modal-body-content
  .details
  .promotion-action-block
  .promotion-time-left {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  color: var(--other-1);
  align-items: center;
  margin-right: var(--spacing-16);
  margin-top: var(--spacing-16);
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-body
  .modal-body-content
  .details
  .promotion-action-block
  .promotion-time-left
  img {
  margin-right: var(--spacing-4);
  width: 12px;
  height: 12px;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer {
  justify-content: flex-end;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success {
  display: none;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.active,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.active {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  color: var(--primary-1);
  flex-direction: row;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.active
  .status-wrapper,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.active
  .status-wrapper {
  width: 100%;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.active
  .opted-in,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.active
  .opted-in {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  margin-top: 6px;
  gap: 8px;
  width: 100%;
}
@media (min-width: 767.5px) {
  .promotion-details-wrapper.modal-overlay
    .modal-content
    .modal-footer
    .promotion-footer
    .error.active
    .opted-in,
  .promotion-details-wrapper.modal-overlay
    .modal-content
    .modal-footer
    .promotion-footer
    .success.active
    .opted-in {
    width: 50%;
    margin-left: auto;
  }
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.active
  .promotion-opt-out,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.active
  .promotion-opt-out {
  cursor: pointer;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.active
  .button,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.active
  .button {
  width: 100%;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.opted-in,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.opted-in {
  flex-direction: column;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error
  .status-wrapper,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success
  .status-wrapper {
  justify-content: center;
  padding: 0px;
  display: flex;
  flex-direction: row;
  font-size: 12px;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error
  .status-msg,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success
  .status-msg {
  display: block;
  color: var(--system-1);
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error
  .status-icon,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success
  .status-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error
  .opt-out,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success
  .opt-out {
  display: none;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.opted-in,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.opted-in {
  width: 100%;
  font-size: 14px;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.opted-in
  .opt-out,
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.opted-in
  .opt-out {
  display: block;
  color: var(--opacity-2);
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
}
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .error.opted-in
  .opt-out
  span:not(.border),
.promotion-details-wrapper.modal-overlay
  .modal-content
  .modal-footer
  .promotion-footer
  .success.opted-in
  .opt-out
  span:not(.border) {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .body
  .details
  .promotion-action-block {
  position: relative;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .body
  .details
  .promotion-action-block
  img {
  height: auto;
  width: 100%;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .body
  .details
  .promotion-action-block
  .promotion-time-left {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--other-1);
  display: flex;
  align-items: center;
  margin-top: var(--spacing-8);
  margin-right: var(--spacing-8);
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .body
  .details
  .promotion-action-block
  .promotion-time-left
  img {
  height: 8px;
  width: 8px;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .body
  .details
  .promotion-action-block
  .short-info {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--other-1);
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  margin-left: 96px;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .body
  .details
  .promotion-action-block
  .short-info
  .tag {
  width: fit-content;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .body
  .details
  .promotion-action-block
  .tile-details-bottom-area {
  bottom: 0;
  border-radius: 0 0 8px 8px;
  width: -webkit-fill-available;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .promotions-register {
  width: 100%;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .promotions-register
  .button {
  width: 100%;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  form {
  width: 100%;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  form
  div {
  width: 100%;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  form
  div
  .error-field {
  width: unset;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  form
  div
  .button {
  width: 100%;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success {
  display: none;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.active,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.active {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  color: var(--primary-1);
  flex-direction: column;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.active
  .status-wrapper,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.active
  .status-wrapper {
  width: 100%;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.active
  .opted-in,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.active
  .opted-in {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  margin-top: 6px;
  gap: 8px;
  width: 100%;
}
@media (min-width: 767.5px) {
  .promotion-details-wrapper-mobile
    .bottom-drawer-promotions
    .slider
    .drawer-content
    .drawer-footer
    .promotion-footer
    .error.active
    .opted-in,
  .promotion-details-wrapper-mobile
    .bottom-drawer-promotions
    .slider
    .drawer-content
    .drawer-footer
    .promotion-footer
    .success.active
    .opted-in {
    width: 50%;
    margin-left: auto;
  }
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.active
  .promotion-opt-out,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.active
  .promotion-opt-out {
  cursor: pointer;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.active
  .button,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.active
  .button {
  width: 50%;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.opted-in,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.opted-in {
  flex-direction: column;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error
  .status-wrapper,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success
  .status-wrapper {
  justify-content: center;
  padding: 0px;
  display: flex;
  flex-direction: row;
  font-size: 12px;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error
  .status-msg,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success
  .status-msg {
  display: block;
  color: var(--system-1);
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error
  .status-icon,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success
  .status-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error
  .opt-out,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success
  .opt-out {
  display: none;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.opted-in,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.opted-in {
  width: 100%;
  font-size: 14px;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.opted-in
  .opt-out,
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.opted-in
  .opt-out {
  display: block;
  color: var(--opacity-2);
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
}
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .error.opted-in
  .opt-out
  span:not(.border),
.promotion-details-wrapper-mobile
  .bottom-drawer-promotions
  .slider
  .drawer-content
  .drawer-footer
  .promotion-footer
  .success.opted-in
  .opt-out
  span:not(.border) {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block.category-filter-container,
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block.category-filter-container-mobile {
  border-bottom: 1px solid var(--primary-mode-11);
  gap: 8px;
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block.sorting-filter-container {
  gap: 8px;
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block
  .round {
  position: relative;
  height: 34px;
  width: fit-content;
  border: 1px solid var(--primary-9);
  color: var(--primary-5);
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block
  .round
  input {
  visibility: hidden;
  box-sizing: border-box;
  padding: 0;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  display: none;
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block
  .round
  label {
  border: 1px solid var(--primary-1);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  left: 16px;
  position: absolute;
  top: 14px;
  width: 10px;
  display: none;
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block
  .round
  .error {
  display: none;
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block
  .round
  span {
  line-height: 39px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block
  .selected {
  border: 1px solid var(--primary-mode-1);
  color: var(--primary-mode-1);
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block
  .selected
  label {
  background: var(--opacity-1);
}
#promotions-filter-bottom-drawer
  .bottom-drawer-promotions-filter
  .slider
  .drawer-content
  .block
  .selected
  label:after {
  border: 2px solid var(--opacity-2);
  border-top: none;
  border-right: none;
  content: "";
  height: 2.3px;
  left: 2px;
  opacity: 0;
  position: absolute;
  transform: rotate(-45deg);
  width: 5px;
  opacity: 1;
  top: 2.4px;
}
