/**
 * Siddik DevKit – polished UI for every Elementor/Gutenberg widget skin.
 */

/* ═══════════════════════════════════════════
   PRODUCT CATEGORY – 5 skins
   ═══════════════════════════════════════════ */

.elementor-widget-siddwdk-product-category > .elementor-widget-container,
.siddwdk-product-category-block {
	overflow: visible;
}

/* Skin 1 – Modern circle card */
.elementor-widget-siddwdk-product-category .siddwdk-product-category-current-theme1.siddwdk-product-category-card,
.siddwdk-product-category-block .siddwdk-product-category-current-theme1.siddwdk-product-category-card {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.elementor-widget-siddwdk-product-category .siddwdk-product-category-current-theme1.siddwdk-product-category-card:hover,
.siddwdk-product-category-block .siddwdk-product-category-current-theme1.siddwdk-product-category-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--siddwdk-shadow-lg, 0 20px 48px rgba(15, 23, 42, 0.12));
}

/* Skin 2 – Sage elevated */
.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2,
.siddwdk-product-category-block .tm-product-category-current-theme2 {
	max-width: 380px;
	margin: 70px auto 30px;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image img,
.siddwdk-product-category-block .tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 8px 24px rgba(96, 129, 116, 0.2);
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2 .cat-details .cat-title a,
.siddwdk-product-category-block .tm-product-category-current-theme2 .cat-details .cat-title a {
	color: var(--siddwdk-primary, #144443) !important;
	font-size: 1.35rem;
	font-weight: 700;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2 .cat-details .count,
.siddwdk-product-category-block .tm-product-category-current-theme2 .cat-details .count {
	display: inline-flex;
	padding: 5px 14px;
	font-size: 12px;
	font-weight: 600;
	color: var(--siddwdk-primary, #144443);
	background: rgba(20, 68, 67, 0.1);
	border-radius: var(--siddwdk-radius-pill, 999px);
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2 .cat-details .link,
.siddwdk-product-category-block .tm-product-category-current-theme2 .cat-details .link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-top: 16px;
	border-radius: 50%;
	background: linear-gradient(135deg, #e8f3ea 0%, #d4e8d8 100%);
	color: var(--siddwdk-primary, #144443);
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
	transition: transform 0.3s ease, background 0.3s ease;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2 .cat-details .link i,
.siddwdk-product-category-block .tm-product-category-current-theme2 .cat-details .link i {
	display: none;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2 .cat-details .link::before,
.siddwdk-product-category-block .tm-product-category-current-theme2 .cat-details .link::before {
	content: "→";
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2 .content-wrapper:hover .content-inner .cat-details .link,
.siddwdk-product-category-block .tm-product-category-current-theme2 .content-wrapper:hover .content-inner .cat-details .link {
	transform: rotate(90deg);
	background: var(--siddwdk-primary, #144443);
	color: #fff;
}

/* Skin 3 – Flip box */
.elementor-widget-siddwdk-product-category .tm-product-category-current-theme3,
.siddwdk-product-category-block .tm-product-category-current-theme3 {
	max-width: 320px;
	margin: 0 auto;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme3 .content-inner .cat-image,
.siddwdk-product-category-block .tm-product-category-current-theme3 .content-inner .cat-image {
	background: #fff;
	border-radius: var(--siddwdk-radius-lg, 16px);
	overflow: hidden;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme3 .content-inner .cat-image img,
.siddwdk-product-category-block .tm-product-category-current-theme3 .content-inner .cat-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme3 .cat-details .cat-title a,
.siddwdk-product-category-block .tm-product-category-current-theme3 .cat-details .cat-title a {
	color: var(--siddwdk-primary, #144443) !important;
	font-weight: 700;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme3 .cat-details .count,
.siddwdk-product-category-block .tm-product-category-current-theme3 .cat-details .count {
	color: var(--siddwdk-text-muted, #6b7280);
	font-size: 13px;
	font-weight: 500;
}

/* Skin 4 – Gold badge */
.elementor-widget-siddwdk-product-category .tm-product-category-current-theme4.siddwdk-product-category-card,
.siddwdk-product-category-block .tm-product-category-current-theme4.siddwdk-product-category-card {
	padding: 32px 24px;
	background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
	border: 1px solid rgba(215, 169, 85, 0.25);
	border-radius: var(--siddwdk-radius-xl, 20px);
	box-shadow: 0 12px 32px rgba(215, 169, 85, 0.12);
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme4 .cat-image img,
.siddwdk-product-category-block .tm-product-category-current-theme4 .cat-image img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #d7a955;
	box-shadow: 0 8px 20px rgba(215, 169, 85, 0.25);
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme4 .cat-image .count,
.siddwdk-product-category-block .tm-product-category-current-theme4 .cat-image .count {
	background: #d7a955 !important;
	color: #fff !important;
	border: 2px solid #fff;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(215, 169, 85, 0.35);
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme4 .cat-details .cat-title a,
.siddwdk-product-category-block .tm-product-category-current-theme4 .cat-details .cat-title a {
	color: #8a6b2e !important;
	font-weight: 700;
}

/* Skin 5 – Ring accent */
.elementor-widget-siddwdk-product-category .tm-product-category-current-theme5.siddwdk-product-category-card,
.siddwdk-product-category-block .tm-product-category-current-theme5.siddwdk-product-category-card {
	padding: 32px 24px;
	background: #fff;
	border: 1px solid rgba(215, 169, 85, 0.2);
	border-radius: var(--siddwdk-radius-xl, 20px);
	box-shadow: var(--siddwdk-shadow-md, 0 8px 24px rgba(15, 23, 42, 0.08));
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme5 .cat-image .icon,
.siddwdk-product-category-block .tm-product-category-current-theme5 .cat-image .icon {
	border-color: #d7a955;
	background: #faf4e6;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme5 .cat-image img,
.siddwdk-product-category-block .tm-product-category-current-theme5 .cat-image img {
	border-radius: 8px;
	object-fit: cover;
}

.elementor-widget-siddwdk-product-category .tm-product-category-current-theme5 .cat-image .count,
.siddwdk-product-category-block .tm-product-category-current-theme5 .cat-image .count {
	border-color: #d7a955;
	color: var(--siddwdk-primary, #144443);
	font-weight: 700;
}

/* Default skin */
.elementor-widget-siddwdk-product-category .tm-product-category-default.siddwdk-product-category-card,
.siddwdk-product-category-block .tm-product-category-default.siddwdk-product-category-card {
	max-width: 420px;
	margin: 0 auto;
}

/* ═══════════════════════════════════════════
   PRODUCT LIST – default + skin 1
   ═══════════════════════════════════════════ */

.elementor-widget-siddwdk-product-list > .elementor-widget-container,
.siddwdk-product-list-block {
	padding: 12px 0 24px;
}

/* Default list skin */
.elementor-widget-siddwdk-product-list .siddwdk-product-list-default .product-list .product,
.siddwdk-product-list-block .siddwdk-product-list-default .product-list .product {
	border-radius: var(--siddwdk-radius-lg, 16px);
	border: 1px solid var(--siddwdk-border-light, #f0f2f5);
	background: var(--siddwdk-surface, #fff);
	box-shadow: var(--siddwdk-shadow-sm, 0 2px 12px rgba(15, 23, 42, 0.05));
	transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

.elementor-widget-siddwdk-product-list .siddwdk-product-list-default .product-list .product:hover,
.siddwdk-product-list-block .siddwdk-product-list-default .product-list .product:hover {
	transform: translateX(4px);
	border-color: rgba(20, 68, 67, 0.2);
	box-shadow: var(--siddwdk-shadow-md, 0 8px 24px rgba(15, 23, 42, 0.08));
}

.elementor-widget-siddwdk-product-list .siddwdk-product-list-default .product-block,
.siddwdk-product-list-block .siddwdk-product-list-default .product-block {
	padding: 16px 20px;
	gap: 18px;
}

.elementor-widget-siddwdk-product-list .siddwdk-product-list-default .content-left img,
.siddwdk-product-list-block .siddwdk-product-list-default .content-left img {
	border-radius: var(--siddwdk-radius-md, 12px);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

/* Skin 1 – Premium horizontal card */
.elementor-widget-siddwdk-product-list .siddwdk-product-list-current-theme1 .product-list .product .product-block,
.siddwdk-product-list-block .siddwdk-product-list-current-theme1 .product-list .product .product-block {
	border: 2px solid transparent;
	border-radius: var(--siddwdk-radius-lg, 16px);
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, rgba(20, 68, 67, 0.15), rgba(185, 157, 117, 0.2)) border-box;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
	min-height: 130px;
	padding: 18px 20px 18px 140px;
}

.elementor-widget-siddwdk-product-list .siddwdk-product-list-current-theme1 .product-block .content-left .image,
.siddwdk-product-list-block .siddwdk-product-list-current-theme1 .product-block .content-left .image {
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 96px;
	height: 96px;
	border: 3px solid #fff;
	box-shadow: 0 6px 18px rgba(20, 68, 67, 0.15);
}

.elementor-widget-siddwdk-product-list .siddwdk-product-list-current-theme1 .product-block .content-left .image img,
.siddwdk-product-list-block .siddwdk-product-list-current-theme1 .product-block .content-left .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elementor-widget-siddwdk-product-list .siddwdk-product-list-current-theme1 .product-block .content-right .product-title a,
.siddwdk-product-list-block .siddwdk-product-list-current-theme1 .product-block .content-right .product-title a {
	color: var(--siddwdk-primary, #144443) !important;
	font-size: 1.15rem;
	font-weight: 700;
}

.elementor-widget-siddwdk-product-list .siddwdk-product-list-current-theme1 .product-block .content-right .amount,
.siddwdk-product-list-block .siddwdk-product-list-current-theme1 .product-block .content-right .amount {
	color: var(--siddwdk-accent, #b99d75) !important;
	font-weight: 700;
}

.elementor-widget-siddwdk-product-list .siddwdk-product-list-current-theme1 .product-list .product .product-block:hover,
.siddwdk-product-list-block .siddwdk-product-list-current-theme1 .product-list .product .product-block:hover {
	border-color: var(--siddwdk-primary, #144443);
	box-shadow: 0 12px 36px rgba(20, 68, 67, 0.14);
}

/* ═══════════════════════════════════════════
   WC PRODUCTS – skin 1 & skin 2
   ═══════════════════════════════════════════ */

.elementor-widget-siddwdk-wc-products > .elementor-widget-container,
.siddwdk-wc-products-block {
	padding: 16px 4px 32px;
	overflow: visible;
}

/* Skin 1 – Modern floating actions */
.elementor-widget-siddwdk-wc-products .siddwdk-skin-1-shop .siddwdk-woo-product-style1 .product-inner,
.siddwdk-wc-products-block .siddwdk-skin-1-shop .siddwdk-woo-product-style1 .product-inner {
	border-radius: var(--siddwdk-radius-lg, 16px);
}

.elementor-widget-siddwdk-wc-products .siddwdk-skin-1-shop .product-title a,
.siddwdk-wc-products-block .siddwdk-skin-1-shop .product-title a {
	color: var(--siddwdk-primary, #144443);
	font-weight: 600;
}

.elementor-widget-siddwdk-wc-products .siddwdk-skin-1-shop .price,
.siddwdk-wc-products-block .siddwdk-skin-1-shop .price {
	color: var(--siddwdk-accent, #b99d75);
	font-weight: 700;
}

/* Skin 2 – Classic bordered shop */
.elementor-widget-siddwdk-wc-products .siddwdk-skin-2-shop .isotope-layout-filter,
.siddwdk-wc-products-block .siddwdk-skin-2-shop .isotope-layout-filter {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 6px;
	background: var(--siddwdk-surface-muted, #f4f6f8);
	border-radius: var(--siddwdk-radius-pill, 999px);
	border: 1px solid var(--siddwdk-border-light, #f0f2f5);
}

.elementor-widget-siddwdk-wc-products .siddwdk-skin-2-shop .isotope-layout-filter a,
.siddwdk-wc-products-block .siddwdk-skin-2-shop .isotope-layout-filter a {
	margin: 0;
	padding: 10px 22px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border-radius: var(--siddwdk-radius-pill, 999px);
}

.elementor-widget-siddwdk-wc-products .siddwdk-skin-2-shop .product-block .inner-box,
.siddwdk-wc-products-block .siddwdk-skin-2-shop .product-block .inner-box {
	border-radius: var(--siddwdk-radius-md, 12px);
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.elementor-widget-siddwdk-wc-products .siddwdk-skin-2-shop .product-block:hover .inner-box,
.siddwdk-wc-products-block .siddwdk-skin-2-shop .product-block:hover .inner-box {
	box-shadow: 0 14px 36px rgba(20, 68, 67, 0.12);
	transform: translateY(-4px);
}

@media (max-width: 767px) {
	.elementor-widget-siddwdk-product-category .tm-product-category-current-theme2,
	.siddwdk-product-category-block .tm-product-category-current-theme2 {
		margin-top: 50px;
	}

	.elementor-widget-siddwdk-product-list .siddwdk-product-list-current-theme1 .product-block,
	.siddwdk-product-list-block .siddwdk-product-list-current-theme1 .product-block {
		padding: 16px;
		padding-top: 110px;
	}

	.elementor-widget-siddwdk-product-list .siddwdk-product-list-current-theme1 .content-left .image,
	.siddwdk-product-list-block .siddwdk-product-list-current-theme1 .content-left .image {
		left: 50%;
		top: 16px;
		transform: translateX(-50%);
	}
}

/* ═══════════════════════════════════════════
   Choose Image Size – visible layout tweaks
   (CSS was forcing fixed boxes; size now affects display)
   ═══════════════════════════════════════════ */

/* WC Products – skin 1 (keep square box; size affects image sharpness, not box shape) */
.siddwdk-wc-products .siddwdk-image-size-thumbnail .image-box .image img,
.siddwdk-wc-products .siddwdk-image-size-woocommerce-thumbnail .image-box .image img,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-thumbnail .image-box .image img,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-woocommerce-thumbnail .image-box .image img {
	max-height: 85%;
	max-width: 85%;
}

.siddwdk-wc-products .siddwdk-image-size-large .image-box .image,
.siddwdk-wc-products .siddwdk-image-size-woocommerce-single .image-box .image,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-large .image-box .image,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-woocommerce-single .image-box .image {
	min-height: 280px;
}

.siddwdk-wc-products .siddwdk-image-size-full .image-box .image,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-full .image-box .image {
	aspect-ratio: auto;
	min-height: 320px;
}

.siddwdk-wc-products .siddwdk-image-size-full .image-box .image img,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-full .image-box .image img {
	object-fit: contain;
}

/* WC Products – skin 2 */
.siddwdk-wc-products .siddwdk-image-size-large .product-block .image img,
.siddwdk-wc-products .siddwdk-image-size-woocommerce-single .product-block .image img,
.siddwdk-wc-products .siddwdk-image-size-full .product-block .image img,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-large .product-block .image img,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-woocommerce-single .product-block .image img,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-full .product-block .image img {
	max-height: 280px;
}

.siddwdk-wc-products .siddwdk-image-size-full .product-block .image img,
.elementor-widget-siddwdk-wc-products .siddwdk-image-size-full .product-block .image img {
	max-height: 360px;
	object-fit: contain;
}

/* Product List */
.siddwdk-product-list-current-theme1.siddwdk-image-size-thumbnail .content-left .image,
.siddwdk-product-list-current-theme1.siddwdk-image-size-woocommerce-thumbnail .content-left .image {
	width: 72px;
	height: 72px;
}

.siddwdk-product-list-current-theme1.siddwdk-image-size-large .content-left .image,
.siddwdk-product-list-current-theme1.siddwdk-image-size-woocommerce-single .content-left .image {
	width: 120px;
	height: 120px;
}

.siddwdk-product-list-current-theme1.siddwdk-image-size-full .content-left .image {
	width: 140px;
	height: 140px;
}

.siddwdk-product-list-current-theme1.siddwdk-image-size-large,
.siddwdk-product-list-current-theme1.siddwdk-image-size-woocommerce-single,
.siddwdk-product-list-current-theme1.siddwdk-image-size-full {
	padding-left: 160px;
}

.siddwdk-product-list-current-theme1.siddwdk-image-size-full {
	padding-left: 180px;
}

/* Product Tabs */
.siddwdk-wc-product-tabs.siddwdk-image-size-thumbnail .product-header img,
.siddwdk-wc-product-tabs.siddwdk-image-size-woocommerce-thumbnail .product-header img {
	max-height: 140px;
	object-fit: cover;
}

.siddwdk-wc-product-tabs.siddwdk-image-size-large .product-header img,
.siddwdk-wc-product-tabs.siddwdk-image-size-woocommerce-single .product-header img {
	max-height: 240px;
}

.siddwdk-wc-product-tabs.siddwdk-image-size-full .product-header img {
	max-height: none;
	object-fit: contain;
}
