/*
Theme Name: Digitnet Store Core Theme
Theme URI: https://digitnetstore.com/
Author: OcEchebiri
Author URI: https://digitnetstore.com/
Description: Digitnet Store Core Theme v7.0.9 mobile homepage block visibility recovery staging candidate. Restores mobile homepage block loading/visibility while preserving account logout, dynamic homepage headings, search, shop, cart and checkout logic.
Version: 7.0.9
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: digitnet-store-core
License: GPL-2.0-or-later
*/

/* V3 baseline: critical v16.2 homepage block visibility */
#dnPromoStack.dn-premium-promos{display:grid;}
.section .solutions{display:grid;}
@media(max-width:1050px){#dnPromoStack.dn-premium-promos{grid-template-columns:repeat(3,1fr);}.section .solutions{grid-template-columns:repeat(3,1fr);}}
@media(max-width:620px){#dnPromoStack.dn-premium-promos,.section .solutions{grid-template-columns:1fr;}}
