/* TANDA40: final retail layout only for products purchasable with public cart enabled. */
.product-card[data-product-direct-purchase="1"].is-direct-purchase-card,
body.catalog-page .pcard[data-product-direct-purchase="1"].is-direct-purchase-card,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"].is-direct-purchase-card {
  background: #fff !important;
  border: 1px solid rgba(15, 107, 122, .34) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 26px rgba(8, 23, 43, .08) !important;
  overflow: hidden !important;
}

/* TANDA47: final two-button retail cards when cart mode is active. */
.product-card[data-product-direct-purchase="1"].is-direct-purchase-card,
body.catalog-page .pcard[data-product-direct-purchase="1"].is-direct-purchase-card,
body.home-page .pcard[data-product-direct-purchase="1"].is-direct-purchase-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  height: auto !important;
  border: 1px solid #e1e5ea !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .08) !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-img-wrap,
.product-card[data-product-direct-purchase="1"] .card-img-wrap,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-img {
  height: 205px !important;
  min-height: 205px !important;
  padding: 14px 14px 0 !important;
  background: #fff !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-img-wrap > img,
.product-card[data-product-direct-purchase="1"] .card-img-wrap > img,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-img > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.product-card[data-product-direct-purchase="1"] .card-body,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 8px 18px 0 !important;
  text-align: center !important;
}

.product-card[data-product-direct-purchase="1"] .card-brand,
.product-card[data-product-direct-purchase="1"] .card-sku,
.product-card[data-product-direct-purchase="1"] .card-stock,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-brand,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-sku,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-note {
  display: none !important;
}

.product-card[data-product-direct-purchase="1"] .card-name,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-name {
  display: -webkit-box !important;
  min-height: 43px !important;
  max-height: 43px !important;
  margin: 0 0 10px !important;
  overflow: hidden !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  color: #2d333b !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.24 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.product-card[data-product-direct-purchase="1"] .card-price-row,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-row {
  display: grid !important;
  justify-items: center !important;
  gap: 6px !important;
  min-height: 86px !important;
  margin: 0 !important;
}

.product-card[data-product-direct-purchase="1"] .card-price,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price {
  color: #2d55a2 !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.product-card[data-product-direct-purchase="1"] .card-price-old,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-old {
  color: #9ca3af !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

.product-card[data-product-direct-purchase="1"] .card-price-row::after,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-row::after {
  content: "" !important;
  display: none !important;
}

.product-card[data-product-direct-purchase="1"] .card-badge,
body.catalog-page .pcard[data-product-direct-purchase="1"] .ptag-sale {
  background: #2d55a2 !important;
  color: #fff !important;
  border-radius: 0 999px 999px 0 !important;
  box-shadow: none !important;
}

.product-card[data-product-direct-purchase="1"] .card-footer.is-direct-purchase-foot,
.product-card[data-product-direct-purchase="1"] .card-footer--shop,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-foot.is-direct-purchase-foot,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-foot.card-footer--shop {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: center !important;
  margin-top: auto !important;
  padding: 14px 56px 22px !important;
  min-height: 84px !important;
  background: #fff !important;
}

.product-card[data-product-direct-purchase="1"] .card-commerce-inline,
.product-card[data-product-direct-purchase="1"] .card-commerce-pay-row,
.product-card[data-product-direct-purchase="1"] .card-qty-control,
.product-card[data-product-direct-purchase="1"] .card-qty-message,
.product-card[data-product-direct-purchase="1"] .btn-add-cart-pay,
.product-card[data-product-direct-purchase="1"] .btn-wa,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-commerce-inline,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-commerce-pay-row,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-qty-control,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-qty-message,
body.catalog-page .pcard[data-product-direct-purchase="1"] .btn-add-cart-pay,
body.catalog-page .pcard[data-product-direct-purchase="1"] .btn-micro {
  display: none !important;
}

.product-card[data-product-direct-purchase="1"] .btn-card-cart,
body.catalog-page .pcard[data-product-direct-purchase="1"] .btn-card-cart {
  display: inline-grid !important;
  place-items: center !important;
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #ff5a00 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 0 !important;
}

.product-card[data-product-direct-purchase="1"] .btn-card-cart svg,
body.catalog-page .pcard[data-product-direct-purchase="1"] .btn-card-cart svg {
  width: 27px !important;
  height: 27px !important;
  stroke: #fff !important;
  stroke-width: 1.8 !important;
  fill: none !important;
}

.product-card[data-product-direct-purchase="1"] .btn-detail,
body.catalog-page .pcard[data-product-direct-purchase="1"] .btn-card-more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #2d333b !important;
  box-shadow: none !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

@media (max-width: 640px) {
  body.home-page .product-card[data-product-direct-purchase="1"] .card-img-wrap,
  .product-card[data-product-direct-purchase="1"] .card-img-wrap,
  body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-img {
    height: 150px !important;
    min-height: 150px !important;
  }

  .product-card[data-product-direct-purchase="1"] .card-footer.is-direct-purchase-foot,
  .product-card[data-product-direct-purchase="1"] .card-footer--shop,
  body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-foot.is-direct-purchase-foot,
  body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-foot.card-footer--shop {
    padding: 12px 18px 18px !important;
    gap: 12px !important;
  }
}

/* TANDA47 final override: must stay at EOF. */
body.home-page .product-card[data-product-direct-purchase="1"].is-direct-purchase-card,
.product-card[data-product-direct-purchase="1"].is-direct-purchase-card,
body.catalog-page .pcard[data-product-direct-purchase="1"].is-direct-purchase-card {
  height: 490px !important;
  min-height: 490px !important;
  max-height: 490px !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-img-wrap,
.product-card[data-product-direct-purchase="1"] .card-img-wrap,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-img {
  height: 192px !important;
  min-height: 192px !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-body,
.product-card[data-product-direct-purchase="1"] .card-body,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-body {
  padding: 8px 18px 0 !important;
  text-align: center !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-name,
.product-card[data-product-direct-purchase="1"] .card-name,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-name {
  color: #2d333b !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin-bottom: 10px !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-price-row,
.product-card[data-product-direct-purchase="1"] .card-price-row,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-row {
  min-height: 76px !important;
  display: grid !important;
  justify-items: center !important;
  gap: 5px !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-price,
.product-card[data-product-direct-purchase="1"] .card-price,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price {
  color: #2d55a2 !important;
  font-size: 21px !important;
  font-weight: 800 !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-price-row::after,
.product-card[data-product-direct-purchase="1"] .card-price-row::after,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-row::after {
  content: "" !important;
  display: none !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-footer.is-direct-purchase-foot,
body.home-page .product-card[data-product-direct-purchase="1"] .card-footer--shop,
.product-card[data-product-direct-purchase="1"] .card-footer.is-direct-purchase-foot,
.product-card[data-product-direct-purchase="1"] .card-footer--shop,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-foot.is-direct-purchase-foot,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-foot.card-footer--shop {
  display: grid !important;
  grid-template-columns: 48px max-content !important;
  justify-content: center !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 12px 18px 20px !important;
  min-height: 80px !important;
  margin-top: auto !important;
  background: #fff !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .btn-card-cart,
.product-card[data-product-direct-purchase="1"] .btn-card-cart,
body.catalog-page .pcard[data-product-direct-purchase="1"] .btn-card-cart {
  display: inline-grid !important;
  place-items: center !important;
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  background: #ff5a00 !important;
  border-radius: 6px !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .btn-detail,
.product-card[data-product-direct-purchase="1"] .btn-detail,
body.catalog-page .pcard[data-product-direct-purchase="1"] .btn-card-more {
  width: auto !important;
  min-width: 126px !important;
  max-width: none !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #2d333b !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.product-card[data-product-direct-purchase="1"].is-direct-purchase-card:hover,
body.catalog-page .pcard[data-product-direct-purchase="1"].is-direct-purchase-card:hover {
  border-color: #0f7c8d !important;
  box-shadow: 0 18px 38px rgba(8, 23, 43, .14) !important;
  transform: translateY(-2px) !important;
}

.product-card[data-product-direct-purchase="1"] .card-img-wrap,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-img,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-img {
  background: #fff !important;
}

.product-card[data-product-direct-purchase="1"] .card-img-wrap > img,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-img > img,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-img > img {
  object-fit: contain !important;
}

.product-card[data-product-direct-purchase="1"] .card-badge,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-tags > *,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-tags > * {
  border-radius: 0 0 6px 0 !important;
  background: #f97316 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(249, 115, 22, .2) !important;
}

.product-card[data-product-direct-purchase="1"] .card-body,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-body,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-body {
  text-align: center !important;
}

.product-card[data-product-direct-purchase="1"] .card-name,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-name,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-name {
  color: #0f6b7a !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
}

.product-card[data-product-direct-purchase="1"] .card-brand,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-brand,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-brand {
  color: #6b7280 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.product-card[data-product-direct-purchase="1"] .card-price-row,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-row,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-price-row {
  justify-items: center !important;
  text-align: center !important;
}

.product-card[data-product-direct-purchase="1"] .card-price,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-price {
  color: #dc2626 !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  font-weight: 950 !important;
}

.product-card[data-product-direct-purchase="1"] .card-price-old,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-old,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-price-old {
  color: #9ca3af !important;
  text-decoration: line-through !important;
}

.product-card[data-product-direct-purchase="1"] .card-price-note,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-note,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .pcard-note {
  color: #6b7280 !important;
  font-size: 11px !important;
}

.product-card[data-product-direct-purchase="1"] .card-commerce-pay-row,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-commerce-pay-row,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-commerce-pay-row {
  display: none !important;
}

.product-card[data-product-direct-purchase="1"] .card-commerce-inline,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-commerce-inline,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-commerce-inline {
  grid-template-columns: 104px minmax(0, 1fr) !important;
  gap: 8px !important;
}

.product-card[data-product-direct-purchase="1"] .card-qty-control,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-qty-control,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-qty-control {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) 30px !important;
  border-color: #16a7d8 !important;
  border-radius: 4px !important;
}

.product-card[data-product-direct-purchase="1"] .card-qty-step,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-qty-step,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-qty-step {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background: transparent !important;
  color: #0ea5e9 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.product-card[data-product-direct-purchase="1"] .card-qty-control input,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-qty-control input,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-qty-control input {
  appearance: textfield !important;
  color: #111827 !important;
}

.product-card[data-product-direct-purchase="1"] .card-qty-control input::-webkit-outer-spin-button,
.product-card[data-product-direct-purchase="1"] .card-qty-control input::-webkit-inner-spin-button,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-qty-control input::-webkit-outer-spin-button,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-qty-control input::-webkit-inner-spin-button {
  appearance: none !important;
  margin: 0 !important;
}

.product-card[data-product-direct-purchase="1"] .card-commerce-inline .btn-add-cart,
body.catalog-page .pcard[data-product-direct-purchase="1"] .card-commerce-inline .btn-add-cart,
body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-commerce-inline .btn-add-cart {
  background: #19a9d4 !important;
  border-color: #19a9d4 !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}

.cart-confirm-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483010;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(15, 23, 42, .62);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.cart-confirm-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-confirm-modal {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  padding: 22px;
  position: relative;
}

.cart-confirm-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
}

.cart-confirm-close svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2;
}

.cart-confirm-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3f3f46;
  font-size: 18px;
  font-weight: 850;
  margin-bottom: 18px;
}

.cart-confirm-title svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #4b5563;
  stroke-width: 2.2;
}

.cart-confirm-product {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  background: #f8fafc;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 18px;
}

.cart-confirm-product img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  background: #fff;
}

.cart-confirm-info strong {
  display: block;
  color: #334155;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 14px;
}

.cart-confirm-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #f97316;
  font-size: 14px;
  font-weight: 850;
}

.cart-confirm-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  cursor: pointer;
}

.cart-confirm-action--continue {
  background: #f97316;
  color: #fff;
  margin-bottom: 12px;
}

.cart-confirm-action--cart {
  background: #2f56a6;
  color: #fff;
}

@media (max-width: 640px) {
  .product-card[data-product-direct-purchase="1"] .card-commerce-inline,
  body.catalog-page .pcard[data-product-direct-purchase="1"] .card-commerce-inline,
  body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-commerce-inline {
    grid-template-columns: 86px minmax(0, 1fr) !important;
  }

  .product-card[data-product-direct-purchase="1"] .card-qty-control,
  body.catalog-page .pcard[data-product-direct-purchase="1"] .card-qty-control,
  body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-qty-control {
    grid-template-columns: 24px minmax(0, 1fr) 24px !important;
  }

  .product-card[data-product-direct-purchase="1"] .card-commerce-inline .btn-add-cart,
  body.catalog-page .pcard[data-product-direct-purchase="1"] .card-commerce-inline .btn-add-cart,
  body.detail-page .related-grid .pcard[data-product-direct-purchase="1"] .card-commerce-inline .btn-add-cart {
    font-size: 10px !important;
    padding: 0 6px !important;
  }
}

/* TANDA47 final override: must stay at EOF. */
body.home-page .product-card[data-product-direct-purchase="1"].is-direct-purchase-card,
.product-card[data-product-direct-purchase="1"].is-direct-purchase-card,
body.catalog-page .pcard[data-product-direct-purchase="1"].is-direct-purchase-card {
  height: 490px !important;
  min-height: 490px !important;
  max-height: 490px !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-img-wrap,
.product-card[data-product-direct-purchase="1"] .card-img-wrap,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-img {
  height: 192px !important;
  min-height: 192px !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-price,
.product-card[data-product-direct-purchase="1"] .card-price,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price {
  color: #2d55a2 !important;
  font-size: 21px !important;
  font-weight: 800 !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-price-row,
.product-card[data-product-direct-purchase="1"] .card-price-row,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-row {
  min-height: 76px !important;
  display: grid !important;
  justify-items: center !important;
  gap: 5px !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-price-row::after,
.product-card[data-product-direct-purchase="1"] .card-price-row::after,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-price-row::after {
  content: "" !important;
  display: none !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .card-footer.is-direct-purchase-foot,
body.home-page .product-card[data-product-direct-purchase="1"] .card-footer--shop,
.product-card[data-product-direct-purchase="1"] .card-footer.is-direct-purchase-foot,
.product-card[data-product-direct-purchase="1"] .card-footer--shop,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-foot.is-direct-purchase-foot,
body.catalog-page .pcard[data-product-direct-purchase="1"] .pcard-foot.card-footer--shop {
  display: grid !important;
  grid-template-columns: 48px max-content !important;
  justify-content: center !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 12px 18px 20px !important;
  min-height: 80px !important;
  margin-top: auto !important;
  background: #fff !important;
}

body.home-page .product-card[data-product-direct-purchase="1"] .btn-detail,
.product-card[data-product-direct-purchase="1"] .btn-detail,
body.catalog-page .pcard[data-product-direct-purchase="1"] .btn-card-more {
  display: inline-flex !important;
  width: auto !important;
  min-width: 126px !important;
  max-width: none !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #2d333b !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
