/* UC_PRODUCT_STICKY_CART_START */
body.page-product .uc-sticky-cart,
body#product .uc-sticky-cart {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  border-top: 0;
  background: #fff;
  box-shadow: 0 -18px 44px rgba(36, 35, 34, .16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(112%);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.page-product .uc-sticky-cart::before,
body#product .uc-sticky-cart::before {
  display: none;
  content: none;
}

body.page-product .uc-sticky-cart.is-visible,
body#product .uc-sticky-cart.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.page-product.uc-sticky-cart-visible,
body#product.uc-sticky-cart-visible {
  padding-bottom: 82px;
}

body.page-product.uc-sticky-cart-visible .back-to-top,
body#product.uc-sticky-cart-visible .back-to-top {
  bottom: 96px !important;
}

body.page-product .uc-sticky-cart__inner,
body#product .uc-sticky-cart__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  width: min(100%, 1440px);
  min-height: 80px;
  margin: 0 auto;
  padding: 10px 28px calc(10px + env(safe-area-inset-bottom));
}

body.page-product .uc-sticky-cart__product,
body#product .uc-sticky-cart__product {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 18px;
}

body.page-product .uc-sticky-cart__thumb,
body#product .uc-sticky-cart__thumb {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

body.page-product .uc-sticky-cart__copy,
body#product .uc-sticky-cart__copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

body.page-product .uc-sticky-cart__kicker,
body#product .uc-sticky-cart__kicker,
body.page-product .uc-sticky-cart__price-label,
body#product .uc-sticky-cart__price-label,
body.page-product .uc-sticky-cart__meta,
body#product .uc-sticky-cart__meta {
  color: #827c75;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

body.page-product .uc-sticky-cart__name,
body#product .uc-sticky-cart__name {
  overflow: hidden;
  color: #242322;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-product .uc-sticky-cart__price,
body#product .uc-sticky-cart__price {
  display: grid;
  min-width: 248px;
  gap: 3px;
  text-align: right;
}

body.page-product .uc-sticky-cart__price-main,
body#product .uc-sticky-cart__price-main {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  color: var(--palette1, #e89487);
  white-space: nowrap;
}

body.page-product .uc-sticky-cart__price-main strong,
body#product .uc-sticky-cart__price-main strong {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

body.page-product .uc-sticky-cart__price-main span,
body#product .uc-sticky-cart__price-main span {
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
}

body.page-product .uc-sticky-cart__price small,
body#product .uc-sticky-cart__price small {
  color: #5f5a55;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

body.page-product .uc-sticky-cart__actions,
body#product .uc-sticky-cart__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.page-product .uc-sticky-cart__qty,
body#product .uc-sticky-cart__qty {
  display: flex;
  align-items: center;
  height: 48px;
  border: 1px solid #e3ddd6;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

body.page-product .uc-sticky-cart__qty-btn,
body#product .uc-sticky-cart__qty-btn {
  display: grid;
  width: 38px;
  height: 48px;
  padding: 0;
  border: 0;
  background: #fbfaf8;
  color: #242322;
  font-size: 19px;
  font-weight: 900;
  place-items: center;
}

body.page-product .uc-sticky-cart__qty-input,
body#product .uc-sticky-cart__qty-input {
  width: 48px;
  height: 48px;
  padding: 0 4px;
  border: 0;
  border-right: 1px solid #e3ddd6;
  border-left: 1px solid #e3ddd6;
  color: #242322;
  font-size: 15px;
  font-weight: 850;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

body.page-product .uc-sticky-cart__qty-input::-webkit-outer-spin-button,
body.page-product .uc-sticky-cart__qty-input::-webkit-inner-spin-button,
body#product .uc-sticky-cart__qty-input::-webkit-outer-spin-button,
body#product .uc-sticky-cart__qty-input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

body.page-product .uc-sticky-cart__submit,
body#product .uc-sticky-cart__submit {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 224px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--palette1, #e89487);
  border-radius: 7px;
  background: var(--palette1, #e89487);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(232, 148, 135, .18);
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.page-product .uc-sticky-cart__submit::before,
body#product .uc-sticky-cart__submit::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .24) 42%, transparent 66%);
  transform: translateX(-120%);
  transition: transform .42s ease;
  content: "";
}

body.page-product .uc-sticky-cart__submit-icon,
body#product .uc-sticky-cart__submit-icon {
  display: none;
  font-size: 30px;
  line-height: 1;
}

body.page-product .uc-sticky-cart__submit:hover,
body.page-product .uc-sticky-cart__submit:focus,
body#product .uc-sticky-cart__submit:hover,
body#product .uc-sticky-cart__submit:focus {
  border-color: #df8679;
  background: #df8679;
  color: #fff;
  box-shadow: 0 14px 28px rgba(232, 148, 135, .3);
}

body.page-product .uc-sticky-cart__submit:hover::before,
body.page-product .uc-sticky-cart__submit:focus::before,
body#product .uc-sticky-cart__submit:hover::before,
body#product .uc-sticky-cart__submit:focus::before {
  transform: translateX(120%);
}

body.page-product .uc-sticky-cart__submit:disabled,
body#product .uc-sticky-cart__submit:disabled {
  border-color: #c9c1b9;
  background: #c9c1b9;
  cursor: not-allowed;
  transform: none;
}

body.page-product .uc-sticky-cart.is-loading .uc-sticky-cart__submit,
body#product .uc-sticky-cart.is-loading .uc-sticky-cart__submit {
  color: transparent !important;
  pointer-events: none;
}

body.page-product .uc-sticky-cart.is-loading .uc-sticky-cart__submit::before,
body#product .uc-sticky-cart.is-loading .uc-sticky-cart__submit::before {
  opacity: 0 !important;
  transform: none !important;
  transition: none !important;
}

body.page-product .uc-sticky-cart.is-loading .uc-sticky-cart__submit > *,
body#product .uc-sticky-cart.is-loading .uc-sticky-cart__submit > * {
  opacity: 0;
}

body.page-product .uc-sticky-cart.is-loading .uc-sticky-cart__submit::after,
body#product .uc-sticky-cart.is-loading .uc-sticky-cart__submit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  margin: -10.5px 0 0 -10.5px;
  border: 2px solid rgba(255, 255, 255, .46);
  border-top-color: #fff;
  border-radius: 50%;
  animation: uc-spin .68s linear infinite;
  content: "";
}

@keyframes uc-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  body.page-product .uc-sticky-cart__inner,
  body#product .uc-sticky-cart__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 80px;
    gap: 18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  body.page-product .uc-sticky-cart__qty,
  body#product .uc-sticky-cart__qty {
    display: none;
  }

  body.page-product .uc-sticky-cart__meta,
  body#product .uc-sticky-cart__meta {
    display: none;
  }

  body.page-product .uc-sticky-cart__price,
  body#product .uc-sticky-cart__price {
    min-width: 196px;
  }

  body.page-product .uc-sticky-cart__price-main strong,
  body#product .uc-sticky-cart__price-main strong {
    font-size: 25px;
  }

  body.page-product .uc-sticky-cart__submit,
  body#product .uc-sticky-cart__submit {
    width: 66px;
    min-width: 0;
    min-height: 50px;
    padding: 0;
    border-radius: 8px;
    font-size: 0;
  }

  body.page-product .uc-sticky-cart__submit-text,
  body#product .uc-sticky-cart__submit-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  body.page-product .uc-sticky-cart__submit-icon,
  body#product .uc-sticky-cart__submit-icon {
    display: inline-flex;
  }
}

@media (max-width: 720px) {
  body.page-product .uc-sticky-cart__inner,
  body#product .uc-sticky-cart__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
  }

  body.page-product .uc-sticky-cart__thumb,
  body#product .uc-sticky-cart__thumb {
    display: none;
  }

  body.page-product .uc-sticky-cart__product,
  body#product .uc-sticky-cart__product {
    gap: 0;
  }

  body.page-product .uc-sticky-cart__name,
  body#product .uc-sticky-cart__name {
    font-size: 17px;
  }

  body.page-product .uc-sticky-cart__meta,
  body#product .uc-sticky-cart__meta {
    font-size: 11px;
  }

  body.page-product .uc-sticky-cart__price,
  body#product .uc-sticky-cart__price {
    min-width: 156px;
  }

  body.page-product .uc-sticky-cart__price small,
  body#product .uc-sticky-cart__price small {
    display: none;
  }
}

@media (max-width: 640px) {
  body.page-product.uc-sticky-cart-visible,
  body#product.uc-sticky-cart-visible {
    padding-bottom: 74px;
  }

  body.page-product.uc-sticky-cart-visible .back-to-top,
  body#product.uc-sticky-cart-visible .back-to-top {
    bottom: 86px !important;
  }

  body.page-product .uc-sticky-cart__inner,
  body#product .uc-sticky-cart__inner {
    grid-template-columns: minmax(0, 1fr) 66px;
    grid-template-rows: auto auto;
    min-height: 72px;
    gap: 2px 12px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  }

  body.page-product .uc-sticky-cart__product,
  body#product .uc-sticky-cart__product {
    grid-column: 1;
    grid-row: 1;
  }

  body.page-product .uc-sticky-cart__name,
  body#product .uc-sticky-cart__name {
    font-size: 14px;
    line-height: 1.12;
  }

  body.page-product .uc-sticky-cart__meta,
  body#product .uc-sticky-cart__meta {
    font-size: 10px;
    line-height: 1.2;
  }

  body.page-product .uc-sticky-cart__price,
  body#product .uc-sticky-cart__price {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
    gap: 0;
    text-align: left;
  }

  body.page-product .uc-sticky-cart__price-main,
  body#product .uc-sticky-cart__price-main {
    justify-content: flex-start;
    gap: 4px;
  }

  body.page-product .uc-sticky-cart__price-main strong,
  body#product .uc-sticky-cart__price-main strong {
    font-size: 18px;
  }

  body.page-product .uc-sticky-cart__price-main span,
  body#product .uc-sticky-cart__price-main span {
    font-size: 10px;
  }

  body.page-product .uc-sticky-cart__actions,
  body#product .uc-sticky-cart__actions {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: stretch;
    justify-content: flex-end;
    min-width: 0;
  }

  body.page-product .uc-sticky-cart__submit,
  body#product .uc-sticky-cart__submit {
    width: 66px;
    min-width: 0;
    min-height: 56px;
    padding: 0;
    border-radius: 8px;
    font-size: 0;
  }

  body.page-product .uc-sticky-cart__submit-text,
  body#product .uc-sticky-cart__submit-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  body.page-product .uc-sticky-cart__submit-icon,
  body#product .uc-sticky-cart__submit-icon {
    display: inline-flex;
  }
}

@media (max-width: 390px) {
  body.page-product .uc-sticky-cart__meta,
  body#product .uc-sticky-cart__meta {
    display: none;
  }

  body.page-product .uc-sticky-cart__price-main strong,
  body#product .uc-sticky-cart__price-main strong {
    font-size: 17px;
  }

  body.page-product .uc-sticky-cart__price-main span,
  body#product .uc-sticky-cart__price-main span {
    font-size: 9px;
  }
}
/* UC_PRODUCT_STICKY_CART_END */
