:root { 
    --celebration-of-irish-whiskey-theme01: #3a4330; /* dark Green */
    --celebration-of-irish-whiskey-theme02: #99a16d; /* light Green */
  
  	--celebration-of-irish-whiskey-dark: #1a1a1c;
	--celebration-of-irish-whiskey-light: #F8F5F2;
}

/* Panel 1 -------------------------------------------------------------- */
.celebration-of-irish-whiskey__panel-704001 { background: var(--celebration-of-irish-whiskey-theme02);}
.celebration-of-irish-whiskey__panel-704001.fc-layout { padding: 30px 0 20px;  }

/* Shared --------------------------------------------------------------- */

/* Product Panel BGs */
.celebration-of-irish-whiskey__panel-704002,
.celebration-of-irish-whiskey__panel-704003,
.celebration-of-irish-whiskey__panel-704004,
.celebration-of-irish-whiskey__panel-704005,
.celebration-of-irish-whiskey__panel-704006,
.celebration-of-irish-whiskey__panel-704007 { background: var(--celebration-of-irish-whiskey-theme01); }

/* Padding */
.celebration-of-irish-whiskey__panel-704002 .fc-layout__header,
.celebration-of-irish-whiskey__panel-704003 .fc-layout__header,
.celebration-of-irish-whiskey__panel-704004 .fc-layout__header,
.celebration-of-irish-whiskey__panel-704005 .fc-layout__header,
.celebration-of-irish-whiskey__panel-704006 .fc-layout__header,
.celebration-of-irish-whiskey__panel-704007 .fc-layout__header {
    padding: 0;
}

/* Titles, Copy, Divider */ 
.celebration-of-irish-whiskey .fc-header__surtitle,
.celebration-of-irish-whiskey .fc-header__title,
.celebration-of-irish-whiskey .fc-header__subtitle,
.celebration-of-irish-whiskey .fc-content__copy,
.celebration-of-irish-whiskey .fc-product * { color: var(--celebration-of-irish-whiskey-light); }
.celebration-of-irish-whiskey .fc-header__title span { display: block; }

/* Product Panels */ 
/* .celebration-of-irish-whiskey .flavour-profile { flex-wrap: wrap; } */

/* CTAs */ 
.celebration-of-irish-whiskey .cta-button { 
  background-color: var(--celebration-of-irish-whiskey-theme02); 
  border: 1px solid var(--celebration-of-irish-whiskey-theme02); 
  color: var(--celebration-of-irish-whiskey-light); 
}

.celebration-of-irish-whiskey .cta-button:hover {
    background-color: transparent;
    border: 1px solid var(--celebration-of-irish-whiskey-theme02);
    color: var(--celebration-of-irish-whiskey-theme02);
}

.fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]) { 
  color: var(--celebration-of-irish-whiskey-light); border-bottom: transparent 1px solid; text-decoration: none;
}
.fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]):hover { 
  color: var(--celebration-of-irish-whiskey-theme02); border-bottom: transparent 1px solid; text-decoration: underline;
}