.doosti-home-hero,
.doosti-partner-box,
.doosti-benefits,
.doosti-post-grid,
.doosti-faq,
.doosti-editorial,
.doosti-section-title {
	width: min(100% - 32px, 1240px);
	margin-inline: auto;
}

.doosti-home-hero {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: clamp(28px, 7vw, 90px);
	min-height: 720px;
	padding-block: clamp(52px, 8vw, 110px);
}

.doosti-home-hero__content { max-width: 650px; }
.doosti-home-hero h1 { font-size: clamp(2.6rem, 6vw, 5.6rem); letter-spacing: -.045em; }
.doosti-home-hero p { color: var(--doosti-muted, #6f676b); font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 56ch; }
.doosti-home-hero small { color: var(--doosti-muted, #6f676b); display: block; margin-top: 18px; }
.doosti-home-hero figure { margin: 0; position: relative; }
.doosti-home-hero figure::before { background: #e8d9dc; border-radius: 50%; content: ""; inset: 8% -5% -3% 8%; position: absolute; z-index: -1; }
.doosti-home-hero img { aspect-ratio: 4/5; border-radius: 45% 45% 24px 24px; display: block; object-fit: cover; width: 100%; }

.doosti-kicker { color: var(--doosti-sage, #82917f); display: inline-block; font-size: .84rem; font-weight: 800; letter-spacing: .03em; margin-bottom: 12px; }
.doosti-section-title { margin-bottom: 26px; margin-top: clamp(54px, 8vw, 96px); text-align: center; }
.doosti-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.doosti-actions--center { justify-content: center; }

.doosti-partner-box { align-items: center; background: var(--doosti-primary, #5a2947); border-radius: 28px; color: #fff; display: grid; gap: 32px; grid-template-columns: 1fr auto; margin-block: 64px; padding: clamp(28px, 5vw, 60px); }
.doosti-partner-box h2 { color: #fff; }
.doosti-partner-box p { color: #eadfe5; margin: 0; max-width: 70ch; }
.doosti-partner-box .doosti-kicker { color: #d5b78a; }
.doosti-partner-box .button { border-color: #fff; }

.doosti-partner-audiences { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-block: 54px; }
.doosti-partner-audiences article { background: #fff; border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 22px; padding: clamp(26px, 4vw, 42px); }
.doosti-partner-audiences article:nth-child(2) { background: #f3f6f1; }
.doosti-partner-audiences p { color: var(--doosti-muted, #6f676b); }

.doosti-benefits { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); margin-block: clamp(60px, 9vw, 110px); }
.doosti-benefits article { background: #fff; border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 18px; padding: 26px; }
.doosti-benefits article > span { align-items: center; background: #edf1ec; border-radius: 50%; color: #3d7651; display: inline-flex; font-weight: 900; height: 38px; justify-content: center; margin-bottom: 16px; width: 38px; }
.doosti-benefits p { color: var(--doosti-muted, #6f676b); margin: 0; }

.doosti-editorial { background: #82917f; border-radius: 28px; color: #fff; margin-block: 80px; padding: clamp(32px, 8vw, 86px); }
.doosti-editorial h2 { color: #fff; max-width: 18ch; }
.doosti-editorial p { max-width: 62ch; }

.doosti-post-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.doosti-post-grid article { background: #fff; border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 20px; overflow: hidden; }
.doosti-post-grid__image { background: #f1eaeb; display: block; }
.doosti-post-grid__image img { aspect-ratio: 16/10; display: block; object-fit: cover; width: 100%; }
.doosti-post-grid article > div { padding: 22px; }
.doosti-post-grid time { color: var(--doosti-muted, #6f676b); font-size: .78rem; }
.doosti-post-grid h3 { margin-top: 8px; }
.doosti-post-grid h3 a { color: inherit; text-decoration: none; }
.doosti-post-grid p { color: var(--doosti-muted, #6f676b); }

.doosti-faq { margin-block: clamp(70px, 10vw, 120px); max-width: 900px; }
.doosti-faq > h2 { margin-bottom: 28px; }
.doosti-faq details { background: #fff; border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 14px; margin-bottom: 12px; padding: 0 20px; }
.doosti-faq summary { cursor: pointer; font-weight: 800; padding: 18px 0; }
.doosti-faq details p { color: var(--doosti-muted, #6f676b); margin-top: 0; padding-bottom: 18px; }

.doosti-contact-form,
.doosti-partner-form { background: #fff; border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 20px; display: grid; gap: 18px; margin-block: 24px; max-width: 760px; padding: clamp(22px, 5vw, 42px); }
.doosti-contact-form label,
.doosti-partner-form label { display: grid; font-weight: 700; gap: 7px; }
.doosti-contact-form input,
.doosti-contact-form textarea,
.doosti-partner-form input,
.doosti-partner-form select,
.doosti-partner-form textarea { background: #fff; border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 11px; min-height: 48px; padding: 10px 13px; width: 100%; }
.doosti-hp { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.doosti-partner-price-note { background: #edf1ec; border-radius: 10px; color: #315d3f; display: inline-block; font-size: .85rem; margin-top: 8px; padding: 6px 10px; }
.doosti-price-public { color: var(--doosti-muted, #6f676b); font-size: .85rem; margin-inline-start: 8px; text-decoration: line-through; }
.doosti-shipping-note { background: #faf8f5; border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 12px; padding: 12px 14px; }
.doosti-loop-meta { align-items: center; color: var(--doosti-muted, #6f676b); display: flex; font-size: .78rem; gap: 8px; justify-content: space-between; margin: 0 16px 8px; }
.doosti-loop-meta .is-in-stock { color: #3d7651; }
.doosti-loop-meta .is-out-of-stock { color: #a33a46; }
.doosti-catalog-filters { background: #fff; border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 14px; clear: both; margin-bottom: 24px; padding: 0 18px; }
.doosti-catalog-filters summary { cursor: pointer; font-weight: 800; padding: 14px 0; }
.doosti-catalog-filters form { align-items: end; display: grid; gap: 12px; grid-template-columns: repeat(5, minmax(0, 1fr)); padding-bottom: 18px; }
.doosti-catalog-filters label { display: grid; font-size: .85rem; font-weight: 700; gap: 5px; }
.doosti-catalog-filters input,
.doosti-catalog-filters select { border: 1px solid var(--doosti-border, #e8e0e3); border-radius: 10px; min-height: 44px; padding: 8px 10px; width: 100%; }
body.woocommerce .elementor-location-archive.product {
	display: block !important;
	gap: 0 !important;
	grid-template-columns: none !important;
}
.doosti-archive-layout { align-items: flex-start; width: 100%; }
.doosti-archive-filters { flex: 0 0 280px !important; width: 280px !important; }
.doosti-archive-products { flex: 1 1 0 !important; min-width: 0; width: auto !important; }
.doosti-archive-products .elementor-widget-loop-grid { width: 100%; }
.doosti-archive-products .elementor-loop-container { align-items: stretch; }
.doosti-archive-products .e-loop-item { min-width: 0; width: 100%; }
.doosti-archive-filters .doosti-catalog-filters { margin: 0; padding: 0 16px 16px; width: 100%; }
.doosti-archive-filters .doosti-catalog-filters summary { color: #241b20; font-size: 16px; }
.doosti-archive-filters .doosti-catalog-filters form { grid-template-columns: 1fr; }
.doosti-catalog-toolbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	min-height: 46px;
	width: 100%;
}
.doosti-catalog-toolbar .woocommerce-result-count,
.doosti-catalog-toolbar .woocommerce-ordering { float: none; margin: 0; }
.doosti-catalog-toolbar select { border: 1px solid #eee7e9; border-radius: 10px; min-height: 42px; padding: 7px 10px; }
.doosti-catalog-empty { width: 100%; }

.doosti-category-menu { direction: rtl; position: relative; z-index: 999; }
.doosti-category-menu__toggle {
	align-items: center;
	background: #ff4f73;
	border: 1px solid #ff4f73;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
	white-space: nowrap;
}
.doosti-category-menu__toggle:hover,
.doosti-category-menu__toggle:focus-visible,
.doosti-category-menu.is-open > .doosti-category-menu__toggle { background: #e83d61; border-color: #e83d61; box-shadow: 0 8px 22px rgba(232, 61, 97, .2); color: #fff; }
.doosti-category-menu__toggle:focus-visible,
.doosti-category-menu__subtoggle:focus-visible,
.doosti-category-menu a:focus-visible { outline: 3px solid rgba(232, 77, 117, .28); outline-offset: 2px; }
.doosti-category-menu__panel {
	background: #fff;
	border: 1px solid #eee7e9;
	border-radius: 14px;
	box-shadow: 0 18px 44px rgba(36, 27, 32, .14);
	inset-inline-start: 0;
	max-height: min(70vh, 560px);
	min-width: 310px;
	overflow: auto;
	padding: 10px;
	position: absolute;
	top: 100%;
	width: 360px;
	z-index: 1000;
}
.doosti-category-menu__panel[hidden],
.doosti-category-menu__submenu[hidden] { display: none !important; }
.doosti-category-menu__list,
.doosti-category-menu__submenu { list-style: none; margin: 0; padding: 0; }
.doosti-category-menu__row { align-items: center; border-radius: 9px; display: flex; gap: 6px; justify-content: space-between; }
.doosti-category-menu__row:hover { background: #fff3f6; }
.doosti-category-menu__row > a { color: #241b20; flex: 1 1 auto; font-size: 14px; font-weight: 700; padding: 10px 11px; text-decoration: none; }
.doosti-category-menu__row > a:hover { color: #e83d61; }
.doosti-category-menu__subtoggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #7a204f;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: 36px;
	justify-content: center;
	padding: 0;
	transition: background-color .2s ease, transform .2s ease;
	width: 36px;
}
.doosti-category-menu__subtoggle:hover { background: #f7dde4; }
.doosti-category-menu__subtoggle[aria-expanded="true"] span { display: inline-block; transform: rotate(180deg); }
.doosti-category-menu__submenu { border-inline-start: 2px solid #f7dde4; margin: 2px 14px 8px 0; padding-inline-start: 8px; }
.doosti-category-menu__submenu .doosti-category-menu__row > a { color: #5e5559; font-size: 13px; font-weight: 600; }
.doosti-category-menu.is-mobile { width: 100%; }
.doosti-category-menu.is-mobile .doosti-category-menu__toggle { justify-content: space-between; width: 100%; }
.doosti-category-menu.is-mobile .doosti-category-menu__panel {
	box-shadow: none;
	margin-top: 8px;
	max-height: 52vh;
	min-width: 0;
	position: static;
	width: 100%;
}
.doosti-mobile-menu-offcanvas { display: none; }

.doosti-wishlist-button {
	align-items: center;
	background: #fff;
	border: 1px solid #eadfe3;
	border-radius: 10px;
	color: #7a204f;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	min-height: 42px;
	padding: 8px 13px;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.doosti-wishlist-button:hover { background: #fff5f7; border-color: #e84d75; color: #5e153b; transform: translateY(-1px); }
.doosti-wishlist-button.is-compact { border-radius: 50%; font-size: 22px; height: 40px; min-height: 40px; padding: 0; width: 40px; }
.doosti-wishlist-button.is-active { background: #e84d75; border-color: #e84d75; color: #fff; }
.doosti-wishlist-button[aria-busy="true"] { cursor: progress; opacity: .65; }
.doosti-wishlist-button:focus-visible { outline: 3px solid rgba(232, 77, 117, .28); outline-offset: 2px; }

.elementor-widget-loop-grid .e-loop-item,
.elementor-widget-loop-carousel .swiper-slide,
.elementor-widget-loop-carousel .swiper-slide > .elementor-element,
.doosti-product-card,
.doosti-product-card > .e-con-inner,
.doosti-product-card .elementor-widget,
.doosti-product-card .elementor-widget-container { min-width: 0; }
.elementor-widget-loop-carousel .swiper-slide,
.elementor-widget-loop-carousel .swiper-slide > .elementor-element,
.doosti-product-card { height: 100%; }
.doosti-product-card-image,
.doosti-product-card-image .elementor-widget-container,
.doosti-product-card-image a { display: block; width: 100%; }
.doosti-product-card-image img {
	aspect-ratio: 1 / 1;
	display: block;
	height: 210px !important;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}
.doosti-product-card--compact .doosti-product-card-image img { height: 150px !important; }
.doosti-product-card-title { min-height: 48px; }
.doosti-product-card-title .elementor-heading-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	line-height: 1.7;
	max-height: 3.4em;
	overflow: hidden;
}
.doosti-product-card-price {
	align-items: center;
	background: #fff3f6;
	border: 1px solid #f7dce4;
	border-radius: 12px;
	display: flex;
	height: 74px;
	justify-content: center;
	min-height: 74px;
	padding: 10px 12px;
	width: 100%;
}
.doosti-product-card-price .price {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	justify-content: center;
	line-height: 1.6;
	margin: 0;
	text-align: center;
	width: 100%;
}
.doosti-product-card-price .price del {
	color: #9a858d;
	font-size: .78em;
	font-weight: 500;
	opacity: 1;
}
.doosti-product-card-price .price ins {
	color: #7a204f;
	font-weight: 800;
	text-decoration: none;
}
.doosti-product-card-actions { align-items: center; flex-wrap: nowrap; margin-top: auto; min-width: 0; width: 100%; }
.doosti-product-card-actions .elementor-widget-woocommerce-product-add-to-cart { flex: 1 1 auto; min-width: 0; width: 100%; }
.doosti-product-card-actions .elementor-widget-shortcode { flex: 0 0 40px; width: 40px; }
.doosti-product-card-actions form.cart { margin: 0; width: 100%; }
.doosti-product-card-actions form.cart .quantity { display: none !important; }
.doosti-product-card-actions form.cart .button {
	align-items: center;
	background: #ff4f73 !important;
	border: 1px solid #ff4f73 !important;
	border-radius: 10px !important;
	color: #fff !important;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	margin: 0 !important;
	min-height: 44px;
	padding: 8px 10px;
	text-align: center;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
	white-space: nowrap;
	width: 100%;
}
.doosti-product-card-actions form.cart .button:hover,
.doosti-product-card-actions form.cart .button:focus { background: #e83d61 !important; border-color: #e83d61 !important; color: #fff !important; }
.doosti-product-card-actions form.cart .button:focus-visible { box-shadow: 0 0 0 4px rgba(232, 77, 117, .22); outline: 0; }
.doosti-product-card-actions form.cart .button.loading { cursor: progress; opacity: .72; }
.doosti-product-card-actions form.cart .button.added { background: #e83d61 !important; }
.elementor-widget-loop-carousel {
	--swiper-pagination-color: #e84d75;
	padding-inline: 8px;
}
.elementor-widget-loop-carousel .elementor-swiper-button {
	background: #fff3f6;
	border: 1px solid #f2d6de;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(36, 27, 32, .1);
	color: #7a204f;
	height: 42px;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
	width: 42px;
}
.elementor-widget-loop-carousel .elementor-swiper-button:hover {
	background: #7a204f;
	color: #fff;
	transform: translateY(-1px);
}
.elementor-widget-loop-carousel .swiper-pagination-bullet { background: #f2bcc9; opacity: 1; }
.elementor-widget-loop-carousel .swiper-pagination-bullet-active { background: #e84d75; }

@media (max-width: 1024px) {
	.doosti-benefits { grid-template-columns: repeat(2, 1fr); }
	.doosti-home-hero { min-height: auto; }
	.doosti-archive-layout { flex-direction: column !important; }
	.doosti-archive-filters,
	.doosti-archive-products { flex: 1 1 auto !important; width: 100% !important; }
	.doosti-archive-filters { background: transparent !important; border: 0 !important; padding: 0 !important; }
	.doosti-archive-filters .doosti-catalog-filters { border: 0; padding: 0; }
	.doosti-archive-filters .doosti-catalog-filters summary {
		background: #ff4f73;
		border-radius: 10px;
		color: #fff;
		display: inline-flex;
		font-weight: 800;
		min-height: 44px;
		padding: 11px 16px;
	}
	.doosti-archive-filters .doosti-catalog-filters[open]::before {
		background: rgba(24, 24, 27, .38);
		content: "";
		inset: 0;
		position: fixed;
		z-index: 9997;
	}
	.doosti-archive-filters .doosti-catalog-filters[open] summary {
		position: fixed;
		right: min(308px, calc(90vw - 42px));
		top: 18px;
		z-index: 9999;
	}
	.doosti-archive-filters .doosti-catalog-filters[open] form {
		background: #fff;
		bottom: 0;
		box-shadow: -16px 0 38px rgba(36, 27, 32, .16);
		display: grid;
		max-width: 90vw;
		overflow: auto;
		padding: 72px 20px 24px;
		position: fixed;
		right: 0;
		top: 0;
		width: 340px;
		z-index: 9998;
	}
	.doosti-category-menu.is-desktop { display: none; }
	body.doosti-mobile-menu-open { overflow: hidden; }
	body.doosti-mobile-menu-open::before {
		background: rgba(24, 24, 27, .42);
		content: "";
		inset: 0;
		position: fixed;
		z-index: 9998;
	}
	.doosti-mobile-menu-offcanvas {
		background: #fff;
		bottom: 0;
		box-shadow: -18px 0 46px rgba(36, 27, 32, .18);
		display: flex;
		max-width: 90vw;
		overflow: auto;
		padding: 22px 18px;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(105%);
		transition: transform .22s ease, visibility .22s ease;
		visibility: hidden;
		width: 360px !important;
		z-index: 9999;
	}
	body.doosti-mobile-menu-open .doosti-mobile-menu-offcanvas {
		transform: translateX(0);
		visibility: visible;
	}
}

@media (max-width: 768px) {
	.doosti-archive-products .elementor-loop-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 370px) {
	.doosti-archive-products .elementor-loop-container {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

@media (max-width: 767px) {
	.doosti-product-card { min-height: 430px !important; }
	.doosti-product-card-image img { height: 170px !important; }
	.doosti-product-card-title { min-height: 44px; }
	.doosti-product-card-price { height: 64px; min-height: 64px; padding: 8px; }
	.doosti-product-card-actions { gap: 6px !important; }
	.doosti-product-card-actions form.cart .button { font-size: 11px; padding-inline: 7px; }
	.elementor-widget-loop-carousel { padding-inline: 2px; }
	.elementor-widget-loop-carousel .elementor-swiper-button { height: 36px; width: 36px; }
	.doosti-catalog-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }
	.doosti-catalog-toolbar .woocommerce-ordering,
	.doosti-catalog-toolbar .woocommerce-ordering select { width: 100%; }
	body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
	.doosti-mobile-header {
		position: relative !important;
		width: 100% !important;
		z-index: 10002 !important;
	}
	.doosti-mobile-header-row {
		align-items: center !important;
		display: grid !important;
		gap: 8px !important;
		grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
		min-height: 58px !important;
		padding: 8px 14px !important;
		width: 100% !important;
	}
	.doosti-mobile-header-logo {
		align-items: flex-start !important;
		grid-column: 1;
		grid-row: 1;
		justify-content: center !important;
		margin: 0 !important;
		width: auto !important;
	}
	.doosti-mobile-header-row > .elementor-widget-icon {
		grid-column: 2;
		grid-row: 1;
		margin: 0 !important;
		width: 34px !important;
	}
	[data-doosti-mobile-menu-trigger] {
		align-items: center;
		display: inline-flex;
		height: 44px;
		justify-content: center;
		width: 44px;
	}
	.doosti-mobile-header-actions {
		align-items: center !important;
		display: flex !important;
		flex-flow: row nowrap !important;
		gap: 8px !important;
		grid-column: 3;
		grid-row: 1;
		justify-content: flex-end !important;
		margin: 0 !important;
		min-width: 0 !important;
		width: auto !important;
	}
	.doosti-mobile-header-actions .elementor-widget { margin: 0 !important; width: auto !important; }
	.doosti-mobile-header-search { padding: 0 14px 10px !important; width: 100% !important; }
	.doosti-mobile-bottom-nav {
		align-items: center !important;
		background: #fff !important;
		border-top: 1px solid #eee7e9 !important;
		bottom: 0 !important;
		box-shadow: 0 -8px 24px rgba(24, 24, 27, .08);
		display: flex !important;
		flex-flow: row nowrap !important;
		gap: 0 !important;
		height: calc(66px + env(safe-area-inset-bottom));
		justify-content: space-around !important;
		left: 0 !important;
		margin: 0 !important;
		padding: 6px 4px calc(6px + env(safe-area-inset-bottom)) !important;
		position: fixed !important;
		right: 0 !important;
		top: auto !important;
		width: 100% !important;
		z-index: 1000 !important;
	}
	.doosti-mobile-bottom-nav > .doosti-mobile-nav-item {
		align-items: center !important;
		display: flex !important;
		flex: 0 0 20% !important;
		flex-direction: column !important;
		gap: 2px !important;
		justify-content: center !important;
		margin: 0 !important;
		max-width: 20% !important;
		min-height: 54px !important;
		padding: 2px !important;
		width: 20% !important;
	}
	.doosti-mobile-nav-item .elementor-widget { margin: 0 !important; min-width: 0 !important; }
	.doosti-mobile-nav-item .elementor-icon { font-size: 18px !important; }
	.doosti-mobile-nav-item .elementor-heading-title { font-size: 10px !important; line-height: 1.3 !important; white-space: nowrap; }
	body.doosti-mobile-menu-open::before { z-index: 10001; }
	.doosti-mobile-menu-offcanvas {
		bottom: 0 !important;
		left: auto !important;
		max-width: calc(100vw - 24px);
		padding-bottom: calc(22px + env(safe-area-inset-bottom));
		position: fixed !important;
		right: 0 !important;
		top: 0 !important;
		width: 360px !important;
		z-index: 10003 !important;
	}
	.doosti-mobile-menu-close {
		align-self: flex-end;
		margin: 0 0 8px !important;
		width: 44px !important;
	}
	.doosti-mobile-menu-close a {
		align-items: center;
		display: inline-flex;
		height: 44px;
		justify-content: center;
		width: 44px;
	}
	.doosti-home-categories {
		display: grid !important;
		gap: 12px 8px !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		overflow: hidden !important;
		width: 100% !important;
	}
	.doosti-home-categories > .e-con {
		min-width: 0 !important;
		padding: 8px 2px !important;
		width: 100% !important;
	}
	.doosti-home-categories > .e-con .elementor-widget-icon { margin-inline: auto; }
	.doosti-home-categories > .e-con .elementor-heading-title {
		font-size: 11px !important;
		line-height: 1.65 !important;
		overflow-wrap: anywhere;
		text-align: center;
	}
	.doosti-home-benefits {
		align-items: stretch !important;
		display: grid !important;
		gap: 12px !important;
		grid-auto-rows: 1fr;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		width: 100% !important;
	}
	.doosti-home-benefits > .e-con {
		height: 100% !important;
		min-height: 128px !important;
		padding: 12px 10px !important;
		width: 100% !important;
	}
	.doosti-home-hero { grid-template-columns: 1fr; padding-top: 42px; }
	.doosti-home-hero figure { order: -1; }
	.doosti-home-hero img { aspect-ratio: 1; border-radius: 38% 38% 18px 18px; }
	.doosti-partner-box,
	.doosti-partner-audiences { grid-template-columns: 1fr; }
	.doosti-benefits,
	.doosti-post-grid { grid-template-columns: 1fr; }
	.doosti-catalog-filters form { grid-template-columns: 1fr; }
	.doosti-home-hero,
	.doosti-partner-box,
	.doosti-benefits,
	.doosti-post-grid,
	.doosti-faq,
	.doosti-editorial,
	.doosti-section-title { width: min(100% - 24px, 1240px); }
}
