.block_gift {
	border-radius: 20px;
	padding-bottom: 20px !important;
	padding: 0px;
	box-shadow: 0px 5px 10px #13151a4f;
	background: linear-gradient(1deg, #5f3f25 30%, #af7443 100%);
	margin-bottom: 13px;
}

#load_gifts1 {
  gap: 8px;
  padding: 20px;
  display: flex;
  padding-top: 0;
  padding-bottom: 10px;
  height: 180px;
  overflow: hidden;
  transition: height 0.3s ease;
  flex-wrap: wrap;
}

#load_gifts1::-webkit-scrollbar{
    display: none;
}

#load_gifts1 p{
    display: flex;
    width: 100%;
    align-items: center;
    font-family: "Unbounded", sans-serif;
    justify-content: center;
    font-size: 9px;
    color: #ffb273;
    text-transform: uppercase;
    font-weight: 500;
    background: #ed9c5945;
    border: dashed 1px #db9154;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 0px;
}

.gift-img {
    width: 53px;
    height: 53px;
    position: relative;
    z-index: 1;
    transition: 0.2s;
}

.btn_send_gift {
	border-radius: 50px;
	background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #f19f5a 0, #c58047 140%));
	width: fit-content;
	font-size: 8.4px;
	padding-left: 4px;
	padding-right: 20px;
	height: 40px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn_send_gift:hover {
	font-size: 8.4px;
	color: #ffffff;
	opacity: 0.7;
}

.btn_send_gift i {
	height: 32px;
	display: flex;
	background: #0000002e;
	border-radius: 50px;
	font-size: 15px;
	color: #6b482a;
	width: 32px;
	align-items: center;
	justify-content: center;
}

.block_info_gift {
	background-size: cover;
    height: 140px;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    font-family: "Unbounded", sans-serif;
    flex-direction: column;
	margin-bottom: 20px;
}

.name_block_gift {
	    font-size: 13px;
    font-weight: 600;
}

.desp_block_gift {
	max-width: 270px;
	line-height: 13px;
	margin-top: 3px;
	font-size: 10.5px;
	color: #ffdcd5;
}

.gift-box {
    z-index: 1;
    aspect-ratio: 1 / 1;
    position: relative;
    display: flex;
    width: 87px;
    height: 87px;
    border-radius: 15px;
    background: linear-gradient(359deg, #8b5d36 30%, #df9557 100%);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
    transition: transform 0.2s ease;
}

.tooltip-inner {
	border-radius: 8px;
	font-size: 10.4px;
	line-height: 12px;
	font-family: "Montserrat", sans-serif;
	padding: 10px 11px;
	text-align: left;
	font-weight: 600;
	border: solid 1px #d18749;
    background-color: #a36b3c;
    color: #ffffff;
}

.tooltip .arrow {
	display: none;
}

.gift-box::before {
  display: block;
  content: "";
  box-shadow: #ffffff8a 0px 0px 20px 13px;
  position: relative;
  /* min-width: 1px; */
  /* width: 1px; */
  border-radius: 50px;
  background: #cd7979;
  /* height: 1px; */
  z-index: 1;
  transition: 0.2s;
}

.gift-box:hover::before {
    box-shadow: #ffffffd6 0px 0px 20px 13px;
	background: #d79293;
}

.img-sender-gift {
	width: 50px;
	height: 50px;
	border-radius: 12px;
}

.right-tooltip-gift {
	display: flex;
	flex-direction: column;
	font-family: "Unbounded", sans-serif;
	line-height: 13px;
	justify-content: center;
}

.name-gift-tooltip {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 600;
	margin-bottom: 4px;
	margin-top: 1px;
}

.gift-category {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.gift-category:last-child {
  border-bottom: none;
}

.gift-category-title {
  color: #45688E;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #45688E;
}

.gift-category-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.no-gifts-message {
  color: #777;
  font-style: italic;
  padding: 10px;
}

.gifts-container {
	 gap: 10px !important;
	 display: grid;
	  /* 4 ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸ Ð¾Ð´Ð¸Ð½Ð°ÐºÐ¾Ð²Ð¾Ð¹ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ */
	  /* Ñ€Ð¾Ð²Ð½Ð¾ 4 ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸ */
	 grid-template-columns: repeat(auto-fit, minmax(117.5px, 1fr));
}

.gift-price {
    padding: 2px 13px;
    background: radial-gradient(100% 100% at 50% 0, #ffa961 0, #0f875b00 100%) !important;
    border-radius: 50px !important;
    background-color: #ab7140 !important;
    font-size: 8.6px !important;
    font-weight: 400;
    transition: 0.2s;
    color: #ffefef;
}

.gift-item {
	display: flex;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	background: linear-gradient(359deg, #8b5d36 30%, #df9557 100%);
	padding: 20px 0px;
	box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
	transition: transform 0.2s ease;
	flex-direction: column;
	align-items: center;
}

.gift-item:hover {
	transform: scale(0.95);
}

.gift-item:hover .gift-price {
    background-color: #c27f48 !important;
    color: #ffffff;
}

.gift-item:hover::after {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    right: -30px;
    top: 0px;
    background: radial-gradient(100% 100% at 50% 0, #ffffff54 0, #ffffff0f 100%);
    height: 30px;
    z-index: 2;
    transform: rotate(43deg);
}

.gift-item::after {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    right: -90px;
    top: 0px;
    transition: 0.2s;
    background: radial-gradient(100% 100% at 50% 0, #ffffff38 0, #ffffff0f 100%);
    height: 30px;
    z-index: 2;
    transform: rotate(43deg);
}

.note-item-btn {
	display: none;
}

.note-item {
	display: flex;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	font-size: 7.6px;
	border: dashed 1px #0000003b;
	padding: 10px;
	color: #ffffff;
	border-radius: 10px;
	line-height: 11px;
	margin: 10px;
	text-transform: uppercase;
	background: #0000002b;
	backdrop-filter: blur(6px);
	font-family: "Unbounded", sans-serif;
}

.gift-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 9px;
    text-transform: uppercase;
    margin-top: 6px;
    align-items: center;
    font-family: "Unbounded", sans-serif;
}

.gift-name {
	text-overflow: ellipsis;
	max-width: 100px;
	overflow: hidden;
	font-weight: 500;
	white-space: nowrap;
	background: -webkit-linear-gradient(#ffffff, #ffd6d3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hidden-block-gift {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
    position: absolute;
    justify-content: center;
}

.gift-box:hover .hidden-block-gift::after {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    right: -30px;
    top: 0px;
    background: radial-gradient(100% 100% at 50% 0, #ffffff54 0, #ffffff0f 100%);
    height: 30px;
    z-index: 2;
    transform: rotate(43deg);
}

.hidden-block-gift::after {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    right: -90px;
    top: 0px;
    transition: 0.2s;
    background: radial-gradient(100% 100% at 50% 0, #ffffff38 0, #ffffff0f 100%);
    height: 30px;
    z-index: 2;
    transform: rotate(43deg);
}

.modal-gift {background: linear-gradient(1deg, #49311e 30%, #7b512e 100%) !important;}

.img-modal-gift {
	width: 60px;
	height: 60px;
	transition: 0.2s;
}

.gradient_gift_hidden {
	width: 100%;
	display: block;
	height: 40px;
	position: relative;
	margin-bottom: -45px;
	top: -40px;
	z-index: 1;
	background: linear-gradient(360deg, #5f3f25 3%, #2f324100 100%);
}

.hidden_gift_btn {
	margin-top: 12px !important;
	width: 100%;
	font-family: "Unbounded", sans-serif;
	border-radius: 50px;
	font-size: 8.4px;
	background: #dd945647;
	text-transform: uppercase;
	padding-left: 4px;
	cursor: pointer;
	padding-right: 20px;
	border: dashed 1px #dd9456a6;
	height: 40px;
	font-weight: 500;
	transition: 0.2s;
	color: #ffffff;
	align-items: center;
}

.hidden_gift_btn:hover {
	opacity: 0.7;
}

.margin_btn_gift {
	padding: 0px 20px;
}

.gift-box i {
    position: absolute;
    font-size: 50px;
    right: -10px;
    background: -webkit-linear-gradient(#dd945687, #e785770d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -10px;
    transform: rotate(24deg);
}

.gift-meta {
    display: flex;
    gap: 10px;
    font-size: 0.9em;
    color: #666;
}

.gift-meta span {color: #d2f1e4;font-weight: 400;font-size: 9.5px;}