click-and-collect {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 16px;
}

click-and-collect.cc--2025 {
  gap: 20px;
}

click-and-collect .w-nowrap {
  white-space: nowrap;
}

/* click-and-collect:not(.available) .cc__box,
click-and-collect:not(.available) .cc__quantity,
click-and-collect:not(.available) .shopify-payment-button {
  display: none !important;
} */

.add-to-cart[disabled]+.shopify-payment-button,
.add-to-cart[disabled]+.cc-payment-button {
  display: block !important;
}

click-and-collect .cc__box {
  background: #f8fff3;
  border: 1px solid #70c028;
  border-radius: 4px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
}

click-and-collect.cc--2025 .cc__box {
  gap: 10px !important;
  margin-top: 15px !important;
}

click-and-collect .cc__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

click-and-collect .cc__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}

click-and-collect.cc--2025 .cc__label {
  margin: 0 !important;
}

click-and-collect .cc__tooltip {
  font-weight: 400;
  display: inline-block;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
}

click-and-collect .cc__tooltip a {
  text-decoration: underline;
  font-weight: inherit !important;
}

click-and-collect .cc__tooltip-content {
  position: relative;
  cursor: pointer;
  white-space: normal;
  vertical-align: sub;
}

click-and-collect.cc--2025 .cc__tooltip-content {
  text-decoration: underline !important;
}

click-and-collect .cc__tooltip-absolute {
  position: absolute;
  left: 0;
  bottom: calc(100% + 5px);
  min-width: 200px;
  width: 100%;
  font-size: 12px;
  border-radius: 4px;
  background: #5283af;
  color: #fff;
  padding: 8px 12px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s all, 0s left;
  transform: translateY(5px);
  font-weight: 400;
  text-align: center;
}

click-and-collect .cc__tooltip-content:hover .cc__tooltip-absolute {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

click-and-collect .cc__select-store {
  color: #006da4;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  padding-right: 20px;
  position: relative;
  margin-left: 19px;
}

click-and-collect.cc--2025 .cc__select-store {
  margin-bottom: 0 !important;
}

click-and-collect .cc__select-store>svg {
  position: absolute;
  right: 0;
  top: 3px;
}

click-and-collect *:not(.cc__btn-secondary):not(shopify-buy-it-now-button):not(shopify-accelerated-checkout):not(.cc__submit-group)[disabled],
click-and-collect [type='radio']:disabled+label {
  opacity: 0.3;
  cursor: no-drop;
  transition: 0.25s all;
  pointer-events: none;
}

.cc__btn-secondary[disabled],
shopify-buy-it-now-button[disabled],
.cc__sticky-btn-secondary[disabled],
.cc__sticky-btn-primary[disabled] {
  cursor: no-drop;
  transition: 0.25s all;
  pointer-events: none;
}


.cc__btn-secondary[disabled],
.cc__sticky-btn-secondary[disabled] {
  border-color: #797979 !important;
  color: #797979 !important;
}

shopify-buy-it-now-button[disabled] button.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.cc__sticky-btn-primary[disabled] {
  border-color: #797979 !important;
  background-color: #797979 !important;
}

click-and-collect .cc__quantity-available {
  font-size: 14px;
  line-height: 20px;
  color: #e7a21e;
  margin-left: 25px;
  font-weight: 400;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}

click-and-collect .cc__submit-buttons {
  flex: 1;
  display: grid;
  gap: inherit;
  grid-template-columns: 1fr 1fr;
}

click-and-collect .cc__quantity-available strong {
  font-weight: 600;
  /* font-size: 1.125em; */
}

click-and-collect .cc__box .cc__error {
  margin-left: 25px;
}

click-and-collect .cc__input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

click-and-collect [type='radio']:checked+label .checked {
  display: inline !important;
}

click-and-collect [type='radio']+label .checked {
  display: none;
}

click-and-collect [type='radio']:checked+label .unchecked {
  display: none !important;
}

click-and-collect [type='radio'] {
  display: none;
}

click-and-collect .cc__label .unchecked,
click-and-collect .cc__label .checked {
  transform: translateY(5px);
  margin-right: 2px;
}

click-and-collect .cc__quantity {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: inline-flex;
  white-space: nowrap;
  justify-content: space-between;
  flex: 0;
}

click-and-collect .cc__quantity button {
  background: transparent;
  border: none;
  padding: 16px 8px 14px;
  cursor: pointer;
}

click-and-collect .cc__quantity.cc__quantity--has-min .cc__quantity-decrease path,
click-and-collect .cc__quantity.cc__quantity--has-max .cc__quantity-increase path {
  stroke: #9c9c9c;
}

click-and-collect .cc__quantity.cc__quantity--has-min .cc__quantity-decrease,
click-and-collect .cc__quantity.cc__quantity--has-max .cc__quantity-increase {
  cursor: no-drop;
  pointer-events: none;
}

click-and-collect .cc__quantity [type='text'] {
  width: 50px;
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1e1e1e;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  transform: translateY(-2px);
}

click-and-collect .cc__submit-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

click-and-collect .cc__btn-secondary,
click-and-collect .cc__btn-primary,
click-and-collect button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  border: 1.5px solid transparent !important;
  border-radius: 4px !important;
  background: transparent !important;
  padding: 16px 25px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  flex: 1 1 0% !important;
  cursor: pointer !important;
  height: auto !important;
  box-shadow: none !important;
  transition: 0.25s all, text-indent 0s !important;
  outline: 0.5px solid transparent !important;
  overflow: hidden !important;
  width: 100%;
  line-height: 21px;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}

click-and-collect .cc__btn-secondary {
  border-color: #006da4 !important;
  color: #006da4 !important;
}

click-and-collect .cc__btn-primary,
click-and-collect button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  color: #fff !important;
  background: #006da4 !important;
}

click-and-collect .cc__btn-secondary:hover,
click-and-collect .cc__btn-primary:hover,
click-and-collect button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.cc__sticky-btn-secondary:hover,
.cc__sticky-btn-primary:hover,
.cc__sticky-btn-select_store:hover {
  outline-color: #006da4 !important;
}

click-and-collect button.shopify-payment-button__button.shopify-payment-button__button--unbranded::after,
click-and-collect button.shopify-payment-button__button.shopify-payment-button__button--unbranded::before {
  content: none !important;
}

click-and-collect .shopify-payment-button,
click-and-collect .cc-payment-button {
  margin: 0 !important;
  flex: 1 1 0% !important;
}

click-and-collect .btn--loading:before {
  border-color: #006da4;
  border-top-color: transparent;
}

click-and-collect .cc__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #da3333;
  font-weight: 400;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
}

.cc__online-quantity-soldout {
  color: #da3333 !important;
}

.cc__error:not(.cc__error--show) {
  display: none !important;
}

click-and-collect .cc__delivery_method:not(.active) .cc__quantity-available:not(.cc__online-quantity-soldout) {
  display: none;
}

#button-box:not(.no-cc) {
  display: none !important;
}

.cc__online-quantity-loading--show {
  color: transparent !important;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  margin-bottom: 10px;
}

.cc__online-quantity-loading--show * {
  visibility: hidden !important;
}

.cc__sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border-top: 1px solid #CCCCCC;
  z-index: 27;
  transition: 0.25s all;
  transform: translateY(200%);
}

.cc__sticky-cta:not(.cc__sticky-cta--show) {
  visibility: hidden;
  pointer-events: none;
}

.cc__sticky-cta--show {
  transform: translateY(0);
}

.cc__sticky-btn-secondary,
.cc__sticky-btn-primary,
.cc__sticky-btn-select_store {
  padding: 11px 12px;
  border-radius: 4px;
  border: 1.5px solid transparent;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: 0.25s all, text-indent 0s !important;
  outline: 0.5px solid transparent !important;
}

.cc__sticky-btn-secondary {
  color: #006DA4;
  border-color: #006DA4;
}

.cc__sticky-btn-primary,
.cc__sticky-btn-select_store {
  color: #fff;
  background: #006DA4;
}

.cc__sticky-btn-select_store {
  grid-column: 1/3;
}

.select_store-button:not(.select_store-button--active) {
  display: none !important;
}

.select_store-button--active~* {
  display: none !important;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.cc__sales-point {
  color: #006DA4;
  font-family: Nunito;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}

click-and-collect.cc--2025:has(.cc__box) .cc__sales-point {
  margin-bottom: -20px;
}

click-and-collect.cc--2025 {
  font-family: 'Nunito';
}

click-and-collect.cc--2025 .cc__tooltip-content {
  vertical-align: unset;
}

click-and-collect.cc--2025 .cc__tooltip-absolute {
  text-align: justify;
  bottom: calc(100% + 14px);
  background: #2E2E2E;
  border: 1px solid #606060;
  box-shadow: 0px 6px 12px 0px #00000033;
}

click-and-collect.cc--2025 .cc__tooltip-absolute:after {
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #2E2E2E;
  position: absolute;
  top: 100%;
  left: 16px;
}

click-and-collect.cc--2025 .cc__quantity {
  border-radius: 50px !important;
}

click-and-collect.cc--2025 .cc__btn-secondary,
click-and-collect.cc--2025 .cc__btn-primary,
click-and-collect.cc--2025 button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  border-radius: 50px !important;
}

click-and-collect.cc--2025 .cc__btn-primary,
click-and-collect.cc--2025 button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: #70C028 !important;
  color: #000000 !important;
  border: none !important;
}

click-and-collect.cc--2025 .cc__btn-secondary {
  border-color: #CCCCCC !important;
  color: #000000 !important;
}

click-and-collect.cc--2025 .cc__sticky-btn-primary,
click-and-collect.cc--2025 .cc__sticky-btn-select_store {
  background: #70C028 !important;
  color: #000000 !important;
  border-radius: 50px !important;
  border: none !important;

}

click-and-collect.cc--2025 .cc__sticky-btn-secondary {
  border-radius: 50px !important;
  border-color: #CCCCCC !important;
  color: #000000 !important;
}

@media(min-width: 768px) {
  .cc__sticky-cta {
    display: none !important;
  }

  .cc__sales-point {
    padding: 0 15px;
  }
}

@media(max-width: 767px) {
  click-and-collect.cc--2025 {
    gap: 15px;
  }
}