.elementor-kit-48{--e-global-color-primary:#191510;--e-global-color-secondary:#473E32;--e-global-color-text:#191510;--e-global-color-accent:#B7BB40;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-size:1.4rem;--e-global-typography-text-font-weight:500;--e-global-typography-54dc094-font-family:"Cormorant Garamond";--e-global-typography-54dc094-font-size:clamp(2.2rem, 1.0846rem + 0.5128vw, 2.7rem);--e-global-typography-54dc094-font-weight:500;--e-global-typography-54dc094-letter-spacing:0.5px;--e-global-typography-1cab8a0-font-family:"Cormorant Garamond";--e-global-typography-1cab8a0-font-size:2rem;--e-global-typography-1cab8a0-font-weight:500;--e-global-typography-1cab8a0-line-height:2rem;--e-global-typography-80e18d6-font-family:"Cormorant Garamond";--e-global-typography-80e18d6-font-size:1.7rem;--e-global-typography-80e18d6-font-weight:500;--e-global-typography-80e18d6-text-transform:uppercase;--e-global-typography-80e18d6-letter-spacing:1.4px;--e-global-typography-591f008-font-family:"Cormorant Garamond";--e-global-typography-591f008-font-size:1.4rem;--e-global-typography-591f008-font-weight:500;--e-global-typography-090bd08-font-family:"Lato";--e-global-typography-090bd08-font-size:clamp(2rem, 1.9308rem + 0.3077vw, 2.3rem);--e-global-typography-090bd08-font-weight:300;--e-global-typography-090bd08-text-transform:uppercase;--e-global-typography-d1fedcf-font-family:"Lato";--e-global-typography-d1fedcf-font-size:0.9rem;--e-global-typography-d1fedcf-font-weight:300;--e-global-typography-d1fedcf-line-height:19px;--e-global-typography-bcdcb0b-font-family:"Cormorant Garamond";--e-global-typography-bcdcb0b-font-size:1.4rem;--e-global-typography-0bc6ac4-font-family:"Cormorant Garamond";--e-global-typography-0bc6ac4-font-size:1.1rem;--e-global-typography-0bc6ac4-font-weight:700;--e-global-typography-fdd13c0-font-family:"Cormorant Garamond";--e-global-typography-fdd13c0-font-size:0.9rem;--e-global-typography-fdd13c0-font-weight:500;color:#191510;font-family:"Cormorant", Sans-serif;font-size:1.2rem;font-weight:400;line-height:2rem;}.elementor-kit-48 e-page-transition{background-color:#FFBC7D;}.elementor-kit-48 a:hover{color:#828532;}.elementor-kit-48 h2{font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-48 h4{font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-48 h5{font-family:"Cormorant Garamond", Sans-serif;}.elementor-kit-48 h6{font-family:"Cormorant Garamond", Sans-serif;font-size:1.3rem;font-weight:500;line-height:2rem;}.elementor-kit-48 button,.elementor-kit-48 input[type="button"],.elementor-kit-48 input[type="submit"],.elementor-kit-48 .elementor-button{font-family:"Lato", Sans-serif;font-size:0.85px;font-weight:300;color:#FFFFFF;border-style:solid;border-width:.5px .5px .5px .5px;border-color:#000000;border-radius:.5px .5px .5px .5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000E3;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-48{--e-global-typography-80e18d6-font-size:2rem;--e-global-typography-d1fedcf-font-size:0.9rem;line-height:2.4rem;}.elementor-kit-48 h1{font-size:77px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-kit-48{--e-global-typography-1cab8a0-font-size:1.5rem;--e-global-typography-80e18d6-font-size:1.8rem;--e-global-typography-d1fedcf-font-size:0.8rem;font-size:1.2rem;line-height:2.3rem;}.elementor-kit-48 h6{line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-slideshow__title {
    font-family: lato;
    font-weight: 300;
}


/*
Make Elementor Pop-up overlay fade-in and fade-out CSS
CSS Snippet by Worda Themes
*/

.elementor-popup-modal:not([style="display: none;"]) {
    transition: all .3s;
    opacity: 1!important;
}

div.elementor-popup-modal[style="display: none;"] {
    transition: all .3s;
    opacity: 0;
    display: flex!important;
    z-index: -5;
}

.elementor-popup-modal[style="display: none;"]>div {
    display:none
}

.elementor-popup-modal {
    -webkit-animation:wrd_fadein .5s cubic-bezier(.39,.575,.565,1.000);
    animation:wrd_fadein .5s cubic-bezier(.39,.575,.565,1.000)
}

@-webkit-keyframes wrd_fadein {
    0%{opacity:0} 
    100% {opacity:1}
}

@keyframes wrd_fadein{
    0% {opacity:0} 100% 
    {opacity:1}
} 

.product_meta .tagged_as {
    display: none;
}


input.elementor-search-form__input::-webkit-search-cancel-button {
    display: none;
}

.sbi_follow_btn a {
    font-family: 'lato';
}

.sbi_load_btn  {
    font-family: 'lato' ;
}





@media screen and (max-width: 767px) {
 .elementor-nav-menu .sub-arrow .e-font-icon-svg {
    fill: white; 
 }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://philippaholland.net/wp-content/uploads/2025/09/CormorantGaramond-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://philippaholland.net/wp-content/uploads/2025/09/CormorantGaramond-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://philippaholland.net/wp-content/uploads/2025/09/CormorantGaramond-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://philippaholland.net/wp-content/uploads/2025/09/CormorantGaramond-SemiBold.woff') format('woff');
}
/* End Custom Fonts CSS */