/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/***** ADD CUSTOM CSS HERE. *****/

span.red-text {
color: #EE3940;
}

span.yellow-text {
color: #FFAC10;
}

span.blue-text {
color: #377EC0;
}

/* Existing anchor buttons */
.header-nav .header-button a,
a.button.white.lowercase,
a.button.primary.arrow-right, 
a.button.secondary.arrow-right,
input.gform_button.button, .about-product .product-small a.button, .product-small a.button, .homepage-blog a.button {
	background-image: url("/wp-content/uploads/2025/10/arrow.png");
	background-position: right 5px center;
	background-size: 40px auto;
	padding-right: 50px !important;
	background-repeat: no-repeat;
	border-radius: 50px; 
	padding: 4px 50px 4px 20px;
	font-family: "Fredoka", sans-serif;
	font-weight: 700; /* optional for a bolder look */
	font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 2;
    text-transform: none;
}

.gform_wrapper.gravity-theme .gform_footer input.gform_button.button {
	background-color: #272727 !important;
}

.homepage-blog a.button {
	background-color: #377EC0 !important;
	border-color: #377EC0;
	color: #FFF !important;
}

.gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
}

.about-banner h1, .contact-banner h1, .homepage-banner h1, .tips-content h1, .homepage-content h2, .homepage-product h2, .homepage-value h2, .ingredients-header h1, .store-header h1, .about-content h1 {
	font-size: 50px;
}

.about-banner h2, .about-product h2, .about-bottom h2, .contact-banner h2, .contact-detail h2, .homepage-banner h2, .homepage-testimonial h2, .homepage-available h2, .homepage-blog h2, .tips-content h2, .where-content h2, .homepage-blog h3, .block h2, .ingredients-content h2, .store-content h2, .about-content h2 {
	font-size: 50px;
	}

.homepage-banner p {
	font-size: 15px;
}

.homepage-content h3, .homepage-product h3, .homepage-value h3, .homepage-testimonial h3, about-content h3 {
	font-size: 30px;
	}

.about-banner h4 {
	font-size: 20px;
}

.home-testi-slider .flickity-slider .col-inner h3 {
	font-size: 20px;
	color: #377EC0;
}

.home-testi-slider .flickity-slider .col-inner p, .home-testi-slider .flickity-slider .col-inner .testimonial-meta  {
	color: #377EC0;
}

.home-testi-slider .flickity-slider .star-rating span:before {
	color: #FFAC10;
}

#wide-nav.header-bottom {
 	/*background: linear-gradient(180deg, #272727 21.62%, #466568 98.65%);*/
}

/* Gradient background style */
.gradient-bg > .col-inner{
	background: linear-gradient(180deg, #272727 21.62%, #466568 98.65%) !important;
	border-radius: 50px;
}

.header-search-form .searchform-wrapper .searchform .search-field {
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	padding: 10px 15px !important;
}

.header-search-form .searchform-wrapper .searchform .search-field::placeholder {
	color: #377EC0 !important;
}

.form-flat .button.icon {
	background-color: #EE3940 !important; 
	color: #fff !important;              
	font-size: 10px;
}

.homepage-content .box-text {
	margin: 0;
	padding: 0;
}

.homepage-content .circle-text {
	width: 200px; /* or use any value suitable for your layout */
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: linear-gradient(180deg, #272727 21.62%, #466568 98.65%);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	margin-left: 0;
	font-size: 18px;
}

.homepage-content .svg-rotate-left .box.box-vertical {
  direction: rtl; /* flips the order visually */
}

.homepage-content .svg-rotate-left .box.box-vertical .circle-text {
	margin-left: auto;
	margin-right: 0;
}

.homepage-content .svg-rotate-right {
	margin-top: -50px;
}

.profamily-circle .box-image img {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 8px solid #fbb03b; 
	object-fit: cover;
}

.about-product ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 30px;
	background: url(/wp-content/uploads/2025/10/Vector.png) no-repeat top 5px left;
	background-size: 20px auto;
}

.section-content.relative .col-inner, .section-content.relative .col-inner .box-image { 
    border-radius: 20px !important; 
}

.about-product ul li:nth-child(even) { /*Alternate icon for even items*/
	background-image: url(/wp-content/uploads/2025/10/Vector-1.png);
	background-size: auto 20px;
}

body .contact-detail .gform_wrapper .gfield_label {
  color: #ffffff !important;
}

.related.related-products-wrapper .product-small.box {
  background-color: #ffffff; !important; /* white background */
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Product card background styling */
.product-small.box {
  background-color: #FCF7EB; /* soft cream color */
  border-radius: 20px;       /* make corners rounded */
  padding: 20px;             /* space inside */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* light shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flickity-viewport .product-small.box{
	/*height: 400px;  */
}

/* Ensure image fits nicely */
.product-small.box .box-image img {
  border-radius: 10px;
}

/* Center text and button nicely */
.product-small.box .box-text {
  text-align: center;
}

/* Change product name color */
.product-small.box .product-title a {
  color: #000000 !important; /* black */
  font-family: 'Inter', sans-serif;
  font-weight: 700; /* bold */
}

/* Hide product price globally */
.product-small .price {
  display: none !important;
}

/* Blog post card styling */
.box.box-blog-post {
  background-color: #ffffff; /* ensure it has a background */
  border-radius: 15px;       /* smooth rounded edges */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;          /* keeps the image inside rounded corners */
}

.footer-ticker .ticker-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
}

.footer-ticker .ticker {
  display: flex;
  animation: ticker-scroll 20s linear infinite;
}

.footer-ticker .ticker-item {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.footer-ticker .ticker-item h3 {
  margin: 0 1rem;
  font-size: 40px;
  display: inline-block;
}

.footer-ticker .ticker-item img {
  width: 30px;
  height: auto;
  margin: 0 1rem;
}

.product-small.box .box-image img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer-block ul {
	margin-left: 0;
}

.footer-block ul li {
	list-style-type: none;
	font-family: Fredoka, sans-serif;
	margin-left: 0;
}

.footer-block p {
	font-family: Fredoka, sans-serif;
}

.svg-rotate-right svg {
	transform: rotate(10deg);
	margin-bottom: -50px;
	margin-right: -50px;
}

.svg-rotate-left svg {
	transform: rotate(-10deg);
	margin-bottom: -50px;
	margin-left: -50px;
}

.homepage-product .gradient-col > .col-inner, .gradient-section {
	background: linear-gradient(180deg, #272727 74.57%, #466568 109.8%);
}

.homepage-product ul.nav.nav-pills, .product-tabs ul.nav.nav-pills {
	width: auto;
    margin: 0 auto;
    padding: 5px;
    background: #FFF;
    border-radius: 50px;
}

.homepage-product ul.nav.nav-pills li a, .product-tabs ul.nav.nav-pills li a {
	font-size: 20px;
	color: rgba(39, 39, 39, 1);
	padding: 0 50px;
}

.homepage-product ul.nav.nav-pills li a span, .product-tabs ul.nav.nav-pills li a span {
	line-height: 40px;
}

.homepage-product ul.nav.nav-pills li.active a, .homepage-product ul.nav.nav-pills li:hover a, .homepage-product ul.nav.nav-pills li.active:hover a, .product-tabs ul.nav.nav-pills li.active a, .product-tabs ul.nav.nav-pills li.active:hover a, .product-tabs ul.nav.nav-pills li:hover a {
	color: #FFF;
	background: rgba(238, 57, 64, 1);
}

.homepage-product ul.nav.nav-pills li.active a:before, .homepage-product ul.nav.nav-pills li:hover a:before {
	content: '';
background: url(/wp-content/uploads/2025/10/Group-88-1.png) center center no-repeat;
	position: absolute;
	left: -5px;
	top: -5px;
	bottom: -5px;
	width: 50px;
	height: 50px;
	background-size: contain;
}

.rounded-img .img-inner {
	border-radius: 30px;
}

p.gform_required_legend {
	display: none;
}

.contact-banner p strong {
	font-size: 20px;
	color: #466568;
}

.shop-page-title nav.woocommerce-breadcrumb {
	display: none;
}

.home-testi-slider .flickity-slider .col-inner {
	background: #FFF;
	border-radius: 20px;
	padding: 15px;
}

.homepage-available .box {
	overflow: hidden;
	border-radius: 20px;
	background-color: #FCF7EB;
}

.homepage-available .slider .ux-logo-image {
	border-radius: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.home-testi-slider .flickity-slider .col {
	/*padding-left: 50px;*/
}

.home-testi-slider .icon-box-img {
width: 100px !important;
    margin-left: -95px;
}

.homepage-blog .image-cover .overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #FFFFFF 100%);
}

.homepage-testimonial .flickity-page-dots {
	bottom: 0;
}

.homepage-testimonial .flickity-page-dots li {
	border: 0;
	opacity: 1;
	width: 25px;
	height: 25px;
	background: url(/wp-content/uploads/2025/10/Group-142.png) center no-repeat;
	background-size: contain;
	border-radius: 0;
	background-color: transparent !important;
	margin: 0 5px;
}

.homepage-testimonial .flickity-page-dots li.is-selected {
	background: url(/wp-content/uploads/2025/10/Group-141.png) center no-repeat;
	background-size: contain;
	background-color: transparent !important;
}

.homepage-testimonial .slider {
	padding-bottom: 30px;
}

.about-paw.ux-logo {
	position: absolute;
    bottom: -40px;
    left: -75px;
}

.back-to-top.active {
bottom: 100px;
    right: 30px;
}

div.product-small.cat-for-cats .box-image:before, div.product.cat-for-cats .product-images:before {
	content: '';
	width: 80px;
	height: 50px;
	background: url(/wp-content/uploads/2025/11/Group-204.png) bottom right no-repeat;
	background-size: contain;
	z-index: 2;
	right: 10px;
	position: absolute;
	bottom: 10px;
}

div.product-small.cat-for-kittens .box-image:before, div.product.cat-for-kittens .product-images:before {
	content: '';
	width: 80px;
	height: 50px;
	background: url(/wp-content/uploads/2025/11/Group-199-2.png) bottom right no-repeat;
	background-size: contain;
	z-index: 2;
	right: 10px;
	position: absolute;
	bottom: 10px;
}

div.product-small.cat-for-kittens.cat-for-cats .box-image:after, div.product.cat-for-cats.cat-for-kittens .product-images:after {
	content: '';
	width: 80px;
	height: 50px;
	right: 95px;
	background: url(/wp-content/uploads/2025/11/Group-204.png) bottom right no-repeat;
	background-size: contain;
	z-index: 2;
	position: absolute;
	bottom: 10px;
}

div.product-small.cat-indulgence .box-image:after, div.product.cat-indulgence .product-images:after {
	content: '';
	width: 80px;
	height: 50px;
	right: 10px;
	background: url(/wp-content/uploads/2025/11/Group-206-1.png) bottom right no-repeat;
	background-size: contain;
	z-index: 2;
	position: absolute;
	bottom: 35px;
}

.ingredients-content img{
	border-radius: 30px;
}

.ingredients-content, .store-header {
	background: linear-gradient(180deg, #272727 21.62%, #466568 98.65%) !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	pointer-events: none;
}

.woo-selected-variation-item-name, .single_variation_wrap {
	display: none !important;
}

/* Ensure the default close button is visible */
.gm-ui-hover-effect {
    opacity: 1 !important;
    display: block !important;
}

/* Make sure it's above your content */
.gm-style-iw + div {
    z-index: 9999 !important;
}

/* If your theme is clipping it */
.gm-style-iw,
.gm-style-iw-d {
    overflow: visible !important;
}

/* Target the default InfoWindow close button */
.gm-style-iw .gm-ui-hover-effect {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px !important;
    height: 32px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

/* Hide the original SVG mask span */
.gm-style-iw .gm-ui-hover-effect span {
    display: none !important;
}

/* Add our own text "x" */
.gm-style-iw .gm-ui-hover-effect::after {
    content: "x";
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #333;          /* change color if you like */
    font-weight: bold;
}
/* Add padding inside the InfoWindow content */
.gm-style-iw-d > div {
    padding: 15px;
}

.gm-style-iw-chr {
	top: 0;
	right: 0;
	position: absolute;
}

.gm-style .gm-style-iw-c {
	padding-left: 0;
}


/* Mobile-specific styles */
@media only screen and (max-width: 768px) {

.about-banner h1, .contact-banner h1, .homepage-banner h1, .tips-content h1, .homepage-content h2, .homepage-product h2, .homepage-value h2 {
	font-size: 32px;
}

.about-banner h2, .about-product h2, .about-bottom h2, .contact-banner h2, .contact-detail h2, .homepage-banner h2, .homepage-testimonial h2, .homepage-available h2, .homepage-blog h2, .tips-content h2, .where-content h2, .homepage-blog h3 {
	font-size: 28px;
	}

.homepage-content h3, .homepage-product h3, .homepage-value h3, .homepage-testimonial h3 {
	font-size: 24px;
	}
	
	.svg-rotate-left svg {
	    transform: rotate(0);
    margin-left: 0;
	}
	
	.svg-rotate-right svg {
    transform: rotate(0);
    margin-right: 0;
}

.about-bottom h4 {
    font-size: 20px;
}

.product-small.box, .related.related-products-wrapper .product-small.box {
    padding: 10px;
}

.header-nav .header-button a, a.button.white.lowercase, a.button.primary.arrow-right, a.button.secondary.arrow-right, input.gform_button.button, .about-product .product-small a.button, .product-small a.button, .homepage-blog a.button {
    line-height: 1.5;
    font-size: 14px;
}

.header-nav .header-button a, a.button.white.lowercase, a.button.primary.arrow-right, a.button.secondary.arrow-right, input.gform_button.button, .about-product .product-small a.button, .product-small a.button, .homepage-blog a.button {
    background-image: url(/wp-content/uploads/2025/10/arrow.png);
    background-position: right 5px center;
    background-size: 30px auto;
    padding-right: 40px !important;
    background-repeat: no-repeat;
    padding: 4px 40px 4px 10px;
}
	
	#customer-map-wrapper {
		display: block !important;
	}
}

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



