/*
Theme Name: Tijd voor Trouwringen
Theme URI: http://tijdvoortrouwringen.nl
Description: Wordpress thema voor Tijd voor Trouwringen
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: tijdvoortrouwringen
*/

:root  {
    --base: 15px;
    --massive: calc(var(--base) * 10);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: max(30px, calc(var(--base) * 2.5));
    --smallmedium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(7.5px, calc(var(--base) * 0.675));

    --massive-negative: calc(var(--base) * -10);
    --huge-negative: calc(var(--base) * -8);
    --extralarge-negative: calc(var(--base) * -6);
    --largehuge-negative: calc(var(--base) * -5);
    --large-negative: calc(var(--base) * -4);
    --mediumlarge-negative: calc(var(--base) * -3);
    --medium-negative: min(-30px, calc(var(--base) * -2.5));
    --smallmedium-negative: min(-22.5px, calc(var(--base) * -2));
    --small-negative: min(-15px, calc(var(--base) * -1.5));
    --extrasmall-negative: min(-10px, calc(var(--base) * -1));
    --tiny-negative: min(-7.5px, calc(var(--base) * -0.75));

    --borderradius: 45px;
}

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

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

@font-face {
    font-family: 'Font Awesome 7 Pro';
    src: url('fonts/FontAwesome7Pro-Regular.eot');
    src: url('fonts/FontAwesome7Pro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome7Pro-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome7Pro-Regular.woff') format('woff'),
        url('fonts/FontAwesome7Pro-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome7Pro-Regular.svg#FontAwesome7Pro-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: var(--extrasmall);
    margin-top: 0;
    line-height: 1.125;
    position: relative;
    display: block;
    font-weight: 900;
    text-wrap: balance;
    font-family: "poppins";
}

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

.h2,
h2 {
    font-size: 40px;
    line-height: 1.125;
}

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

.h4,
h4 {
    font-size: 22px;
    font-weight: 600
}

.h5,
h5 {
    font-size: 18px;
   font-weight: 600
}

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


body {
    font-size: 16px;
    font-weight: 400;
    font-family:"inter-variable";
    overflow-x: hidden;
    line-height: 1.675;
    background: #FAF6F0;
    color: #1E1E1E;
    margin: 0;

}

body.overflow-hidden {
    overflow: hidden;
}

main {
    overflow-x: hidden
}

p {
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

a {
    color: currentColor;
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-thickness: 1.125px;
    text-underline-offset: 2.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.675;
    margin-top: 0;
    margin-bottom: var(--extrasmall);
}

li {
    list-style: none;
}

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

label {
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: var(--medium);
    margin-bottom: var(--medium);
    border: 0;
    border-top: 0;
}

blockquote {
    font-size: 20px;
    margin: 0;
    line-height: 1.375
}

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;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    transition: all 0.3s;
    line-height: 1.125;
    width: 100%;
    position: relative;
    padding: 10px 25px;
    border: 0;
    color: #1E1E1E;
    background-color: transparent;
    border-radius: 22.5px;
    font-weight: 400;
    border: 1.5px solid #2F2A26;
	resize: none;

}

select {
    background-image: url(images/select.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 25px) center;
    padding-right: 65px;
    font-weight: 600;
     /* border: 2px solid #2F2A26; */
}

input[type="search"] {
       background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 25px) center;
    background-color: #E5D2BF;
    border: 0;
    padding: 15px 65px 15px 25px;
    margin-bottom: var(--small);
}

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

fieldset {
    border: 0;
    padding: 0;
}



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

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

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

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

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

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

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: var(--medium);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: 600;
    background: #004640;
    color: #ffffff;
    vertical-align: top;
     border-bottom: 0
}

table tr :is(th, td) {
    padding: 7.5px 10px;
    border-bottom: 1px solid #ECECEC;
}


table thead tr :is(th, td) {
    background: #C6A86D;
    color: #ffffff;
    vertical-align: top;
    border-bottom: 0
}

b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 14px;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: 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: 10px 37.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    font-family:"poppins";
    line-height: 1.25;
    cursor: pointer;
    text-decoration: none;
    border-radius: 30px;
    background: #C6A86D;
    text-box-trim: trim-start;
    white-space: nowrap
}

.btn.btn--secondary {
    background: #2F2A26;
}

.btn.btn--tertiary {
    background: #E5D2BF;
        color: #1E1E1E;
}

.btn.btn--outline {
    box-shadow: 0 0 0 2px #1E1E1E inset;
    color: #1E1E1E;
    background: transparent
}

.btn.btn--white {
    background: #ffffff;
    color: #1E1E1E;
}

.btn.btn--white.btn--outline {
    box-shadow: 0 0 0 2px #ffffff inset;
    color: #ffffff;
    background: transparent;
}

/* .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #E5D2BF;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    pointer-events: none;
    width: 0;
}

.btn:hover:after {
    width: 100%;
} */

.btn:hover {
    transform: scale(1.1)
}


/* header */

header.header {
    position: relative;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    transition: all .3s;
    background: #E5D2BF;
}

header.header:has(+ main section.matches) {
    background: #C6A86D
}

header.header .usps {
    padding: var(--small) 0
}

header.header .usps ul {
    display: flex;
    width: 100%;
    gap: var(--small) var(--extralarge);
    margin-bottom: 0;
    justify-content: center;
}

header.header .usps ul li {
    position: relative;
    list-style: none;
    display: flex;
    gap: 10px;
}

header.header .usps ul li:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 7 Pro Solid';
}


header.header nav.navigation {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0 var(--small);
    padding: var(--small) var(--mediumlarge);
    background: #ffffff;
    border-radius: 60px;
    transition: all 0.3s
}

header.header nav.navigation .navigation__brand {
    width: 100%;
    max-width: 240px;
    position: relative;
    margin: 0;
    z-index: 1;
    margin-right: var(--mediumlarge);
    line-height: 0;
}

header.header nav.navigation .navigation__menu {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--medium);
    align-items: center;
    width: 100%;
}

header.header nav.navigation .navigation__menu > ul {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--small);
    margin-bottom: 0;
    line-height: 1;
    width: 100%;
    justify-content: space-around;
    flex: 1;
    font-weight: 500;
}

header.header nav.navigation .navigation__menu > ul li {
    position: relative;
}


header.header nav.navigation .navigation__menu > ul li a {
    display: block;
    text-decoration: none;
    white-space: nowrap
}


header.header nav.navigation .navigation__menu > ul li.menu-item-has-children > a:after {
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 7 Pro";
    display: inline-block;
    margin-left: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    color: #C6A86D;
    vertical-align: 1px;
}


header.header nav.navigation .navigation__menu > ul li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header.header nav.navigation .navigation__menu > ul li.current-menu-item > a,
header.header nav.navigation .navigation__menu > ul li > a:hover {
    color: #C6A86D
}

header.header nav.navigation .navigation__menu > ul li.current-menu-item > a {
        text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;
}

header.header nav.navigation .navigation__menu > ul li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-bottom: 0;
    background: #ffffff;
    padding: var(--extrasmall) var(--small);
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotateX(90deg) translateX(-50%);
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    line-height: 1;
    z-index: 10;
    text-align: left;
    left: 50%;
    border-radius: 10px;
    padding: 5px;
}

header.header nav.navigation .navigation__menu > ul li > ul li a {
    padding: 10px 15px;
        border-radius: 5px;
            white-space: nowrap;

}

header.header nav.navigation .navigation__menu > ul li > ul li a:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    line-height: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    color: #C6A86D;
    font-size: 14px;
    margin-right: 10px
}

header.header nav.navigation .navigation__menu > ul li.menu-item-has-children.open > ul {
      opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg) translateX(-50%);
    transform: rotateX(0deg) translateX(-50%);
}

header nav.navigation .navigation__toggler {
    position: relative;
    margin: 0;
    z-index: 1;
    line-height: 1.25;
    cursor: pointer;
    color: #ffffff;
    display: none;
    border-radius: 50%;
    background: #C6A86D;
    aspect-ratio: 1 / 1;
    align-content: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}


header nav.navigation .navigation__toggler span {
    display: block;
    width: 22px;
    height: 2px;
    transition: all 500ms ease-in-out;
    position: relative;
    background: currentColor;
}


header nav.navigation .navigation__toggler span + span {
    margin-top: 4px;
}

header nav.navigation .navigation__toggler span:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navigation .navigation__toggler span:nth-of-type(2) {
    opacity: 1;
    width: 22px;
    margin-left: 0;
}

header nav.navigation .navigation__toggler span:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navigation .navigation__toggler.open span {
    position: relative;
    background-color: currentColor;
}

header nav.navigation .navigation__toggler.open span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navigation .navigation__toggler.open span:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navigation .navigation__toggler.open span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}



/* header.header */

section.header.header {
    position: relative;
    background: #E5D2BF;
    padding: var(--extralarge) 0 ;
    
}

section.header:has(.header__phone) {
    margin-bottom: calc(var(--extralarge) * 2);
}

section.header.header .header__content {
    position: relative;
}

section.header.header .header__content .header__content-buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--small);
    flex-direction: column;
    align-items: stretch;
    max-width: max-content;
    min-width: 270px;
    text-align: center;
}

section.header.header .header__content *:last-child {
    margin-bottom: 0;
}


section.header.header .header__image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
    
    margin-right: var(--extralarge-negative)
}

body:not(.single-product) section.header.header .header__image:after {
        content: url(images/ringen.svg);
    width: 210px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 0;
    transform: translate(-50%, 50%);
    pointer-events: none;
}

section.header.header .header__image img{
    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;
    border-radius: var(--borderradius);
}


section.header.header .header__phone {
    line-height: 0;
    margin-bottom: calc(var(--extralarge-negative) * 2);
    margin-top: var(--large-negative);
    position: relative;
    z-index: 1;
    animation: bounceIn 3s infinite;
}

section.header.header .header__phone:before {
    content: '';
    opacity: 0.4;
    background: #F1E4D8;
    position: relative;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
    bottom: var(--medium-negative);
        z-index: -1;
    pointer-events: none;
}

/* section.header.header .header__image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
} */



/* Block */

section.block {
    position: relative;
    margin: var(--largehuge) 0;
}

section.block .block-content {
       background: #F0F0E9;
    padding: var(--large);
    top: var(--huge-negative);
    position: relative;
}

section.block .block-content :is(h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6) {
    color: #C6A86D;
}

section.block .block-content ul {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

section.block .block-content ul li a {
    padding: var(--small) 0;
    border-bottom: 1px solid #D2D2C3;
    text-decoration: none;
    display: block;
    position: relative;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.block .block-content ul li a:hover {
        color: #C6A86D;
}


section.block .block-content ul li a:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    line-height: 1;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    font-size: 20px;
    color: #C6A86D;
}

section.block .block-content ul li a:hover:after {
     -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.block .block-content .block-content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

section.block .block-image {
    position: relative;
    display: block;
    padding-bottom: 75%;
    height: 100%;
}

section.block .block-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* About */

section.about {
    position: relative;
}

section.about:has(+ section.objects.objects--background):before {
        content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    background: #F0F0E9;

}

section.about .about-background {
    background: #270000;
    padding: var(--largehuge) var(--extralarge);
    color: #ffffff;
}

section.about .about-content {
    position: relative;
    z-index: 1;
}

section.about .about-content :is(h1, .h1) {
    margin-right: var(--massive-negative)
}

section.about .about-content :is(h5, h6, .h5, .h6) {
    color: #ffffff;
}

section.about .about-content .about-content__buttons {
    margin-top: var(--small);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

section.about .about-content .about-content__buttons .btn:before {
	background: #ffffff;
}

section.about .about-content .about-content__buttons .btn:hover {
	color: #270000;
}

section.about .about-images{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: var(--small);
    padding-bottom: var(--extralarge);
    margin-top: var(--medium-negative);
    margin-bottom: var(--medium-negative);
} 

section.about .about-images .about-images__image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    flex: 1;
}

section.about .about-images .about-images__image:first-child {
        top: var(--extralarge);
}

section.about .about-images .about-images__image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/* Intro */

section.intro {
    background: #F0F0E9;
    padding: var(--extralarge) 0;
}

section.intro .intro-content {

}

section.intro .intro-content *:last-child {
    margin-bottom: 0
}


/* Post */

section.post {
    margin: 0 0 var(--extralarge) 0;
    overflow: hidden;
}

section.post .post-header.header {
    background: #F0F0E9;
    padding: var(--extralarge) 0 var(--large) 0;
    text-align: center;
    text-wrap: balance;
}

section.post .post-header.header :is(b, strong) {
    font-weight: 500
}

section.post .post-header.header .post-header__author {
    display: -webkit-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: var(--extrasmall);
     margin-top: var(--small);
        text-align: left;
}

section.post .post-header.header .post-header__author .post-header__image {
     position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    width: 75px;
    overflow: hidden;
    border-radius: 50%
}

section.post .post-header.header .post-header__author .post-header__image img {
      position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
        left: 0;
    right: 0;
}

section.post .post-header.header .post-header__author .post-header__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
        line-height: 1.5;
        font-weight: 500
}

section.post .post-header.header .post-header__author .post-header__name :is(b, strong) {
    color: #C6A86D;
    display: block;
    font-size: 18px;
}


section.post .post-header.header *:last-child {
    margin-bottom: 0
}




section.post .post-image {
    position: relative;
    display: block;
    aspect-ratio: 2 / 1;
}

section.post .post-image:before {
        content: '';
    position: absolute;
    width: 100vw;
    top: 0;
    left: -50%;
    height: 50%;
    background: #F0F0E9;
    pointer-events: none;
}

section.post .post-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.post .post-content {
    padding-top: var(--large);
}

section.post .post-content img {
    max-width: 100%;
    height: auto
}

section.post .post-content *:last-child {
    margin-bottom: 0
}

/* Banner */

section.banner  {
    position: relative;
    overflow: hidden;
    margin-bottom: var(--extralarge)
}

section.banner.banner--background {
    background: #F0F0E9;
}

section.banner:has(.banner-content) {
    padding-bottom: var(--extralarge)
}


section.banner .banner-background {
    position: relative;
    display: block;
    aspect-ratio: 3 / 1;
    /*width: calc(var(--container) + calc(var(--container) / 2));*/
    width: calc(100% + calc(100vw - var(--container)) / 2);
    float: right;
}


section.banner .banner-background :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.banner .banner-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    margin-top: var(--extralarge-negative);
}

section.banner .banner-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.banner .banner-content {
    position: relative;
    padding: var(--large) var(--large) 0 var(--large);
    color: #ffffff
}

section.banner .banner-content:before {
       content: '';
    position: absolute;
    right: 0;
    bottom: var(--extralarge-negative);
    width: calc(var(--container) + calc(var(--container) / 2));
    background: #270000;
    z-index: -1;
    height: 300%;
}

/* Article */

article.article {
    margin: var(--extralarge) 0;
    position: relative;
}



article.article .article__content {
   
}


.labels {
       display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 7.5px;
    margin-bottom: var(--medium);
    overflow: hidden;
}

.labels li {
    padding: 10px 17.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    background: #FAF6F0;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    border-radius: 30px;
}

article.article .article__content :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
       margin-top: var(--medium);
}

article.article .article__content.article__content--background {
    background: #ffffff;
    border-radius: var(--borderradius);
    padding: var(--extralarge)
}

article.article .article__content ul li {
	position: relative;
    list-style: none;
    display: flex;
    gap: 10px;
}

article.article .article__content ul li:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 7 Pro Solid';
}


article.article .article__content .article__content-buttons {
    margin-top: var(--smallmedium);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}


article.article .article__content *:last-child {
    margin-bottom: 0;
}

article.article .article__image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
    border-radius: var(--borderradius);
    overflow: hidden;
}

article.article .article__image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
}

article.article .article__sidebar {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: var(--extrasmall);
        margin-top: var(--extralarge);
}

article.article .article__sidebar li button {
     font-family: "poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    transition: all 0.3s;
    padding: 0;
    cursor: pointer;
}

article.article .article__sidebar li button.active {
    color: #C6A86D;
        text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;
}

/* Products */

section.products {
    position: relative;
    margin: var(--extralarge) 0;
    /* overflow: hidden */
}

section.products .products__background {
    background-color: #C6A86D;
    border-radius: var(--borderradius);
    color: #ffffff;
    padding: var(--large) var(--extralarge);
    overflow: hidden
}

section.products .products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--mediumlarge);
    gap: var(--small);
}

section.products .products__header * {
    margin-bottom: 0
}

section.products .products__header .btn {
        flex: 0 0 auto;
}

section.products .products__form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--mediumlarge);
    gap: var(--small);
}

section.products .products__form small{
    white-space: nowrap;
}

section.products .products__form select {
     max-width: max-content;
     white-space: nowrap;
}

section.products .products__content ul li {
	position: relative;
    list-style: none;
    display: flex;
    gap: 10px;
}

section.products .products__content ul li:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 7 Pro Solid';
}

section.products .products__content .products__content-buttons {
    margin-top: var(--smallmedium);
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
}

.product {
    border-radius: 30px;
    background: #ffffff;
    color: #1E1E1E;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%
}

.product:hover {
     transform: scale(1.025);
     box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.375);
}

.product .product__content {
    flex: 1 1 auto;
    padding: var(--small) var(--smallmedium);
}


.product .product__content ul {
       display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 7.5px;
    margin-bottom: 0;
    height: 71.5px;
    overflow: hidden;
}

.product .product__content ul li {
    padding: 10px 17.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    background: #E5D2BF;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    border-radius: 30px;
}

.product .product__footer {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
    padding: 0 var(--smallmedium) var(--small) var(--smallmedium);
    justify-content: center;
}

.product .product__image {
    position: relative;
    display: block;
    border: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.product .product__image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 0.3s;
    padding: var(--extrasmall)
}

.product .product__image .product__image-heart {
    position: absolute;
    top: var(--small);
    right: var(--small);
    font-size: 20px;
    color: #C6A86D;
    line-height: 1;
    padding: 0;
    margin: 0;
    z-index: 9;
    transition: all 0.3s;
    cursor: pointer;
}

.product .product__image .product__image-heart:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 7 Pro';
}

.product .product__image .product__image-heart:hover {
    transform: scale(1.25);
}

.product .product__image .product__image-heart:hover:before,
.product .product__image .product__image-heart[data-action="liked"]:before {
    font-family: 'Font Awesome 7 Pro Solid';
}


/* matches */

section.matches {
    position: relative;
    padding: var(--extralarge) 0;
    background: #C6A86D;
    color: #ffffff;
    overflow: hidden;
    min-height: 100vh;
        min-height: calc(100dvh - var(--headerheight));
            display: flex;
    flex-direction: column;
    justify-content: center;
}

section.matches .matches__logo {
    margin-bottom: var(--large);
}

section.matches .matches__header {
    text-align: center;
    font-size: 20px;
    margin-bottom: var(--smallmedium);
}

section.matches .matches__header :is(h1, h2, h3) {
    margin-bottom: var(--tiny)
}

section.matches .matches__header .match span {
       display: flex;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FAF6F0;
    font-size: 54px;
    color: transparent;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase
}

section.matches .matches__header .match span:before,
section.matches .matches__header .match span:after {
        content: url(images/heart.svg);
    line-height: 0;
    width: 22.5px;
    display: inline-block;
       position: relative;
    top: 2.5px;
}

section.matches .matches__header .match span:after {
    top: 5px;
}

section.matches .matches__header *:last-child {
    margin-bottom: 0
}

section.matches .tinder {
    display: flex;
    flex-direction: column;
    position: relative;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;

}

section.matches .tinder.loaded {
    opacity: 1;
}

section.matches .tinder .tinder__cards {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
    margin-top: var(--medium);
}

section.matches .tinder .tinder__cards .tinder__card {
    display: inline-block;
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    position: absolute;
    will-change: transform;
    transition: all 0.3s ease-in-out;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

section.matches .tinder .tinder__cards .tinder__card .product .product__content h4 {
	    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


section.matches .tinder .tinder__cards .moving.tinder__card {
    transition: none;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

section.matches .tinder .tinder__cards .tinder__card * {
    pointer-events: none;
}


section.matches .matches__actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: var(--medium);
}

section.matches .matches__actions button {
    aspect-ratio: 1 / 1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 30px;
    transition: all 0.3s;
    cursor: pointer;
}

section.matches .matches__actions button:hover {
    transform: scale(1.1)
}

section.matches .matches__actions button:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 7 Pro Solid';
}

section.matches .matches__actions button#prev { 
    font-size: 24px;
}

section.matches .matches__actions button#dislike {
    background: rgb(255 255 255 / 30%);
}

section.matches .matches__actions button#like {
    color: #E5D2BF;
    background: #ffffff;
}

section.matches .matches__actions button#love { 
    font-size: 24px;
}

section.matches .matches__buttons {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: var(--medium);
}
section.matches .matches__buttons span {
        line-height: 1.675;
}

/* Logo's */

section.logos {
    position: relative;
    margin: var(--extralarge) 0;
    overflow: hidden
}

section.logos .logo {
        position: relative;
    display: block;
    border: 0;
    aspect-ratio: 16 / 9;
}

section.logos .logo img {
        position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: all 0.3s;
}



/* Loading */

body.loading {
    overflow-y: hidden;
    overflow-x: hidden;
}


body.loading:before {
       content: '';
    background: #C6A86D;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    position: fixed;
    opacity: 0.25;
}


body.loading:after {
    content: '';
    width: 60px;
    height: 60px;
    border-width: 7.5px;
    border-style: solid;
    border-color: #C6A86D;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}



/* Accordion */

.accordion  {
    
}

.accordion .accordion__item {
   border-bottom: 1px solid #D8D8D8;
   padding: var(--extrasmall) var(--small)
}

.accordion .accordion__item .accordion__item-toggler {
    font-weight: 500;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;

    text-align: left;
}

.accordion .accordion__item .accordion__item-toggler:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro Solid';
     transition: all 0.3s;
}


.accordion .accordion__item .accordion__item-toggler[aria-expanded="true"]:after {
  
    transform:  rotate(-180deg);

}

.accordion .accordion__item .accordion__item-content {
    padding-top: var(--tiny);
}




/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

.social-media li {
}



.social-media li a {
    
    transition: all 0.3s;
    font-size: 18px;
    text-decoration: none;
}

.social-media li a:hover {
        color: #C6A86D;
}



.social-media li a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 6 Brands';
}

/* Breadcrumbs */

.breadcrumbs {
    margin-bottom: var(--medium)
}

.breadcrumbs:only-child {
	margin-bottom: 0;
}

/* Slick slider */

.slick-list {
    overflow: visible
}

.slick-arrow {
    background: #C6A86D;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    transition: all 0.3s;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.slick-arrow:hover {
    background: #E5D2BF;
}

.slick-arrow:after{
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 7 Pro';
    font-size: 18px;
    color: #ffffff;
}

.slick-prev {
    transform: scaleX(-1) translate(50%, -50%);
    left: calc(var(--extrasmall) * 0.5)
}

.slick-next {
    transform: translate(50%, -50%);
    right: calc(var(--extrasmall) * 0.5)
}



/* Gravity Forms */

.gform_wrapper {
  

}

.gform_wrapper form {
    position: relative;
}


.gform_wrapper form .gform_body {


}

.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: var(--extrasmall-negative);
    margin-left: var(--extrasmall-negative);
}

.gform_wrapper form .gform_body .gform_fields .gfield,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: var(--extrasmall);
    padding-left: var(--extrasmall);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: var(--extrasmall)
}


.gform_wrapper form .gform_body .gform_fields .gfield:last-child,
.gform_wrapper form .gform_body .gform_fields .gfield:has(.gform-grid-row) {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_page_fields .gform_fields .gfield {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    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;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half,
.gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-third {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-two-thirds {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-html {
    margin-top: var(--small)
}


.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}



.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label > :is(label, legend) {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield :is(label, legend) + .gfield_description {
    font-size: 14px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error :is(input, textarea) {
    border-color: #E72B37
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    background: #ffe5e6;
    color: #E72B37;
    border-left: 3px solid #E72B37;
    padding: 7.5px 10px;
    line-height: 1.25;
    display: inline-block;
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
    line-height: 1;
}


.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .instruction {
    font-size: 14px;
    margin-top: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-section) *:last-child {
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield label {
    margin-bottom: 5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container{

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) {

}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice {
        display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input {
    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;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    margin-bottom: 0;
    padding: 12.5px 20px;
    
    border: 1.5px solid #e6e5e5;
    border-radius: 50px;
    line-height: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
        position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images)#field_5_28 .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    padding-left: 47.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:before {
        display: inline-block;
    width: 25px;
    line-height: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:hover {
    border-color: #000000;
}

.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice label:active {
    transform: scale(0.925);
}


.gform_wrapper form .gform_body .gform_fields .gfield:is(.gfield--type-radio, .gfield--type-checkbox):not(.gfield--type-images) .ginput_container :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label {
    border-color: #000000;
    box-shadow: 0 0 0 0.5px #000000 inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent {

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input{
    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;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent label:before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 7.5px;
    background: #ffffff;
    border: 1.5px solid #000000;
    vertical-align: middle;
    vertical-align: -2px;
     border-radius: 50%;
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-consent .ginput_container_consent input:checked + label:before{
    background: #000000;
    box-shadow: 0 0 0 2px #ffffff inset;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice {
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input{
    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;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice label img {
    border: 2px solid #e6e5e5;
    margin-bottom: 7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-images :is(.gfield_radio, .gfield_checkbox) .gchoice input:checked + label img{
    border-color: #b4a677;
}


.gform_wrapper form .gform_footer {
      margin-top: var(--small);
}


.gform_wrapper form .gform_body .gform_page_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
/*     border-top: 1px solid #E4E4E4; */
    margin-top: 30px;
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    border-radius: 0;
}

.gform_wrapper form .gform_body .gform_page_footer .gform_next_button {
    margin-left: auto;
    background: #b4a677;
}

.gform_wrapper form .gform_body .gform_page_footer input[type="submit"] {
    margin-left: auto;
    background: #0C534D;
    border-color: #0C534D;
}



.gform_wrapper form .gform_footer .gform_ajax_spinner {
    margin-left: 15px;
    border: 4px solid #E0D9C0;
    border-left: 4px solid #ffffff;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 22.5px;
    height: 22.5px;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.gform_confirmation_message {
    background: rgb(193 209 0 / 10%);
    color: #e2bf6d;
    border-left: 3px solid #e2bf6d;
    padding: 7.5px 10px;
    display: inline-block;
}

@media (max-width: 992px) {

    .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half, 
    .gform_wrapper form .gform_body .gform_fields .gfield .gform-grid-row .gform-grid-col:is(.ginput_left, .ginput_right) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}


/* Footer*/

footer {
}

footer .footer__background {
    background: #2F2A26;
    border-radius: var(--borderradius);
    color: #ffffff;
    padding: var(--large) var(--extralarge);
}

footer .footer__branding {
      display: flex;
    flex-direction: column;
    gap: var(--small);
}

footer .footer__branding .footer__branding-logo {
    line-height: 0;
    max-width: 300px;
}

footer .footer__branding .footer__branding-reviews {
    line-height: 0;
    max-width: 210px;
}

footer .footer__branding * {
    margin-bottom: 0
}

footer .footer__menu {

}

footer .footer__menu :is(h5, .h5) {
    color: #C6A86D;
}

footer .footer__menu ul {
    margin-bottom: 0;
        font-family: "poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
        display: flex;
    flex-direction: column;
    gap: var(--tiny);
}

footer .footer__menu ul li {

}

footer .footer__menu ul li a {
    text-decoration: none;
}


footer .footer__copyright {
    padding: var(--small) 0;
    text-align: center;
    color: #C6A86D;
    font-size: 14px;
}

footer .footer__copyright ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--extrasmall);
    justify-content: center;
    margin-bottom: 0;
        line-height: 1;
}

footer .footer__copyright ul li:not(:last-child):after {
    content: '-';
     padding-left: var(--extrasmall);

}

footer .footer__copyright ul li a {
    text-decoration: none;
}





.driver-active .driver-overlay,
.driver-active * {
    pointer-events: none;
}
.driver-active .driver-active-element,
.driver-active .driver-active-element *,
.driver-popover,
.driver-popover * {
    pointer-events: auto;
}
@keyframes animate-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.driver-fade .driver-overlay {
    animation: animate-fade-in 0.2s ease-in-out;
}
.driver-fade .driver-popover {
    animation: animate-fade-in 0.2s;
}
.driver-popover {
    all: unset;
    box-sizing: border-box;
    margin: 0;
    padding: var(--smallmedium);
    border-radius: 30px;
    min-width: 250px;
    max-width: 330px;
    z-index: 1000000000;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
        text-align: center;
}

.driver-popover-title {
       font-weight: 900;
    position: relative;
    line-height: 1.25;
    zoom: 1;
    margin: 0;
    font-family: "poppins";
    font-size: 20px;
}
.driver-popover-close-btn {
    all: unset;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 28px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #d2d2d2;
    z-index: 1;
    text-align: center;
    transition: color;
    transition-duration: 0.2s;
}
.driver-popover-close-btn:hover,
.driver-popover-close-btn:focus {
   
}
.driver-popover-title[style*="block"] + .driver-popover-description {
    margin-top: var(--tiny);
}
.driver-popover-description {
       margin-bottom: 0;
    line-height: 1.375;
    zoom: 1;
}
.driver-popover-footer {
    margin-top: var(--extrasmall);
    text-align: right;
    zoom: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.driver-popover-progress-text {
    display: none !important;
}
.driver-popover-footer button {
   all: unset;
    outline: 0;
    zoom: 1;
    border-radius: 3px;
    padding: 10px 17.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    z-index: 1;
    background: #C6A86D;
    color: #ffffff;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    border-radius: 30px;
}

.driver-popover-footer button.driver-popover-prev-btn {
    background: #E5D2BF;
        color: #1E1E1E;
}

.driver-popover-footer .driver-popover-btn-disabled {
    opacity: 0.5;
    pointer-events: none;
}
:not(body):has(> .driver-active-element) {
    overflow: hidden !important;
}
.driver-no-interaction,
.driver-no-interaction * {
    pointer-events: none !important;
}

.driver-popover-navigation-btns {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
        justify-content: space-between;
        gap: 10px;
}

.driver-popover-arrow {
    content: "";
    position: absolute;
    border: 15px solid #fff;
}
.driver-popover-arrow-side-over {
    display: none;
}
.driver-popover-arrow-side-left {
    left: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.driver-popover-arrow-side-right {
    right: 100%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.driver-popover-arrow-side-top {
    top: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.driver-popover-arrow-side-bottom {
    bottom: 100%;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}
.driver-popover-arrow-side-center {
    display: none;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-start,
.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
    top: 30px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-start,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start {
    left: 30px;
}
.driver-popover-arrow-align-end.driver-popover-arrow-side-left,
.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
    bottom: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-end,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
    right: 15px;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-center,
.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
    top: 50%;
    margin-top: -5px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-center,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center {
    left: 50%;
    margin-left: -5px;
}
.driver-popover-arrow-none {
    display: none;
}


/* Responsive */

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

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
    }

}

@media (max-width: 1200px) {
    :root  {
        --base: 10px;
    }

}

@media (max-width: 992px) {


    :root  {
        --base: 7.5px;
        --borderradius: 30px;
    }

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

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

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

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

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

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

    .btn {
            padding: 10px 30px;
    }
    
    /* body {
        font-size: 15px;
    } */

    header.header .usps {
        padding: var(--extrasmall) 0;
    }

    header.header .usps ul {
        flex-wrap: wrap;
		max-width: 100%;
    }
	
	header.header .usps ul li {
		background: #E5D2BF;
		white-space: nowrap;
		animation: uspsanimation 9s ease-in-out infinite;
	}

    header.header:has(+ main section.matches) .usps ul li {
            background: #C6A86D;
    }
	
	header.header .usps ul li:not(:first-child) {
		opacity: 0;
		position: absolute;
	}
	
	header.header .usps ul li:nth-child(1) {
		animation-delay: 0s;
	}

	header.header .usps ul li:nth-child(2) {
		animation-delay: 3s;
	}

	header.header .usps ul li:nth-child(3) {
		animation-delay: 6s;
	}
	
	header.header .usps ul li:before {
		animation: unset;
	}

    header.header nav.navigation {
        flex-wrap: wrap;
    }

    header.header nav.navigation:has(.open) {
        border-radius: var(--borderradius)
    }

    header.header nav.navigation .navigation__brand {
        max-width: 210px;
    }
    header.header nav.navigation .navigation__toggler {
        display: grid;
    }

    header.header nav.navigation .navigation__menu {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
        height: 0;
        flex-wrap: wrap;
    }
  
    header.header nav.navigation .navigation__menu > ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        margin-top: var(--smallmedium);
        gap: var(--smallmedium);
        margin-left: unset;
        margin-right: unset;
    }

    section.header.header .header__image {
        margin-right: 0
    }

    body:not(.single-product) section.header.header .header__image:after {
            width: 120px;
    }

    section.header.header .header__phone {
        margin-top: var(--small);
        margin-bottom: calc(var(--extralarge-negative) * 1.75);
    }

    section.header.header .header__content .header__content-buttons {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    section.products .products__background {
        padding: var(--large) var(--large);
    }

    .product .product__content {
        padding: var(--extrasmall) var(--small);
    }

    section.matches .tinder .product .product__content {
           padding: var(--small) var(--smallmedium);
    }

    .product .product__footer {
        padding: 0 var(--small) var(--small) var(--small);
    }

    section.matches .tinder .product .product__footer {
           padding: 0 var(--smallmedium) var(--small) var(--smallmedium);
    }

    .product .product__content ul{
        gap: 5px;
    }

    .product .product__content ul li {
        padding: 10px 12.5px;
                font-size: 10px;
    }

    article.article .article__content.article__content--background {
        padding: var(--large);
    }

    article.article .article__sidebar {
        margin-top: 0;
        flex-direction: inherit;
        flex-wrap: wrap;
    }

    article.article .article__sidebar li button {
            font-size: 16px;
    }

    section.products .products__form{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
           
    }

    section.products .products__form small {
        order: 4;
                text-align: center;
    }

    section.products .products__form button {
        order: 3;
    }

    section.products .products__form select {
        max-width: 100%;
    }

    section.matches .matches__header {
        font-size: 18px;
        margin-bottom: var(--large);
    }

    section.matches .tinder .tinder__cards {
        margin-top: var(--large);
    }

    section.matches .matches__buttons {
 margin-top: var(--large);
    }

    section.matches .tinder .tinder__cards .tinder__card {
        max-width: 300px;
    }

    
        

    /* section.matches .tinder .tinder__cards {
            margin-top: var(--massive);
    } */

    footer .footer__background {
                padding: var(--large);
    }

    

}   

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

@keyframes uspsanimation {
    0%   { opacity: 0; transform: translateY(10px); }
    10%  { opacity: 1; transform: translateY(0); }
    30%  { opacity: 1; transform: translateY(0); }
    40%  { opacity: 0; transform: translateY(-10px); }
    100% { opacity: 0; transform: translateY(-10px); }
}

@keyframes bounceIn {
	0%{
        transform: translateY(0);
    }
	50% {
    transform: translateY(-10px);
  }
	
}





.gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
    margin-left: 2%;
}
.gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
    margin-left: 0;
}
.gform_wrapper.gravity-theme .ginput_container_date label {
    display: block;
}
html[dir="rtl"] .gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
    margin-left: 0;
    margin-right: 16px;
}
html[dir="rtl"] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
    margin-right: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    padding: 18px 15px;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
    background: 0 0;
    border: 0;
    margin: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
    padding: 5px;
    text-shadow: none;
    text-transform: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    color: #000000;
    cursor: pointer;
    display: flex;
    font-family: gform-icons-theme !important;
    font-size: 24px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    speak: never;
    top: -2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    width: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
    color: #2f4054;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    display: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
    border: 0;
    height: auto;
    position: static;
    transform: none;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    display: none;
}
.
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
   display: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    background-color: transparent;

    background-position: 100% 50%;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #585e6a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    min-height: 0;
    padding: 0 22px 0 0;
    -webkit-appearance: none;
    width: auto;
    
    background-position: calc(100% - 5px) 50%,calc(100% - 0px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 20px;
    -moz-text-align-last: right;
    text-align-last: right;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
    font-weight: 400;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
    align-items: center;
    color: #2f4054;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
    font-size: 13px;
    height: 50px;
    width: 50px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    align-items: center;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: #2f4054;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    text-decoration: none;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
    background: 0 0;
    border-color: #000000;
    outline: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
    background: #f2f3f5;
    border-color: #000000;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #000000;
    border-color: #000000;
    box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
    color: #fff;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
    border-color: #000000;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
    background: 0 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    align-items: center;
    background: #f2f3f5;
    border: 1px solid rgba(32, 32, 46, 0.079);
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
    color: #686e77;
    cursor: text;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    opacity: 0.3
}
