/* Mucha & Kalma · Oráculo de Arcanos as a single catalog gateway */
.woocommerce ul.products li.product.mk-oracle-catalog-gateway {
    position: relative;
    border-color: rgba(201,157,77,.58);
    background:
        radial-gradient(circle at 50% 0%, rgba(201,157,77,.11), transparent 44%),
        #fff;
    box-shadow: 0 20px 50px rgba(32,24,16,.10);
}
.woocommerce ul.products li.product.mk-oracle-catalog-gateway::before {
    content: "EXPERIENCIA";
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    padding: 7px 11px 6px;
    border-radius: 999px;
    background: #171410;
    color: #f3d58f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1;
}
.woocommerce ul.products li.product.mk-oracle-catalog-gateway .woocommerce-loop-product__title {
    margin-bottom: 8px;
}
.woocommerce ul.products li.product .mk-oracle-catalog-gateway__copy {
    min-height: 42px;
    margin: 0 auto 16px;
    padding: 0 18px;
    color: #655a50;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.woocommerce ul.products li.product.mk-oracle-catalog-gateway .price,
.woocommerce ul.products li.product.mk-oracle-catalog-gateway .mk-boutique-card-whatsapp {
    display: none !important;
}
.woocommerce ul.products li.product .mk-oracle-catalog-gateway__button {
    display: flex !important;
    box-sizing: border-box !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: calc(100% - 34px);
    max-width: calc(100% - 34px) !important;
    min-width: 0 !important;
    min-height: 46px;
    margin: auto 17px 18px !important;
    padding: 12px 18px !important;
    border: 1px solid #171410 !important;
    border-radius: 999px !important;
    background: #171410 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}
.woocommerce ul.products li.product .mk-oracle-catalog-gateway__button:hover,
.woocommerce ul.products li.product .mk-oracle-catalog-gateway__button:focus-visible {
    border-color: #9b7838 !important;
    background: #9b7838 !important;
}
.woocommerce ul.products li.product .mk-oracle-catalog-gateway__label {
    min-width: 0;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: inherit;
}
.woocommerce ul.products li.product .mk-oracle-catalog-gateway__label--mobile {
    display: none;
}
.woocommerce ul.products li.product .mk-oracle-catalog-gateway__arrow {
    flex: 0 0 auto;
    color: #f3d58f !important;
    -webkit-text-fill-color: #f3d58f !important;
    font-size: 18px;
}
.woocommerce ul.products li.product.mk-oracle-catalog-gateway a img.mk-oracle-catalog-cover {
    display: block !important;
    width: calc(100% - 34px) !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    margin: 17px !important;
    border: 1px solid rgba(201,157,77,.52);
    border-radius: 24px;
    object-fit: contain !important;
    object-position: center !important;
    background: #17130f;
    box-shadow: none !important;
}
@media (max-width: 768px) {
    .woocommerce ul.products li.product.mk-oracle-catalog-gateway::before {
        top: 12px;
        left: 12px;
    }
    .woocommerce ul.products li.product .mk-oracle-catalog-gateway__copy {
        min-height: 0;
        font-size: 13px;
    }
    .woocommerce ul.products li.product .mk-oracle-catalog-gateway__button {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        min-height: 50px;
        margin: auto 12px 16px !important;
        padding: 9px 11px !important;
        gap: 8px;
        font-size: 13px !important;
        letter-spacing: 0;
        line-height: 1.15 !important;
        white-space: nowrap !important;
        text-align: left;
    }
    .woocommerce ul.products li.product .mk-oracle-catalog-gateway__label--desktop {
        display: none;
    }
    .woocommerce ul.products li.product .mk-oracle-catalog-gateway__label--mobile {
        display: inline;
    }
    .woocommerce ul.products li.product .mk-oracle-catalog-gateway__arrow {
        font-size: 16px;
    }
}
