/*
Theme Name: Lookstar Child
Theme URI: https://lookstar.pl
Description: Lookstar Custom Child Theme for Basel
Author: Lookstar Team
Author URI: https://lookstar.pl
Template: basel
Version: 1.0.0
Text Domain: lookstar-child
*/

/* ==========================================================================
   Custom Lookstar Styles
   ========================================================================== */

/* 1. Backorder notification styling */
p.stock.available-on-backorder {
    font-weight: bold;
    font-size: 120%;
    color: #e53935;
}

/* 2. Google reCAPTCHA responsive scale */
.g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* 3. WooCommerce shipping methods formatting */
.woocommerce-shipping-methods {
    white-space: nowrap;
}

/* ==========================================================================
   4. Lookstar Header Message Banner (Clean & Responsive)
   ========================================================================== */
.lookstar-top-banner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    z-index: 100;
}

.lookstar-banner-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.lookstar-banner-text {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.lookstar-banner-btn {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    font-size: 13px;
    text-decoration: underline;
    transition: background 0.2s ease;
}

.lookstar-banner-btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.lookstar-banner-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: inherit;
    opacity: 0.8;
    cursor: pointer;
    padding: 4px 8px;
}

.lookstar-banner-close:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .lookstar-top-banner {
        padding: 8px 36px 8px 12px;
        font-size: 13px;
    }
}

/* ==========================================================================
   5. Lookstar Product Quantity Limit & Wholesale Contact Notice
   ========================================================================== */
.lookstar-qty-limit-box {
    display: inline-flex;
    align-items: center;
    margin: 12px 0 16px;
    padding: 8px 14px;
    background: #f8f9fa;
    border-left: 3px solid #33cccc;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    color: #495057;
    line-height: 1.4;
}

.lookstar-qty-limit-box a {
    color: #008b8b;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 4px;
}

.lookstar-qty-limit-box a:hover {
    color: #33cccc;
}
