/* DEALS BUTTON MASTER TOGGLE 'block' or 'none' */
.header-button .buttondeals { display:block; }

/* BANNER MASTER TOGGLE 'block' or 'none' */
.feature-box { display:none; }

/* NEW PRODUCTS MASTER TOGGLE 'flex' or 'none' */
.new-products-box { display:none; } 
.new-products-box .price{ display: none; }

/* NEW Product #1 */
.new-products-box .new-products:nth-of-type(2) { display: block; }

/* NEW Product #2 */
.new-products-box .new-products:nth-of-type(3) { display: block; }

/* NEW Product #3 */
.new-products-box .new-products:nth-of-type(4) { display: block; }

/* NEW Product #4 */
.new-products-box .new-products:nth-of-type(5) { display: block; }

/* NEW Product #5 */
.new-products-box .new-products:nth-of-type(6) { display: block; }

/* NEW Product #6 */
.new-products-box .new-products:nth-of-type(7) { display: block; }

/* NEW Product #7 */
.new-products-box .new-products:nth-of-type(8) { display: block; }

/* NEW Product #8 */
.new-products-box .new-products:nth-of-type(9) { display: block; }


/*--------------------------------NEW PRODUCTS-------------------------------------*/
/*--------------------------------NEW PRODUCTS-------------------------------------*/
/*---------------------------------THE DIVIDE--------------------------------------*/
/*-------------------------------MORE PRODUCTS------------------------------------*/
/*-------------------------------MORE PRODUCTS------------------------------------*/


/* MASTER TOGGLE 'flex' or 'none' */
.more-products-box { display: flex; }
.more-products-box .price{ display: none; }

/* MORE Product #1 */
.more-products-box .more-products:nth-of-type(2) { display: block; }

/* MORE Product #2 */
.more-products-box .more-products:nth-of-type(3) { display: block; }

/* MORE Product #3 */
.more-products-box .more-products:nth-of-type(4) { display: block; }

/* MORE Product #4 */
.more-products-box .more-products:nth-of-type(5) { display: block; }



/*---------------------------------MEDIA QUERY--------------------------------------*/
/*---------------------------------MEDIA QUERY--------------------------------------*/
/*---------------------------------MEDIA QUERY--------------------------------------*/
/*---------------------------------MEDIA QUERY--------------------------------------*/
/*---------------------------------MEDIA QUERY--------------------------------------*/

@media (max-width: 768px) {
    .new-products-box .new-products:nth-of-type(6) { display: none; }
    .new-products-box .new-products:nth-of-type(7) { display: none; }
    .new-products-box .new-products:nth-of-type(8) { display: none; }
    .new-products-box .new-products:nth-of-type(9) { display: none; }
}


/*---------------------------------THE DIVIDE--------------------------------------*/
/*-------------------------------BANNER SAVER------------------------------------*/
/*-------------------------------BANNER SAVER------------------------------------*/

/* BANNER Section Title */
/*.feature-box .link:before{ content: "Looking Good Now!"; }

/* BANNER Sub-Title */
/*.feature-box .feature-description:before{ content: "Heres a selection of plants that are looking good right now!"; }

/* BANNER Button Text */
/*.feature-box .button:before{ content: "Shop Looking Good"; }
/*.feature-box .feature-button:before{ content: "Shop Looking Good"; }

/*---------------------------------THE DIVIDE--------------------------------------*/
/*---------------------------------THE DIVIDE--------------------------------------*/

/* BANNER Section Title */
/*.feature-box .link:before{ content: "Evergreen Plants!"; }

/* BANNER Sub-Title */
/*.feature-box .feature-description:before{ content: "Bring colour to your garden even in the cold months!"; }

/* BANNER Button Text */
/*.feature-box .button:before{ content: "Shop Evergreen"; }
/*.feature-box .feature-button:before{ content: "Shop Evergreen"; }

/*---------------------------------THE DIVIDE--------------------------------------*/
/*---------------------------------THE DIVIDE--------------------------------------*/

/* BANNER Section Title */
/* .feature-box .link:before{ content: "New Varieties Available!"; } */

/* BANNER Sub-Title */
/* .feature-box .feature-description:before{ content: "Check out our huge range of new plants for 2025!"; } */

/* BANNER Button Text */
/* .feature-box .button:before{ content: "Shop New"; } */
/* .feature-box .feature-button:before{ content: "Shop New"; } */