/*******************/
/* Shop by flavour */
/*******************/
.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__list {
	display: flex;
  	flex-wrap: wrap;
  	justify-content: flex-start;
  	align-items: center;
  	margin: 20px auto;
  	gap: 20px 20px;
  	max-width: 180px;
}

.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__item {
	border: none;
  	width: 180px;
  	padding: 0;
}

.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__link {
	display: flex;
  	flex-wrap: nowrap;
  	justify-content: flex-start;
  	align-items: center;
  	gap: 0 10px;
  	text-align: left;
  	width: 180px;
  	color: var(--cat_landing_black);
  	font-family: lato, arial, sans-serif;
  	font-weight: 700;
  	font-size: 12px;
	line-height: 25.2px;
	letter-spacing: 0;
  	text-transform: capitalize;
  	padding: 0;
  	margin: 0;
}

.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__list-image {
	width: 35px !important;
  	height: 35px !important;
  	margin: 0;
}

.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__link:hover {
	color: var(--cat_landing_gold);
}

@media only screen and (min-width: 450px) {
  	.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__list {
        max-width: 210px;
    }
  
  	.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__item {
        width: 210px;
    }
  
  	.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__link {
        width: 210px;
        font-size: 14px;
    }
  
  	.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__list-image {
        width: 45px !important;
        height: 45px !important;
    }
}

@media only screen and (min-width: 660px) {
    .scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__list {
        max-width: 500px; 
    }
  
  	.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__item {
        width: 240px;
    }
  
  	.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__list-image {
        width: 55px !important;
        height: 55px !important;
    }
  
  	.scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__link {
      width: 240px;
      font-size: 16px;
    }
}

@media only screen and (min-width: 960px) {
    .scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__list {
        max-width: 790px; 
    }

    .scotchWhisky__panel-412013 .fc-discover-more__container .fc-discover-more__list-image {
        width: 65px !important;
        height: 65px !important;
    }
}