/*
Theme Name: Asiana Child Theme
Template: asiana
Theme URI: http://theme.rootlayers.com/asiana/
Author: rootlayers
Author URI: https://themeforest.net/user/rootlayers/
Description: Clean Blog & Shop WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asiana
*/

@import url("../asiana/assets/css/main.min.css");

/* Theme customization starts here
------------------------------------------------------- */
.wcv-register label { display: block; margin-bottom: 5px; }
.wcv-register input[type="text"],
.wcv-register input[type="email"],
.wcv-register input[type="password"],
.wcv-register textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

/* Vendor Products Grid */
.vendor-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
    gap: 20px; /* Space between products */
}

/* Tablet view (3 columns) */
@media (max-width: 1024px) {
    .vendor-products {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile view (2 columns) */
@media (max-width: 768px) {
    .vendor-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* Small mobile view (1 column) */
@media (max-width: 480px) {
    .vendor-products {
        grid-template-columns: 1fr;
    }
}

/* Ensure product images/content are responsive */
.vendor-products .product {
	position:relative;
    display: flex;
    flex-direction: column;
    height: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	text-align: center;
}

.vendor-products .product img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#page iframe{padding:3px !important;}

/* Product actions container */
.product-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
	
}

.product-margin{
	margin-bottom:35px;
}

/* View Details button */
.product-actions .view-details {
    flex: 1;
    text-align: center;
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
	margin: 0px 15px 5px 15px;
    width: 90%;
}

.product-actions .view-details:hover {
    background-color: #e9e9e9;
    border-color: #ccc;
}

/* Add to Cart button adjustments */
.product-actions .add_to_cart_button {
    flex: 1;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .product-actions {
        flex-direction: column;
        gap: 8px;
    }
}
.action-details{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.woocommerce ul.products li.product .button{margin: 5px 10%;max-width:80%}
.sidebar__inner #block-4 {
	background: #3fc7ba;
    color: #fff;
	padding:5px !important;
}
.sidebar__inner #block-4 p{padding:10px;}
.sidebar__inner #block-4 a{text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid #000;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: rgba(63, 70, 82, 0.95);}
.page-id-536 .entry-body {padding:5px !important;}