/* فایل: assets/css/figma-styles.css */

/* ==== شروع استایل فیگما برای کارت ==== */
.gpa-figma-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 80px 0px 0px;
}
.gpa-figma-card {
    align-self: stretch;
    border-radius: 15px;
    background-color: #fff;
    display: inline-flex;
    padding-bottom: 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
	width: 285px;
}
.gpa-figma-card-inner {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 12px;
    border-radius: 15px;
    background: #494B4A;
	width: 100%;
}
.gpa-figma-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  z-index: 0;
}
.gpa-badge {
    padding: 4px 8px;
    border-radius: 100px;
    background: #DDC4A8;
}
.gpa-badge-round {
    color: #382F25;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.gpa-info-top {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}
.gpa-info-top .gpa-right {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-align: right;
  color: #f8f9fa;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.gpa-text-medium {
	color: #B2B3B4;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.gpa-text-small {
	color: #B2B3B4;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.gpa-img-container {
	display: flex;
    width: 72px;
    flex-direction: column;
    align-items: flex-start;
}
.gpa-img-container img {
    width: 72px;
    height: 72px;
    object-fit: scale-down;
}
.gpa-price-wrap {
	display: flex;
    padding: 0px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.gpa-price-wrap .gpa-left {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  gap: 4px;
}
.gpa-currency {
    text-align: right;
    font-family: IRANSansX;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.gpa-final-price {
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.gpa-price-container {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    display: flex;
    align-items: center;
}
.gpa-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.gold-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.gold-weight {
    text-align: right;
    color: #F8F9FA;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
.title-current-gold-price {
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
/* ==== پایان استایل فیگما ==== */
@keyframes fadeLoop {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.animation-dot {
  animation: fadeLoop 1s infinite ease-in-out;
}


.currency {
  	position: relative;
  	line-height: 20px;
  	font-weight: 500;
	font-size: 16px;
}
.discounted {
  	position: relative;
  	font-size: 24px;
  	line-height: 28px;
  	text-align: left;
	font-style: normal;
	font-weight: 600;
}
.icon {
  	width: 24px;
  	position: relative;
  	height: 24px;
}
.sub-label {
	position: relative;
	font-size: 14px;
    font-style: normal;
	font-weight: 700;
	line-height: 28px;
  	text-align: left;
	font-feature-settings: 'rclt' off;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.div {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: flex-start;
  	gap: 2px;
  	text-align: center;
  	font-size: 14px;
  	color: #198754;
}
.content-parent {
  	position: relative;
	width: 100%;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-start;
	justify-content: center;
  	gap: 8px;
  	text-align: right;
  	font-size: 16px;
  	color: rgba(19, 20, 31, 0.9);
}

.gold-title-18{
	color: rgba(19, 20, 31, 0.60);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: 0 !important;
}
.gold-title-box{
	display: flex;
	height: 28px;
	padding: 11px 0px;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.gpd-row{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	border-radius: 25px;
	background: linear-gradient(180deg, #AEA28D 0%, #7A7A7A 100%);
}

.gpd-col-right{
	border-radius: 20px !important;
	box-shadow: 0px -16px 48px 0px rgba(0, 0, 0, 0.08);
}
.price-normal3{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

  @media (max-width: 993px) { 
    .move-up {
      margin-top: -85px !important;
    }
    .gold-custom-layout {
    	padding-top: 85px;
    }
	.scroll-gold-card{
		margin-right: 16px !important;
    	padding-right: 0px !important;
    	padding-left: 0px !important;	  
	}
  }

.input-parent {
    width: 100%;
}
.frame-input-buy{
	width: 100%;
    position: relative;
    display: flex;
    text-align: right;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
}