.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-ae972c9:#5E0910;--e-global-color-ac323ec:#4E151E;--e-global-typography-primary-font-family:"Conso";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Futura Medium";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-663acf8-font-family:"Conso";--e-global-typography-663acf8-font-weight:200;--e-global-typography-663acf8-letter-spacing:0.025em;font-family:"Futura Medium", Sans-serif;letter-spacing:0.025em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Conso", Sans-serif;font-size:3rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;}.elementor-kit-6 h2{font-family:"Conso", Sans-serif;font-weight:200;}.elementor-kit-6 h3{font-family:"Conso", Sans-serif;font-weight:200;}.elementor-kit-6 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Futura Medium", Sans-serif;font-weight:300;text-transform:uppercase;letter-spacing:0.025em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-shape.elementor-shape-top, .elementor-shape.elementor-shape-bottom {
        display: none;
    }

@media only screen and (max-width: 767px) {
.animated-underline-btn a.elementor-button {
    padding-top: 10px!important; 
    padding-bottom: 10px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    border: solid 1px darkgray!important;
    border-radius: 0px;
    background: white;
    width: 100%;
    justify-content: center;
}
    .animated-underline-btn{
        width: 100%!important;
    }
}

p{
  font-family: "futura-PT" !important;
  font-weight:  300 !important;
  /* … */
}
h6 {
  font-family: "futura-PT" !important;
  font-weight:  500;
  /* … */
}
h7 {
  font-family: "futura-PT" !important;
  font-weight:  100;
  /* … */
}
.elementor-flip-box {
  background: transparent !important;
}
.elementor-kit-6 .elementor-button-content-wrapper {
  gap: 0 !important;
}
/* Animated underline for headings, links, or buttons */
.animated-underline .elementor-heading-title,
.animated-underline .elementor-heading-title a,
button.animated-underline {
  position: relative;
  display: inline-block;
  overflow: visible;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

/* Base underline (hidden initially) */
.animated-underline .elementor-heading-title::after,
.animated-underline .elementor-heading-title a::after,
button.animated-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.002em;         /* distance from text */
  width: 100%;
  height: 1.5px;           /* fixed line thickness */
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease-out;
  will-change: transform;
}
/* Animated underline for Elementor buttons */
a.elementor-button.animated-underline-btn,
button.elementor-button.animated-underline-btn,
.animated-underline-btn .elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--e-button-icon-gap, .5em);
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  text-decoration: none !important;
  cursor: pointer;
  overflow: visible;
}

/* underline */
a.elementor-button.animated-underline-btn::after,
button.elementor-button.animated-underline-btn::after,
.animated-underline-btn .elementor-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;          /* <— real space below text */
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease-out;
  will-change: transform;
}

/* hover animation */
a.elementor-button.animated-underline-btn:hover::after,
button.elementor-button.animated-underline-btn:hover::after,
.animated-underline-btn .elementor-button:hover::after {
  transform: scaleX(1);
}
/* Hover animation — underline expands smoothly */
.animated-underline:hover .elementor-heading-title::after,
.animated-underline:hover .elementor-heading-title a::after,
button.animated-underline:hover::after {
  transform: scaleX(1);
}

/* Widgetin ulkokuori saa hoverin */
.animated-underline-white .elementor-heading-title,
.animated-underline .elementor-heading-title a {
  position: relative;
  display: inline-block;   /* tarvitaan viivaa varten */
  overflow: visible;       /* ettei viiva leikkaannu */
}
/* Widgetin ulkokuori saa hoverin */
.animated-underline-white .elementor-heading-title,
.animated-underline-white .elementor-heading-title a {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.animated-underline-white .elementor-heading-title::after,
.animated-underline-white .elementor-heading-title a::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -0.18em;
  width: 100%;
  height: 1px;
  background: white; /* valkoinen viiva */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease-out;
}

/* Hover-animaatio */
.animated-underline-white:hover .elementor-heading-title::after,
.animated-underline-white:hover .elementor-heading-title a::after {
  transform: scaleX(1);
}
/* show when visible or when hovered */
#hiddenContainer.visible,
#toggleButton:hover + #hiddenContainer,
#hiddenContainer:hover {
  opacity: 1;
  max-height: 500px;
}
/*hidden/visible container*/
#hiddenContainer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

#hiddenContainer.visible {
  opacity: 1;
  max-height: 500px; /* or auto with JS */
}
#hiddenContainer2.visible,
#toggleButton2:hover + #hiddenContainer2,
#hiddenContainer2:hover {
  opacity: 1;
  max-height: 500px;
}
/*hidden/visible container*/
#hiddenContainer2 {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

#hiddenContainer2.visible {
  opacity: 1;
  max-height: 500px; /* or auto with JS */
}
/*makes button without link have pointer*/
.clickable-btn {
    cursor: pointer;
}

/* show when visible or when hovered */
.jewelryContainer.visible,
.jewelryContainer,
.jewelryContainer:hover {
  opacity: 1;
  max-height: 500px;
}
/*hidden/visible container*/
.jewelryContainer {
  opacity: 0;
  max-height: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Tekstin asettelu ja hover-efekti */
.jewelry-text {
  position: relative;
  display: inline-block;
  color: white;              /* tai haluamasi väri */
  text-decoration: none;
}

/* Luodaan piilotettu alleviivausviiva */
.jewelry-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;             /* säätö: etäisyys tekstistä */
  width: 100%;
  height: 1.5px;
  background: black;  /* käyttää tekstin väriä */
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}



/* Näytetään alleviivaus kun containeria hoveroidaan */
.jewelryContainer:hover .jewelry-text::after {
  transform: scaleX(1);
}
/* Tekstin asettelu ja hover-efekti */
.jewelry-text-white {
  position: relative;
  display: inline-block;
  color: white;              /* tai haluamasi väri */
  text-decoration: none;
}

/* Luodaan piilotettu alleviivausviiva */
.jewelry-text-white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;             /* säätö: etäisyys tekstistä */
  width: 100%;
  height: 1.5px;
  background: white;  /* käyttää tekstin väriä */
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
}



/* Näytetään alleviivaus kun containeria hoveroidaan */
.jewelryContainer:hover .jewelry-text-white::after {
  transform: scaleX(1);
}
.image-hover-grow img {
  transition: transform 0.3s ease; /* smooth zoom */
}

.image-hover-grow img:hover {
  transform: scale(1.05); /* 5% bigger */
}

@media (max-width: 767px) {
    .elementor-widget-text-editor,
    .elementor-widget-text-editor p,
    .elementor-widget-text-editor div,
    .elementor-widget-text-editor span {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Elementor sometimes adds a last-child margin */
    .elementor-widget-text-editor *:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Conso';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://tillander.com/wp-content/uploads/2025/08/Conso-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Conso';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://tillander.com/wp-content/uploads/2025/08/Conso-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Conso';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://tillander.com/wp-content/uploads/2025/08/Conso-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Conso';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://tillander.com/wp-content/uploads/2025/08/Conso-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Conso';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://tillander.com/wp-content/uploads/2025/08/Conso-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Conso';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://tillander.com/wp-content/uploads/2025/08/Conso-Thin.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://tillander.com/wp-content/uploads/2025/08/Futura-Medium-01.ttf') format('truetype');
}
/* End Custom Fonts CSS */