:root { 
    --nordic-whisky-theme01: #e7e8e6; /* panel bgs */
    --nordic-whisky-theme02: #a87d4b; /* panel title and cta */
  
  	--nordic-whisky-dark: #000000;
	--nordic-whisky-light: #FFFFFF;
}

/* Shared -------------------------------------------------------------- */

.nordic-whisky__panel-674001,
.nordic-whisky__panel-674007 { background: var(--nordic-whisky-light);}
.nordic-whisky__panel-674002,
.nordic-whisky__panel-674003,
.nordic-whisky__panel-674004,
.nordic-whisky__panel-674005,
.nordic-whisky__panel-674006 { background: var(--nordic-whisky-theme01);}



/* Titles, Copy, Divider */ 
.nordic-whisky .fc-header__surtitle,
.nordic-whisky .fc-header__title,
.nordic-whisky .fc-header__subtitle { color: var(--nordic-whisky-theme02); }
.nordic-whisky .fc-header__title span { display: block; }

/* Product Panels */ 
.nordic-whisky .flavour-profile { flex-wrap: wrap; }

/* CTAs */ 
.nordic-whisky .cta-button { 
  background-color: var(--nordic-whisky-theme02); 
  border: 1px solid var(--nordic-whisky-theme02); 
  color: var(--nordic-whisky-light); 
}

.nordic-whisky .cta-button:hover {
    background-color: transparent;
    border: 1px solid var(--nordic-whisky-theme02);
    color: var(--nordic-whisky-theme02);
}

.fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]) { 
  color: var(--nordic-whisky-light); border-bottom: transparent 1px solid; 
}
.fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]):hover { 
  color: var(--nordic-whisky-light); border-bottom: var(--nordic-whisky-light) 1px solid; 
}


/* Panel 1 and 7 */
.nordic-whisky__panel-674001.fc-layout,
.nordic-whisky__panel-674007.fc-layout { padding: 20px 0 10px;  }
.nordic-whisky__panel-674001 .fc-layout__content,
.nordic-whisky__panel-674007 .fc-layout__content { max-width: 1080px; }


/* Site Footer Ovreride (outside of FC scope) */ 
.footer-maillist { background: var(--nordic-whisky-light) !important; }