@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//flora.webmaher.ba/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Poiret One", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Dancing Script", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 20px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(248,154,79);
	--wd-alternative-color: rgb(205,163,180);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(248,154,79);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Alpha Brights";
	src: url("//flora.webmaher.ba/wp-content/uploads/2026/05/AlphaBrights-lgm15.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

/* =========================
   FLORINE
========================= */

#florine .member-image-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

#florine .member-image{
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 20px;
    isolation: isolate;
}

#florine .member-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;

    transition:
        transform .8s cubic-bezier(.22,.61,.36,1),
        filter .6s ease,
        opacity .5s ease;
}

#florine .member-image::after{
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('https://flora.webmaher.ba/wp-content/uploads/2026/05/FLORINE-2-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 20px;

    opacity: 0;
    transform: scale(1.12);
    filter: blur(8px);

    transition:
        opacity .7s ease,
        transform 1s cubic-bezier(.22,.61,.36,1),
        filter .7s ease;
}

#florine:hover .member-image img{
    opacity: 0;
    transform: scale(1.08);
    filter: blur(6px);
}

#florine:hover .member-image::after{
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}


/* =========================
   LOLA
========================= */

#lola .member-image-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

#lola .member-image{
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 20px;
    isolation: isolate;
}

#lola .member-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;

    transition:
        transform .8s cubic-bezier(.22,.61,.36,1),
        filter .6s ease,
        opacity .5s ease;
}

#lola .member-image::after{
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('https://flora.webmaher.ba/wp-content/uploads/2026/05/LOLA-2-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 20px;

    opacity: 0;
    transform: scale(1.12);
    filter: blur(8px);

    transition:
        opacity .7s ease,
        transform 1s cubic-bezier(.22,.61,.36,1),
        filter .7s ease;
}

#lola:hover .member-image img{
    opacity: 0;
    transform: scale(1.08);
    filter: blur(6px);
}

#lola:hover .member-image::after{
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}


/* =========================
   LAURA
========================= */

#laura .member-image-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

#laura .member-image{
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 20px;
    isolation: isolate;
}

#laura .member-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;

    transition:
        transform .8s cubic-bezier(.22,.61,.36,1),
        filter .6s ease,
        opacity .5s ease;
}

#laura .member-image::after{
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('https://flora.webmaher.ba/wp-content/uploads/2026/06/69-1-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 20px;

    opacity: 0;
    transform: scale(1.12);
    filter: blur(8px);

    transition:
        opacity .7s ease,
        transform 1s cubic-bezier(.22,.61,.36,1),
        filter .7s ease;
}


#laura:hover .member-image img{
    opacity: 0;
    transform: scale(1.08);
    filter: blur(6px);
}

#laura:hover .member-image::after{
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

#florine .member-image img,
#lola .member-image img,
#laura .member-image img{
    object-position: top;
}

#florine .member-image::after,
#lola .member-image::after,
#laura .member-image::after{
    background-position: top center;
}

#florine .member-bio,
#lola .member-bio,
#laura .member-bio{
    font-size: 14px;
    line-height: 1.6;
}

#florine .member-position,
#lola .member-position,
#laura .member-position{
    font-size: 9px;
    color: #ff7a00;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
}






/* ==========================================================
   FLORA CONTACT FORM - FINAL CSS
========================================================== */

.flora-contact-wrap{
    width:100%;
    margin:0;
}

.flora-contact-form{
    background:#fff;
    border-radius:28px;
    padding:40px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    box-sizing:border-box;
}

/* RESET CONTACT FORM 7 */

.flora-contact-form p{
    margin:0;
    padding:0;
}

.flora-contact-form br{
    display:none;
}

.wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

/* GRID */

.flora-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px 18px;
    margin-bottom:24px;
}

.flora-field{
    width:100%;
}

.flora-field label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.flora-field label span{
    color:#999;
    font-weight:400;
}

/* INPUT */

.flora-input,
.flora-textarea{
    width:100%;
    box-sizing:border-box;
    border:1px solid #e7e2df;
    border-radius:16px;
    background:#fff;
    font-size:15px;
    transition:.25s;
}

.flora-input{
    height:46px;
    padding:0 16px;
}

.flora-textarea{
    min-height:150px;
    padding:16px;
    resize:vertical;
}

.flora-input:focus,
.flora-textarea:focus{
    border-color:#ea9a49;
    outline:none;
    box-shadow:0 0 0 3px rgba(234,154,73,.12);
}

.flora-textarea::placeholder{
    color:#aaa;
}

/* RADIO */

.flora-project{
    margin-bottom:24px;
}

.flora-radio .wpcf7-form-control{
    display:flex;
    gap:12px;
    width:100%;
}

.flora-radio .wpcf7-list-item{
    flex:1;
    margin:0 !important;
}

.flora-radio .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
    height:60px;
    padding:0 18px;
    border:1px solid #e7e2df;
    border-radius:15px;
    cursor:pointer;
    box-sizing:border-box;
    transition:.2s;
}

.flora-radio .wpcf7-list-item label:hover{
    border-color:#ea9a49;
    background:#fffaf5;
}

.flora-radio input[type=radio]{
    width:16px;
    height:16px;
    margin:0;
    accent-color:#ea9a49;
}

.flora-radio .wpcf7-list-item-label{
    font-size:15px;
    color:#333;
    font-weight:500;
}

/* BUTTON */

.flora-submit-row{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:24px;
}

.flora-submit{
    background:#ea9a49;
    color:#fff;
    border:none;
    border-radius:999px;
    height:50px;
    padding:0 34px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.25s;
}

.flora-submit:hover{
    background:#df8933;
}

/* NOTE */

.flora-note{
    display:flex;
    flex-direction:column;
    gap:2px;
    font-size:13px;
    line-height:1.5;
    color:#777;
}

.flora-note span{
    display:block;
}

/* RESPONSIVE */

@media(max-width:768px){

.flora-contact-form{
    padding:24px;
}

.flora-grid{
    grid-template-columns:1fr;
}

.flora-radio .wpcf7-form-control{
    flex-direction:column;
}

.flora-submit-row{
    flex-direction:column;
    align-items:flex-start;
}

.flora-submit{
    width:100%;
}

}@media (max-width: 576px) {
	.testimonial-content p {
    font-size: 14px !important;
}
}

