#pfwc-preview {
  border: none;
  background: white;
  overflow: hidden;
  position: relative;
  max-width: 98%;

  margin: 15px 0px 15px 0px;
  padding: 10px;

  
}

.pfwc-border-black{
  border:solid 10px #000000 !important;
}
#pfwc-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* llena el marco sin deformar */
}

.pfwc-att-space{
  margin-right: 5px;
  margin-left: 5px;
}

form.cart,
    .single_add_to_cart_button {
        display: none !important;
    }


.site .site-content #primary .ast-woocommerce-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
     padding-left:0px !important;
    padding-right:0px !important; 
}


/* Estilos tipo WooCommerce */
.pfwc-file-btn {
    display: inline-block;
    background-color: #96588a; /* Color similar al botón WooCommerce alt */
    color: #fff;
    padding: 0.6em 1.2em;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.pfwc-file-btn:hover {
    background-color: #803470;
}

.pfwc-file-name {
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin-top: 4px;
    color: #333;
}


.pfwc-orientation-wrapper {
    text-align: left; /* valor por defecto en escritorio */
    margin-top: 10px;
}

/* En pantallas pequeñas (móviles) */
@media (max-width: 768px) {
    .pfwc-orientation-wrapper {
        text-align: center;
        width: 98%;
    }

     .page-id-4645 .ast-mobile-header-wrap {
        display: none !important;
    }

}
