/* ═══════════════════════════════════════════════════════════
   Sydney Ironing — Single Product Page
   ═══════════════════════════════════════════════════════════ */

.sp-page {
    padding-top: 1.75rem;
    padding-bottom: 5rem;
}

/* ── Main row spacing ── */
.sp-main-row { padding: 1rem 0 2.5rem; }

/* ── Product image ── */
.sp-image-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #94A3B8;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    min-height: 320px;
}

.sp-img-hint {
    font-size: 11px;
    font-weight: 400;
    color: #CBD5E1;
}

/* Trust items under image (desktop only) */
.sp-img-trust {
    display: flex;
    gap: 0;
    margin-top: 1rem;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    overflow: hidden;
}

.sp-trust-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    padding: 10px 8px;
    border-right: 1px solid #E2E8F0;
    text-align: center;
    line-height: 1.3;
}

.sp-trust-item:last-child { border-right: none; }

/* ── Right column details ── */
.sp-cat-label { margin-bottom: .5rem; }

/* Price row */
.sp-price-note {
    font-size: 12px;
    color: #94A3B8;
    font-weight: 500;
    margin-left: 2px;
}

/* Delivery badge */
.sp-delivery-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ECFEFF;
    border: 1px solid #A5F3FC;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #0E7490;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.sp-free-tag {
    background: #22C55E;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    margin-left: 4px;
}

/* ── WooCommerce add to cart override ── */
.sp-atc-wrap { margin-bottom: 1.25rem; }

.sp-atc-wrap .quantity {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
}

.sp-atc-wrap .qty {
    width: 60px;
    height: 48px;
    border: 1.5px solid #E2E8F0;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    color: #164E63;
    padding: 0 8px;
    outline: none;
    transition: border-color .2s;
    -moz-appearance: textfield;
}

.sp-atc-wrap .qty:focus { border-color: var(--primary); }
.sp-atc-wrap .qty::-webkit-inner-spin-button,
.sp-atc-wrap .qty::-webkit-outer-spin-button { -webkit-appearance: none; }

.sp-atc-wrap .woocommerce-variation-add-to-cart,
.sp-atc-wrap form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.sp-atc-wrap .single_add_to_cart_button,
.sp-atc-wrap button[type="submit"] {
    background: var(--primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 13px 28px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background .2s !important;
    height: 48px !important;
    flex: 1;
    min-width: 160px;
}

.sp-atc-wrap .single_add_to_cart_button:hover,
.sp-atc-wrap button[type="submit"]:hover {
    background: var(--primary-dark) !important;
}

/* Mobile badges row */
.sp-badges-row {
    flex-wrap: wrap;
    gap: 8px;
    margin: 1rem 0;
}

/* Book pickup link */
.sp-book-cta {
    border-top: 1px solid #F1F5F9;
    padding-top: 1rem;
    margin-top: .5rem;
}

.sp-book-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: color .15s;
}

.sp-book-link:hover { color: var(--primary-dark); text-decoration: underline; }

/* ── Full description section ── */
.sp-desc-row {
    padding: 2.5rem 0 1rem;
    border-top: 1px solid #E2E8F0;
    margin-top: .5rem;
}

.sp-section-label { margin-bottom: .6rem; }

.sp-full-desc {
    font-size: 14px;
    color: #334155;
    line-height: 1.85;
}

.sp-full-desc p { margin-bottom: .75rem; }
.sp-full-desc ul { padding-left: 1.25rem; }
.sp-full-desc li { margin-bottom: .4rem; }

/* Sidebar card */
.sp-sidebar-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 20px;
    position: sticky;
    top: 100px;
}

.sp-sidebar-card-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #64748B;
    margin-bottom: 12px;
}

.sp-included-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sp-included-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #334155;
    font-weight: 500;
}

/* ── Trust bar ── */
.sp-trust-bar {
    margin: 2rem 0;
    border-radius: 12px;
}

/* ── Related products ── */
.sp-related {
    padding-top: 2rem;
    border-top: 1px solid #E2E8F0;
    margin-top: 1rem;
    padding-bottom: 2rem;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .sp-main-row { padding: .5rem 0 1.5rem; }
    .sp-image-wrap { aspect-ratio: 16/9; }
}

@media (max-width: 575px) {
    .sp-page { padding-top: 1.25rem; padding-bottom: 3.5rem; }
    .sp-delivery-badge { font-size: 11px; padding: 7px 10px; }
    .sp-atc-wrap form.cart { flex-direction: column; align-items: stretch; }
    .sp-atc-wrap .qty { width: 100%; }
}
