:root { 
    --lost-in-time-whiskies-theme01: #172B4D; /* Panel 1 BG */ 
    --lost-in-time-whiskies-theme02: #ffffff; /* Panel 2 BG */
    --lost-in-time-whiskies-theme03: #e9e1d4; /* Panel 3 BG */
    --lost-in-time-whiskies-theme04: #c06e30; /* Panel 4 BG */
    --lost-in-time-whiskies-theme05: #c06e30; /* Panel 5 BG */
    --lost-in-time-whiskies-theme06: #13223d; /* Panel 6 BG */
	--lost-in-time-whiskies-cta: #21263d;
  	--lost-in-time-whiskies-dark: #000000;
	--lost-in-time-whiskies-light: #FFFFFF;
	--lost-in-time-whiskies-gray: #f0f0f0;
}

/* Shared */
.lost-in-time .fc-header__title span { display: block; }

/* Panel 1 - Intro */
.lost-in-time__panel-397001 { background-color: var(--lost-in-time-whiskies-theme06); padding: 40px 0; }
.lost-in-time__panel-397001 .fc-header__image { width: 100%; max-width: 480px; }
.lost-in-time__panel-397001 .fc-layout__content { max-width: 960px; }
.lost-in-time__panel-397001 .fc-divider { display: none; }
.lost-in-time__panel-397001 .fc-header__title,
.lost-in-time__panel-397001 .fc-header__surtitle,
.lost-in-time__panel-397001 .fc-header__subtitle,
.lost-in-time__panel-397001 .fc-content__copy { color: var(--lost-in-time-whiskies-light); }
/* FW image in intro */
.lost-in-time__panel-397006 { padding: 0; }
.lost-in-time__panel-397006 .fc-layout__content {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* Panel 2 - Product Grid */
.lost-in-time__panel-397002 .product-grid--scroller { overflow-x: auto; }
.lost-in-time__panel-397002 .product-grid--scroller .product-grid__list {
	flex-wrap: nowrap;
	justify-content: left;
}
.lost-in-time__panel-397002 .product-grid--scroller .product-card { width: 220px; }

/* Panel 3 - Content Panel 50/50 */
.lost-in-time__panel-397003 { background-color: var(--lost-in-time-whiskies-theme03); }
.lost-in-time__panel-397003 .fc-divider { display: none; }
.lost-in-time__panel-397003 .fc-header__title,
.lost-in-time__panel-397003 .fc-header__surtitle,
.lost-in-time__panel-397003 .fc-header__subtitle,
.lost-in-time__panel-397003 .fc-content__copy { color: var(--lost-in-time-whiskies-dark); }
.lost-in-time__panel-397003 .cta-button { background-color: var(--lost-in-time-whiskies-cta); border: 1px solid var(--lost-in-time-whiskies-cta); color: var(--lost-in-time-whiskies-light); }
.lost-in-time__panel-397003 .cta-button:hover { background-color: transparent; border: 1px solid var(--lost-in-time-whiskies-cta); color: var(--lost-in-time-whiskies-cta); }

/* Panel 4 - Content Panel Tiles */
.lost-in-time__panel-397004 { 
  background-color: var(--lost-in-time-whiskies-light); 
  padding: 20px; 
}
.lost-in-time__panel-397004 .fc-tiles__item { width: 25%; }
@media(max-width:768px){ 
  .lost-in-time__panel-397004 .glide__slides { flex-wrap: wrap; } 
  .lost-in-time__panel-397004 .fc-tiles__item { width: 50%; }
}
@media(min-width:960px){ 
  .lost-in-time__panel-397004 .js-tile-sliders.glide { margin-bottom: 0; } /* Fix for margin on tiles */
}

/* Panel 4 - Content Panel 50/50 */
.lost-in-time__panel-397005 { background-color: var(--lost-in-time-whiskies-theme05); }
.lost-in-time__panel-397005 .fc-divider { display: none; }
.lost-in-time__panel-397005 .fc-header__title,
.lost-in-time__panel-397005 .fc-header__surtitle,
.lost-in-time__panel-397005 .fc-header__subtitle,
.lost-in-time__panel-397005 .fc-content__copy { color: var(--lost-in-time-whiskies-light); }
.lost-in-time__panel-397005 .cta-button { background-color: var(--lost-in-time-whiskies-cta); border: 1px solid var(--lost-in-time-whiskies-cta); color: var(--lost-in-time-whiskies-light); }
.lost-in-time__panel-397005 .cta-button:hover { background-color: transparent; border: 1px solid var(--lost-in-time-whiskies-cta); color: var(--lost-in-time-whiskies-cta); }
