/* ===== NICO Castlery-style product page ===== */

/* Hide Apple Shopping Event promo box */
.single-product .wd-product-brands,
.single-product .promo-banner {
    display: none !important;
}

/* Product title */
.single-product .product_title {
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: .2px;
    margin-bottom: 8px !important;
}

/* SKU smaller */
.single-product .sku_wrapper {
    font-size: 12px !important;
    color: #888 !important;
    margin-bottom: 12px !important;
}

/* Price / From $299 */
.single-product .summary .price {
    font-size: 21px !important;
    font-weight: 500 !important;
    color: #111 !important;
    margin-bottom: 10px !important;
}

/* Delivery estimate */
.single-product .wd-est-del {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 18px !important;
}

/* Variation labels: Size, Divan/Storage, Upholstery, Acknowledgement */
.single-product form.cart label,
.single-product form.cart .label,
.single-product form.cart .wc-pao-addon-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin-bottom: 7px !important;
}

/* Acknowledgement text */
.single-product form.cart .wc-pao-addon-description,
.single-product form.cart .form-row label {
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #555 !important;
}

/* Dropdowns */
.single-product form.cart select {
    min-height: 48px !important;
    border-radius: 10px !important;
    border: 1px solid #e4e4e4 !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    background: #fff !important;
}

/* Space between options */
.single-product form.cart .variations tr,
.single-product form.cart .wc-pao-addon {
    margin-bottom: 16px !important;
}

/* Add to cart + Buy now buttons */
.single-product .single_add_to_cart_button,
.single-product .wd-buy-now-btn {
    width: 100% !important;
    border-radius: 999px !important;
    padding: 15px 24px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

/* Add to cart button */
.single-product .single_add_to_cart_button {
    background: #111 !important;
    color: #fff !important;
}

/* Buy now button */
.single-product .wd-buy-now-btn {
    background: #f5f2ec !important;
    color: #111 !important;
    border: 1px solid #e6e0d6 !important;
}

/* Remove compare/wishlist clutter */
.single-product .compare,
.single-product .wd-wishlist-btn {
    display: none !important;
}

/* Smooth hover for dropdowns */
.single-product form.cart select:hover {
    border-color: #bbb !important;
}

/* Button hover refinement */
.single-product .single_add_to_cart_button:hover {
    background: #222 !important;
}

/* More breathing space above options */
.single-product form.cart {
    margin-top: 20px;
}

/* Tighten between title & price */
.single-product .product_title {
    margin-bottom: 4px !important;
}

/* Slight spacing after price */
.single-product .summary .price {
    margin-bottom: 14px !important;
}

/* Soft divider under price */
.single-product .summary .price:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #eee;
    margin-top: 12px;
}

/* Image swatches */
.woo-variation-swatches .variable-item.image-variable-item {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #e5e5e5 !important;
    transition: all 0.2s ease;
}

/* Hover */
.woo-variation-swatches .variable-item.image-variable-item:hover {
    border-color: #111 !important;
}

/* Selected */
.woo-variation-swatches .variable-item.image-variable-item.selected {
    border: 2px solid #111 !important;
}

/* Size */
.woo-variation-swatches .variable-item.image-variable-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* Clean product option labels */
.single-product form.cart label,
.single-product form.cart .label,
.single-product form.cart .wc-pao-addon-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
    margin-bottom: 6px !important;
}

/* Clean dropdown boxes */
.single-product form.cart select {
    height: 48px !important;
    border-radius: 10px !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    background: #fff !important;
}

/* Space between options */
.single-product form.cart .variations tr,
.single-product form.cart .wc-pao-addon {
    margin-bottom: 18px !important;
}

/* Acknowledgement text */
.single-product form.cart .wc-pao-addon-description,
.single-product form.cart .form-row label {
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #555 !important;
}

/* Hide clear swatch link */
.single-product .reset_variations {
    font-size: 12px !important;
    color: #999 !important;
}

/* WhatsApp button */
.nico-whatsapp-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border-radius: 999px;
    background: #25D366;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* Hover */
.nico-whatsapp-btn:hover {
    background: #1ebe5d;
}

.single-product .woocommerce-Tabs-panel h2 {
    font-size: 22px !important;
    margin-bottom: 10px;
}

.single-product .woocommerce-Tabs-panel p {
    font-size: 14px;
    line-height: 1.6;
}

/* Reduce gap between price and variations */
.single-product .summary .price {
    margin-bottom: 8px !important;
}

.single-product form.cart {
    margin-top: 8px !important;
}

/* Reduce gap below price */
.single-product .summary .price {
    margin-bottom: 6px !important;
}

/* Pull variations up */
.single-product form.cart {
    margin-top: 0px !important;
}

/* Remove extra spacing from variations table */
.single-product form.cart .variations {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Tighten first option row (Size) */
.single-product form.cart .variations tr:first-child {
    margin-top: 0 !important;
}

/* Reduce label spacing (Size:) */
.single-product form.cart label {
    margin-bottom: 4px !important;
}

/* Kill WoodMart vertical spacing inside summary */
.single-product .summary-inner > * {
    margin-bottom: 10px !important;
}

/* Remove extra space above price */
.single-product .summary .price {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

/* Tighten delivery */
.single-product .wd-est-del {
    margin-bottom: 6px !important;
}

/* Remove hidden spacing block WooCommerce adds */
.single-product .summary-inner > div:empty {
    display: none !important;
}

