/* === RNX Contact For Price (Frontend Styling) === */

.rnx-cfp__badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:#fff3cd;
  color:#856404;
  font-weight:700;
  font-size:80%;
  letter-spacing:.06em;
}
.rnx-cfp__text{margin:10px 0 12px;color:#333;}
.rnx-cfp__actions .action.primary{margin:6px 0; display:block;}

.rnx-cfp__btn:before {
    font-family: FontAwesome;
}
.rnx-cfp__plp {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rnx-cfp__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rnx-cfp__cta {
    padding-top: 10px;
    display: flex;
    gap: 5px;
}
a.rnx-cfp__btn,.columns a.rnx-cfp__btn {
    color: #fff;
    transition: background-color 0.3s ease;
}
a.rnx-cfp__btn:hover {
    opacity: 0.9;
}
.rnx-cfp__btn {
    font-size: 12px;
    padding: 4px 8px;
}
.action.tocart.primary.rnx-cfp__btn{
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

/* Hide Add to Cart di PDP */
/* Hide qty + button */
.rnx-cfp-enabled .product-add-form {
    display: none !important;
}

/* Hide Add to Cart di listing */

.rnx-cfp-enabled .product-list-style-26 .product-item-actions {
    display: none !important;
}

/* Hide minicart icon */
.rnx-cfp-enabled .minicart-wrapper {
    display: none !important;
}
/* mobile */
.rnx-cfp-enabled .mb-bottom-toolbar .btn-cart {
    display: none !important;
}
.rnx-cfp-enabled .mobi-cart-wrapper {
    display: none !important;
}
.rnx-cfp-enabled .product.actions.product-item-actions {
    display: none !important;
}

.rnx-cfp-enabled .header-search-wrap .mobi-cart-wrapper {
    display: none !important;
}
.rnx-cfp-enabled .cart-wrap {
    display: none !important;
}
@media (min-width: 768px) {

    .page-products .products-grid.ctst .product-items .item.product-item {
        margin-right: 20px;
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
        padding-bottom: 10px;
    }
}
/* MOBILE */
@media (max-width: 768px) {
    .rnx-cfp__btn .rnx-label {
        display: none;
    }

    .rnx-cfp__btn {
        padding: 8px;
        justify-content: center;
        width: 40px;
        height: 40px;
    }
    .rnx-cfp__cta {
        justify-content: center;
    }
    .product-item-top .button-hover-wrap {
        display: none;
    }

    .page-products .products-grid.ctst .product-items .item.product-item {
        box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    }
}