:root {
    /* Common Margins */
    --margin-bottom-desktop: 12px;
    --margin-bottom-tablet: 12px;
    --margin-bottom-mobile: 12px;

    /* Area offset */
    --area-offset-desktop: -70px;
    --area-offset-tablet: -50px;
    --area-offset-mobile: 0px;

    /* Header height */
    --header-height-desktop: 500px;
    --header-height-tablet: 350px;
    --header-height-mobile: 200px;

    /* Header logo width */
    --header-logo-width-desktop: 237px;
    --header-logo-width-tablet: 158px;
    --header-logo-width-mobile: 101px;

    /* Header logo height */
    --header-logo-height-desktop: 75px;
    --header-logo-height-tablet: 50px;
    --header-logo-height-mobile: 32px;


    /* Colors and backgrounds */
    --body-text-color: rgba(25, 25, 25, 1);
    --body-background: rgba(255, 255, 255, 1);

    --header-text-color: #fff;
    /* --header-background-image: url('../images/is-landing-page-banner-default.png'); */
    /* --header-background-image: linear-gradient(0deg, rgba(218, 32, 39, 0.75) 0%, rgba(218, 32, 39, 0.75) 100%); */
    --header-background-image: none;
    --header-background-color: rgba(179, 2, 2, 1);
    --header-logo-background-image: url(../images/is-extra-logo-white.svg);


    --card-background: rgba(247, 247, 243, 1);
    --card-border-color: transparent;

    --button-hover-color: #000;
    --button-color-hollow-bottom: var(--product-action-background);
    --button-color-hollow-bottom-hover: var(--header-background-color);

    --product-name-color: rgba(25, 25, 25, 1);

    --product-image-extra-plus-kaikki: url("../images/pluskaikki500.png");
    --product-image-extra: url("../images/isextra.png");
    --product-image-extraplus: url("../images/ISEXTRAplus_taustaton.png");
    --product-image-extraplus-ruutuplus: url("../images/isextra_ruutuplus_nega.png");
    --product-image-extraplus-ruutuplus-urheilu: url("../images/isextra_ruutuplus_urheilu_nega.png");


    --product-feature-color: rgba(25, 25, 25, 1);
    --product-feature-background: transparent url("../images/Checkmark-Circled-Filled-IS.svg") top left no-repeat;
    --product-feature-highlight-color: rgba(25, 25, 25, 1);
    --product-feature-highlight-background: transparent url("../images/Checkmark-Circled-Filled-IS-hl.svg") top left no-repeat;

    --product-price-color: rgba(25, 25, 25, 1);
    --product-price-normal-color: rgba(25, 25, 25, 1);

    --product-action-color: rgba(255, 255, 255, 1);
    --product-action-background: rgba(179, 2, 2, 1);
    --product-action-hover-background: #b30202;

    --cancellation-info-color: rgba(25, 25, 25, 1);

    /* Kaikki */
    --kaikki-card-background: #FFF6E5;
    --kaikki-card-border-color: transparent;

    --kaikki-product-name-color: rgba(25, 25, 25, 1);
    --kaikki-product-name-highligh-color: rgba(25, 25, 25, 1);

    --kaikki-product-feature-color: rgba(25, 25, 25, 1);
    --kaikki-product-feature-background: var(--product-feature-background);
    --kaikki-product-feature-highlight-color: var(--product-feature-highlight-color);
    --kaikki-product-feature-highlight-background: var(--product-feature-highlight-background);

    --kaikki-product-price-color: var(--product-price-color);
    --kaikki-product-price-normal-color: var(--product-price-normal-color);

    /*
    --kaikki-product-action-color: rgba(255, 255, 255, 1);
    --kaikki-product-action-background: rgba(179, 2, 2, 1);
    */

    --kaikki-cancellation-info-color: var(--cancellation-info-color);

    /* Ruutu */
    --ruutu-card-background: rgb(15, 30, 69);
    --ruutu-card-border-color: transparent;

    --ruutu-product-name-color: rgba(255, 255, 255, 1);
    --ruutu-product-name-highligh-color: rgba(53, 214, 209, 1);

    --ruutu-product-feature-color: rgba(255, 255, 255, 1);
    --ruutu-product-feature-background: transparent url("../images/Checkmark-Circled-Filled-Ruutu.svg") top left no-repeat;
    --ruutu-product-feature-highlight-color: rgba(53, 214, 209, 1);
    --ruutu-product-feature-highlight-background: transparent url("../images/Checkmark-Circled-Filled-Ruutu-hl.svg") top left no-repeat;

    --ruutu-product-price-color: rgba(255, 255, 255, 1);
    --ruutu-product-price-normal-color: rgba(255, 255, 255, 1);

    /*
    --ruutu-product-action-color: rgba(255, 255, 255, 1);
    --ruutu-product-action-background: rgba(179, 2, 2, 1);
    */

    --ruutu-cancellation-info-color: rgba(255, 255, 255, 1);

}

body.header-special {
    /* Header height */
    --header-height-desktop: 700px;
    --header-height-tablet: 500px;
    --header-height-mobile: 300px;

    /* Colors and backgrounds */
    --header-text-color: white;
    --header-background-color: #000;
    --header-background-image: url('../images/is-landing-page-banner-special.png');
    --header-disclaimer-color: #fff;

    --header-button-text-color: rgba(255, 255, 255, 1);
    --header-button-background-color: rgba(179, 2, 2, 1);
    --header-button-hover-color: #b30202;
    --header-button-border-color: white;

}


.hss-area {
	max-width: 1200px;
	margin: 0 auto 1em;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.hss-col-container {
	width: 100%;
}

.hss-area.hss-col-container {
    max-width: 900px;
}

.hss-card-style {
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	padding: 0;
}

.hss-card {
    background: var(--card-background);
    border: 1px solid var(--card-border-color);
	display: inline-block;
	padding: 0; /* 5.3.2021 bottom 1em instead of 2.2em */
	position: relative;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 1em;
}

.hss-card h3 {
	font-size: 14px;
	font-weight: 500;
}

.hss-col-50 {
	width: 100%;
}

.hss-more-options-flex {
	display: flex;
    justify-content: space-between;
}

.hss-more-options {
	margin-top: 2.25em;
}

.hss-more-options .hss-card {
	padding-top: 1em;
    margin: 0 16px;
}

.hss-more-options .hss-more-options-header {
	width: 100%;
}

.hss-more-options-element {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

dt.hss-more-options-element:last-of-type {
	border: 0;
}

.hss-more-options .hss-product-link {
	display: inline-block;
	margin: 1.2em 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: var(--body-text-color);
    margin-right: 6px;
}

.hss-more-options .hss-product-link:hover, .hss-more-options .hss-product-link:active, .hss-more-options .hss-product-link:focus {
	text-decoration: underline;
}

.hss-more-options h2 {
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	color: var(--body-text-color);
	margin-bottom: .5em;
}

.hss-feature-list {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.hss-feature-list dd {
	font-size: 15px;
	line-height: 1.4em;
	margin: 0.2em 0 0.4em;
}

.hss-feature-list dt div,
.hss-feature-list dd div {
	display: table-cell;
}

.hss-feature-list dd:last-child {
	margin-bottom: 1em;
}

.hss-feature-list dd.hss-included {
	font-size: 16px;
	font-weight: 500;
	color: black;
}

.hss-feature-list .hss-not-included {
	color: #ccc;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hss-feature-list .hss-not-included .tick::after {
	content: " " !important;
}

.hss-feature-list-bottom dt {
	margin: 0 34px !important;
	border-bottom: 1px solid #e9eaed;
}

.hss-buttons {
	margin-bottom: 1em;
}

.hss-button {
	font-size: 15px;
	padding: 0 16px;
	line-height: 40px;
	border: 1px solid;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.025em;
    width: auto;
    min-width: 110px;
}

.hss-button.solid {
	border-color: var(--button-color);
	background: var(--button-color);
	color: var(--button-text-color);
	font-weight: 500;
}

.hss-button.solid:hover {
	background-color: var(--button-hover-color);
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

.hss-button.hollow {
    background: var(--button-color-hollow-bottom);
	color: #fff;
}

.hss-button.shadow {
	-moz-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
	box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
}

.hss-feature-list-bottom .hss-button {
	margin: .9em 0;
	height: 40px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	transition: 200ms all;
}

/*.hss-feature-list-bottom .hss-button:hover, .hss-feature-list-bottom .hss-button:active, .hss-feature-list-bottom .hss-button:focus {
	color: #fff;
	background: var(--button-color-hollow-bottom-hover);
    border: 1px solid var(--button-color-hollow-bottom-hover);
}*/

@media (prefers-color-scheme: dark) {
    .hss-card {
        border: 1px solid #888;
    }

    .hss-feature-list-bottom dt {
            border-bottom: 1px solid #555;
    }

    .hss-button.hollow {
	    border-color: var(--button-color-hollow-bottom);
        background: var(--product-action-background);
    }
}

.hss-feature-list dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 34px;
}

.hss-feature-list dt.hss-included {
	font-size: 17px;
	font-weight: 700;
	color: black;
	line-height: 30px;
}

.hss-feature-list dt.hss-partially-included {
	display: none;
	color: black;
}

.hss-feature-list dt .sym {
	display: none;
}

.hss-feature-list-opener {
	display: block;
	background: #f2f2f2;
    height: 40px;
    cursor: pointer;	
}

.hss-feature-list-opener-kaikki {
	display: block;
	background: #f2f2f2;
    height: 50px;
    cursor: pointer;	
}

.hss-feature-list-wrapper {
	display: none;
	background: #f2f2f2;
	padding-left: 8px;
	padding-right: 6px;
}

.hss-nosto-flex {
	display: flex;	
	flex-direction: row;
	width: 100%;
}

.hss-nosto-flex .image, .hss-nosto-flex .image img {
	width: 275px;
	height: auto;
	max-width: 100%;
}

.hss-nosto-flex .text-content {
	width: auto;
	max-width: calc(1000px - 275px);
	padding-left: 30px;
	flex-grow: 1;
}

.hss-nosto-flex .text-content h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2em;
    letter-spacing: normal;
    color: #191919;
    margin-bottom: 0.5em;
	text-align: left;
}

.hss-nosto-flex .text-content p {
	line-height: 1.2em;
	margin-bottom: 1em;
	font-weight: 400;
	text-align: left;
}

.hss-nosto-flex .text-content .hss-button {
	display: block;
	margin-bottom: 1em;
}

.f-right {
	float: right;
}


@media only screen and (max-width: 1200px) {
	.hss-area {
		margin: 2em auto 1em;
		max-width: 980px; /* 5.3.2021: was 980px */
	}

	.hss-col-third {
		width: 16.15em;
	}
}

@media only screen and (min-width: 1024px) {
	.scroll-for-more {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
    .hss-area {
		max-width: 800px; /* 5.3.2021 was 980px */
	}

    .hss-more-options-flex {
		display: flex;	
		flex-wrap: wrap;
	}
	
	.hss-col-50 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
    .hss-more-options h2,
	.hss-more-options h3 {
		text-align: center;
	}

    .hss-card {
        padding: 8px 12px;
    }

    .hss-feature-list dt .sym {
		display: inline;
	}
}

@media only screen and (max-width: 568px) {	
    .hss-area {
		top: 0;
	}
	
	.hss-feature-list-bottom dt {
		margin: 0 .25em !important;
	}

    .hss-nosto-flex {
	    flex-direction: column;
	}

    .hss-more-options h2 {
        font-size: 22px;
    }

    .hss-more-options .hss-product-link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 399px) {	
    /* header height settings */

    .hss-feature-list dd {
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 359px) {
	.hss-col-third .hss-feature-list-wrapper dt {
		font-size: 16px;
	}

	.hss-col-third .hss-feature-list-wrapper dd {
		font-size: 0.8em;
	}

	.hss-feature-list .tick spacer {
		display: none !important;
	}
}


@media (prefers-color-scheme: dark) {
    :root {
        /* Colors and backgrounds */
        --body-text-color: rgba(255, 255, 255, 1);
        --body-background: rgba(10, 10, 10, 1);

        --header-text-color: #fff;
        /* --header-background-image: url('../images/is-landing-page-banner-default-dark.png'); */
        /* --header-background-image: linear-gradient(95deg, rgba(218, 32, 39, 0.75) 9.12%, rgba(218, 32, 39, 0.00) 74.05%); */
        --header-background-image: none;
        /* --header-background-color: rgba(169, 35, 32, 1); */
        --header-background-color: rgba(10, 10, 10, 1);
        --header-logo-background-image: url(../images/is-extra-logo-redwhite.svg);

        --card-background: rgba(35, 31, 31, 1);
        --card-border-color: transparent;

        --product-name-color: rgba(240, 235, 230, 1);

        /* --product-image-extra: url("../images/product-is-extra.png"); */
        --product-image-extraplus: url("../images/product-is-extraplus-nega.png");
        /* --product-image-extraplus-ruutuplus: url("../images/product-is-extraplus-ruutuplus-nega.png");
        --product-image-extraplus-ruutuplus-urheilu: url("../images/product-is-extraplus-ruutuplus-urheilu-nega.png"); */


        --product-feature-color: rgba(240, 235, 230, 1);
        --product-feature-background: transparent url("../images/Checkmark-Circled-Filled-Ruutu.svg") top left no-repeat;
        --product-feature-highlight-color: rgba(240, 235, 230, 1);
        --product-feature-highlight-background: transparent url("../images/Checkmark-Circled-Filled-IS-hl-dark.svg") top left no-repeat;

        --product-price-color: rgba(240, 235, 230, 1);
        --product-price-normal-color: rgba(240, 235, 230, 1);

        --product-action-color: rgba(255, 255, 255, 1);
        --product-action-background: rgba(230, 35, 42, 1);
        --product-action-hover-background: rgba(230, 35, 42, 1);

        --cancellation-info-color: rgba(240, 235, 230, 1);

        /* Kaikki */
        --kaikki-card-background: rgba(35, 31, 31, 1);
        --kaikki-card-border-color: transparent;

        --kaikki-product-name-color: rgba(240, 235, 230, 1);
        --kaikki-product-name-highligh-color: rgba(53, 214, 209, 1);

        --kaikki-product-feature-color: rgba(240, 235, 230, 1);
        --kaikki-product-feature-background: transparent url("../images/Checkmark-Circled-Filled-Ruutu.svg") top left no-repeat;
        --kaikki-product-feature-highlight-color: rgba(53, 214, 209, 1);
        --kaikki-product-feature-highlight-background: transparent url("../images/Checkmark-Circled-Filled-Ruutu-hl.svg") top left no-repeat;

        --kaikki-product-price-color: rgba(240, 235, 230, 1);
        --kaikki-product-price-normal-color: rgba(240, 235, 230, 1);

        /*
        --kaikki-product-action-color: rgba(255, 255, 255, 1);
        --kaikki-product-action-background: rgba(179, 2, 2, 1);
        */

        --kaikki-cancellation-info-color: rgba(240, 235, 230, 1);

        /* Ruutu */
        --ruutu-card-background: rgba(35, 31, 31, 1);
        --ruutu-card-border-color: transparent;

        --ruutu-product-name-color: rgba(240, 235, 230, 1);
        --ruutu-product-name-highligh-color: rgba(53, 214, 209, 1);

        --ruutu-product-feature-color: rgba(240, 235, 230, 1);
        --ruutu-product-feature-background: transparent url("../images/Checkmark-Circled-Filled-Ruutu.svg") top left no-repeat;
        --ruutu-product-feature-highlight-color: rgba(53, 214, 209, 1);
        --ruutu-product-feature-highlight-background: transparent url("../images/Checkmark-Circled-Filled-Ruutu-hl.svg") top left no-repeat;

        --ruutu-product-price-color: rgba(240, 235, 230, 1);
        --ruutu-product-price-normal-color: rgba(240, 235, 230, 1);

        /*
        --ruutu-product-action-color: rgba(255, 255, 255, 1);
        --ruutu-product-action-background: rgba(179, 2, 2, 1);
        */

        --ruutu-cancellation-info-color: rgba(240, 235, 230, 1);

    }
}


/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* /RESET */

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    color: var(--body-text-color);
    background: var(--body-background);
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: normal;
    line-height: 1;
}

.hidden {
    display: none !important;
}

.page-container {
    /* margin: 0 auto 16px; */
    text-align: center;
    vertical-align: top;
    position: relative;
}


.header {
    min-height: var(--header-height-desktop);
    margin: 0;
    padding: 0;
    background-size: auto 100%;
    background-position: center top;
    background-color: var(--header-background-color);
    background-image: var(--header-background-image);
    color: var(--header-text-color);
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.header,
.header * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header .inner {
    padding: 0 16px;
}

.header .logo {
    display: inline-block;
    width: var(--header-logo-width-desktop);
    height: var(--header-logo-height-desktop);
    margin-bottom: 16px;
    background-size: auto 100%;
    background-position: center top;
    background-image: var(--header-logo-background-image);

}

.header .title {
    font: normal 600 64px/1.15 "Graphik Condensed", sans-serif;
    color: var(--header-text-color);
    margin-bottom: 16px;
}

.header .subtitle {
    font: normal 600 36px/1.11 "Graphik Condensed", sans-serif;
    color: var(--header-text-color);
}


/* Header special */
/*
#header-special {
    min-height: 700px;
}
*/

#header-special .countdown {
    margin: 1em 0;
}

#header-special .countdown span {
    display: inline-block;
    border: 1px solid var(--header-button-border-color);
    background: var(--header-button-background-color);
    border-radius: 6px;
    padding: 5px 10px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 16px;
    color: var(--header-button-text-color);
    min-width: 65px;
}

.hss-align-aid .countdown span:last-child {
    min-width: 68px;
}

#header-special .countdown span>b {
    font-weight: 900;
    font-size: 32px;
    color: var(--header-button-border-color);
}

#header-special .button {
    display: inline-block;
    text-decoration: none;
    color: var(--header-button-text-color);
    background: var(--header-button-background-color);
    padding: 16px;
    font: normal 600 22px/1 "Graphik Condensed", sans-serif;
    text-transform: uppercase;
    border: 1px solid var(--header-button-border-color);
    margin-bottom: var(--margin-bottom-desktop);
}

#header-special .button:hover {
    background-color: var(--header-button-hover-color);
}

#header-special .disclaimer {
    font: normal 600 18px/1.2 "Graphik Condensed", sans-serif;
    color: var(--header-disclaimer-color);
}



/* /Header special */


.area {
    background: transparent;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    position: relative;
    top: var(--area-offset-desktop);
}


.combo {
    position: relative;
    /* 4x292px + 3x16px gaps = 1168 + 48 = 1216 */
    /* max-width: 1216px; */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
}

/* Normal IS card */
.combo .card {
    background: var(--card-background);
    border: 1px solid var(--card-border-color);
    /* width: 292px; */
    border-radius: 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
}

/* Product header */
.product-header {
    margin: 0 16px var(--margin-bottom-desktop);
}

.product-name {
    font: normal 600 24px/1.15 "Graphik Condensed", sans-serif;
    color: var(--product-name-color);
}

/* /Product header */

/* Product info */
.product-info {
    margin: 0 16px var(--margin-bottom-desktop);
}

.product-image {
    width: 250px;
    height: 125px;
    margin: 0 16px var(--margin-bottom-desktop);
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.is-extra-plus-kaikki .product-image {
    background-image: var(--product-image-extra-plus-kaikki);
}

.is-extra .product-image {
    background-image: var(--product-image-extra);
}

.is-extraplus .product-image {
    background-image: var(--product-image-extraplus);
}

.is-extraplus-ruutuplus .product-image {
    background-image: var(--product-image-extraplus-ruutuplus);
}

.is-extraplus-ruutuplus-urheilu .product-image {
    background-image: var(--product-image-extraplus-ruutuplus-urheilu);
}

/*
.product-image img {
    height: auto;
    max-width: 100%;
}
*/

.product-features li {
    font: normal 600 15px/1.28 "Graphik Compact", sans-serif;
    margin: 0 16px var(--margin-bottom-desktop);
    background: var(--product-feature-background);
    background-size: 1.125rem;
    padding-left: 1.5rem;
    text-align: left;
    color: var(--product-feature-color);
}

.product-features li.highlight {
    background: var(--product-feature-highlight-background);
    color: var(--product-feature-highlight-color);
}

/* /Product info */

/* Product footer */
.product-footer {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.price {
    font: normal 600 32px/1.1 "Graphik Condensed", sans-serif;
    margin: 0 16px var(--margin-bottom-desktop);
    color: var(--product-price-color);
}

.is-extraplus-ruutuplus .price {
    font-size: 20px;
}

.is-extraplus-ruutuplus .price span {
    font-size: 32px;
}

.price-normal {
    font: normal 600 16px/1.1 "Graphik Condensed", sans-serif;
    margin: 0 16px var(--margin-bottom-desktop);
    color: var(--product-price-normal-color);
}

.product-action {
    margin: 0 16px var(--margin-bottom-desktop);
}

.product-action .button {
    display: inline-block;
    text-decoration: none;
    color: var(--product-action-color);
    background: var(--product-action-background);
    padding: 16px;
    font: normal 600 18px/1 "Graphik Condensed", sans-serif;
    text-transform: uppercase;

}

.product-action .button:hover {
    background: var(--product-action-hover-background);
}


.cancellation-info {
    font: normal 400 14px/1.2 "Source Sans Pro", sans-serif;
    color: var(--cancellation-info-color);
    margin-bottom: 16px;
}

/* /Product footer */

/* changes for +Kaikki 1/2025 */

.product-ribbon {
    height: 30px;
    margin-bottom: 20px;
}

.kaikki .product-ribbon {
    background: rgb(203,158,51);
	background: linear-gradient(90deg, rgba(203,158,51,1) 0%, rgba(252,234,148,1) 25%, rgba(237,208,106,1) 50%, rgba(252,234,148,1) 75%, rgba(203,158,51,1) 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
    font-weight: 600;
    font-size: 14px;
}

@media (prefers-color-scheme: dark) {
    .kaikki .product-ribbon {
        color: #000;
    }
}


/* /Normal IS card */

/* +Kaikki card */
.card.kaikki {
    background: var(--kaikki-card-background);
    border: 0;
}

.card.kaikki .product-name {
    color: var(--kaikki-product-name-color);

}

.product-name span.kaikki {
    color: var(--kaikki-product-name-highligh-color);
}

.kaikki .product-features li {
    background: var(--kaikki-product-feature-background);
    color: var(--kaikki-product-feature-color);

}

.kaikki .product-features li.highlight {
    background: var(--kaikki-product-feature-highlight-background);
    color: var(--kaikki-product-feature-highlight-color);
}

.kaikki .product-price .price {
    color: var(--kaikki-product-price-color);
}

.kaikki .product-price .price-normal {
    color: var(--kaikki-product-price-normal-color);
}

.kaikki .cancellation-info {
    color: var(--kaikki-cancellation-info-color);
}
/* /Ruutu card */


/* Ruutu card */
.card.ruutu {
    background: var(--ruutu-card-background);
    border: 1px solid var(--ruutu-card-border-color);
}

.card.ruutu .product-name {
    color: var(--ruutu-product-name-color);

}

.product-name span.ruutu {
    color: var(--ruutu-product-name-highligh-color);
}

.ruutu .product-features li {
    background: var(--ruutu-product-feature-background);
    color: var(--ruutu-product-feature-color);

}

.ruutu .product-features li.highlight {
    background: var(--ruutu-product-feature-highlight-background);
    color: var(--ruutu-product-feature-highlight-color);
}

.ruutu .product-price .price {
    color: var(--ruutu-product-price-color);
}

.ruutu .product-price .price-normal {
    color: var(--ruutu-product-price-normal-color);
}

.ruutu .cancellation-info {
    color: var(--ruutu-cancellation-info-color);
}
/* /Ruutu card */


.combo-footer {
    width: 100%;
}

/* DESKTOP */
/* 4 Cards on row */
/* 4x292px + 3x16px gaps = 1168 + 48 = 1216 */
/* 1216 and more */
/* +area paddings 10+10=20 */
@media only screen and (min-width: 1236px) {
    .combo {
        width: 1216px;
    }

    .combo .card {
        width: 292px;
    }
}

/* TABLET */
/* 2 Cards on row */
/* 2x292px wide items + 16px gap between = 600 */
/* between 600 and 1215 */
/* +area paddings 10+10=20 */
@media only screen and (min-width: 620px) and (max-width: 1235px) {

    /*#header-special {
        min-height: 500px;
    }*/

    .header {
        min-height: var(--header-height-tablet);
    }

    .header .logo {
        width: var(--header-logo-width-tablet);
        height: var(--header-logo-height-tablet);
    }

    .header .title {
        font-size: 50px;
        margin-bottom: var(--margin-bottom-tablet);
    }

    .header .subtitle {
        font-size: 27px;
    }

    .area {
        top: var(--area-offset-tablet);
    }

    .combo {
        min-width: 600px;
        max-width: 1215px;       
    }

    .combo .card {
        /* width: calc(50% - 16px); */
        width: 292px;
    }
}

@media only screen and (max-width:790px) {
    /* extra breakpoint added when text is too large on header - not sure how many devices hit this, but at least it looks ok */
    .header .title {
        font-size: 38px;
    }

    .header .subtitle {
        font-size: 18px;
        font-weight: 400;
    }
}

/* MOBILE */
/* 1 Card on row */
/* below 599 */
/* +area paddings 10+10=20 */
@media only screen and (max-width: 619px) {
    /*#header-special {
        min-height: 300px;
    }*/

    .header {
        min-height: var(--header-height-mobile);
    }

    .header .logo {
        width: var(--header-logo-width-mobile);
        height: var(--header-logo-height-mobile);
    }

    .header .title {
        font-size: 28px;
        margin-bottom: var(--margin-bottom-tablet);
    }

    .header .subtitle {
        font-size: 16px;
    }


    .area {
        top: var(--area-offset-mobile);
    }


    .combo {
        max-width: 599px;
    }

    .combo .card {
        /* width: 100%; */
        width: 292px;
    }

}


/*
@media (prefers-color-scheme: dark) {

    body {

        color: var(--body-text-color);
        background: var(--body-background);
        background: rgba(255, 255, 255, 1);
    
        background-color: #101010;
        color: #fff;
    }
}
*/