/**
 * New Products Landing Page Styles
 * Desktop + Mobile Responsive
 * 
 * @package BPF_New_Products
 */

/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700&family=Caveat:wght@400;500;600;700&display=swap');

/* CSS Variables */
:root {
    --np-brand-color: #8D3192;
    --np-money-green: #0eab71;
    --np-text-dark: #2f2e3f;
    --np-text-gray: #666666;
    --np-bg-light: #f5f5f5;
    --np-bg-subtle: #f9f9f9;
    --np-white: #ffffff;
    --np-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    --np-radius: 12px;
    --np-font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.np-page-wrapper { padding: 40px 20px; background: var(--np-bg-light); }
.new-product-single { font-family: var(--np-font-family); color: var(--np-text-dark); line-height: 1.6; }
.new-product-single *, .np-archive-container * { font-family: var(--np-font-family); }
.np-container { max-width: 1000px; margin: 0 auto; background: var(--np-white); box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12); position: relative; overflow: hidden; border-radius: var(--np-radius); }

/* NEW Banner */
.np-new-banner { position: absolute; top: 25px; left: -50px; background: var(--np-brand-color); color: white; font-weight: 900; font-size: 18px; padding: 8px 70px; transform: rotate(-45deg); z-index: 10; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); letter-spacing: 2px; }

/* Header */
.np-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 25px 30px; border-bottom: 1px solid #eee; padding-left: 100px; }
.np-header-left { flex: 1; display: flex; justify-content: center; padding-right: 20px; }
.np-logo { text-align: center; }
.np-logo img { height: 60px; width: auto; }
.np-brand-header { text-align: right; flex-shrink: 0; }
.np-brand-name { display: block; font-size: 14px; font-weight: 600; font-style: italic; letter-spacing: 0.5px; text-transform: uppercase; }
.np-brand-name sup { font-size: 8px; }
.np-product-name { display: block; font-size: 22px; font-weight: 800; color: var(--np-text-dark); text-transform: uppercase; line-height: 1.2; margin-top: 4px; }

/* Main Grid Layout */
.np-main-grid { display: grid; grid-template-columns: 55% 45%; gap: 0; min-height: 500px; }
.np-left-column { padding: 30px; display: flex; flex-direction: column; }
.np-headline { font-size: 70px; font-weight: 900; line-height: 0.95; margin: 0 0 20px 0; text-transform: uppercase; text-align: center; }
.np-subheadline { font-size: 20px; font-weight: 700; color: var(--np-text-dark); margin: 0 0 25px 0; text-transform: uppercase; text-align: center; }
.np-one-liner, .np-flyer .np-one-liner, .new-product-single .np-one-liner { border-left: 4px solid var(--np-brand-color); padding-left: 15px; margin: 0 0 25px 0; font-size: 18px !important; line-height: 1.4 !important; color: var(--np-text-gray); }
.np-one-liner p, .np-flyer .np-one-liner p, .new-product-single .np-one-liner p { margin: 0; font-style: italic; font-size: 18px !important; line-height: 1.4 !important; }
.np-product-provides, .np-flyer .np-product-provides, .new-product-single .np-product-provides { font-size: 20px !important; line-height: 26px !important; text-transform: capitalize !important; margin: 0 0 20px 0; color: var(--np-text-dark); text-align: center; letter-spacing: 0 !important; font-weight: 700 !important; }

/* Retailer Statement */
.np-retailer-bottom, .np-flyer .np-retailer-bottom, .new-product-single .np-retailer-bottom { display: flex; align-items: flex-start; gap: 15px; font-size: 20px !important; font-weight: 600 !important; line-height: 24px !important; margin: 20px 0 20px 0; padding: 20px; }
.np-retailer-bottom .np-retailer-icon { flex-shrink: 0; width: 40px; height: 40px; }
.np-retailer-bottom .np-retailer-icon svg { width: 100%; height: 100%; }

/* Bullets */
.np-bullets-wrapper { display: flex; justify-content: center; margin: 0 0 25px 0; }
.np-bullets { list-style: none; padding: 0; margin: 0; width: auto; max-width: 380px; display: inline-block; }
.np-bullets li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 16px; text-align: left; line-height: 1.8; }
.np-bullets li::before { content: "•"; position: absolute; left: 0; color: var(--np-brand-color); font-weight: bold; font-size: 18px; line-height: 1; }

/* Food/Product Image Section */
.np-food-image-section { display: flex; justify-content: center; align-items: center; margin: 20px 0; padding: 0; background: var(--np-bg-subtle); border-radius: var(--np-radius); border: 4px solid var(--np-brand-color); width: 500px; height: 180px; overflow: hidden; margin-left: auto; margin-right: auto; }
.np-food-img { min-width: 100%; min-height: 100%; object-fit: cover; display: block; }

/* Ingredient Circles */
.np-ingredient-circles { display: flex; justify-content: center; align-items: center; margin: 20px auto; padding: 10px; }
.np-ingredient-circle { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; border: 5px solid var(--np-text-dark); background: #fff; flex-shrink: 0; margin-left: -35px; position: relative; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
.np-ingredient-circle:first-child { margin-left: 0; }
.np-ingredient-circle img { width: 100%; height: 100%; object-fit: cover; transform-origin: center center; }

/* Brand Logo */
.np-brand-logo-section { display: flex; justify-content: center; align-items: center; margin: 20px 0; padding: 20px; background: var(--np-bg-light); border-radius: var(--np-radius); }
.np-brand-logo-right { background: transparent; padding: 10px; }
.np-brand-logo-img { max-width: 200px; height: auto; display: block; margin: 0 auto; }
.np-company-name-text { font-size: 28px; font-weight: 900; color: var(--np-text-dark); text-transform: uppercase; letter-spacing: 2px; }

/* Details Section */
.np-details-section { display: flex; gap: 15px; margin-top: auto; }
.np-details-border { width: 3px; border-left: 3px dotted var(--np-brand-color); flex-shrink: 0; }
.np-details-content { flex: 1; }
.np-section-title { font-size: 12px; font-weight: 700; padding: 8px 12px; margin: 0 0 10px 0; text-transform: uppercase; border-radius: 4px; }
.np-ingredients-text, .np-ga-text { font-size: 12px; line-height: 1.5; color: var(--np-text-gray); margin-bottom: 15px; text-align: justify; }
.np-clarity-statement { font-size: 16px; font-weight: 700; margin-top: 15px; }

/* Right Column */
.np-right-column { background: var(--np-bg-subtle); padding: 20px; display: flex; flex-direction: column; gap: 15px; }
.np-featured-image-container { position: relative; background: transparent; border-radius: var(--np-radius); overflow: hidden; }
.np-image-tools { position: absolute; top: 10px; right: 10px; display: flex; gap: 8px; z-index: 5; }
.np-zoom-btn, .np-expand-btn { width: 36px; height: 36px; border: none; background: rgba(255, 255, 255, 0.9); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--np-text-dark); transition: all 0.2s; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.np-zoom-btn:hover, .np-expand-btn:hover { background: var(--np-brand-color); color: white; transform: scale(1.1); }
.np-featured-image { width: 100%; height: auto; display: block; transition: transform 0.3s; }

/* Gallery */
.np-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.np-gallery-thumb { background: white; border-radius: 8px; overflow: hidden; cursor: pointer; transition: all 0.2s; border: 3px solid transparent; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
.np-gallery-thumb:hover { transform: scale(1.05); }
.np-gallery-thumb.active { border-color: var(--np-brand-color); }
.np-gallery-thumb img { width: 100%; height: 60px; object-fit: cover; display: block; }

/* Animal Image */
.np-animal-image { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 150px; }
.np-animal-img { max-width: 100%; max-height: 200px; object-fit: contain; filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2)); }

/* Polaroid Frames */
.np-animal-photos-container { display: flex; justify-content: center; align-items: flex-start; gap: 15px; padding: 20px; flex-wrap: wrap; }
.np-polaroid { background: #ffffff; padding: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.np-polaroid:hover { transform: rotate(0deg) scale(1.02) !important; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.15); z-index: 10; }
.np-polaroid-photo { width: 270px; height: 270px; overflow: hidden; background: #f5f5f5; flex-shrink: 0; }
.np-polaroid-photo img { width: 100%; height: 100%; object-fit: cover; transform-origin: center center; }
.np-polaroid-caption { text-align: center; font-family: 'Caveat', 'Brush Script MT', cursive; font-size: 18px; color: #333; padding: 8px 5px 4px; line-height: 1.1; font-weight: 500; }
.np-polaroid-2 { margin-top: 20px; }
.np-animal-photos-container:has(.np-polaroid:only-child) .np-polaroid { transform: rotate(-2deg); }

/* Specs Table */
.np-specs-section { padding: 20px 30px 30px; overflow-x: auto; }
.np-specs-table { width: 100%; border-collapse: collapse; font-size: 12px; text-align: center; margin-bottom: 20px; }
.np-specs-table th { padding: 12px 8px; font-weight: 700; border: 1px solid #ddd; white-space: nowrap; }
.np-th-default { background: var(--np-bg-light); color: var(--np-text-dark); }
.np-th-upc { background: var(--np-brand-color); color: white; }
.np-th-hidden, .np-td-hidden { display: none !important; width: 0 !important; padding: 0 !important; border: none !important; }
.np-th-money { background: var(--np-money-green) !important; color: white !important; }
.np-td-money { font-weight: 700; color: var(--np-money-green); }
.np-specs-table td { padding: 12px 8px; border: 1px solid #ddd; background: white; }
.np-spec-upc { font-family: monospace; font-size: 11px; }
.np-spec-gm { font-weight: 700; color: var(--np-money-green); }

/* Contact Form */
.np-contact-section { padding: 30px; background: var(--np-bg-light); text-align: center; border-top: 1px solid #eee; display:none; }
.np-contact-title { font-size: 20px; font-weight: 700; color: var(--np-text-dark); margin: 0 0 5px 0; }
.np-contact-subtitle { font-size: 14px; color: var(--np-text-gray); margin: 0 0 20px 0; }
.np-contact-form { max-width: 600px; margin: 0 auto; }
.np-form-row { display: flex; gap: 15px; margin-bottom: 15px; }
.np-form-field { flex: 1; }
.np-form-full { width: 100%; }
.np-contact-form input, .np-contact-form textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 14px; transition: border-color 0.2s; }
.np-contact-form input:focus, .np-contact-form textarea:focus { outline: none; border-color: var(--np-brand-color); }
.np-contact-form textarea { resize: vertical; min-height: 80px; }
.np-submit-btn { display: inline-block; padding: 14px 40px; background: var(--np-brand-color); color: white; border: none; border-radius: 30px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.2s; margin-top: 10px; }
.np-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

/* Related Products */
.np-related-section { padding: 40px 30px; background: var(--np-white); border-top: 1px solid #eee; }
.np-related-title { font-size: 24px; font-weight: 700; color: var(--np-text-dark); text-align: center; margin: 0 0 30px 0; }
.np-related-title sup { font-size: 12px; }
.np-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 1000px; margin: 0 auto; }

/* Lightbox */
.np-lightbox { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.9); z-index: 9999; justify-content: center; align-items: center; padding: 40px; }
.np-lightbox.active { display: flex; }
.np-lightbox-close { position: absolute; top: 20px; right: 30px; background: none; border: none; color: white; font-size: 40px; cursor: pointer; transition: transform 0.2s; }
.np-lightbox-close:hover { transform: scale(1.2); }
#np-lightbox-img { max-width: 90%; max-height: 90%; object-fit: contain; box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5); }

/* Archive Page */
.np-archive-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.np-archive-header { text-align: center; margin-bottom: 50px; position: relative; }
.np-archive-banner { display: inline-block; background: var(--np-brand-color); color: white; font-weight: 900; font-size: 24px; padding: 10px 40px; letter-spacing: 3px; margin-bottom: 20px; }
.np-archive-title { font-size: 48px; font-weight: 900; color: var(--np-brand-color); margin: 0 0 10px 0; }
.np-archive-subtitle { font-size: 18px; color: var(--np-text-gray); margin: 0; }
.np-archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.np-archive-card { background: white; border-radius: var(--np-radius); overflow: hidden; box-shadow: var(--np-shadow); transition: all 0.3s; }
.np-archive-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
.np-card-link { text-decoration: none; color: inherit; display: block; }
.np-card-badge { position: absolute; top: 15px; left: 15px; background: var(--card-color, var(--np-brand-color)); color: white; font-weight: 700; font-size: 12px; padding: 5px 15px; border-radius: 20px; z-index: 5; }
.np-card-image { position: relative; height: 320px; overflow: hidden; background: var(--np-bg-light); display: flex; align-items: center; justify-content: center; padding: 15px; }
.np-card-img { width: auto; height: 100%; max-width: 100%; object-fit: contain; transition: transform 0.3s; }
.np-archive-card:hover .np-card-img { transform: scale(1.05); }
.np-card-no-image { display: flex; align-items: center; justify-content: center; color: var(--np-text-gray); }
.np-card-content { padding: 20px; }
.np-card-brand { font-size: 14px; font-weight: 700; font-style: italic; display: block; margin-bottom: 5px; }
.np-card-title { font-size: 20px; font-weight: 700; margin: 0 0 10px 0; color: var(--np-text-dark); }
.np-card-headline { font-size: 14px; color: var(--np-text-gray); margin: 0 0 15px 0; }
.np-card-cta { display: inline-block; padding: 10px 20px; border-radius: 25px; color: white; font-weight: 600; font-size: 14px; transition: all 0.2s; }
.np-archive-card:hover .np-card-cta { transform: scale(1.05); }
.np-arrow { margin-left: 5px; transition: transform 0.2s; }
.np-archive-card:hover .np-arrow { transform: translateX(5px); }
.np-archive-empty { text-align: center; padding: 60px 20px; color: var(--np-text-gray); }
.np-archive-logo { margin-bottom: 20px; text-align: center; display: flex; justify-content: center; align-items: center; }
.np-archive-logo img { height: 60px; width: auto; margin: 0 auto; }

/* Floating Back Button */
.np-floating-back-btn { position: fixed; bottom: 25px; right: 25px; background: var(--np-brand-color); color: white; text-decoration: none; padding: 12px 16px; border-radius: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25); text-align: center; z-index: 100; transition: all 0.3s ease; overflow: hidden; white-space: nowrap; }
.np-floating-back-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35); color: white; padding: 12px 20px; }
.np-floating-back-btn .np-btn-icon { display: inline-block; font-size: 16px; margin-right: 0; transition: margin 0.3s ease; }
.np-floating-back-btn:hover .np-btn-icon { margin-right: 6px; }
.np-floating-back-btn .np-btn-text { display: inline-block; font-size: 13px; font-weight: 600; max-width: 0; opacity: 0; overflow: hidden; transition: all 0.3s ease; vertical-align: middle; }
.np-floating-back-btn:hover .np-btn-text { max-width: 150px; opacity: 1; }

/* Specs Header */
.np-specs-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; flex-wrap: wrap; gap: 10px; }
.np-specs-title { margin: 0 !important; flex-shrink: 0; }

/* Action Buttons */
.np-action-buttons { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: center; }
.np-action-btn-wrapper { display: flex; align-items: center; gap: 0; }
.np-action-btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border: 1px solid #ccc; border-radius: 4px; background: #6b7280; color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; }
.np-action-btn:hover { background: #4b5563; }
.np-action-btn:active { background: #374151; }
.np-copy-expand-btn { max-width: 0; padding: 8px 0; opacity: 0; overflow: hidden; border: none; margin-right: 0; transition: all 0.3s ease; }
.np-action-btn-wrapper.expanded .np-copy-expand-btn { max-width: 160px; padding: 8px 12px; opacity: 1; border: 1px solid #ccc; margin-right: 6px; }
.np-action-btn-wrapper.expanded .np-copy-expand-btn:first-child { border-radius: 4px 0 0 4px; margin-right: 0; border-right: none; }
.np-action-btn-wrapper.expanded .np-copy-expand-btn:nth-child(2) { border-radius: 0 4px 4px 0; border-left: 1px solid rgba(255,255,255,0.2); }
.np-action-btn-wrapper.expanded #copy-specs-btn { display: none; }
.np-copy-toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(20px); background: #333; color: white; padding: 12px 24px; border-radius: 25px; font-size: 14px; opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 9999; }
.np-copy-toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* Mobile Responsive */
@media (max-width: 900px) {
    .np-page-wrapper { padding: 20px 10px; }
    .np-main-grid { grid-template-columns: 1fr; }
    .np-right-column { order: -1; }
    .np-new-banner { top: 10px; left: -35px; font-size: 14px; padding: 6px 40px; }
    .np-header { flex-direction: column; align-items: center; text-align: center; gap: 15px; padding-left: 30px; }
    .np-header-left { padding-right: 0; }
    .np-brand-header { text-align: center; }
    .np-headline { font-size: 48px; }
    .np-food-image-section { width: 400px; }
    .np-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .np-page-wrapper { padding: 15px 10px; }
    .np-container { border-radius: 8px; }
    .np-left-column, .np-right-column { padding: 20px; }
    .np-headline { font-size: 38px; }
    .np-subheadline { font-size: 14px; }
    .np-product-name { font-size: 18px; }
    .np-gallery { grid-template-columns: repeat(4, 1fr); gap: 8px; }
    .np-gallery-thumb img { height: 50px; }
    .np-specs-section { padding: 15px; }
    .np-form-row { flex-direction: column; }
    .np-archive-title { font-size: 32px; }
    .np-archive-grid { grid-template-columns: 1fr; }
    .np-food-image-section { width: 300px; }
    .np-main-grid { display: flex; flex-direction: column; }
    .np-left-column, .np-right-column { display: contents; }
    .np-featured-image-container { order: 1; margin: 0 20px 15px; }
    .np-gallery { order: 2; margin: 0 20px 20px; }
    .np-headline { order: 3; padding: 0 20px; }
    .np-subheadline { order: 4; padding: 0 20px; }
    .np-one-liner { order: 5; margin: 0 20px 25px; }
    .np-product-provides { order: 6; padding: 0 20px; margin-bottom: 20px; }
    .np-bullets-wrapper { order: 7; padding: 0 20px; }
    .np-animal-image { order: 8; margin: 20px; min-height: auto; padding: 10px; }
    .np-animal-photos-container { order: 8; margin: 20px 0; padding: 10px; flex-direction: column; align-items: center; }
    .np-polaroid { margin: 10px 0; }
    .np-polaroid-2 { margin-top: 10px; }
    .np-polaroid-photo { width: 240px; height: 240px; }
    .np-food-image-section { order: 9; margin: 20px auto; }
    .np-ingredient-circles { order: 9; margin: 20px auto; }
    .np-ingredient-circle { width: 100px; height: 100px; margin-left: -25px; border-width: 4px; }
    .np-ingredient-circle:first-child { margin-left: 0; }
    .np-brand-logo-section { order: 10; margin: 0 20px 20px; }
    .np-details-section { order: 11; margin: 0 20px 20px; }
    .np-retailer-bottom { order: 12; margin: 0 20px 20px; }
    .np-specs-section { order: 13; }
    .np-related-section { padding: 30px 20px; }
    .np-related-title { font-size: 20px; margin-bottom: 20px; }
    .np-related-grid { grid-template-columns: 1fr; gap: 20px; }
    .np-retailer-bottom, .np-flyer .np-retailer-bottom, .new-product-single .np-retailer-bottom { font-size: 16px !important; line-height: 20px !important; padding: 15px; gap: 12px; }
    .np-retailer-bottom .np-retailer-icon { width: 32px; height: 32px; }
    .np-floating-back-btn { bottom: 20px; right: 20px; padding: 10px 14px; }
    .np-floating-back-btn .np-btn-icon { font-size: 14px; }
    .np-action-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
    .np-action-btn { padding: 10px 8px; font-size: 11px; width: 100%; justify-content: center; }
    .np-action-btn-wrapper { display: contents; }
    .np-action-btn-wrapper .np-copy-expand-btn { max-width: none !important; padding: 10px 8px !important; opacity: 1 !important; overflow: visible !important; border: 1px solid #ccc !important; margin-right: 0 !important; border-radius: 4px !important; }
    .np-action-btn-wrapper #copy-specs-btn { display: none !important; }
}

@media (max-width: 768px) {
    .np-specs-table { display: block; }
    .np-specs-table thead { display: none; }
    .np-specs-table tbody { display: block; }
    .np-specs-table tr { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-bottom: 0; background: #eee; }
    .np-specs-table td { display: flex; flex-direction: column; padding: 12px 10px; text-align: left; background: white; }
    .np-specs-table td::before { content: attr(data-label); font-weight: 700; font-size: 10px; color: var(--np-text-gray); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; display: inline-block; width: fit-content; }
    .np-specs-table td.np-spec-upc::before { background: var(--np-brand-color); color: white; padding: 3px 10px; border-radius: 12px; font-size: 9px; }
    .np-specs-table td.np-td-money::before { background: var(--np-money-green); color: white; padding: 3px 10px; border-radius: 12px; font-size: 9px; }
    .np-spec-gm { font-weight: 700; color: var(--np-money-green); }
    .np-spec-gm::before { background: var(--np-money-green) !important; color: white !important; padding: 3px 10px !important; border-radius: 12px !important; font-size: 9px !important; }
    .np-specs-header { flex-direction: column; align-items: flex-start; }
    .np-action-buttons { width: 100%; justify-content: flex-start; }
}

/* Print Styles */
@media print {
    .np-page-wrapper { padding: 0; }
    .np-new-banner { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
    .np-lightbox, .np-image-tools, .np-contact-section, .np-action-buttons, .np-copy-toast, .np-related-section, .np-back-float-btn { display: none !important; }
    .np-container { box-shadow: none; border-radius: 0; }
}
