/*
Theme Name: KüchenTreff showroom
Theme URI: http://kuechentreff.nl
Description: Wordpress thema voor KüchenTreff showroom
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: kuechentreff
*/

:root  {
    --extrahuge: 150px;
    --huge: 120px;
    --extralarge: 90px;
    --largehuge: 75px;
    --large: 60px;
    --largemedium: 45px;
    --mediumlarge: 37.5px;
    --medium: 30px;
    --smallmedium: 22.5px;
    --small: 15px;
    --extrasmall: 10px;
    --tiny: 7.5px;
}


@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('fonts/FontAwesome6Pro-Light.eot');
    src: url('fonts/FontAwesome6Pro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Pro-Light.woff2') format('woff2'),
        url('fonts/FontAwesome6Pro-Light.woff') format('woff'),
        url('fonts/FontAwesome6Pro-Light.ttf') format('truetype'),
        url('fonts/FontAwesome6Pro-Light.svg#FontAwesome6Pro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('fonts/FontAwesome6Brands-Regular.eot');
    src: url('fonts/FontAwesome6Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Brands-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Brands-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Brands-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Brands-Regular.svg#FontAwesome6Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Pro Solid';
    src: url('fonts/FontAwesome6Pro-Solid.eot');
    src: url('fonts/FontAwesome6Pro-Solid.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Pro-Solid.woff2') format('woff2'),
        url('fonts/FontAwesome6Pro-Solid.woff') format('woff'),
        url('fonts/FontAwesome6Pro-Solid.ttf') format('truetype'),
        url('fonts/FontAwesome6Pro-Solid.svg#FontAwesome6Pro-Solid') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Sharp';
    src: url('fonts/FontAwesome6Sharp-Regular.eot');
    src: url('fonts/FontAwesome6Sharp-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Sharp-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Sharp-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Sharp-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Sharp-Regular.svg#FontAwesome6Sharp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1;
    position: relative;
    display: block;
    font-family: "Prata", serif;
    font-weight: normal
   
}


h1,
.h1 {
    font-size: 56px;
}

.h2,
h2 {
    font-size: 46px;
}

.h3,
h3 {
    font-size: 40px;
}

.h4,
h4 {
    font-size: 26px;
}

.h5,
h5 {
   font-size: 22px;

}

.h6,
h6 {
    font-size: 16px;
}

body {
        font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.75;
    color: #000000;
    margin: 0;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

main {

}

p {
    margin-top: 0;
    margin-bottom: 15px;
}


i {
    margin-top: 0;
}

a {
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.675;
    margin-top: 0;
    margin-bottom: 15px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
       font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    border: 0;
    margin: var(--smallmedium) 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    background: #ffffff;
    position: relative;
        padding: 17.5px 25px;
    border-radius: 50px;
    border: 0;
    color: #000000;
}

select {
       background-image: linear-gradient(45deg, transparent 50%, #004167 50%), linear-gradient(135deg, #004167 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, 100% 0;
    background-size: 5px 5px, 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

textarea {
  resize: none;
}



::-webkit-input-placeholder {
    color: rgb(0 0 0 / 25%);
}

::-moz-placeholder {
    color: rgb(0 0 0 / 25%);
}

:-ms-input-placeholder {
    color: rgb(0 0 0 / 25%);
}

::-moz-selection {
    background-color: #E11417;
    color: #ffffff
}

::selection {
    background-color: #E11417;
    color: #ffffff
}

::-moz-selection {
    background-color: #E11417;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1;
}

table tr th {
    font-weight: bold;
}

table tr :is(th,td) {
    padding: 5px var(--extrasmall);
}

table tr :is(th,td):first-child {
    padding-left: 0;
}

table tr :is(th,td):last-child {
    padding-right: 0;
}
b,
strong {
       font-weight: 600;
}

small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


.btn {
   -moz-appearance: none;
   -webkit-appearance: none;
   padding: 15px 25px;
   display: inline-block;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   position: relative;
   line-height: 1.125;
   border: 0;
   color: #000000;
   font-style: normal;
   font-weight: normal;
   white-space: nowrap;
   z-index: 1;
   overflow: hidden;
   background: #E6E6E6;
   border-radius: 50px;
   font-size: 14px;
   cursor: pointer;
   text-align: center;
}

.btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.btn:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}


.btn:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 18px;
    line-height: 0;
    vertical-align: -2px;
    margin-right: 12.5px;
    color: #707070;
}


.btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    aspect-ratio: 1;
    background-color: rgb(0 0 0  / 2.5%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

/* Main styles */

header {
     position: fixed;
    line-height: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

header .header-logo {
    width: 90px;
    display: block;
    margin-left: 30px;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body.scrolled header .header-logo {
    width: 75px;
}

/* Products */

section.products {
    position: relative;
}

section.products .product {
    position: relative;
    border: 0;
    display: block;
    margin-bottom: 15px;
}

section.products .product:last-child {
    margin-bottom: 0;
}

section.products .product .product-image {
    position: relative;
    display: block;
    z-index: 1;
    aspect-ratio: 3 / 2;
    overflow: hidden;    
}

section.products .product .product-image[data-fancybox]:before {
       content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 1;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0 0 6px rgb(0 0 0 / 16%);
    z-index: 2
}

section.products .product:has(.product-content) .product-image:after {
       content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 120px;

}

section.products .product .product-image :is(img, video, iframe) {
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;  
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.products .product:hover .product-image :is(img, video, iframe) {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

section.products .product .product-image :is(h1, h2, h3, h4, h5, h6) {
        text-shadow: 0 0 6px rgb(0 0 0 / 16%);
    color: #ffffff;
    position: absolute;
    left: 30px;
    bottom: 22.5px;
    margin-bottom: 0;
}

section.products .product .product-content {
    text-align: center;
    padding: 30px 22.5px;
}

section.products .product .product-content h5 {
    margin-bottom: 7.5px
}

section.products .product .product-content .product-content__price {
       text-decoration-line: underline;
    text-decoration-thickness: 1.125px;
    text-underline-offset: 10px;
    text-decoration-color: #E11417;
     margin-bottom: 30px
}

section.products .product .product-content .product-content__item {
    background: #E6E6E6;
    text-align: left;
    padding: 7.5px 22.5px;
    border-radius: 25px;
    line-height: 2.25;
}



section.products .product .product-content .product-content__item:last-child {
    margin-bottom: 0
}

section.products .product .product-content .product-content__item a {
      text-decoration-line: underline;
    text-decoration-thickness: 1.125px;
    text-underline-offset: 5px;
    text-decoration-color: #E11417;
}

section.products .product .product-content .product-content__buttons {
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px

}

footer {
    text-align: center;
    margin-top: 60px;
}

footer :is(h1, h2, h3, h4, h5, h6, p) {
    margin-bottom: 0
}


footer a {
    position: relative;
        display: block;
    background: #E11417;
    color: #ffffff;
    width: 37.5px;
    height: 52.5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

footer a:after {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Sharp';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
}


/* Responsive */

@media (max-width: 1600px) {
  
}   

@media (max-width: 1400px) {

  
   
   

   
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

     

   
}   


