/* xl - DESKTOP STYLES */ 
.peptides_tabs_wrap {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 14px;
	cursor: grab;
	-ms-overflow-style: none;
	scrollbar-width: none;  
}
.peptide-sort-by-box select {
	padding: 10px 20px; border: none; border-radius: 20px; background: #234A7D;
	font-size: 16px; color: #fff; height: 47px; cursor: pointer;
	max-width: 100%;
}

.peptide-sort-by-box::after{
	content: "";
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url(/wp-content/uploads/2026/02/down.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.peptides_tabs_wrap::-webkit-scrollbar {
	display: none;
}
.peptides_tabs_wrap:active {
	cursor: grabbing;
}
.peptides_tab_item  {
	border-radius: 27px;
	padding: 16px 24.43px;
	background: #F3F3F3;
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #2A2A2A;
	flex-shrink: 0;
	cursor: pointer;
	user-select: none;
	transition: 0.3s;
}
.peptides_tab_item:focus,
.peptides_tab_item:hover,
.peptides_tab_item.active {
	background: #234A7D;
	color: #fff;
}
.peptides_search_box {
	width: 529px;
	height: 47px;
	border-radius: 20px;
	border: 0.5px solid #AAAAAA;
	overflow: hidden;
	position: relative;
}
.peptides_search_input{
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	padding: 16px 22px !important;
	font-family: Poppins;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 100% !important;
	color: #171B1D !important;
}
.peptides_search_input::placeholder {
	color: #171B1D !important;
}
.peptides_search_btn {
	background: #F3F3F3;
	width: 28px;
	height: 28px;
	display: inline-flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}
.national_cart_grid {
	margin-bottom: 25px;
}
.national_cart_variation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 10px;
}
.national_cart_variation label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #817777;
	background: #EBEBEB;
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	border-radius: 30px;
	padding: 9.5px 19px;
	gap: 5px;
}
.national_cart_variation label.is_active {
	color: #FFFFFF;
	border-color: #1E3163;
	background: #1E3163;
}
.national_cart_variation label input {
	position: absolute;
	opacity: 0;
}
.national_cart_qty_input {
	width: 94px !important;
	height: 42px !important;
	border-radius: 30px !important;
	background: #EBEBEB !important;
	padding: 5px 30px !important;
	pointer-events: none;
	border: none !important;
	font-family: Poppins;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 100% !important;
	text-align: center;
}
.national_cart_qty_box {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.national_cart_qty_box svg {
	display: block;
}
.national_cart_btn {
	border-radius: 30px !important;
	padding: 10px !important;
	background: #1E3163 !important;
	color: #FFFFFF !important;
	display: flex;
	width: 436px;
	justify-content: center;
	align-items: center;
	height: 53px;
	font-family: Satoshi !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 28px !important;
}
.national_add_cart_form.disabled .national_cart_btn {
	cursor: not-allowed;
}
.national_cart_label {
	color: #4A4A4A;
	margin-bottom: 12px;
	font-family: Satoshi;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
}
.national_cart_label_2 {
	margin-bottom: 10px;
}
.national_qty_minus,
.national_qty_plus {
	cursor: pointer;
	user-select: none;
	width: 42px;
	height: 42px;
	border-radius: 80px;
	background: #1E2B56;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.national_cart_percentage {
	display: flex;
	align-items: center;
	gap: 20px;
}
.national_cart_percentage label input {
	position: absolute;
	opacity: 0;
}
.national_cart_percentage label {
	display: inline-block;
	cursor: pointer;
	border-radius: 30px;
	background: #EBEBEB;
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #807777;
	padding: 9.5px 32px;
	text-align: center;
}
.national_cart_percentage label.is_active {
	background: #1E3163;
	border-color: #1E3163;
	color: #fff;
}
.national_cart_btn_wrap {
	margin-top: 35px;
}
.national_percentage_wrap_mob {
	display: none;
}
.national_cart_qty_wrap {
	margin-top: 25px;
}
.save_msg {
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.cart_msg {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	font-style: italic;
	color: #000000;
	margin-bottom: 20px;
}

#coa-sort-select {
	height: 52px;
	border-radius: 32px;
	background: #234A7D;
	border: 1px solid #234A7D;
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #FFFFFF;
	padding: 0 63px 0 32px;
}
.coa-sort-by-box::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    background-image: url(/wp-content/uploads/2026/02/down.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
 #coa-search {
        border: none;
        background: none;
        padding: 10px 40px 10px 24px;
        font-size: 14px;
        color: #121212;
        width: 100%;
        outline: none;
    }
.coa-search-box {
	border: 0.5px solid #AAAAAA;
	border-radius: 32px;
	width: 100%;
	position: relative;
    border: 0.5px solid #AAAAAA;
    background: #fff;
    position: relative;
    width: 662px;
    height: 52px;
    border-radius: 32px;
    box-shadow: 0px 4px 12px 0px #0D0A2C14;
}

.coa-search-box input {
    padding: 0 24px;
    height: 100%;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #171B1D;
}

 #coa-search::placeholder { color: #171B1D; }
.coa-search-icon {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.coa-search-icon svg  {
  width: 18px;
    height: 18px;
}

@media(max-width: 767px) {
	.national_variation_price_display {
		font-size: 14px !important;
	}
	.coa-search-box {
		width: 100%;
		height: 37px;
	}
	.coa-search-icon svg {
		width: 14px;
		height: 14px;
	}
	.coa-search-icon {
		right: 12px;
		top: 6px;
		transform: unset;
	}
	#coa-search {
		padding: 2vw;
		font-size: 11px;
		width: 47vw;
		padding-right: 10vw;
	}
	.coa-sort-by-box::after {
		width: 8px;
		height: 5px;
		right: 10px;
	}
	#coa-sort-select {
		height: 37px;
		padding: 0 6vw 0 1.5vw;
		font-size: 10px;
		width: 31.5vw;
	}
	.national_cart_btn_wrap {
		margin-top: 2vw;
	}
	.national_cart_qty_input {
		width: 21vw !important;
		font-size: 3.5vw !important;
		padding: 0 !important;
	}
	.national_cart_qty_box {
		height: 10vw;
	}
	.national_cart_percentage label {
		font-size: 3vw;
		padding: 1.685vw;
	}
	.national_cart_variation label {
		width: 17.276vw;
		height: 6.82vw;
		font-size: 3vw;
		padding: 0;
	}
	.national_cart_qty_wrap {
		margin-top: 5vw;
	}
	.national_cart_variation_wrap {
		/*margin-bottom: 5vw;*/
	}	
	.national_cart_grid {
    margin-bottom: 0;
}
	.national_cart_label {
		margin-bottom: 3vw;
		font-size: 2.5vw;
	}
	.national_cart_btn {
		padding: 3.5vw !important;
		font-size: 3vw !important;
		width: 100%;
	}
	.national_product_price .price_sale {
		line-height: 100%;
		font-size: 5vw;
	}
	.national_product_price {
		gap: 5px;
	}
	.national_product_price .price_regular {
		line-height: 100%;
		font-size: 2.7vw;
	}
	span.price_regular:after {
		width: 9vw;
	}
	.national_product_price .price_save {
		padding: 1.5vw 2.5vw;
		line-height: 100%;
		font-size: 2.2vw;
	}
	.national_tab_list {
		margin-top: 18px;
		margin-bottom: 25px;
		gap: 3vw;
	}
	.national_tab_list span {
		padding: 2.5vw 3vw;
		line-height: 100%;
		font-size: 3vw;
	}
	.national_tab_content h3 {
		line-height: 6vw;
		margin-bottom: 1vw;
		font-size: 4vw;
	}
	.national_tab_content, .national_tab_content p, .national_tab_content ul, .national_tab_content ol {
		font-size: 2.8vw;
		line-height: 5vw;
	}
	.national_content_block {
		margin-bottom: 0;
	}
	.national_tab_content ol li {
		gap: 2vw;
		margin-bottom: 4vw;
	}
	.national_tab_content ol li::before {
		width: 6vw;
		height: 6vw;
		padding: 3vw;
		font-size: 3vw;
		line-height: 100%;
		margin-top: 1vw;
	}
	
	.peptides_tab_item {
		padding: 8px 16.08px;
		font-size: 13px;
	}
	
	.peptides_tabs_wrap {
		gap: 10px;
	}
	
	.peptide-sort-by-box select {
		padding: 5px 12px;
		font-size: 13px;
		height: 33px;
		max-width: 100%;
		line-height: 100%;
	}
	.peptide-sort-by-box::after {
		width: 9px;
		height: 5px;
	}
	.peptides_search_input{
		padding: 12px !important;
	}
}

