/*
Theme Name: MK Resin
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764815609
Updated: 2025-12-04 02:33:29
*/

html {
	scrollbar-gutter: stable;
}

/***
* class: .sticky-header
*/
header div.sticky-header {
	--transition: all 0.5s ease-out;
	background-color: rgba(255, 255, 255, 0);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}
/***
* Sticky header activated
*/
header div.sticky-header.sticky-active {
	background-color: rgba(244, 239, 233, .78) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header div.sticky-header > .e-con-inner {
	transition: min-height var(--transition);
}

/***
* class: .logo
*/
header div.sticky-header .logo img {
	transition: var(--transition);
}
header div.sticky-header.sticky-active .logo img {
	max-width: 95px;
}

#slide-home .swiper-pagination-bullets {
	bottom: 25px !important;
}

#slide-home .elementor-swiper-button {
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 50%;
}

.elementor-element-b2a1820,
.elementor-element-b2a1820 .swiper-slide {
	overflow: hidden;
	border-radius: 53px;
}

.service-ul-list ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}

#contact input::placeholder {
    color: #000000;
    opacity: 1;
}

#contact input,
#contact select {
	padding-left: 0;
	padding-right: 0;
}

#contact input:focus {
	border-width: 0 0 1px 0 !important;
}

.product-short-desc,
.blog-title .elementor-heading-title a,
.blog-excerpt {
	text-overflow: ellipsis;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

ul.products.columns-3 li a.button {
	display: none !important;
}

ul.products.columns-3 li a .product-thumb {
	overflow: hidden;
	border-radius: 11px;
}

ul.products.columns-3 li a .product-thumb img {
	height: 255px;
	object-fit: cover;
	object-position: center;
	transition-duration: .3s;
	transition-property: transform;
}

ul.products.columns-3 li a .product-thumb img:hover {
	transform: scale(1.2);
}

/* WOOF */
ul.woof_list_radio li {
	margin: 0 0 7px !important;
	display: flex;
}

ul.woof_list_radio li label {
	color: #000000;
	line-height: 22px;
}

.woof_radio_label_selected {
	font-weight: 400 !important;
}

.woof_radio_term_reset_visible {
	visibility: hidden;
}

input[type="radio"] {
  accent-color: #000000;
}

.woof_submit_search_form_container {
	display: none;
}

.category-heading span.premium-dual-header-second-header a {
	color: inherit !important;
}

/* Single Product */
.flex-control-thumbs li img {
	max-height: 145px !important;
	object-fit: contain;
	object-position: center;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.product-title {
	text-overflow: ellipsis;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.download-pdf {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 10px;
}

.download-pdf li {
	border: 1px solid #F4EFE9;
	border-radius: 20px;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

.link-pdf {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding: 16px 28px;
}

.icon-pdf {
	width: 56px;
	height: 40px;
	background-image: url('/wp-content/uploads/2025/12/pdf.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.text-pdf {
	color: #000;
	line-height: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	header div.sticky-header.sticky-active .logo img {
		max-width: 80px;
	}

	.service-ul-list ul {
		grid-template-columns: auto;
	}

	.download-pdf {
		grid-template-columns: repeat(2,1fr);
	}

	.text-pdf {
		font-size: 16px;
	}

	ul.products.columns-3 li a .product-thumb img {
		height: 205px;
	}
}

@media screen and (max-width: 767px) {
	header div.sticky-header.sticky-active .logo img {
		max-width: 75px;
	}

	#slide-home .swiper-pagination-bullets {
		bottom: 10px !important;
	}

	#slide-home .elementor-swiper-button {
		padding: 2px;
	}

	.elementor-element-558db17 {
		background-image: linear-gradient(180deg, #E3E8FB 40%, #FFFFFF00 0%) !important;
	}

	.elementor-element-f81e380 {
		background-image: linear-gradient(0deg, #E3E8FB 65%, #FFFFFF00 0%) !important;
	}

	.service-ul-list ul {
		grid-template-columns: auto;
	}

	ul.products.columns-3 li a .product-thumb img {
		height: 140px;
	}

	ul.woof_list_radio li label {
		font-size: 16px;
	}

	.download-pdf {
		grid-template-columns: auto;
	}
}