.dgGold__slider {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
}

.header__top__slider {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header__top__slider h3 {
    margin: 0;
    color: #292556;
    font-family: "shin", Sans-serif !important;
}

.header__top__slider a {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #004d4e;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.header__top__slider a:hover {
    background: #006b6d;
}

.header__top__slider a svg path {
    stroke: white;
}

.dgGold__slider .swiper, .dg-gold-showcase .swiper {
    width: 100%;
    padding: 10px 0 40px 0 !important;
}

.dg__item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #eee;
    transition: transform 0.3s;
    box-shadow: rgba(17, 12, 46, 0.03) 0px 48px 100px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between; 
    box-sizing: border-box;
}

.dg__item:hover {
    transform: translateY(-5px);
}

.dg__item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.dg__item h4 {
    margin: 10px 0;
    font-size: 13px;
    color: #333;
    flex-grow: 1; 
}

.buy__dg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.cart__dg {
	background-image: linear-gradient(37deg,#004d4e,#20aaab);
	border: none;
	padding: 3px;
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	transition: 0.3s;
	text-decoration: none !important;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 36px;
	min-height: 36px;
}

.cart__dg:hover {
    background: #006b6d;
}

.cart__dg svg path {
    stroke: #fff;
    fill: #fff;
    stroke-width: 0;
}

.buy__dg .price__dg {
  display: flex;
  justify-content: end;
  width: 100%;
  direction: ltr;
}

.price_sale {
    font-weight: bold;
    color: #292556;
    font-size: 14px;
}

.price_sale del {
    opacity: 0.5;
    font-size: 0.8em;
    display: block;
}

.price_sale ins {
    text-decoration: none;
}

.apex-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
}

.apex-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border-radius: 15px;
    width: 300px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.apex-close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
}

.apex-modal-body p {
    font-family: tahoma;
    margin: 15px 0;
    color: #292556;
}

.view-cart-btn {
    display: inline-block;
    background: #004d4e;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 13px;
    transition: 0.3s;
}

.view-cart-btn:hover {
    background: #006b6d;
}

.buy__dg .price__dg .price_sale {
	width: 100%;
}

.apex-loader {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: apex-spin 0.6s linear infinite;
    position: absolute;
    top: calc(50% - 10px); 
    left: calc(50% - 10px);
}

.cart__dg.loading .cart-icon {
    display: none; 
}

.cart__dg.loading .apex-loader {
    display: block;
}

@keyframes apex-spin {
    to { transform: rotate(360deg); }
}

.added_to_cart { display: none !important; }

.dg__mySwiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.dg__mySwiper .swiper-slide {
    height: auto;
    display: flex;
}

.dg-gold-showcase {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
}

.dg-cat-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.dg-cat-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
    transition: transform 0.2s;
}

.dg-cat-nav-item:hover {
    transform: scale(1.05);
}

.dg-cat-img-wrap {
    width: 80px;
    height: 80px;
}

.dg-cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dg-cat-nav-item span {
    color: #292556;
    font-weight: bold;
    font-size: 14px;
}

.dg-cat-section {
    margin-bottom: 50px;
    scroll-margin-top: 100px;
}