:root {
	--green: #1a7a5e;
	--green-light: #e8f5f0;
	--green-dark: #155f49;
	}
	body {
		background:#fff;
		font-family: 'Segoe UI', sans-serif;
	}
	
	.header {min-height:100px!important;}
	.header.inner{min-height:155px!important;}
	
	:root {
	  --headheight:120px!important;
	}
	
	:root {
	--radius:12px;
	--teal:       #00bcd4;
	--teal-dark:  #0097a7;
	--teal-light: #e0f7fa;
	--bg:         #f0fbfd;
	--text:       #1a1a2e;
	--muted:      #90a4ae;
	--radius:     12px;
	}
	
	
	.scroll-top-btn {
		position: sticky;
		bottom: 70px;
		width: 30px;
		height: 30px;
		border: none;
		border-radius: 50%;
		cursor: pointer;
		font-size: 15px;
		display: block;
		z-index: 9999;
		transition: opacity 0.3s ease;
		background: #4ac3ca;
		float: right;
		margin-right: -43px;
	}
	
	.promo-bar.scrolled {
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13);
		border-radius: 0 0 12px 12px;
		top: 99px;
	}
	
	@media screen and (max-width: 600px) {
		.trust-divider{margin-right: 5px !important;}
		.trust-text{padding-right: 5px; line-height: 1.3 !important;}
		body .promo-bar.inner.scrolled, body .promo-bar.scrolled{top:0px !important}
		.btn-view-cart.circle{width: 30px !important; height: 30px !important; padding: 0px !important;}
		.cart-total-label{font-size: 10px !important;}
		.promo-sub{font-size: 8px !important;}
		.promo-title{  font-size: 10px !important; margin-bottom: 3px !important;}
		body .page-content.space-top, body .page-content.space-top.inner{margin-top: 0px !important;}
		.header.header-fixed{position: static !important;}
		.header{padding-left: 15px !important; padding-right: 15px !important;}
	.scroll-top-btn{margin-right: 17px !important;     bottom: 140px !important;}
	.promo-bar{margin-left: 10px !important; margin-right: 10px !important;}
	}
	
	.search-row.active {
		display: block;
	}
	
	/* Location Dropdown */
	.location-wrapper {
		position: relative;
	}
	
	.location-dropdown {
		display: none;
		position: absolute;
		top: 70px;
		right: 0;
		min-width: 180px;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 8px;
		list-style: none;
		padding: 0;
		margin-top: 8px;
		z-index: 999;
		box-shadow: 0 4px 12px rgba(0,0,0,.1);
	}
	
	.location-pill.open + .location-dropdown {
		display: block;
	}
	
	.location-dropdown li {
		padding: 10px 15px;
		cursor: pointer;
	}
	
	.location-dropdown li:hover {
		background: #f5f5f5;
	}
	
	.location-pill.open .chevron {
		transform: rotate(180deg);
		transition: .3s;
	}
	
	
	
	
	.header {
		background: url(../images/header-home.jpg) no-repeat top center #fff !important;
		background-size: cover !important;
		margin-top: 0px !important;
		padding: 0px 25px !important;
		z-index: 9999;
	}
	
	.header.inner{
		background: url(../images/header-bg.jpg) no-repeat top center #fff !important;
		background-size: cover !important;
	}
	
	.page-content.space-top{margin-top: 105px !important;}
	.page-content.space-top.inner{margin-top: 160px !important;}
	
	.header .pharma-inner{
		padding-top: 36px !important;
	}
	
	/* -- Center column capped at 600 px -- */
	.pharma-inner {
		max-width: 600px;
		margin: 0 auto; padding:5px 0 3px 0
	}
	/* -- Top row: logo | location | search-icon -- */
	.top-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 12px;
	}
	/* Logo */
	.logo {
		display: flex;
		align-items: center;
		gap: 6px;
		text-decoration: none;
	}
	.logo-icon {
		width: 36px;
		height: 36px;
	}
	.logo-text {
		line-height: 1.1;
	}
	.logo-text span.pharma {
		display: block;
		font-size: 1.15rem;
		font-weight: 800;
		color: var(--teal-dark);
		letter-spacing: -0.5px;
	}
	.logo-text span.mart {
		display: block;
		font-size: 0.72rem;
		font-weight: 600;
		color: var(--teal);
		letter-spacing: 3px;
		text-transform: uppercase;
		margin-top: -2px;
	}
	/* Right controls */
	.header-controls {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	/* Location pill */
	.location-pill {
		display: flex;
		align-items: center;
		gap: 5px;
		background: #fff;
		border: 1.5px solid var(--teal);
		border-radius: 50px;
		padding: 5px 12px 5px 10px;
		cursor: pointer;
		font-size: 0.85rem;
		font-weight: 600;
		color: var(--text);
		transition: background 0.2s;
		white-space: nowrap;
	}
	.location-pill:hover {
		background: var(--teal-light);
	}
	.location-pill i {
		color: var(--teal);
		font-size: 1rem;
	}
	.location-pill .chevron {
		color: var(--muted);
		font-size: 0.75rem;
	}
	/* Search icon button */
	.icon-btn {
		width: 38px;
		height: 38px;
		border-radius: 50%;
		background: #fff;
		border: 1.5px solid #d0eef4;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		color: var(--text);
		font-size: 1.1rem;
		transition: background 0.2s, border-color 0.2s;
	}
	.icon-btn:hover {
		background: var(--teal-light);
		border-color: var(--teal);
		color: var(--teal-dark);
	}
	/* -- Search bar row -- */
	.search-row {
		padding-bottom:8px;
	}
	.search-box {
		display: flex;
		align-items: center;
		background: #fff;
		border: 1.5px solid #b2ebf2;
		border-radius: var(--radius);
		padding: 8px 10px 8px 14px;
		transition: border-color 0.2s, box-shadow 0.2s;
	}
	.search-box:focus-within {
	border-color: var(--teal);
	box-shadow: 0 0 0 3px rgba(0, 188, 212, .12);
	}
	.search-box i.bi-search {
		color: var(--muted);
		font-size: 1rem;
		margin-right: 10px;
		flex-shrink: 0;
	}
	.search-box input {
		flex: 1;
		border: none;
		outline: none;
		background: transparent;
		font-size: 0.88rem;
		color: var(--text);
	}
	.search-box input::placeholder {
	color: var(--muted);
	}
	/* Barcode scanner btn */
	.scan-btn {
		flex-shrink: 0;
		width: 34px;
		height: 34px;
		border-radius: 8px;
		border: 1.5px solid #b2ebf2;
		background: var(--teal-light);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		color: var(--teal-dark);
		font-size: 1rem;
		margin-left: 8px;
		transition: background 0.2s;
	}
	.scan-btn:hover {
		background: #b2ebf2;
	}
	
	/* -- Responsive tweaks -- */
	@media (max-width: 400px) {
	.logo-text span.pharma {
	font-size: 1rem;
	}
	.location-pill {
	font-size: 0.78rem;
	padding: 4px 8px;
	}
	}
	/* ===== NAVBAR ===== */
	.navbar-custom {
		background: #fff;
		border-bottom: 1px solid #e0e0e0;
		padding: 12px 16px;
	}
	.brand-text {
		font-size: 1.5rem;
		font-weight: 800;
		color: var(--green);
		line-height: 1;
	}
	.brand-text span {
		display: block;
		font-size: 0.65rem;
		font-weight: 700;
		letter-spacing: 3px;
		color: var(--green);
	}
	.cart-icon {
		position: relative;
		display: inline-block;
	}
	.cart-icon .bi {
		font-size: 1.3rem;
		color: #333;
	}
	.location-badge {
		background: #e53935;
		color: #fff;
		font-size: 0.72rem;
		font-weight: 600;
		padding: 3px 10px;
		border-radius: 20px;
	}
	/* ===== TRUST BADGES ===== */
	.trust-bar {
		background: #fff;
		border: 1.5px solid #eeeeee;
		border-radius:10px;
	}
	.trust-item {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 14px 0;
	}
	.trust-icon {
		width: 46px;
		height: 46px;
		background: var(--green);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.trust-icon i {
		color: #fff;
		font-size: 1.2rem;
	}
	.trust-text {
		font-size: 11px;
		font-weight: 700;
		color: #050356;
	}
	.trust-divider {
		position:relative;
	}
	.trust-divider:before {
		height:45px;
		width:1px;
		background:#e0e0e0;
		position:absolute;
		right:0;
		content:"";
	}
	/* ===== CATEGORY TABS ===== */
	.category-bar {
		background: #fff;
		padding: 14px 0;
		overflow-x: auto;
		white-space: nowrap;
		top: 0;
		z-index:20;
		transition: box-shadow 0.2s;
		text-align:center;
	}
	.category-bar.scrolled {
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
	}
	.cat-btn {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
		border: 1.5px solid #eeeeee;
		border-radius: 10px;
		padding: 10px 11px;
		margin-right:4px;
		background: #fff;
		cursor: pointer;
	 font-size: .8rem;
		font-weight:700;
		color: #050356;
		min-width:90px;
	}
	.cat-btn svg {
		width:30px
	}
	.cat-btn svg {
		fill:#155f49;
	}
	.cat-btn.active {
		border-color: var(--green);
		color: var(--green);
	}
	.cat-btn i {
		font-size: 1.8rem;
		color: #155f49;
	}
	.cat-btn.active i {
		color: var(--green);
	}
	/* ===== PROMO BAR ===== */
	.promo-bar {
		background:#f9f9f9;
		border-radius: 12px;
		margin:0;
		padding: 14px 16px 0px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	}
	.promo-bar {
		border-radius: 12px 12px 12px 12px;
		margin: 14px 0;
		padding: 14px 16px 0px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
		position: sticky;
		top: 0;
		z-index: 999;
		transition: box-shadow 0.2s, border-radius 0.2s, margin 0.2s;
	}
	.promo-bar.scrolled {
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13);
		border-radius: 0 0 12px 12px;
		top:99px;
	}
	.promo-bar.inner.scrolled {
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13);
		border-radius: 0 0 12px 12px;
		top:152px;
	}
	.promo-gift-icon {
		width: 44px;
		height: 44px;
		background: var(--green-light);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.promo-gift-icon i {
		color: var(--green);
		font-size:2rem;
	}
	.promo-title {
		font-weight:700;
		font-size:13px;
		color:#050356;
		margin-bottom:8px
	}
	.promo-sub {
		font-size:10px;
		color: #050356;
		font-weight:700
	}
	.promo-sub strong {
		color:#1a7a5e;
		font-weight:800
	}
	.promo-amount {
		font-size: 0.78rem;
		color: #050356;
		text-align:right;
		margin-bottom:5px;
		font-weight: 700;
	}
	.promo-amount span {
		color: var(--green);
		font-weight: 700;
	}
	.promo-goal {
		text-align:right;
		font-size: 0.78rem;
		font-weight: 700;
	}
	.promo-goal span {
		color: var(--green);
		font-weight: 700;
	}
	.progress {
		height: 8px;
		border-radius: 10px;
		margin-bottom:10px;
		background:#d7e1e8
	}
	.progress-bar {
		background: var(--green);
	}
	.progress-label {
		font-size:13px;
		color: #050356;
		font-weight:600
	}
	.progress-label .pct {
		color: var(--green);
		font-weight: 700;
	}
	.cart-summary-box {
		text-align: right;
	}
	.cart-bubble {
		position: relative;
		display: inline-block;
		width: 44px;
		height: 44px;
		background: var(--green-light);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right:15px
	}
	.cart-bubble i {
		font-size:1.5rem;
		color: var(--green);
	}
	.cart-bubble .badge {
		position: absolute;
		top: -4px;
		right: -6px;
		background: var(--green);
		color: #fff;
		font-size:12px;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cart-total-label {
		font-size: 0.75rem;
		font-weight: 600;
		color: #050356;
	}
	.cart-total-amount {
		font-size:1rem;
		font-weight: 800;
		color: var(--green);
	}
	.btn-view-cart {
		background: var(--green);
		color: #fff;
		font-weight: 700;
		font-size:12px;
		border: none;
		border-radius: 8px;
		padding:10px 10px;
		width: 100%;
		margin-top: 8px;
	}
	
	.btn-view-cart.circle{border-radius: 100% !important; margin-top: 0px !important; height: 40px;}
	.btn-view-cart i {
		font-size:12px
	}
	.btn-view-cart:hover {
		background: var(--green-dark);
		color: #fff;
	}
	/* ===== PRODUCT CARD ===== */
	.products-section {
		padding: 0 10px 20px;
	}
	/* Full-width horizontal card: image LEFT, text RIGHT */
	.product-card {
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
		display: flex;
		flex-direction: row;
		align-items: stretch;
		overflow: hidden;
		padding:0;
		border: 1.5px solid #eeeeee;
		position:relative;
		height: 100%;
	}
	.product-img-wrap {
		width: 120px;
		min-width: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		padding:0;
		border-right:0;
	}
	.product-img-wrap img {
		/* width:110px; */
		object-fit: contain;
	}
	.product-info {
		flex: 1;
		padding: 10px 12px 10px 12px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.product-name2 {
		font-size:13px;
		font-weight: 700;
		color:#050356;
		margin-bottom: 1px;
	}
	.product-desc {
		font-size:12px;
		color: #2e338d;
		margin-bottom: 1px;
	}
	.product-qty {
		font-size:12px;
		color: #2e338d;
		margin-bottom: 3px;
	}
	.product-price {
		font-size: 12px;
		font-weight: 800;
		color: #050356;
		display: inline;
	}
	.product-price-old {
		font-size: 0.75rem;
		color: #aaa;
		text-decoration: line-through;
		margin-left: 5px;
	}
	.product-min {
		font-size: 12px;
		color: var(--green);
		font-weight: 600;
		margin: 2px 0;
	}
	.pack-badge {
		display: inline-block;
		background: #e3f0fb;
		color: #1565c0;
		font-size:10px;
		font-weight: 700;
		padding: 2px 7px;
		border-radius: 4px;
		margin: 3px 0 6px;
	}
		/* Product listing  */
.pack-badge-new{    color: #1565c0;     font-size: 10px;
    font-weight: 700;}
.price-and-badge{
    background: #e3f0fb;
    padding:5px 10px;
    border-radius: 4px;
    margin-top: 5px;
    line-height: 1.2;
}            
.product-cart-action{margin-top:0px !important;}
.product-card-new-btm{display: flex; flex-direction: row; align-items: center;}
.product-card-new-btm .product-desc{font-size: 12px; color: #050356; font-weight: normal; padding: 10px; line-height: 1.2; text-align: center;}
.product-card-new{flex-direction: column !important;}
.product-card-new-mid{display: flex; flex-direction: row !important;}
	.btn-add-cart {
		border: 1.5px solid var(--green);
		color: var(--green);
		background: #fff;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 600;
		padding: 5px 12px;
		width:95%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		cursor: pointer;
	}
	.btn-add-cart:hover {
		background: var(--green);
		color: #fff;
	}
	 @media (max-width:480px) {
	.trust-icon {
	width:30px;
	height:30px;
	}
	.cat-btn {
	padding:10px 2px
	}
	.cat-btn i {
	font-size:1rem;
	}
	.cat-btn {
	font-size:10px;
	}
	.trust-text {
	line-height:13px
	}
	.cat-btn {
	margin-bottom:5px
	}
	.promo-bar {
	padding:10px 15px
	}
	.promo-gift-icon i {
	font-size:1rem;
	}
	.product-name2 {
	font-size:15px
	}
	.product-desc {
	font-size:13px
	}
	.product-price {
	font-size:13px
	}
	.product-min {
	font-size:14px
	}
	.pack-badge {
	font-size:11px
	}
	.btn-add-cart {
	font-size:13px;
	}
	.cat-btn {
	min-width:72px;
	gap:2px;
	margin-right:1px;
	}
	.cat-btn i {
	font-size:15px
	}
	.cat-btn svg {
	width:24px
	}
	.cat-btn span {
	display:none
	}
	.trust-text br {
	display:none
	}
	.trust-text {
	font-size:7px;
	}
	}
	@media (max-width:414px) {
	.cat-btn {
	min-width:60px
	}
	}
	 @media (max-width:400px) {
	.cat-btn {
	min-width:54px;
	margin-right:0px;
	}
	}
	 @media (max-width:360px) {
	.cat-btn {
	margin-right:0px;
	font-size:8px;
	}
	}
	 @media (max-width:320px) {
	.cat-btn {
	min-width:46px;
	margin-right:0px;
	font-size:8px;
	}
	.trust-item {
	gap:7px;
	}
	.trust-text {
	font-size:10px;
	line-height:10px
	}
	.trust-bar .container-fluid {
	padding-left:5px;
	padding-right:5px
	}
	.promo-title {
	font-size:12px;
	}
	.promo-sub {
	font-size:10px;
	line-height:12px
	}
	}


	/* Common */
	/* =====================================================
   PHARMAMART GLOBAL HEADER OVERLAP FIX
   Add this at the VERY BOTTOM of style-new.css
   Do not remove existing CSS
===================================================== */

/* Normal header height */
:root {
    --pm-header-space: 110px;
    --pm-inner-header-space: 165px;
    --pm-bottom-space: 90px;
}

/* Keep normal header fixed */
body .header.header-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}

/* Keep inner/search header fixed */
body .header.inner.header-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}

/* Common page content spacing */
body .page-content {
    padding-top: var(--pm-header-space) !important;
    padding-bottom: var(--pm-bottom-space) !important;
}

/* If page has inner header with search bar */
body:has(.header.inner.header-fixed) .page-content {
    padding-top: var(--pm-inner-header-space) !important;
}

/* For pages already using space-top */
body .page-content.space-top {
    margin-top: 0 !important;
    padding-top: var(--pm-header-space) !important;
}

body .page-content.space-top.inner {
    margin-top: 0 !important;
    padding-top: var(--pm-inner-header-space) !important;
}

/* Bottom menu fixed */
body .footer-fixed,
body .menubar-area.footer-fixed {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
}

/* WhatsApp icon should not hide behind bottom menu */
body .float {
    bottom: 96px !important;
    z-index: 9998 !important;
}

/* Sticky promo bar should not hide below fixed header */
body .promo-bar.scrolled {
    top: var(--pm-header-space) !important;
}

body .promo-bar.inner.scrolled {
    top: var(--pm-inner-header-space) !important;
}

/* Tablet */
@media screen and (max-width: 768px) {
    :root {
        --pm-header-space: 108px;
        --pm-inner-header-space: 155px;
        --pm-bottom-space: 88px;
    }

    body .header.header-fixed,
    body .header.inner.header-fixed {
        position: fixed !important;
    }

    body .page-content {
        padding-top: var(--pm-header-space) !important;
        padding-bottom: var(--pm-bottom-space) !important;
    }

    body:has(.header.inner.header-fixed) .page-content {
        padding-top: var(--pm-inner-header-space) !important;
    }
}

/* Mobile */
@media screen and (max-width: 600px) {
    :root {
        --pm-header-space: 104px;
        --pm-inner-header-space: 148px;
        --pm-bottom-space: 86px;
    }

    body .header.header-fixed,
    body .header.inner.header-fixed {
        position: fixed !important;
    }

    body .page-content {
        padding-top: var(--pm-header-space) !important;
        padding-bottom: var(--pm-bottom-space) !important;
    }

    body:has(.header.inner.header-fixed) .page-content {
        padding-top: var(--pm-inner-header-space) !important;
    }

    body .page-content.space-top {
        margin-top: 0 !important;
        padding-top: var(--pm-header-space) !important;
    }

    body .page-content.space-top.inner {
        margin-top: 0 !important;
        padding-top: var(--pm-inner-header-space) !important;
    }

    body .promo-bar.scrolled {
        top: var(--pm-header-space) !important;
    }

    body .promo-bar.inner.scrolled {
        top: var(--pm-inner-header-space) !important;
    }
}

/* Small mobile */
@media screen and (max-width: 420px) {
    :root {
        --pm-header-space: 100px;
        --pm-inner-header-space: 142px;
    }
}

/* Very small mobile */
@media screen and (max-width: 360px) {
    :root {
        --pm-header-space: 96px;
        --pm-inner-header-space: 136px;
    }
}
/* Profile page top gap fix */
.top-bg {
    margin-top: 0 !important;
}

.page-content .top-bg:first-child {
    margin-top: 0 !important;
}


/* Inside Pages */
/* ===============================
   Attractive Center Page Title
   Add at bottom of style-new.css
================================ */

.header-page-title-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    padding-bottom: 4px;
}

.header-page-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 210px;
    max-width: 92%;
    min-height: 44px;

    padding: 9px 26px;
    border-radius: 999px;

    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(232,252,252,0.92));
    border: 1.5px solid rgba(0, 188, 212, 0.45);
    box-shadow:
        0 10px 24px rgba(0, 188, 212, 0.16),
        inset 0 1px 0 rgba(255,255,255,0.9);

    color: #05055f;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.3px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-page-title::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00bcd4;
    margin-right: 10px;
    box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.12);
}

.header-page-title::after {
    content: "";
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: -6px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, transparent, #00bcd4, transparent);
}

/* If title is inside inner header with search bar */
.header.inner.header-fixed .header-page-title-wrap {
    margin-top: 12px;
}

/* Mobile */
@media screen and (max-width: 600px) {
    .header-page-title-wrap {
        margin-top: 10px;
        padding-bottom: 2px;
    }

    .header-page-title {
        min-width: 180px;
        min-height: 38px;
        padding: 8px 20px;
        font-size: 17px;
    }

    .header-page-title::before {
        width: 8px;
        height: 8px;
        margin-right: 8px;
    }
}

/* Small mobile */
@media screen and (max-width: 380px) {
    .header-page-title {
        min-width: 160px;
        max-width: 88%;
        font-size: 16px;
        padding: 8px 16px;
    }
}

/* Delete Icon For cart */
.product-cart-action {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.remove-cart-icon {
    width: 15px;
    height: 15px;
    min-width: 15px;
    border-radius: 50%;
    border: 1px solid #ffd2d2;
    background: #fff5f5;
    color: #d90429;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(217, 4, 41, 0.12);
}

.remove-cart-icon:hover {
    background: #d90429;
    color: #ffffff;
    border-color: #d90429;
}

.product-cart-action .btn-add-cart {
    flex: 1;
}

@media (max-width: 576px) {
    .product-cart-action {
        gap: 6px;
    }

    .remove-cart-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 13px;
    }
}