:root {
        --gd-green:       #4E6B47;   /* verde principal (CMYK 56/23/66/36) */
        --gd-green-dark:  #3D5A3F;   /* accent / hover                     */
        --gd-green-light: #C7D6B8;   /* secțiuni deschise / subtitlu       */
        --gd-cream:       #EEF2E8;
        --gd-blue:        #1F4B8D;   /* bula "Save %" din master           */
    }
 
    /* ---- Header: bandă verde sus, text alb ---- */
    .theme--green-days .header{
        background-color: var(--gd-green) !important;
        color: #fff !important;
         padding-top: 32px;
    }
    
    .theme--green-days main{
	    padding-top: 0px;
    }
    
    .theme--green-days .side-menu {
	    background-color: #fff !important;
	    color: var(--color-neutral-black) !important;
	}
    .theme--green-days .header_main { padding-top: 0 !important; }
 
    /* logo lizibil pe verde */
    .theme--green-days .header_logo img { background-color: #fff; }
 
    .theme--green-days .main-nav-btn,
    .theme--green-days .header-actions_item,
    .theme--green-days .header_main .search-row_input,
    .theme--green-days .store-select-btn,
    .theme--green-days .header_bottom-link {
        color: #fff !important;
    }
    
     .theme--green-days .dropdown-visible .theme--green-days .header_main .search-row_input{
	     color: rgb(55 74 50) !important;
     }
 
    .theme--green-days .main-nav-btn::before,
    .theme--green-days .header-actions_item::before,
    .theme--green-days .header_main .search-row_btn,
    .theme--green-days .store-select-btn:before,
    .theme--green-days .store-select-btn:after {
        background-color: #fff !important;
    }
 
    .theme--green-days .header_main .search-row_input {
        background-color: rgb(55 74 50) !important;
        border: 1px solid rgba(255, 255, 255, .6) !important;
    }
    .theme--green-days .header_main .search-row_input::placeholder { color: rgba(255,255,255,.8); }
 
    .theme--green-days .header_bottom::after { border-color: rgba(255, 255, 255, .25) !important; }
    @media (min-width: 992px) {
        .theme--green-days .header_bottom { border-color: rgba(255, 255, 255, .25) !important; }
    }
    .theme--green-days .header_bottom-link:hover {
        color: #fff !important;
        text-decoration: underline;
    }
	
    /* ---- Hero / banner principal ---- */
    .theme--green-days .hero {
        background: var(--gd-green) !important;
        color: #fff;
        border-radius: 8px;
        padding: 8px 12px 24px;
    }
    .theme--green-days .hero .category-card_title { color: #fff !important; }
 
    .theme--green-days .usp-section { padding-top: 24px !important; }
 
    /* ---- Badge reducere "Save %" (albastru, ca în master, identic pe toate variantele) ---- */
    .product-card__green-days {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 23px;
        background: linear-gradient(25deg, #2E5FA8, #16315f);
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        line-height: 15px;
        padding: 2px 4px;
        border-radius: 2px;
    }
    .product-card__green-days--page {
        display: inline-block;
        background: linear-gradient(25deg, #2E5FA8, #16315f);
        color: #fff;
        height: 100%;
        font-weight: 600;
        font-size: 12px;
        border-radius: 2px;
        padding: 4px 6px;
    }
    
    .theme--green-days.home-page .category-card {
	    background-color: #fff;
	   
	}
	.theme--green-days.home-page .category-card_title {
	    color: var(--gd-green-dark) !important;
	    margin-left: 8px;
	    margin-bottom: 12px;
	    line-height: 24px;
	}
	
	.theme--green-days footer{
		background: #476140 ;
	}
	
	.theme--green-days footer ul li a, 
	.theme--green-days .footer-nav_title, 
	.theme--green-days footer, .theme--green-days 
	.homepage-article_title, 
	.theme--green-days .campaign-countdown .flip-clock-divider .flip-clock-label{
		color: #fcfcfc;
	}
	
	.theme--green-days .subscribe-section {
		background: #cbd3c2;
	}
	
	.theme--green-days.home-page body {
	    background: #000 linear-gradient(180deg, #4E6B47 225px, #3D5A3F 502px, #4E6B47 925px, #4E6B47 calc(100% - 1200px)) no-repeat left !important;
	}
	
	.theme--green-days.home-page h1, .theme--green-days.home-page h2 {
	 color:	#cbd3c2
	}
	
	.theme--green-days .flickity-slider .prod-item-col {
	    min-height: 100%;
	    display: flex;
	}
	.theme--green-days .flickity-slider .product-card {
	    flex: 1;    
	}
	.theme--green-days .product-card, .theme--green-days .prod-item-col{
		background: #cbd3c2;
	}
