body{
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
.modal-open header{
	display: flex;
}

.payment-group.selected{
	border-width: 1px;
}
.custom-scroll{
	scroll-behavior:smooth
}
.no-scroll{
	overflow: hidden;
}

.custom-scroll::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 6px #eff1f2;
	box-shadow:inset 0 0 6px #eff1f2
}
.custom-scroll:not(.is-horizontal)::-webkit-scrollbar{
	width: 3px
}
.custom-scroll.is-horizontal::-webkit-scrollbar{
	height: 5px
}
.custom-scroll::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color:rgba(28,157,234,0.15)
}
.scroll-invisiable::-webkit-scrollbar{
	width:0
}

.is-bold{
	font-weight: bold;
}

.is-primary{
	color: #2F67BE;
}

.is-centered{
	text-align: center;
}

.is-left{
	text-align: left;
}

.has-font-14{
	font-size: 14px;
}

.is-fullwidth{
	width: 100%;
}

.page-title{
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
	line-height: 32px;
	color: #344054;
	margin-bottom: 16px;
}
.loader-primary {
	aspect-ratio: .5;
	display: grid;
}
.loader-primary:before {
	content: "";
	width: 30%;
	aspect-ratio: 1;
	border-radius: 50%;
	margin: auto auto 0;
	background: #d63a40;
	animation: l9-0 .5s cubic-bezier(0,800,1,800) infinite;
  }
.loader-primary:after {
	content: "";
	width: 100%;
	aspect-ratio: 1/cos(30deg);
	margin: 0 auto auto;
	clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
	background: #2F67BE;
	animation: l9-1 .5s linear infinite;
}
@keyframes l9-0 {
	0%,2%  {translate: 0   0%}
	98%,to {translate: 0 -.2%}
}
@keyframes l9-1 {
	0%,5%  {rotate:  0deg}
	95%,to {rotate:-60deg}
}

/* Loading dots */
.loader-secondary {
	width: 120px;
	height: 20px;
	-webkit-mask:linear-gradient(90deg,#000 70%,#0000 0) 0/20%;
	background:
	 linear-gradient(#000 0 0) 0/0% no-repeat
	 #ddd;
	animation: l4 2s infinite steps(6);
}
@keyframes l4 {
	100% {background-size:120%}
}
  
@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900; /* Variable weight */
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}
  
body{
	font-family: Inter;
	margin: 0;
}

img{
	max-width: 100%;
}
.group-closer{
	display: inline-block;
	font-size: 0;
}

.is-blur-light{
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.site-wrapper {
	max-width: 1440px;
	margin: auto;
	width: 100%;
}
a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	color: #2F67BE;
}
.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	color: #475467;
}

.btn.xxs{
	padding: 6px;
}

.btn.xs{
	padding: 8px;
}
.btn.sm{
	padding: 8px 14px;
}
.btn.md{
	padding: 10px 16px;
}
.btn.lg{
	padding: 10px 18px;
}
.btn.xl{
	padding: 12px 20px;
}
.btn.xxl{
	padding: 16px 28px;
}

.btn.is-primary,
.btn.is-outline.active{
	border-color: #2F67BE;
	background: #2F67BE;
	color: #fff;
}
.btn.is-full-width,
.is-full-width{
	width: 100%;
}

.btn.is-outline{
	background: #fff;
	border-color: #D0D5DD;
	color: #344054;
}
.btn.is-fade-blue{
	background: #D5E1F2;
	border-color: #D5E1F2;
	color: #2F67BE;
}

header{
	display: flex;
	padding: 18px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid #EAECF0;
	background: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

header .navbar-container{
	width: 100%;
}

header .navbar-desktop [class^="icon-material"] {
	font-size: 20px;
}

header .navbar-desktop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	width: 100%;
}

header .navbar-two-of-three{
	display: flex;
	align-items: center;
	width: 66%;
    justify-content: space-between;
}

header .navbar-two-of-three.is-inline{
    justify-content: flex-start;
	gap: 12px;
}

header .navbar-logo{
	display: flex;
	align-items: center;
	gap: 8px;
}

header .navbar-logo .toggle-sidebar{
	color: #475467;
}

header .navbar-actions{
	display: flex;
	align-items: center;
	gap: 12px;
}

header .navbar-actions .navbar-action{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
header .navbar-actions .navbar-action.active .is-text{
	border-bottom: 1px solid #475467;
}

header .navbar-actions .vertical-divider{
	border-left: 2px solid #475467;
	height: 40px;
}

header .navbar-container .navbar-one-of-three{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	width: 34%;
}

header .navbar-mobile{
    display: none;
}

header .navbar-mobile [class^="icon-material"] {
	font-size: 24px;
}

header .navbar-mobile .navbar-full{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}


header .navbar-mobile .search-container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
	position: relative;
}

header .navbar-mobile .search-container .loader2{
	position: absolute;
	width: 18px;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	display: none;
}

header .navbar-mobile .search-container .loader2.active{
	display: grid;
}

#search .search-container .loader2{
	position: absolute;
	width: 18px;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	display: none;
}

#search .search-container .loader2.active{
	display: grid;
}

.popup .loader2{
	position: absolute;
	left: 50%;
    top: 50%;
    width: 64px;
	transform: translate(-50%, -50%);
	display: none;
}

.popup .loader2.active{
	display: grid;
}

header .navbar-mobile .search-container .search-wrapper{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    padding-top: 6px;
	padding-bottom: 6px;
    border-radius: 8px;
	border: 1px solid #D0D5DD;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
header .navbar-mobile .search-container .search-wrapper [class^="icon-"]{
    font-style: normal;
	font-size: 130%;
	color: #333;
    margin-left: 5px;
}
header .navbar-mobile .search-container .search-wrapper .search-input{
    border: none;
	outline: none;
    font-size: inherit;
	color: #667085;
	width: 100%;
	padding: 0;
}

header .navbar-mobile .search-container .search-results{
	position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    border: 1px solid #EAECF0;
    padding: 6px 8px;
    background: #fff;
    border-radius: 8px;
    opacity: 0;
    height: 0;
    transition: all 250ms ease-out;
	z-index: 1;
	font-size: 14px;
	overflow: hidden;
}

header .navbar-mobile .search-container .search-results.active{
	opacity: 1;
	height: auto;
	padding: 6px 8px;
	border: 1px solid #EAECF0;
}

header .navbar-mobile .search-container .search-results .search-card{
	padding: 8px 0;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

header .navbar-mobile .search-container .search-results .search-card .avatar {
    height: 45px;
    width: 45px;
    border-radius: 4px;
    overflow: hidden;
}

header .navbar-mobile  .search-container .search-results .search-card .title {
	width: 100%;
	overflow: hidden;
}

header .navbar-mobile  .search-container .search-results .search-card .product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-weight: 500;
}

header .navbar-mobile .search-container .search-results .search-card .profile-name {
	color: #101828;
	font-size: 90%;
	font-weight: 500;
}

header .navbar-mobile .search-container .search-results .search-card:hover{
	background: #FCFCFD;
}

header .navbar-mobile .search-container .search-results .search-card:hover .product-title, 
header .navbar-mobile .search-container .search-results .search-card:hover .profile-name {
    font-weight: 600;
}

header .navbar-mobile .search-container .search-results .search-card:hover::before{
	content: '\e5ca';
    font-family: 'Material Icons';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
}

header .navbar-mobile .search-container .search-results .search-footer{
	border-top: 1px solid #EAECF0;
    padding-top: 8px;
    text-align: center;
}


header.header.mobile{
	display: none;
}

header .profile-social-media{
	display: flex;
	gap: 8px;
	color: #667085;
}

header .profile-social-media > a{
	color: inherit;
	font-size: 24px;
}

header .profile-avatar{
	display: inline-block;
    fill: #D9D9D9;
    border: 1px solid #D9D9D9;
	border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: relative;
	width: 40px;
}
header .profile-avatar > img{
	position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
	aspect-ratio: 1 / 1;
}
header .profile-status{
	width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    right: 0;
	background: #db2525;
	z-index: 1;
}

header .profile-status.online{
	background: #3bbe2f;
}

header .profile-name{
	color: #101828;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}


main .container{
	display: flex;
	justify-content: center;
	padding: 18px 0px;
	background: #fff;
}
main .sidebar{
	width: 0;
	opacity: 0;
	max-width: 350px;
	padding: 10px 0px;
	display: flex;
    flex-direction: column;
    gap: 24px;
	background: #fff;
	transition: all 250ms ease-out;
	z-index: 1;
}
main .sidebar.active{
	width: 100%;
	opacity: 1;
	transition: all 350ms linear;
}


main .sidebar .sidebar-wrapper{
	position: sticky;
    top: 20px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}

main .content{
	width: 100%;
}
main.product .content{
	max-height: none;
}
main .sidebar.active + .content{

}


#actions{
	display: flex;
	gap: 8px;
}

#search{
	width: 100%;
}

#filters{
	
}

#quick-filters{
	display: none;
    flex-direction: column;
    gap: 16px;
}

#quick-filters.active{
	display: flex;
}

#quick-filters .filters-title{
	font-weight: 600;
	margin-bottom: 12px;
}
#quick-filters .filter-group{
	display: flex;
    flex-direction: column;
}

#quick-filters .filter-group .filters-container{
	display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
	/* justify-content: space-evenly; */
}

#quick-filters .filter-group .filter-item.is-main{
	padding: 0;
}
#quick-filters .filter-group .filter-item{
	color: #344054;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	display: flex;
	padding: 6px 10px;
}
#quick-filters .filter-group .filters-container .filter-item{
	border: 1px solid #ddd;
    border-radius: 20px;
	background-color: #f6f6f6;
}


#quick-filters .filter-group .filter-item:hover,
#quick-filters .filter-group .filter-item.active{
	transform: scale(1.03);
	color: #2F67BE;
}

#advanced-filters{
	display: none;
	flex-direction: column;
	gap: 16px;
	padding-left: 6px;

}

#advanced-filters.active{
	display: flex;
}
#search .search-container{
	position: relative;
}

#search .search-results{
	position: absolute;
    top: 100%;
    left: 0;
    border: 0px solid #EAECF0;
    background: #fff;
    border-radius: 8px;
    opacity: 0;
    max-height: 0;
    padding: 0px 8px;
	font-size: 14px;
	overflow: hidden;
	transition: all 150ms ease-out;
	width: 350px;
}

#search .search-container .search-results.active{
	opacity: 1;
	max-height: 1000px;
	padding: 6px 8px;
	border: 1px solid #EAECF0;
	transition: all 150ms ease-in;
}

#search .search-container .search-results .search-card{
	padding: 8px 0;
	position: relative;
	display: flex;
    gap: 5px;
    align-items: center;
}

#search .search-container .search-results .search-card .avatar {
	height: 45px;
	width: 45px;
	border-radius: 4px;
	overflow: hidden;
}

#search .search-container .search-results .search-card .avatar img {
	height: 100%;
}

#search .search-container .search-results .search-card .title {
	width: 100%;
	overflow: hidden;
}

#search .search-container .search-results .search-card .profile-name {
	color: #101828;
	font-size: 90%;
}

#search .search-container .search-results .search-card .product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#search .search-container .search-results .search-card:hover{
	background: #FCFCFD;
}

#search .search-container .search-results .search-card:hover .product-title,
#search .search-container .search-results .search-card:hover .profile-name{
	font-weight: 600;
}

#search .search-container .search-results .search-card:hover::before{
	content: '\e5ca';
    font-family: 'Material Icons';
    position: absolute;
    left: 98%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
}

#search .search-container .search-results .search-footer{
	border-top: 1px solid #EAECF0;
    padding-top: 8px;
    text-align: center;
}

#search .search-container .search-wrapper{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	display: flex;
    align-items: center;
	gap: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#search .search-container .search-wrapper [class^="icon-"]{
	font-style: normal;
	font-size: 130%;
	color: #333;
	margin-left: 5px;
}
#search .search-container .search-wrapper .search-input{
	border: none;
	outline: none;
    font-size: inherit;
	color: #667085;
	width: 100%;
	padding: 0;
}

#search .search-container .search-wrapper .search-input:focus{
	border: none;
	outline: none;
}

#filters .filter-container{
	height: 100%;
}

#filters .filter-container .filter-wrapper{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    align-items: center;
	height: 100%;
}

#filters .filter-container .filter-wrapper [class^="icon-"]{
	font-style: normal;
	font-size: 130%;
	color: #333;
}

.products-container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
    margin: auto;
    max-width: 590px;
   
	min-height: 70vh;
}

main .container .sidebar.active + .content .products-container{
	max-width: 590px;
}
.products-container .load-more{
	width: calc(100% - 40px);
	max-width: 590px;
}
.products-container .product-wrapper{
	padding: 20px;
	display: flex;
    flex-direction: column;
    gap: 0px;
	border-radius: 10px;
	background: #F9FAFB;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	width: min(590px, 100%);
}
.products-container .product-wrapper .product-header{
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
	margin-bottom: 32px;
}

.products-container .product-wrapper .product-header .profile-avatar{
	display: inline-block;
    fill: #D9D9D9;
    border: 1px solid #D9D9D9;
	border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: relative;
	width: 40px;
}
.products-container .product-wrapper .product-header .profile-avatar > img{
	position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.products-container .product-wrapper .product-header .profile-status{
	width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    right: 0;
	background: #db2525;
	z-index: 1;
}

.products-container .product-wrapper .product-header .profile-status.online{
	background: #3bbe2f;
}

.products-container .product-wrapper .product-header .profile-name{
	color: #101828;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.product-wrapper .product-media {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; 
	margin-bottom: 32px;
}

.product-wrapper .product-media .product-image > img{
	max-width: 100%;
}
.product-wrapper .product-media .product-image > i{
	position: absolute;
    left: 50%;
    top: 50%;
    color: #ccc;
    font-size: 50px;
    opacity: 0.75;
    transform: translate(-50%, -50%);
}
.product-wrapper .product-media .product-image {
    flex: 1 1 calc(50% - 10px); 
    max-width: calc(50% - 10px);
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	/* position: relative; */
}
.product-wrapper.video .product-media .product-image{
	aspect-ratio: 16 / 9;
}
/* If only 1 item exists, make it full width */
.product-wrapper .product-media:has(.product-image:only-child) .product-image {
    flex: 1 1 100%;
    max-width: 100%;
}
.product-wrapper .product-media .product-image .product-image-more{
	position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.products-container .product-wrapper .product-name{
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 8px;
}

.products-container .product-wrapper .product-details{
	display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}

.products-container .product-wrapper .product-details .product-tags{
	display: flex;
    gap: 9px;
	max-width: calc(100% - 160px);
    overflow: overlay;
	padding-bottom: 6px;
}

.products-container .product-wrapper .product-details .product-tags .product-tag{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	border-radius: 8px;
	background: #EAECF0;
	padding: 4px 8px;
	
}

.products-container .product-wrapper .product-details .product-ratings{
	min-width: 160px;
    text-align: end;
}
.products-container .product-wrapper .product-details .product-ratings .product-ratings-stars{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 0;
	vertical-align: middle;
	display: inline-flex;
	color: #344054;
}
.products-container .product-wrapper .product-details .product-ratings .product-ratings-stars .active{
	color: rgb(255, 170, 0);;
	
}
.products-container .product-wrapper .product-details .product-ratings .product-ratings-value{
	color: #344054;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.products-container .product-wrapper .product-details .product-ratings .product-ratings-total{
	color: #98A2B3;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}


.products-container .product-wrapper .product-actions{
	display: flex;
	gap: 6px;
	font-size: 14px;
}

.products-container .product-wrapper .product-actions [class^="icon-"]{
	font-size: 20px;
}

.product .container{
	padding-bottom: 60px;
}
.product .sidebar{

}
.product .content .product-profile{
	display: none;
}
.product .product-profile{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}


.product .product-profile .profile-avatar{
	display: flex;
	justify-content: center;

}
.product .product-profile img{
	max-width: 150px;
	fill: #D9D9D9;
    border: 1px solid #D9D9D9;
	border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: relative;
}

.product .product-profile .profile-name{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #1D2939;
	cursor: pointer;
}

.product .product-profile .profile-name i{
	transform: rotate(-90deg);
	transition: transform 150ms ease-in;
	color: #2F67BE;
}

.product .product-profile .profile-name.active i{
	transform: rotate(0deg);
}

.product .product-profile .profile-name.active + .profile-attributes{
	max-height: 500px;
}
.product .product-profile .profile-attributes{
	max-height: 0;
	transition: max-height 250ms ease-in;
	overflow: hidden;
}

.product .product-profile .profile-attribute{
	display: flex;
    width: 100%;
    gap: 8px;
}

.product .product-profile .profile-attribute > div{
	width: 50%;
}

.product .product-profile .profile-attribute-name{
	text-align: right;
    font-weight: 500;
}

.product .product-profile .profile-attribute-value:hover{
	position: relative;
}

.product .product-profile .profile-attribute-value:hover > div{
	
}

.product .product-profile .profile-social-media{
	display: flex;
	justify-content: center;
	gap: 12px;
	font-size: 20px;
}

.product .product-profile .profile-social-media > a{
	color: #667085;
	font-size: 24px;
}

.product .product-profile .profile-action{
	font-size: 16px;
	font-weight: 600;
	/* position: relative; */
}
.product .product-profile .profile-action > .btn{
	
} 

.product .product-profile .profile-action .popup{
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: #fff;
	border-radius: 8px;
	box-shadow: rgba(16, 24, 40, 0.05) 0px 1px 2px 0px;
	background: #F2F4F7;
	/* position: absolute; */
	z-index: 1;
	white-space: normal;
	max-height: 0px;
	height: auto;
	width: 0;
	padding: 0px;
    overflow: hidden;
	/* transition: max-height 150ms ease-in, padding 150ms ease-in, width 150ms ease-in; */
	transition: opacity 150ms ease-out;
	opacity: 0;
	border: 1px solid #D0D5DD;
	
}

.product .product-profile .profile-action .popup.active{
	transition: opacity 250ms ease-out;
	opacity: 1;
	width: 440px;
	max-height: 500px;
	padding: 16px;
	margin-top: 16px;
	overflow-y: auto !important;
}
.product .content .profile{
	width: 100%;
}
.product .content .product-profile .profile-action .popup.active{
	left: 50%;
  	transform: translateX(-50%);
}

.product .product-profile .profile-action .popup .popup-header .title{
	font-size: 18px;
	color: #101828;
	font-weight: 500;
}

.product .product-profile .profile-action .popup .popup-body{
	display: flex;
    flex-direction: column;
    gap: 12px;
}

.product .product-profile .profile-action .popup .popup-body .send-tip{
	margin: 0;
}

.product .product-profile .profile-action .popup .popup-body .sub-title{
	text-align: left;
	font-size: 18px;
	color: #101828;
	font-weight: 400;
	margin: 0;
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts{
	display: flex;
	gap: 6px;
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts > *{
	
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts .tip-amount{
	font-weight: 500;
	font-size: 16px;
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	background: #fff;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	color: #101828;
	cursor: pointer;
	width: 100%;
}
.product .product-profile .profile-action .popup .popup-body .tip-amounts:not(.custom) .tip-amount,
.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom{
	transition: scale 150ms ease-in;
}
.product .product-profile .profile-action .popup .popup-body .tip-amounts .tip-amount{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 8px;
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom {
	position: relative;
}
.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom .tip-amount{
	padding-left: 42px;
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom .currency{
	content: '$';
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	/* color: #101828; */
	z-index: 1;
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts:not(.custom) .tip-amount:hover,
.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom:hover{
	color: #2F67BE;
	scale: 1.05;
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts .tip-amount.active,
.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom.active,
.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom:hover input,
.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom:hover input::placeholder,
.product .product-profile .profile-action .popup .popup-body .tip-amounts.custom.active input::placeholder {
	color: #2F67BE;
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts .tip-amount.active{
	border-color: #2F67BE;
}

.product .product-profile .profile-action .popup .popup-body .tip-amounts input{
	font-weight: 400;
}

.product .product-profile .profile-action .popup .profile-avatar-name img{
    position: absolute;
    width: 38px;
    margin-top: -6px;
}

.product .product-profile .profile-action .popup .profile-avatar-name > span{
	margin-left: 38px;
}


.product .product-profile .profile-action .popup .popup-content-success{
    flex-direction: column;
    gap: 20px;
	opacity: 0;
	transition: opacity 350ms ease-in;
	height: 0;
	overflow: hidden;
}

.product .product-profile .profile-action .popup .popup-content-success.active{
	display: flex;
	opacity: 1;
	height: auto;
	min-height: 10px;
	
}
.product .product-profile .profile-action .popup .popup-content-success > *{
	margin: 0;
}

.product .product-profile .profile-action .popup .popup-content-success .profile-image img{
	max-width: 100px;
}
.product .product-profile .profile-action .popup .popup-content-success p strong{
	color: #2F67BE;
}

.product .product-profile .profile-action .popup.report-model{
	width: 550px;
    position: fixed;
    top: 1%;
    left: 50vw;
    transform: translateX(-50%);
    max-height: 90%;
    z-index: 9999;
	height: 0;
}

.product .product-profile .profile-action .popup.report-model.active{
	height: auto;
}

.product .product-profile .profile-action .popup.report-model .popup-content{
	font-weight: 400;
	padding: 6px 12px;
	background-color: #fff;
	text-align: left;
	font-size: 14px;
}
.product .product-profile .profile-action .popup.report-model .reportDescriptionText{
	padding: 1%;
    outline: 0;
}

.product .product-profile .profile-action .popup.report-model select.reportType{
	width: 100%;
    padding: 8px 0px;
    border-radius: 5px;
    outline: none;
}

.product .content{
	display: flex;
	flex-direction: column;
	align-items: center;
    padding: 10px 0;
	background: #fff;
}

.product .content .product-wrapper{
	max-width: 590px;
	width: 100%;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	height: fit-content;
	
}

.product .content .product-container {
	display: flex;
    flex-direction: column;
    gap: 20px;
	background-color: #F9FAFB;
	padding: 20px;
}

.product .content .product-container .product-avatar{

}

.product .content .product-container .product-name{
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 125% */
	letter-spacing: -0.96px;
	color: #101828;
}

.product .content .product-container .product-details{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.product .content .product-container .product-details .product-tags {
    display: flex;
    gap: 9px;
    max-width: calc(100% - 160px);
    overflow: overlay;
    padding-bottom: 6px;
}

.product .content .product-container .product-details .product-tags .product-tag {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 8px;
    background: #EAECF0;
    padding: 4px 8px;
}

.product .content .product-container .product-details .product-ratings {
    min-width: 120px;
    text-align: end;
}

.product .content .product-container .product-details .product-ratings .product-ratings-stars {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    vertical-align: middle;
    display: inline-flex;
	color: #344054;
}

.product .content .product-container .product-details .product-ratings .product-ratings-stars .active{
    color: rgb(255, 170, 0);
}

.product .content .product-container .product-details .product-ratings .product-ratings-value {
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.product .content .product-container .product-details .product-ratings .product-ratings-total {
    color: #98A2B3;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.product .content .product-container .product-description{
	padding: 12px;
	background-color: #fff;
	border-radius: 8px;
	max-height: 500px;
	overflow: overlay;
}

.product .content .product-buy{
	background-color: #fff;
	color: #344054;
	display: flex;
	flex-direction: column;
    gap: 20px;
	padding: 20px;
}
.product .content .product-buy .services-and-info{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.product .content .product-buy .title{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
	margin-bottom: 16px;
	margin-top: 20px;
} 
.product .content .product-buy .subtitle{
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
}


.product .content .product-buy .actions{
	display: flex;
    gap: 6px;
}

.product .content .product-buy .actions-service{

}

.product .content .product-buy .actions-service .action-service,
.product .content .product-buy .message .email{
	display: flex;
    flex-direction: column;
    gap: 6px;
	overflow: hidden;
}

.product .content .product-buy .actions-service .action-service label,
.product .content .product-buy .message .email label{
	font-size: 14px;
	color: #344054;
}

.product .content .product-buy .actions-service .action-service input,
.product .content .product-buy .message .email textarea,
.product .content .product-buy .message .email input{
	font-family: Inter;
	padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-size: 16px;
	resize: none;
}

#gco_step1 input.is-invalid  {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
}
#gco_step1 input.is-invalid:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 
}


footer.footer{
	width: 100vw;
    position: relative;
    left: calc((-1) * (100vw - 100%) / 2);
}


.load-more .loader-primary{
	height: 42.4px;
}

.load-more .loader-primary:after{
	background: #fff;
}