/* VINTAGE KITTY POS – compact, bolder, 50s-inspired */
.page-id-89303 {
  background: url('atomic.png') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
}

#kitty-pos-wrapper {
 
    background: #f9f6f0;
    border-radius: 14px;
    border: 2.5px solid #72082c;
    box-shadow: 0 2px 18px rgba(85, 20, 57, 0.10), 0 0px 0px 1px #fff inset;
    max-width: 1020px;
    margin: 2rem auto;
    padding: 20px 18px;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    font-size: 1.05rem;
}

#kitty-pos-wrapper * {
    box-sizing: border-box;
    font-family: inherit;
}

h1, h3 {
    color: #72082c;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Segoe UI', 'Arial', sans-serif;
}

hr.vintage-divider {
    border: none;
    border-top: 2.5px dashed #72082c;
    margin: 18px 0;
    opacity: 0.6;
}

#pos-search-form input[type="text"], #pos-search-form input[type="number"] {
    height: 36px;
    font-size: 1rem;
    padding: 0 8px;
    border-radius: 7px;
    border: 2px solid #72082c;
    background: #fffdfa;
    margin-bottom: 4px;
    font-weight: bold;
    color: #2c041a;
    max-width: 165px;
}

#pos-search-form button {
    background: linear-gradient(180deg, #b00050 0%, #72082c 100%);
    color: #fff;
    position: absolute;
    border: none;
    border-radius: 7px;
    font-weight: 900;
    letter-spacing: 0.5px;
    font-size: 2.06rem;
    box-shadow: 0 3px 0 #52001b;
    padding: 0 35px;
    height: 32px;
    margin-left: 8px;
    transition: background 0.22s, box-shadow 0.15s;
}
#pos-search-form button:hover {
    background: #b00050;
    box-shadow: 0 0 0 #52001b;
    filter: brightness(1.09);
}

#pos-search-form input#pos-sku { width: 150px; }
#pos-search-form input#pos-size { width: 70px; margin-left: 7px; }

#pos-results {
    background: #ffe9f2;
    border-radius: 10px;
    border: 2px solid #b00050;
    color: #510b24;
    padding: 10px;
    min-height: 46px;
    margin-bottom: 13px;
    font-size: 0.97rem;
    box-shadow: 0 1px 0 #f8b6d4 inset;
}

.product-card {
    display: inline-block;
    border: 2px solid #b00050;
    border-radius: 10px;
    background: #fffdfa;
    padding: 9px 7px 12px 7px;
    margin: 5px 4px;
    width: 180px;
    min-width: 150px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 3px 9px rgba(114,8,44,0.04);
    transition: box-shadow 0.15s, border-color 0.2s;
}
.product-card:hover {
    box-shadow: 0 0 10px #d13a8a;
    border-color: #d13a8a;
}

.product-card img {
    max-width: 95%;
    max-height: 125px;
    object-fit: contain;
    margin-bottom: 4px;
    border: 2px dashed #fad7e3;
    border-radius: 7px;
    background: #fff8fa;
}

.product-name {
    font-weight: 800;
    font-size: 1.05rem;
    color: #b00050;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
}
.product-sku, .product-price {
    font-size: 0.96em;
    color: #333;
    margin-bottom: 1px;
}

.size-picker {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
    justify-content: center;
}

.size-pick-btn {
    background: #fff;
    color: #b00050;
    border: 2px solid #b00050;
    border-radius: 6px;
    padding: 4px 13px;
    font-weight: 800;
    cursor: pointer;
    font-size: 0.97em;
    box-shadow: 0 2px 0 #fad7e3 inset;
    transition: background 0.15s, color 0.15s;
}
.size-pick-btn:hover,
.size-pick-btn:focus {
    background: #b00050;
    color: #fff;
}

.manual-override-btn {
    background: #faf0f7;
    color: #b00050;
    border: 2px solid #b00050;
    border-radius: 6px;
    padding: 3px 12px;
    font-weight: bold;
    margin-top: 8px;
    font-size: 1em;
    transition: background 0.16s, color 0.16s;
}
.manual-override-btn:hover {
    background: #b00050;
    color: #fff;
}

.product-card.manual-card {
    width: 100%;
    text-align: left;
}

#pos-shopping-list {
    border: 2px solid #b00050;
    background: #fffdfa;
    border-radius: 10px;
    min-height: 76px;
    padding: 5px 6px;
    max-width: 100%;
    list-style: none;
    margin-bottom: 10px;
}
#pos-shopping-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1.5px dashed #d4a6b9;
}
#pos-shopping-list li:last-child {
    border-bottom: none;
}
.cart-item-details {
    font-weight: 800;
    font-size: 1rem;
    color: #72082c;
}
.cart-input-group {
    display: flex
;
    align-items: center;
    gap: 17px;
    margin-bottom: 2px;
    padding-left: 9px;
    padding-top: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}
.cart-input-group label {
    min-width: 44px;
    font-weight: 600;
    color: #43213a;
}
.cart-qty, .cart-price {
    width: 120px !important;
    padding: 4px 5px;
    font-size: 0.95rem;
    border: 2px solid #b00050;
    border-radius: 4px;
    background: #fff7f9;
    color: #333;
    text-align: center;
}

.remove-item {
    font-size: 3.15rem;
    line-height: 1;
    color: #b00050;
    float: right;
    POSITION: RELATIVE;
    cursor: pointer;
    TOP: -23px;
    border: none;
    background: none;
    padding: 0 6px;
    font-weight: bold;
    align-self: flex-start;
}
.remove-item:hover {
    color: #700032;
}

.line-total {
    font-weight: 700;
    color: #333;
    margin-top: 4px;
    font-size: 0.95rem;
}

#pos-shopping-list img {
    max-width: 300px;
   
    margin-left: 5px;
    border: 1.5px solid #d9bad1;
    border-radius: 5px;
    background: #fff;
}

.total-summary {
    margin-top: 0.7rem;
    background: #faf3f8;
    border: 2px solid #b00050;
    border-radius: 8px;
    padding: 10px 13px;
    font-weight: 800;
    font-size: 1.08rem;
    color: #700032;
}

#pos-tender-btn {
    background: linear-gradient(180deg,#b00050 0%,#700032 100%);
    color:#fff;
    border:none;
    border-radius:7px;
    padding:9px 19px;
    font-weight:900;
    letter-spacing:0.8px;
    font-size:1.05rem;
    margin-top: 0.6rem;
    box-shadow:0 2px 0 #bfa8b3 inset;
    transition: background 0.22s;
}
#pos-tender-btn:hover {
    background:#700032;
}

#pos-payment-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Segoe UI', 'Arial', sans-serif;
    box-shadow: 0 7px 24px rgba(85,20,57,0.11);
}

#pos-payment-modal > div {
    background: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    max-width: 380px;
    width: 100%;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #111;
}

#pos-payment-modal h3 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

#pos-payment-close {
    position: absolute;
    top: 12px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: #B00050;
    transition: color 0.3s ease;
}

#pos-payment-close:hover {
    color: #7a0031;
}


  #pos-shopping-list img { max-width: 140px !important; }
/* Media Query: compact but not mobile! */
@media (max-width: 1800px) {
    #kitty-pos-wrapper {
        max-width: 800px;
        padding: 13px 7px;
    }
    .product-card { width: 135px; min-width: 115px; padding: 6px 3px 8px 3px; }
  
}



input#manual-desc {
    border-radius: 5px;

}

input#manual-size {
    border-radius: 5px;
    width: 120px !important;
}

input#manual-price {
    border-radius: 5px;
    width: 120px !important;
}


div#manual-product-form {
    display: flex
;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cart-item-details {
    width: 785px !important;