@font-face {
  font-family: 'GillSans';
  src: url('Gill-Sans-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Calathea';
  src: url('CALATHEA-Regular.ttf') format('opentype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p, span, small, div, a{
    font-family: 'GillSans', sans-serif !important;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Calathea', sans-serif !important;
}

.font-bold{
  font-family: 'GillSans', sans-serif !important;
}



body #custom-footer-1 .wpcf7-form.init input{
	margin-top: 0 !important;
    font-weight: 400 !important;
    margin: 10px 0;
    padding-left: 15px;
}

body #custom-footer-1 .wpcf7-form.init input[type="submit"]{
	padding: 8px 25px;
	background: #D1DDD8;
	margin-top: 10px !important;
	border: unset;
    font-size:16px;
    color: #000;
    font-weight: 500;
}

body #custom-footer-1 .elementor-widget:not(:last-child){
	margin-bottom: 15px;
}

#apus-header #custom-header-1{
	padding: 0 !important;
}

/* #apus-header{
	position: absolute;
} */

#apus-header marquee{
	padding-top: 3px;
}

#apus-header marquee span{
	text-decoration: underline;
    display: inline-block;
    margin-left: 100px;
}

#apus-header marquee span.separator-span{
	text-decoration: underline;
    display: inline-block;
    margin-left: 300px;
}

#apus-header marquee h5{
	margin:0;
    font-weight: 400;
    color: #1a1a1a;
    text-underline-offset: 3px;
    font-size: 13px;
}

#homepage-shop-slider .swiper-slide{
	background: transparent;
    text-align: center;
}

#custom-patsy-img img{
	height: 80vh;
    object-position: center;
    object-fit: cover;
}

.elementor-1046 .elementor-element.elementor-element-c7ea217 .navbar-nav.megamenu > li > a{
	letter-spacing: 1px;
}

body .bdt-ep-product-carousel-title, .bdt-ep-product-carousel-price{
	width: 100%;
    text-align: center;
}

body section[data-id="d8e8afb"] .elementor-widget:not(:last-child){
	margin-block-end: 5px;
}

body div[data-id="c841e36"] br{
	display: none;
}

body div[data-id="c841e36"] p{
	margin-bottom: 10px;
}

body #swiper-wrapper-35389fd4913b105a3 .bdt-ep-product-carousel-title{
	font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}

body #custom-homepage-bgdiv{
	min-height: 600px;
}



/* Coupon newsletter ---------------------------------------- */
#custom-popup-pr.popup {
  width: 900px;
  display: flex;
  background: white;
  margin: 50px auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

#custom-popup-pr .left {
  width: 50%;
  padding: 50px;
  text-align: center;
}

#custom-popup-pr .brand {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#custom-popup-pr .box {
  background: #d9e2e1;
  padding: 30px;
}

#custom-popup-pr input {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid black;
  margin-top: 20px;
  background: transparent;
}

#custom-popup-pr button {
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  background: #2f2a2a;
  color: white;
  border: none;
  cursor: pointer;
}

#custom-popup-pr .code {
  display: none;
  margin-top: 20px;
  font-weight: bold;
}

#custom-popup-pr .no-thanks {
  margin-top: 10px;
  cursor: pointer;
  text-decoration: underline;
  color: #1a1a1a;
}

#custom-popup-pr .right {
  width: 50%;
  background: url('https://patsywesson.com/wp-content/uploads/2026/04/Screenshot-2026-04-07-174513.png') center/cover no-repeat;
}

body #custom-popup-pr h2{
	font-size: 40px;
    line-height: 52px;
    margin-bottom: 0px;
}

body #custom-popup-pr p{
	font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
/* ---------------------------------------------------------- */

@media screen and (max-width: 992px) and (min-width:300px){
	#custom-popup-pr.popup{
    	width: 100%;
        display: block;
    }
    #custom-popup-pr .left{
    	padding: 25px;
    }
    #custom-popup-pr .right, #custom-popup-pr .left{
    	width: 100%;
        min-height: 350px;
    }
}