.elementor-kit-5{--e-global-color-primary:#139F9A;--e-global-color-secondary:#141E1E;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-3c59d1e:#017A75;--e-global-color-0b4c305:#CA8A04;--e-global-color-63215cf:#F5F9F8;--e-global-color-2354fea:#646464;--e-global-color-e9c7630:#14532D;--e-global-color-c03fc59:#F0FDF4;--e-global-color-631c17c:#F4F1EB;--e-global-color-dce270d:#FFFDF5;--e-global-color-af6f12b:#30C9C3;--e-global-typography-primary-font-family:"Futura Bold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Futura Md BT";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Futura Md BT";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Futura Md BT";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;font-family:"Futura Md BT", Futura Md BT;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );font-weight:700;}.elementor-kit-5 h2{font-family:"Futura Bold", Futura Md BT;font-size:44px;font-weight:600;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1920px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* --- 1. DEFAULT STATE (Hide the 'Sold Out' text by default so it doesn't mess up your editor) --- */
.sold-out-animal {
    display: none;
}

/* --- 2. OUT OF STOCK STATE --- */
.status-outofstock .active-animal-price {
    display: none !important; /* Hides the dynamic price */
}

.status-outofstock .sold-out-animal {
    display: block !important; /* Shows the "Sold Out" text */
}

/* Visually disable the Inquire button (Since you mentioned this was working perfectly!) */
.status-outofstock .animal-inquire-btn {
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(100%);
}

/* --- 3. IN STOCK STATE (Failsafe) --- */
.status-instock .sold-out-animal {
    display: none !important; /* Ensures "Sold Out" stays hidden */
}
/* Main Elementor containers */
.e-con-boxed > .e-con-inner,
.elementor-section .elementor-container {
  max-width: 1400px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

/* Tablet */
@media (max-width: 1024px) {
  .e-con-boxed > .e-con-inner,
  .elementor-section .elementor-container {
    width: calc(100% - 48px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .e-con-boxed > .e-con-inner,
  .elementor-section .elementor-container {
    width: calc(100% - 32px);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://brown-marten-739668.hostingersite.com/wp-content/uploads/2026/04/Futura-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura Md BT';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://brown-marten-739668.hostingersite.com/wp-content/uploads/2026/04/Futura-Md-Bt-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura Md BT';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://brown-marten-739668.hostingersite.com/wp-content/uploads/2026/04/Futura-Md-Bt-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura Md BT';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://brown-marten-739668.hostingersite.com/wp-content/uploads/2026/04/Futura-Md-Bt-Medium-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Futura Md BT';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://brown-marten-739668.hostingersite.com/wp-content/uploads/2026/04/Futura-Md-Bt-Bold-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */