:root { 
    --korean-whisky-theme01: #1b1b1b; /* Panel 1/4 BG, 5 CTA */
    --korean-whisky-theme02: #eee5ce; /* Panels 2/5 BG */
  
  	--korean-whisky-dark: #000000;
	--korean-whisky-light: #FFFFFF;
	--korean-whisky-gray: #f0f0f0;
	--korean-whisky-orange: #ff6600;
}

/* Shared - General */


.korean-whisky .fc-header__surtitle,
.korean-whisky .fc-header__title,
.korean-whisky .fc-header__surtitle,
.korean-whisky .fc-content__copy { color: var(--korean-whisky-dark); }
.korean-whisky .fc-product * { color: var(--korean-whisky-dark); }
.korean-whisky .flavour-profile { flex-wrap: wrap; }
.korean-whisky .fc-header__title span { display: block; }
.korean-whisky .cta-button { 
  background-color: var(--korean-whisky-theme01); 
  border: 1px solid var(--korean-whisky-theme01); 
  color: var(--korean-whisky-light); 
}
.korean-whisky .cta-button:hover {
    background-color: color-mix(in srgb, var(--korean-whisky-theme02) 85%, #000);
    border: 1px solid color-mix(in srgb, var(--korean-whisky-theme02) 85%, #000);
    color: var(--korean-whisky-theme01);
}
.fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]){ color: var(--korean-whisky-theme01);  }
.fc-product:has(.product-atb__item--button) .fc-cta__button:not([title="Add to Basket"]):hover { color: var(--korean-whisky-dark); border-bottom: var(--korean-whisky-dark) 1px solid; }


/* Shared - Product Panels 2-5 */

/*
.korean-whisky { background: var(--korean-whisky-theme02); }
.korean-whisky .fc-header__title { color: var(--korean-whisky-dark); }
.korean-whisky .fc-header__title span { color: var(--korean-whisky-dark); }
.korean-whisky .fc-header__subtitle { color: var(--korean-whisky-dark); }
.korean-whisky .fc-content__copy { color: var(--korean-whisky-dark); }
.korean-whisky .fc-divider { background-image: url({IMAGE_ASSET_PLACEHOLDER_1271}); }
*/

/* Panel 1 and 4 */
.korean-whisky__panel-609001 { padding: 40px 0; }
.korean-whisky__panel-609001,
.korean-whisky__panel-609003,
.korean-whisky__panel-609006 { background: var(--korean-whisky-theme01);}
.korean-whisky__panel-609003 .fc-header__title { color: var(--korean-whisky-light); }
.korean-whisky__panel-609003 .fc-content__copy { color: var(--korean-whisky-light); }
.korean-whisky__panel-609001 .fc-divider,
.korean-whisky__panel-609006 .fc-divider { display: none; }

.korean-whisky__panel-609001 .fc-header__image { width: 100%; max-width: 300px; padding: 20px; }
@media(max-width: 768px){
	.korean-whisky__panel-609001 .fc-header__image { padding: 0 20px 20px; }
}
.korean-whisky__panel-609001 .fc-header__title { padding: 0; color: var(--korean-whisky-light); }
.korean-whisky__panel-609001 .fc-layout__content { max-width: 1100px; padding: 0 20px; }
.korean-whisky__panel-609001 .fc-content__copy { color: var(--korean-whisky-light); }
.korean-whisky__panel-609001 .fc-layout__content { max-width: 1080px; }

.korean-whisky__panel-609007 { padding: 0; }
.korean-whisky__panel-609007 .fc-layout__product-grid { background: #f0f0f0; }

/* Panels 2 and 5 */

.korean-whisky__panel-609002 .js-image-sliders.glide .glide__bullet:hover, 
.korean-whisky__panel-609002 .js-image-sliders.glide .glide__bullet:focus, 
.korean-whisky__panel-609002 .js-image-sliders.glide .glide__bullet.glide__bullet--active {
    background-color: var(--korean-whisky-theme02);
    opacity: 1;
}

.korean-whisky__panel-609002,
.korean-whisky__panel-609004 { background: var(--korean-whisky-theme02); }
.korean-whisky__panel-609001,
.korean-whisky__panel-609006 { background: var(--korean-whisky-theme01); padding: 40px 0; }
.korean-whisky__panel-609006 .fc-header__title { color: var(--korean-whisky-light); }
.korean-whisky__panel-609006 .fc-content__copy { color: var(--korean-whisky-light); }

.korean-whisky__panel-609006 .cta-button { 
  background-color: var(--korean-whisky-theme02); 
  border: 1px solid var(--korean-whisky-theme02); 
  color: var(--korean-whisky-theme01); 
}
.korean-whisky__panel-609006 .cta-button:hover {
    background-color: color-mix(in srgb, var(--korean-whisky-theme01) 85%, #000);
    border: 1px solid color-mix(in srgb, var(--korean-whisky-theme02) 85%, #000);
    color: var(--korean-whisky-theme02);
}

.footer-maillist {
    background: var(--korean-whisky-light) !important;
}