.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.text-primary {
  color: #004085;
}
.text-secondary {
  color: #383d41;
}
.text-success {
  color: #155724;
}
.text-danger {
  color: #cc0000;
}
.text-warning {
  color: #856404;
}
.text-info {
  color: #0c5460;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1em;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-success {
  color: #155724;
  background: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}
.alert-warning {
  color: #856404;
  background: #fff3cd;
  border-color: #ffeeba;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.close {
  float: right;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  color: gray;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1000;
  opacity: 0.6;
}

.modal-basic {
  /* some styles to position the modal at the center of the page */
  border-radius: 5px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: all;
  opacity: 1;
  z-index: 1110;
  text-align: center;
  /* needed styles for the overlay */
  /* box-shadow: 0 0 0 9999px rgba(0,0,0,0.75);*/
}

.zipcode-splash-model {
  /* some styles to position the modal at the center of the page */
  position: fixed;
  top: 60%;
  left: 50%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  width: 260px;
  height: 160px;
  margin-left: -140px;
  margin-top: -150px;
  pointer-events: all;
  opacity: 1;
  z-index: 1110;
  /* needed styles for the overlay */
  /* box-shadow: 0 0 0 9999px rgba(0,0,0,0.75);*/
}

.zipcode-splash-label {
  font-size: 15px;
}

.zipcode-splash-text {
  width: 170px;
  height: 40px;
  margin: 0px;
  position: absolute;
  right: 90px;
  top: 70px;
}

.zipcode-splash-button {
  width: 60px;
  height: 40px;
  margin: 0px;
  position: absolute;
  right: 20px;
  top: 70px;
}

.zipcode-splash-image {
  height: 40px;
  margin: 0px;
  position: absolute;
  left: 30px;
  top: 70px;
}

.zipcode-splash-error-label {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #af2929;  
}

.recapcha-splash-modal {
  /* some styles to position the modal at the center of the page */
  position: fixed;
  top: 60%;
  left: 50%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  width: 360px;
  height: 160px;
  margin-left: -140px;
  margin-top: -150px;
  pointer-events: all;
  opacity: 1;
  z-index: 1110;
  /* needed styles for the overlay */
  /* box-shadow: 0 0 0 9999px rgba(0,0,0,0.75);*/
}

.header-select-location-form {
  font-size: 14px;
  padding-top: 10px;
}

.cart_search_action_button {
  position: absolute;
  top: 20px;
  right: 20px;
}

.header-slider .juicy-layer {
}

.category-header {
  /* @extend .foo; */
  position: relative;
  /* overflow: hidden; */
  padding: 10px;
  margin: 0px;
  width: 100%;
  height: 100%;
  list-style-type: none;
  z-index: 1;
  color: #d14a1c;
  font-size: 25px;
  text-transform: uppercase;
}

.category-header > li {
  margin: 0px;
  padding: 20px;
  /* display: none; */
}

.category-header li > a {
  outline: none;
}

.category-header li > a img {
  border: none;
}

.category-header img {
  width: 100%;
  display: block;
}

.category-header-sub-link {
  text-transform: none;
  margin-right: 25px;
  white-space: nowrap;
  font-size: 14px;
}

.order-list-item:hover {
  background: aliceblue;
}

.substitutiontoggle {
  position: relative;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.substitutiontoggle-checkbox {
  display: none;
}

.substitutiontoggle-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

.substitutiontoggle-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
  text-align: left;
}

.substitutiontoggle-inner:before,
.substitutiontoggle-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 11px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.substitutiontoggle-inner:before {
  content: "ALLOWED";
  padding-left: 10px;
  background-color: #34c26d;
  color: #ffffff;
}

.substitutiontoggle-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}

.substitutiontoggle-inner-es:before {
  content: "PERMITIDA" !important;
  font-size: 10px;
}

.substitutiontoggle-inner-es:after {
  content: "NO" !important;
}

.substitutiontoggle-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 66px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.substitutiontoggle-checkbox:checked
  + .substitutiontoggle-label
  .substitutiontoggle-inner {
  margin-left: 0;
}

.substitutiontoggle-checkbox:checked
  + .substitutiontoggle-label
  .substitutiontoggle-switch {
  right: 0px;
}

/* back to top button */

.cd-top {
  display: inline-block;
  height: 60px;
  width: 100px;
  position: fixed;
  bottom: 80px;
  left: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8)
    url(https://cdn-static.shophero.com/shop/assets/images/cd-top-arrow.svg)
    no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

/* end of back to top button */

.image-loading-38 {
  background: url("https://cdn-static.shophero.com/shop/assets/images/photo_loading_lt_38.png")
    no-repeat;
}

.image-loading-46 {
  background: url("https://cdn-static.shophero.com/shop/assets/images/photo_loading_lt_46.png")
    no-repeat;
}

.image-loading-50 {
  background: url("https://cdn-static.shophero.com/shop/assets/images/photo_loading_lt_50.png")
    no-repeat;
}

.image-loading-56 {
  background: url("https://cdn-static.shophero.com/shop/assets/images/photo_loading_lt_56.png")
    no-repeat;
}

.image-loading-100 {
  background: url("https://cdn-static.shophero.com/shop/assets/images/photo_loading_lt_100.png")
    no-repeat;
}

.image-loading-150 {
  background: url("https://cdn-static.shophero.com/shop/assets/images/photo_loading_lt_150.png")
    no-repeat;
}

.image-loading-215 {
  background: url("https://cdn-static.shophero.com/shop/assets/images/photo_loading_lt_215.png")
    no-repeat;
}

.image-loading-500 {
  background: url("https://cdn-static.shophero.com/shop/assets/images/photo_loading_lt_500.png")
    no-repeat;
}

.next-available-header-container {
  height: 40px;
  background-color: #fff;
  top: -40px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  z-index: -10;
  display: none;
  max-width: 1280px;
}

.delivery-options {
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 85%;
}

@media screen and (max-width: 766px) {
  .delivery-options {
    padding-bottom: 12px;
  }
}

.product-unit-price {
  float: right;
  position: relative;
  font-size: 12px;
  cursor: default;
  background-color: inherit;
  padding: 0px;
  margin: 0px;
  top: 8px;
}

.product-case-indicator {
  position: absolute;
  fill: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: url("/shop/assets/images/case-indicator.svg") no-repeat center;
  -webkit-mask: url("/shop/assets/images/case-indicator.svg") no-repeat center;
  mask: url("/shop/assets/images/case-indicator.svg") no-repeat center;
  background-size: 36px 36px;
  mask-size: 36px 36px;
  -webkit-mask-size: 36px 36px;
}

.product-case-indicator-small {
  position: absolute;
  fill: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  left: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: url("/shop/assets/images/case-indicator.svg") no-repeat center;
  -webkit-mask: url("/shop/assets/images/case-indicator.svg") no-repeat center;
  mask: url("/shop/assets/images/case-indicator.svg") no-repeat center;
  background-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-size: 20px 20px;
}

.product-case-indicator span {
  margin-top: 10px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.product-case-indicator-small span {
  margin-top: 6px;
  color: #fff;
  display: block;
  font-size: 7px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 766px) {
  .product-unit-price {
    top: 2px;
    /* padding-bottom: 10px; */
  }
}

.choice-doorstep-banner {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.choice-doorstep-banner-heading {
  font-size: 250%;
  line-height: normal;
}

.choice-doorstep-banner-subheading {
  padding-bottom: 10px;
}

.choice-doorstep-search {
  width: 400px;
}

@media screen and (max-width: 766px) {
  .choice-doorstep-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choice-doorstep-banner-heading {
    font-size: 175%;
  }

  .choice-doorstep-search {
    width: 250px;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-md {
  margin-bottom: 20px;
}

.mb-lg {
  margin-bottom: 30px;
}

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

.mt-md {
  margin-top: 20px;
}

.mt-lg {
  margin-top: 30px;
}

.mt-xl {
  margin-top: 40px;
}

.ml-md {
  margin-left: 20px;
}

.ml-sm {
  margin-left: 10px;
}

/*
* Choice Doorstep Confirm Modal Styles
*/

.cd-confirm-tingle-modal {
  background: rgba(40, 39, 39, 0.47);
  backdrop-filter: none;
}

.cd-confirm-tingle-modal .tingle-modal-box {
  max-width: 48rem;
  border-radius: none;
  width: 100%;
}

.cd-confirm-tingle-modal .tingle-modal-box__content {
  border-radius: none;
  background-color: #fbf9f7;
  padding: 1.25rem;
  padding-top: 2.00rem;
}

.cd-confirm-tingle-modal .tingle-modal-box__footer {
  display: none;
}

/* Right side content */
.cd-confirm-tingle-modal #cd-confirm-text {
  font-size: 16px;
}

.cd-confirm-tingle-modal #cd-confirm-text h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.cd-confirm-tingle-modal #cd-confirm-text h3 {
  text-transform: none;
  font-size: 18px;
}

.cd-confirm-tingle-modal #cd-confirm-text p {
  margin-bottom: 1rem;
}
/* End right side content */

/* Product bottom content */
.cd-confirm-tingle-modal .product-bottom p {
  text-align: right;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.cd-confirm-tingle-modal .product-bottom .product-unit-price {
  float: none;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
/* End product bottom content */

/* Modal button styles */
.cd-confirm-btn,
.cd-confirm-cancel-btn {
  text-shadow: 0.5px 0.5px 1px rgb(76, 76, 76, 0.7);
  box-shadow: 0 1.1px 0 0 rgba(76, 76, 76, 0.2);
  width: 48%;
}
.cd-confirm-tingle-modal .cd-confirm-cancel-btn {
  background: #ffffff;
}
.cd-confirm-tingle-modal .cd-close-icon {
  cursor: pointer;
  display: none;
  text-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25rem;
  font-size: 1.5rem;
  border: none;
  background: transparent;
  font-weight: bold;
  line-height: 1rem;
}
/* End modal button styles */

/* Modal close button mobile */
.cd-confirm-tingle-modal .tingle-modal__close {
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #2c3e50;
  box-shadow: none;
  color: #fff;
}

.cd-confirm-tingle-modal .tingle-modal__closeIcon {
  display: inline-block;
  margin-right: 0.8rem;
  width: 1.6rem;
  vertical-align: middle;
  font-size: 0;
}

.tingle-modal__closeLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

@media screen and (min-width: 540px) and (max-width: 786px) {
  .cd-confirm-tingle-modal .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
  }

  .cd-confirm-tingle-modal .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
/* End modal close button mobile */

@media screen and (min-width: 687px) {
  
  .cd-confirm-modal-content {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .cd-confirm-tingle-modal #cd-confirm-text {
    padding: 1.25rem;
    padding-top: 0;
    grid-column: span 3 / span 3;
  }
  .cd-confirm-tingle-modal .tingle-modal-box,
  .cd-confirm-tingle-modal .tingle-modal-box__content {
    border-radius: 0.75rem;
  }
  .cd-confirm-tingle-modal .tingle-modal__close {
    display: none;
  }
  .cd-confirm-tingle-modal .cd-close-icon {
    display: block;
  }
  .cd-confirm-modal-product-box {
    grid-column: span 2 / span 2;
  }
  .cd-confirm-modal-product-box .product-box {
    margin-bottom: 0px;
  }
  .cd-confirm-tingle-modal #cd-confirm-modal-note {
    position: absolute; 
    margin: 300px 20px 20px 280px;
    font-size: 12px;
  }
}

@media screen and (max-width: 686px) {

  .cd-confirm-modal-content {
    flex-wrap: wrap;
  }

  .cd-confirm-tingle-modal .cd-confirm-btn {
    width: 100%;
  }
  .cd-confirm-tingle-modal .cd-confirm-cancel-btn {
    width: 100%;
    margin-top: 1rem;
  }

  .cd-confirm-tingle-modal #cd-confirm-modal-note {
    margin-top:130px; 
    font-size: 12px;
  }
}

/*
* Checkout Items Header
*/
.checkout-items-header {
  display: flex;
  align-items: center;
  justify-content: start;
}

.checkout-items-header .checkout-item-icon-container {
  width: 72px;
  height: 36px;
  background-size: 72px 36px;
  mask-size: 72px 36px;
  -webkit-mask-size: 72px 36px;
  fill: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.checkout-items-header .shopping-basket-icon {
  -webkit-mask: url("/shop/assets/images/shoppingBasket.svg") no-repeat center;
  mask: url("/shop/assets/images/shoppingBasket.svg") no-repeat center;
}

.checkout-items-header .choice-doorstep-icon {
  -webkit-mask: url("/shop/assets/images/choiceDoorstepIcon.svg") no-repeat
    center;
  mask: url("/shop/assets/images/choiceDoorstepIcon.svg") no-repeat center;
}

.checkout-items-header .checkout-item-type-container {
  padding-left: 0.25rem;
}

.checkout-items-header .checkout-item-heading {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.checkout-items-header .checkout-item-paragraph {
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0;
}

.checkout-items-header .checkout-item-header svg {
  fill: currentColor;
}

/*
* Facebook Toggle Switch Styles
*/
.facebook-toggle-switch {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  height: 60px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  background: #0165e1;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
    drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
}

.facebook-toggle-feed {
  width: 373px;
  max-width: 373px;
  left: -450px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 60;
  background-color: rgb(255, 255, 255, 0);
  padding: 1rem;
  transition: all 0.2s ease-in-out;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
    drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.facebook-toggle-feed.show {
  left: 0px;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 766px) {
  .facebook-toggle-switch,
  .facebook-toggle-feed {
    display: none;
  }
}

/*
* Product Card Styles
*/

.cart_action_button_browse {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 20rem;
  margin-left: auto;
  margin-top: 0.5rem;
}

.cart_action_button_browse button {
  flex-grow: 1;
}

/*
* Product Card Styles
*/

.product-popup-bottom .cart_action_button_browse {
  /* padding: 1rem; */
  /* margin: 0 1rem; */
}

/*
* New Product Card Styles
*/

/* Mobile Styles */
.product-card-container {
  display: grid;
  gap: 1.25rem;
  padding: 0.625rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.sign-in-checkbox-div input {
  margin-right: 5px;
}

/* ============================= */
/* ! CD Landing Brands           */
/* ============================= */
.cd-landing-brands-container {
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding: 0 1rem 2rem 1rem;
}

.cd-landing-brands-container .cd-landing-brands-card {
  width: 100%;
  background: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #ebe9e8;
}

.cd-landing-brands-card .cd-landing-brands-image {
  height: 8rem;
  width: auto;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.cd-landing-brands-card .cd-landing-brands-info {
  border-top: 1px solid #ebe9e8;
  padding: 1rem;
}

.cd-landing-brands-card .cd-landing-brands-info h3 {
  margin-bottom: 0;
}

.cd-landing-brands-card .cd-landing-brands-image img {
  height: 8rem;
  width: 100%;
  object-fit: contain;
}

/* Tablet Styles */
.product-card-container .product-card {
  background: #ffffff;
  border: 1px solid #ebe9e8;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 100%;
}

/* Case Indicator */
.product-card .product-card-case-indicator {
  position: absolute;
  fill: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0.5rem;
  left: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-mask: url(/shop/assets/images/case-indicator.svg) no-repeat center;
  mask: url(/shop/assets/images/case-indicator.svg) no-repeat center;
  background-size: 2.25rem 2.25rem;
  mask-size: 2.25rem 2.25rem;
  -webkit-mask-size: 2.25rem 2.25rem;
}

.product-card .product-card-case-indicator span {
  color: #ffffff;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

/* Favorite Indicator */
.product-card .product-card-icon-container {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card .product-card-icon-container a {
  font-size: 1.5rem;
}

/* Ribbon */
.product-card .ribbon-small {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -0.25rem;
  margin-right: -0.25rem;
}

/* Image */
.product-card .product-card-image-container {
  height: 10rem;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.product-card .product-card-image {
  height: 10rem;
  width: auto;
  object-fit: contain;
}

/* Product Card Info */
.product-card .product-card-info-container {
  padding: 1rem;
  border-top: 1px solid #ebe9e8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-card .product-card-info-top {
  width: 100%;
  flex: 1;
}

.product-card .product-card-info-bottom {
  width: 100%;
  padding-top: 1.5rem;
}

/* Snap Icon */
.product-card .product-card-snap-container {
  padding: 0.25rem;
  background: #faf9f9;
  border: 1px solid #f0efef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  color: #024d36;
  font-weight: bold;
}

.product-card .product-card-snap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.product-card .product-card-snap-container .product-card-snap-icon img {
  height: 1.5rem;
  width: auto;
  margin-right: 0.25rem;
}

/* Card Title */
.product-card .product-card-title {
  font-size: 1.125rem;
  text-transform: initial;
  line-height: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.125rem;
  overflow: hidden;
  color: #3e3e3e;
}
.product-card .product-card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Product Category */
.product-card .product-card-category {
  color: #bdbdbd;
  font-size: 0.75rem;
}

/* Delivery Options */
.product-card .product-card-delivery-options {
  font-size: 0.875rem;
  font-weight: bold;
}

.product-card .product-card-delivery-options .delivery-options-item {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}

.product-card .product-card-delivery-options .delivery-options-item svg {
  margin-right: 0.5rem;
  fill: currentColor;
}

.product-card .product-card-delivery-options .delivery-option svg {
  width: 1.625rem;
  height: auto;
}

.product-card .product-card-delivery-options .instore-option svg {
  height: 1.375rem;
  width: auto;
}

.product-card .product-card-delivery-options .delivery-option-fedex {
  margin-top: 0.75rem;
}

.product-card .product-card-delivery-options .delivery-option-fedex p {
  margin-bottom: 0;
}

/* Product Card Bottom */
.product-card-info-bottom .product-card-price {
  font-size: 1.5rem;
  text-align: right;
  margin-bottom: 0.75rem;
}

/* Product Card Not Available */
.product-card .product-card-not-available {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  margin-top: 0.75rem;
}

/* Product Card Promo */
/* List View */
.product-promo-list .product-card-promo {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 5px;
}

.product-promo-list .product-card-promo-small {
  margin-left: 0.25rem;
}

/* Search View Promo Styles List */
.product-price .product-promo-list .product-card-promo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-price
  .product-promo-list
  .product-card-promo
  .product-card-promo-small {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  margin-left: 0.25rem;
}

/* Search View Promo Styles Grid */
.product-price .product-card-promo {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.product-price .product-card-promo-small {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.product-detail .product-card-promo {
  font-size: 1.5rem;
}

.product-card .product-card-promo {
  font-size: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.product-card .product-card-promo p {
  margin: 0;
  text-align: right;
}

.product-card .product-card-promo-small {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 400;
}

.product-card .product-card-unit-price {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 400;
}

/* Tablet Styles */
@media screen and (min-width: 687px) {
  .product-card-container,
  .cd-landing-brands-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Desktop Styles */
@media screen and (min-width: 1024px) {
  .product-card-container,
  .cd-landing-brands-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Desktop LG Styles */
@media screen and (min-width: 1200px) {
  .product-card-container,
  .cd-landing-brands-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* CD Search Label */
.choice-doorstep-search-label-container {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 767px) {
  .choice-doorstep-search-label-container {
    width: 400px;
  }
}
