/** Shopify CDN: Minification failed

Line 1060:61 Expected identifier but found whitespace
Line 1060:62 Unexpected "not("
Line 3813:24 Expected identifier but found bad string token
Line 3813:42 Unterminated string token

**/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://pro.fontawesome.com/releases/v5.15.0/css/all.css');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: 'Playfair 5pt SemiExpanded';
    src: url('/cdn/shop/files/Playfair-5ptSemiExpandedLight.woff2?v=1763713437') format('woff2'),
        url('/cdn/shop/files/Playfair-5ptSemiExpandedLight.woff?v=1763713439') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Evogria';
    src: url('https://cdn.shopify.com/s/files/1/0986/6588/9973/files/Evogria-Italic.woff2?v=1763469526') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0986/6588/9973/files/Evogria-Italic.woff?v=1763469525') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Evogria';
    src: url('https://cdn.shopify.com/s/files/1/0986/6588/9973/files/Evogria.woff2?v=1763469525') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0986/6588/9973/files/Evogria.woff?v=1763469526') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*,
:before,
:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --btn-color: #008CB4;
  --light-blue: #D6F0F8;
  --deep-blue: #1876B8;
  --light-black: #1E1E1E;
  --Manrope-Font: "Manrope", sans-serif;
  --Playfair-Font: "Playfair", serif;
  --Playfair-Display: "Playfair Display", serif;
  --Playfair-5pt-SemiExpanded: 'Playfair 5pt SemiExpanded';
  --Evogria-Font: 'Evogria';
  --FontAwesome-icon:"Font Awesome 5 Pro";
  --page-width: 1670px;
  --cmn-gap: clamp(4rem, 6.944vw, 10rem);
  --duration: 0.45s;
  --easing: ease;
  --padding-100: clamp(4rem,6.944vw,10rem);
  --padding-120: clamp(4rem,8.333vw,12rem);
  --padding-80: clamp(3.5rem,5.556vw,8rem);
  --padding-110: clamp(4rem, 5.789vw, 11rem);
  --border-radius10: 10rem;
  --border-radius20: 2rem;
}

html {
	font-size: 62.5%;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 1.5 !important;
	font-weight: normal !important;
	color: var(--light-black);
	font-family: var(--Manrope-Font) !important;
	letter-spacing: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	overflow-X: hidden;
	counter-reset: section;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: var(--black);
	font-family: var(--Playfair-Font);
	line-height: 1.2;
	text-transform: inherit;
	letter-spacing: normal;
	font-weight: 300;
	margin: 0 0 15px;
}

p {
	margin: 0 0 15px 0;
}

p:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	display: block;
	max-width: 100%;
    height: auto;
}

video,
iframe {
	display: block;
	width: 100%;
}

a {
	-webkit-transition: ease 0.45s;
	transition: ease 0.45s;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

:focus,
:focus-visible {
	outline: none !important;
}

table {
	width: 100%;
}

.btn:not(button, .site-header__cart),
.button {
    padding: 10px 18px;
    background: var(--btn-color);
    font-size: clamp(1.6rem,1.25vw, 2rem);
    color: var(--white);
    font-weight: 400;
    font-family: var(--Manrope-Font);
    line-height: 1.1;
    text-transform: inherit;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 160px;
    min-height: 60px;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: ease 0.45s;
	transition: ease 0.45s;
}

.btn:not(button,.site-header__cart):hover,
.button:hover {
    background: var(--light-black);
}

.btn:not(button, .site-header__cart):before,
.btn:not(button, .site-header__cart):after,
.button:before,
.button:after {
	display: none;
}

form .field:before,
form .field:after {
	display: none;
}

textarea,
textarea.text-area {
	display: block;
	font-family: var(--Manrope-Font);
	height: 150px;
	width: 100%;
	border: 1px solid var(--black);
	background: var(--white);
	padding: 1rem 2rem;
	margin: 0;
	font-size: 16px;
	color: var(--black);
	font-weight: 400;
	letter-spacing: normal;
	box-shadow: none !important;
	border-radius: 0 !important;
	-webkit-transition: ease 0.45s;
	transition: ease 0.45s;
	resize: none;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
input[type="date"],
select {
	display: block;
	font-family: var(--Manrope-Font);
	height: 48px;
	width: 100%;
	border: 1px solid var(--black);
	background: var(--white);
	padding: 1rem 2rem;
	margin: 0 !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	color: var(--black);
	box-shadow: none !important;
	border-radius: 0 !important;
	-webkit-transition: ease 0.45s;
	transition: ease 0.45s;
}

.mobile {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.mobile {
		display: block !important;
	}

	.desktop {
		display: none !important;
	}
}

.page-width, 
.page-width-desktop, 
.container {
    max-width: var(--page-width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.shopify-challenge__container form {
	text-align: center;
}

.shopify-challenge__container form .shopify-challenge__button.btn {
	margin-top: 20px;
}

predictive-search .spinner {
	display: none !important;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-column {
	flex-direction: column;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}
/* ==============main css start============= */

/* header css start */
.header-wrapper {
    border: none !important;
    background: #F1F4F5 !important;
}

.header-wrapper .header {
    max-width: 1470px;
    padding-top: 6px;
    padding-bottom: 0;
}

.header .header__heading-link {
    padding: 0;
    margin: 0;
}

.header .header__icons {
    padding-right: 0;
    align-items: center;
}

.header .header__icons .desktop-localization-wrapper {
    display: none;
}

.header .header__icons .header__icon svg {
    width: 2rem;
    height: 2rem;
}

.header .header__icons .header__icon .svg-wrapper {
    border-left: 1px solid rgba(106, 110, 110, 0.2);
}

.header .header__icons .header__icon.header__icon--account .visually-hidden {
    height: auto;
    width: auto;
    position: static !important;
    overflow: visible;
    margin: 0;
    text-decoration: none;
    color: var(--light-black);
    font-size: 1.3rem;
    text-transform: capitalize;
}

.header .header__icons .header__icon.header__icon--account {
    width: auto;
    margin-right: 2rem;
	text-decoration: none;
}

.header .header__icons .header__icon.header__icon--cart {
    margin-right: 0;
}

.header .header__icons .header__icon.header__icon--account .svg-wrapper {
    border-left: 1px solid rgba(106,110,110,.2);
    margin-left: 2rem;
}

.header .header__icons details-modal.header__search {
    display: none !important;
}

.header-wrapper .header .header__inline-menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    pointer-events: none;
    background: var(--btn-color);
}

.header-wrapper .header .header__inline-menu {
    position: relative;
    width: 100%;
	margin-left: 0;
}

.header .header__icons .header__search predictive-search.search-modal__form .search__input.field__input {
    background: var(--white) !important;
    border: 1px solid #E5E7E7;
    border-radius: 3px !important;
    padding: 1rem 9.8rem 1rem 2rem !important;
    color: #6B6C6A;
}

.header .header__icons .header__search predictive-search.search-modal__form .field .field__label {
    display: none;
}

.header .header__icons .header__search predictive-search.search-modal__form .search__input.field__input::placeholder {
  color: #6B6C6A;
  opacity: 1; 
}

.header .header__icons .header__search predictive-search.search-modal__form .search__input.field__input::-ms-input-placeholder { 
  color: #6B6C6A;
}

.header-wrapper .header .header__inline-menu .list-menu {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.header__inline-menu .list-menu .header__menu-item {
    font-weight: 500;
    font-size: clamp(1.6rem,1.125vw,1.8rem);
    color: var(--white);
    text-decoration: none;
    position: relative;
}

.header__inline-menu .list-menu .header__menu-item span {
    text-decoration: none;
}

.header__inline-menu .list-menu .header__submenu {
    display: block !important;
    width: 30rem;
}

.header__inline-menu .list-menu .header__submenu .header__menu-item {
    color: var(--black);
}

.header__inline-menu .list-menu .header__submenu .header__menu-item:hover,
.header__inline-menu .list-menu .header__submenu .header__menu-item.header__active-menu-item {
    color: var(--btn-color);
}

.header__inline-menu .list-menu .header__menu-item:has(.header__active-menu-item) {
    background: #0082AA;
    color: var(--white);
}

.header__inline-menu .list-menu .header__menu-item .header__active-menu-item {
    color: var(--white);
}

.announcement-bar-custom {
    background: #D7DDDF;
    padding: 1rem 0;
}

.announcement-bar-custom .announcement-bar-inner {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 1.5rem;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-left p {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-left span {
    font-size: 1.3rem;
    line-height: 1;
    color: var(--light-black);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-left span a {
    font-weight: 600;
    font-size: 1.6rem;
    color: inherit;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-left span a strong {
    font-weight: inherit;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-left span a:hover {
    color: var(--btn-color);
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-mid p {
    font-size: 1.6rem;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    row-gap: 9px;
    column-gap: 7px;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-mid p a {
    font-weight: 500;
    text-decoration-line: underline;
    color: inherit;
    display: inline-flex;
    align-items: center;
    position: relative;
}

/*.announcement-bar-custom .announcement-bar-inner .announcement-bar-mid p a:after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: var(--black);
    margin-left: 7px;
}*/

.announcement-bar-custom .announcement-bar-inner .announcement-bar-mid p a:hover {
    color: var(--btn-color);
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-right {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    justify-content: flex-end;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-left,
.announcement-bar-custom .announcement-bar-inner .announcement-bar-right {
    width: 20%;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-mid {
    text-align: center;
    width: 60%;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-right .social-heading {
    font-size: 1.3rem;
    line-height: 1;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-right .list-social {
    gap: 5px;
    align-items: center;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-right .list-social .list-social__link {
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    background: var(--deep-blue);
    border-radius: 4px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-right .list-social .list-social__link .svg-wrapper {
    width: 1.3rem;
    height: 1.3rem;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-right .list-social .list-social__link svg {
    width: 100%;
    height: 100%;
}

.announcement-bar-custom .announcement-bar-inner .announcement-bar-right .list-social .list-social__link:hover {
    background: var(--black);
}



@media only screen and (min-width: 990px) {
	.header .header__icons .header__search {
		max-width: 67rem;
		min-width: 67rem;
	}
	.header .header__icons .header__search predictive-search.search-modal__form {
		width: 100%;
		max-width: 100%;
	}
	.header .header__icons .header__search .gradient {
		width: 100%;
	}
}
/* header css end */

/* banner slider css start */
.index-slider {
	overflow: hidden;
}

.index-slider .splide__slide {
	position: relative;
}

.index-slider .splide__slide .image-wrap img {
	width: 100%;
}

.index-slider .splide__slide .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.index-slider .splide__slide .slide-content .slide-content-inner {
    width: 100%;
    max-width: 80rem;
}

.index-slider .splide__slide .slide-content .slide-content-inner .suptitle {
    font-weight: 300;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1;
}

.index-slider .splide__slide .slide-content .slide-content-inner h2 {
    font-weight: 300;
    font-size: clamp(3.5rem, 5.625vw, 9rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.index-slider .splide__slide .slide-content .slide-content-inner p {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    line-height: 1.5;
    width: 100%;
    max-width: 48rem;
}

.index-slider .splide__slide .slide-content .slide-content-inner .btnwrap {
    margin-top: 2rem;
}

.absolute-link {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-slider .splide__slide .absolute-link:hover .button {
	background: var(--light-black);
}

.index-slider .splide__pagination {
    bottom: clamp(3rem, 11.875vw, 19rem);
    justify-content: flex-start;
    width: 100%;
    max-width: calc(100% - (50% - (var(--page-width) / 2)));
    margin-left: auto;
    margin-right: 0;
    gap: 8px;
}

.splide__pagination {
    gap: 8px !important;
}

.splide__pagination li .splide__pagination__page {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    transform: none !important;
    background: #6F6F6F !important;
    opacity: 0.2 !important;
    transition: all 0.5s !important;
}

.splide__pagination li .splide__pagination__page.is-active {
    background: var(--btn-color) !important;
    opacity: 1 !important;
}
/* banner slider css end */

/* footer css start */
.shopify-section-group-footer-group footer.footer {
	background: url("footer-bg.png") no-repeat 100% 100% / cover;
}

footer.footer .footer__blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    --footer-item-column-gap: clamp(3rem, 7.5vw, 12rem);
    column-gap: var(--footer-item-column-gap);
    row-gap: 3rem;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item {
    width: 100%;
    max-width: calc(25% - (var(--footer-item-column-gap) - (var(--footer-item-column-gap) / 4)));
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item:first-child {
    max-width: calc(28% - (var(--footer-item-column-gap) - (var(--footer-item-column-gap) / 4)));
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .rte {
    font-size: clamp(1.6rem, 1.125vw, 1.8rem);
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu {
    max-width: calc(19.5% - (var(--footer-item-column-gap) - (var(--footer-item-column-gap) / 4)));
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item:last-child {
    max-width: calc(33% - (var(--footer-item-column-gap) - (var(--footer-item-column-gap) / 4)));
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__heading {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: 2.4rem;
    color: var(--white);
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content li {
    margin: 0;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .list-menu__item {
    font-size: clamp(1.6rem, 1.125vw, 1.8rem);
    line-height: 1.6;
    color: var(--white);
    text-decoration: none;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .list-menu__item:hover,
footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .list-menu__item.list-menu__item--active {
    color: var(--btn-color);
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter p {
    font-size: clamp(1.6rem, 1.125vw, 1.8rem);
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter {
    text-align: left;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter .field {
    display: block;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter .field .field__label {
    display: none;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter .field .field__input {
    background: rgba(255, 255, 255, 0.1);
    min-height: 5.6rem;
    border-radius: 8px !important;
    border: none;
    padding: 1.5rem 2.5rem !important;
    font-size: clamp(1.6rem, 1.125vw, 1.8rem);
    color: #D5D5D5;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter .field .field__input::placeholder {
  color: #D5D5D5;
  opacity: 1; 
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter .field .field__input::-ms-input-placeholder { 
  color: #D5D5D5;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter .field .field__button {
    position: static;
    width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 6rem;
    border-radius: 8px;
    background: var(--btn-color);
    font-family: var(--Manrope-Font);
    font-weight: 400;
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    line-height: 1;
    text-align: center;
    color: var(--white);
    margin-top: 1.2rem;
    transition: all 0.5s;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__newsletter .field .field__button:hover {
    background: var(--white);
    color: var(--btn-color);
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .newsletter-form {
    max-width: 100%;
}

footer.footer .footer__blocks-wrapper .footer-block.grid__item .newsletter-form .newsletter-form__field-wrapper {
    max-width: 100%;
}

footer.footer .footer__content-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0 !important;
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper:first-child {
    display: none;
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright {
    margin: 0;
    width: 100%;
    padding: 2.5rem 0;
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer-bottom .copyright__content {
    font-size: clamp(1.6rem, 1.125vw, 1.8rem);
    line-height: 1.5;
    color: var(--white);
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer-bottom .copyright__content a {
    color: var(--white);
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social {
    gap: 8px;
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social .list-social__link {
    background: #08436D;
    border-radius: 4px;
    width: 4rem;
    height: 4rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social .list-social__link .svg-wrapper {
    width: 24px;
    height: 24px;
}

footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social .list-social__link:hover {
    background: var(--btn-color);
}

.newsletter-form__message {
	color: var(--white) !important;
}
/* footer css end */

.index-clctnlist {
    background: var(--light-blue);
    padding: 4.5rem 0;
    overflow: hidden;
}

.colec-list-slider .splide__list .splide__slide .card-wrapper .card__inner:before {
    padding-bottom: 115%;
}

.colec-list-slider .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information {
    padding: 2rem 0 0;
}

.colec-list-slider .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information .card__heading {
    font-family: var(--Manrope-Font);
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    color: var(--black);
    font-weight:500;
    text-align:center;
}

.colec-list-slider .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information .card__heading .icon-wrap {
    display: none;
}

.colec-list-slider .splide__pagination {
    position: static;
    margin-top: 1.2rem;
}

.colec-list-slider .splide__pagination {
    position: static;
    margin-top: 1.2rem;
}

.index-clctnlist .heading {
    margin-bottom: 5rem;
}

.suptitle {
    font-family: var(--Playfair-Font);
    font-weight: 300;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    line-height: 0.9;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.common-heading {
    font-weight: 300;
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.index-clctnlist .common-heading {
    margin: 0;
}

.latest-collection .collection {
    padding: var(--cmn-gap) 0 6.5rem;
}

.latest-collection .collection__title {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0 !important;
}

.latest-collection .collection__title .title {
    font-weight: 300;
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 1;
    letter-spacing: -.04em;
    margin: 0 !important;
}

.collection .splide__list .splide__slide .card-wrapper {
    padding: 1.5rem 1.5rem 4rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.collection .splide__list .splide__slide .card-wrapper .card__inner {
    background: transparent;
}

.collection .splide__list .splide__slide .card-wrapper .card__inner .media {
    background: #DBE0E5;
}

.collection .splide__list .splide__slide .card-wrapper .card__inner .media img {
    object-fit: contain;
    mix-blend-mode: multiply;
}

.collection .splide__list .splide__slide .card-wrapper .card__inner:before {
    padding-bottom: 65%;
}

.collection .splide__list .splide__slide .card-wrapper .card__inner .card__content {
    display: none;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information {
    padding: 2rem 0 2.5rem;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information .card__heading {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    width: 100%;
    max-width: 348px;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information .card__heading .full-unstyled-link {
    text-decoration: none;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information .price {
    font-weight: 600;
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
    line-height: 1;
    color: var(--light-black);
    margin-top: 1.5rem;
    letter-spacing: normal;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information .price.price--on-sale .price__sale {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}

.collection .splide__list .splide__slide .card-wrapper .card: not(.ratio)>.card__content .card__information .price.price--on-sale .price__sale .price-item.price-item--regular {
    margin-right: 0;
    margin-left: 1.2rem;
    font-size: inherit;
    color: #CCCCCC;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information .price.price--on-sale .price__sale .price-item.price-item--regular {
    margin-right: 0;
    margin-left: 1.2rem;
    font-size: inherit;
    color: #CCCCCC;
}

.collection .splide__list .splide__slide .card-wrapper:hover {
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.22);
}

.collection .splide__list .splide__slide {
    padding: 4rem 0;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .quick-add {
    margin: 0;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .quick-add .quick-add__submit {
    background: var(--light-black);
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .quick-add .quick-add__submit:hover,
.collection .splide__list .splide__slide .card-wrapper:hover .card:not(.ratio)>.card__content .quick-add .quick-add__submit {
	background: var(--btn-color);
}

.ind-imgtxt .gradient.color-scheme-1 {
    padding: 0;
	background: transparent;
}

.ind-imgtxt .image-with-text {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.ind-imgtxt .image-with-text__grid {
    --index-image-text-column-gap: 3.5rem;
    column-gap: var(--index-image-text-column-gap);
    row-gap: 3rem;
    align-items: center;
}

.ind-imgtxt .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--medium {
    width: 100%;
    max-width: calc(55% - (var(--index-image-text-column-gap) - (var(--index-image-text-column-gap) / 2)));
}

.ind-imgtxt .image-with-text__grid .image-with-text__text-item.grid__item {
    width: 100%;
    max-width: calc(45% - (var(--index-image-text-column-gap) - (var(--index-image-text-column-gap) / 2)));
}

.ind-imgtxt .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--medium .image-with-text__media {
    border: none;
}

.ind-imgtxt .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__content {
    padding: 0;
}

.ind-imgtxt .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__heading {
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 0.9;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: var(--black);
    width: 100%;
    max-width: 51rem;
}

.ind-imgtxt .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__heading strong {
    font-size: clamp(4rem, 5vw, 8rem);
    font-weight: 500;
    color: var(--btn-color);
}

.ind-imgtxt .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__text {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    color: var(--light-black);
    width: 100%;
    max-width: 59rem;
}

.ind-imgtxt {
	background: url("index-img-text-bg.png") no-repeat center center / 100% 100%;
	padding: var(--padding-80) 0 var(--padding-100);
}

.brands-logo {
    padding-top: clamp(3rem, 4.188vw, 6.7rem);
}

.brands-logo .page-width-full {
    width: 100%;
    max-width: 1880px;
    margin: 0 auto;
    padding: 0 15px;
}

.brands-logo .common-heading {
    margin-bottom: clamp(3rem, 4.375vw, 7rem);
}

.brandlogo-wrapper .splide__list .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandlogo-wrapper .splide__list .splide__slide .logo_img {
    padding: 0 clamp(2.5rem, 3.125vw, 5rem);
}

.brandlogo-wrapper .splide__list .splide__slide:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 47px;
    background: #CFD3D5;
}

.feature-collection .collection {
    padding: clamp(3rem, 3.938vw, 6.3rem) 0 0;
    border-top: 1px solid #CFD3D5;
}

.feature-collection {
    padding-top: var(--padding-80);
}

.feature-collection .splide-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.feature-collection .splide-top .collection__title {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0 !important;
}

.feature-collection .splide-top .collection__title .over-heading {
    font-family: var(--Playfair-Font);
    color: var(--black);
    font-weight: 300;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    line-height: 0.9;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0 0 1.2rem;
}

.feature-collection .splide-top .collection__title .title {
    font-weight: 300;
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 0;
}

.feature-collection .splide-top .splide__arrows {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.feature-collection .splide-top .splide__arrows .splide__arrow {
    position: static;
    transform: none;
}

.splide__arrow {
    width: 6rem;
    height: 6rem;
    background: var(--btn-color) !important;
    border: 1px solid var(--btn-color) !important;
    border-radius: 8px !important;
    opacity: 1 !important;
    color: var(--white);
    transition: all 0.5s;
}

.splide__arrow svg {
    width: auto;
    height: auto;
}

.splide__arrow:hover {
    background: transparent !important;
    color: var(--btn-color) !important;
}

.feature-collection.collection .splide__list .splide__slide .card-wrapper {
    padding: 1.5rem;
}

.feature-collection.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio) .card__inner:before {
    padding-bottom: 86%;
}

.feature-collection.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card__information {
    text-align: center;
}

.feature-collection.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .card-information {
    text-align: center;
}

.feature-collection.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .price {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    font-weight: 500;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio) .card__inner .media img {
    bottom: 0;
    right: 0;
    height: calc(100% - 3rem);
    margin: auto;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .jdgm-widget.jdgm-widget {
    margin-bottom: 1.2rem;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .jdgm-widget.jdgm-widget .jdgm-prev-badge__stars .jdgm-star {
    color: var(--black);
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .jdgm-widget.jdgm-widget .jdgm-prev-badge__text {
    font-size: 1.8rem;
    line-height: 1;
    color: var(--light-black);
    margin-left: 0.5rem;
}

.about-area-full {
    position: relative;
    padding-top: var(--padding-120);
    overflow: hidden;
}

.about-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    --abt-image-text-column-gap: clamp(3rem, 7.5vw, 12rem);
    column-gap: var(--abt-image-text-column-gap);
    row-gap: 3rem;
}

.about-inner .about-left {
    width: 100%;
    max-width: calc(50% - (var(--abt-image-text-column-gap) - (var(--abt-image-text-column-gap) / 2)));
}

.about-inner .about-right {
    width: 100%;
    max-width: calc(50% - (var(--abt-image-text-column-gap) - (var(--abt-image-text-column-gap) / 2)));
}

.about-inner .about-right .text-wrap {
    margin-bottom: clamp(3rem, 4.688vw, 7.5rem);
    padding-left: clamp(2rem, 5vw, 8rem);
}

.about-inner .about-right .text-wrap p {
    width: 100%;
    max-width: 71rem;
}

.about-inner .about-right .image-wrap img {
    width: 100%;
}

.about-inner .about-left .left-text-wrap {
    margin-bottom: clamp(3rem, 3.125vw, 5rem);
}

.about-inner .about-left .left-text-wrap ol li {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: clamp(1.7rem, 1.5vw, 2.4rem);
    line-height: 1.5;
    color: var(--black);
    border-top: 1px solid #D5D8DA;
}

.about-inner .about-left .left-text-wrap ol li:before {
    counter-increment: section;
    content: "0" counter(section) "";
    width: 9.4rem;
    height: 7.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-black);
    font-size: 2.6rem;
    line-height: 1;
    text-transform: capitalize;
    color: var(--white);
    flex-shrink: 0;
    margin-right: 2.5rem;
    margin-top: -1px;
}

.about-inner .about-left .left-text-wrap ol li:not(:last-child) {
    margin-bottom: clamp(1.5rem, 1.875vw, 3rem);
}

.about-inner .about-left .left-text-wrap ol li:nth-child(even):before {
    background: var(--btn-color);
}

.about-area-full .big-text {
    font-size: clamp(5rem, 26.25vw, 42rem);
    font-family: var(--Evogria-Font);
    background: linear-gradient(180deg, #E2E7E8 19.06%, #FFFFFF 77.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 0.9;
    position: absolute;
    top: 4rem;
    left: -5rem;
    z-index: -1;
}

.about-product {
    padding-top: var(--padding-80);
}

.about-product .about-product-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.about-product .about-product-inner .about-product-repeat {
    background: #E6F4F8;
    padding: 1.4rem 4rem 1.4rem 2.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-product .about-product-inner .about-product-repeat .about-product-img {
    width: 100%;
    max-width: 19rem;
}

.about-product .about-product-inner .about-product-repeat:not(:first-child) .about-product-img img {
    width: 100%;
    max-width: 18rem;
}

.about-product .about-product-inner .about-product-repeat .about-product-text {
    width: 100%;
    max-width: calc(100% - 19rem);
    padding-left: clamp(1.5rem, 2.5vw, 4rem);
}

.about-product .about-product-inner .about-product-repeat .about-product-text h4 {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: clamp(1.7rem, 1.5vw, 2.4rem);
}

.about-product .about-product-inner .about-product-repeat .about-product-text .button {
    font-size: 1.4rem;
    min-width: 97px;
    min-height: 40px;
}

.faq-img {
    padding-top: var(--padding-100);
}

.faq-inner {
    display: flex;
    flex-wrap: wrap;
}

.faq-inner > * {
    width: 50%;
}

.faq-inner .faq-left img {
    width: 100%;
}

.faq-inner .faq-right {
    background: #E6F4F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem calc(50% - (var(--faq-right-gap) / 2) + 1.5rem) 4rem 4rem;
    --faq-right-gap: 1550px;
}

.faq-inner .faq-right .faq-items .faq-item {
    border-top: 1px solid var(--light-black);
    padding: clamp(1.4rem, 1.875vw, 3rem) 0 clamp(1.4rem, 1.875vw, 3rem) 1.4rem;
}

.faq-inner .faq-right .faq-items .faq-item:last-child {
    padding-bottom: 0;
}

.faq-inner .faq-right .faq-items .faq-item .faq-answer {
    display: none;
    margin-top: 1.3rem;
    font-size: clamp(1.5rem, 1.125vw, 1.8rem);
    line-height: 1.5;
    width: 100%;
    max-width: 585px;
}

.faq-inner .faq-right .faq-items .faq-item.active .faq-answer {
    display: block;
}

.faq-inner .faq-right .faq-items .faq-item .faq-question {
    font-weight: 500;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    line-height: 1.4;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    cursor: pointer;
}

.faq-inner .faq-right .faq-items .faq-item .faq-question .icon-accd {
    display: none;
}

.faq-inner .faq-right .faq-items .faq-item .faq-question:after {
    content: "\f107";
    font-family: var(--FontAwesome-icon);
    line-height: 1;
    font-weight: 400;
    transition: all 0.5s;
    flex-shrink: 0;
}

.faq-inner .faq-right .faq-items .faq-item.active .faq-question:after {
    transform: scaleY(-1);
}

.faq-inner .faq-right .btn-area {
    margin-top: clamp(3rem, 3.125vw, 5rem);
}

.faq-inner .faq-right .faq-items {
    margin-top: 3rem;
}

.daily-care-bnr {
    padding-top: var(--padding-100);
}

.daily-care-bnr .banner .banner__content .banner__box {
    max-width: 775px;
}

.daily-care-bnr .banner .banner__content .banner__box .banner__heading {
    width: 100%;
    max-width: 493px;
    margin: 0 auto;
}

.daily-care-bnr .banner .banner__content .banner__box .banner__text.rte {
    color: var(--light-black);
}

.daily-care-bnr .banner .banner__content .banner__box .banner__buttons .button {
    min-width: 153px;
    background: var(--white);
    color: var(--btn-color);
}

.daily-care-bnr .banner .banner__content .banner__box .banner__buttons .button:hover {
    background: var(--btn-color);
    color: var(--white);
}

.bnr-with-form {
    padding-top: var(--padding-100);
}

.bnr-with-form .form_content_wrrp {
    width: 100%;
    padding: clamp(3rem, 4.063vw, 6.5rem) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bnr-with-form .form_content_wrrp > .page-width {
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    --form-conten-column-gap: clamp(3rem, 9.375vw, 15rem);
    column-gap: var(--form-conten-column-gap);
    position: relative;
    z-index: 2;
}

.bnr-with-form .form_content_wrrp .form-area {
    width: 100%;
    max-width: calc(46% - (var(--form-conten-column-gap) - (var(--form-conten-column-gap) / 2)));
    background: var(--white);
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
    padding: 4.5rem 3.5rem;
}

.bnr-with-form .form_content_wrrp .banner__content {
    width: 100%;
    max-width: calc(54% - (var(--form-conten-column-gap) - (var(--form-conten-column-gap) / 2)));
    padding: 0 !important;
    height: 100%;
    margin: 0;
}

.bnr-with-form .form_content_wrrp .form-area .field {
    display: block;
    margin-bottom: 2rem;
}

.bnr-with-form .form_content_wrrp .form-area .field .field__labels, 
.bnr-with-form .form_content_wrrp .form-area .form-group .block_label {
    font-weight: 500 !important;
    font-size: clamp(1.6rem, 1.25vw, 2rem) !important;
    line-height: 1 !important;
    color: var(--light-black) !important;
    margin-bottom: 10px !important;
    display: block !important;
    letter-spacing: normal !important;
    font-family: var(--Manrope-Font) !important;
    letter-spacing: normal !important;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .block_label {
    letter-spacing: normal !important;
}

.bnr-with-form .form_content_wrrp .form-area .field .field__input, .bnr-with-form .form_content_wrrp .form-area .form-control {
    background: #F6F6F6;
    border: 1px solid #E4E4E4;
    min-height: 5.6rem;
    font-family: var(--Manrope-Font) !important;
    font-weight: 500 !important;
    color: var(--light-black) !important;
    font-size: 16px !important;
    padding: 1.2rem 2rem !important;
    margin: 0 !important;
    letter-spacing: normal !important;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control {
    letter-spacing: normal !important;
    font-size: 16px !important;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control[type=number] {
    -moz-appearance: textfield;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control[type=number]::-webkit-inner-spin-button,
.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.bnr-with-form .form_content_wrrp .form-area .field .field__input::placeholder,
.bnr-with-form .form_content_wrrp .form-area .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control::placeholder {
  color: var(--light-black);
  font-size: 16px !important;
  text-transform: capitalize;
  opacity: 1; 
}

.bnr-with-form .form_content_wrrp .form-area .field .field__input::-ms-input-placeholder,
.bnr-with-form .form_content_wrrp .form-area .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control::-ms-input-placeholder { 
  color: var(--light-black);
  font-size: 16px !important;
  text-transform: capitalize;
}

.bnr-with-form .form_content_wrrp .form-area .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.bnr-with-form .form_content_wrrp .form-area .field textarea.field__input {
    height: 135px;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div textarea.form-control {
    height: 135px !important;
}

.bnr-with-form .form_content_wrrp .form-area .contact__button .button {
    min-width: 196px;
}

.bnr-with-form .form_content_wrrp .form-area .suptitle {
    margin-bottom: 1rem;
    line-height: 0.9;
}

.bnr-with-form .form_content_wrrp .banner__content .banner__box {
    padding: 0;
    max-width: 100%;
    transform: none !important;
    min-width: auto;
}

.bnr-with-form .form_content_wrrp .banner__content .banner__heading {
    font-weight: 300;
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: var(--white);
}

.bnr-with-form .form_content_wrrp .banner__content .banner__text {
    line-height: 1.5;
    color: var(--white);
    width: 100%;
    max-width: 706px;
}

.bnr-with-form .form_content_wrrp .form-area .form-group {
    padding: 0 !important;
    margin-bottom: 2rem !important;
    width: 100%;
    max-width: calc(50% - (var(--input-clumn-gap) - (var(--input-clumn-gap) / 2)));
}

.bnr-with-form .form_content_wrrp .form-area .form_container {
    margin: 0 !important;
    --input-clumn-gap: 1.5rem;
    column-gap: var(--input-clumn-gap);
}

.bnr-with-form .form_content_wrrp .form-area .form-group:first-child, 
.bnr-with-form .form_content_wrrp .form-area .form-group:last-child {
    max-width: 100%;
}

.bnr-with-form .form_content_wrrp .form-area .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .btn {
    padding: 10px 18px !important;
    background: var(--btn-color) !important;
    border: none !important;
    font-size: clamp(1.6rem, 1.25vw, 2rem) !important;
    color: var(--white) !important;
    font-weight: 400 !important;
    font-family: var(--Manrope-Font);
    line-height: 1.1;
    text-transform: inherit;
    letter-spacing: normal !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 196px;
    min-height: 60px;
    width: auto;
    height: auto;
    border-radius: 8px !important;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: ease 0.45s;
    transition: ease 0.45s;
}

.bnr-with-form .form_content_wrrp .form-area .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .btn:hover {
    background: var(--light-black) !important;
}

.icon-with-text .page-width {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.icon-with-text {
    background: #E6F4F8;
}

.icon-with-text .multicolumn {
    background: transparent;
}

.icon-with-text .multicolumn-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    width: 100%;
    max-width: 1508px;
    margin: 0 auto;
}

.icon-with-text .multicolumn-list .multicolumn-list__item {
    width: 100%;
    max-width: 25%;
}

.icon-with-text .multicolumn-list .multicolumn-list__item .multicolumn-card {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 0;
}

.icon-with-text .multicolumn-list .multicolumn-list__item:not(:last-child) .multicolumn-card {
    border-right: 1px solid #C6DADF;
}

.icon-with-text .multicolumn-list .multicolumn-list__item .multicolumn-card .multicolumn-card__image-wrapper {
    width: 6rem;
    margin: 0 auto;
    padding: 0;
}

.icon-with-text .multicolumn-list .multicolumn-list__item .multicolumn-card .multicolumn-card__info {
    padding: 1.5rem 0 0;
}

.icon-with-text .multicolumn-list .multicolumn-list__item .multicolumn-card .multicolumn-card__info .inline-richtext {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    line-height: 1;
}

.icon-with-text .multicolumn-list .multicolumn-list__item .multicolumn-card .multicolumn-card__info .rte {
    font-size: 1.8rem;
    color: var(--light-black);
}

.inner-banner .banner-full {
    position: relative;
}

.inner-banner .banner-full img {
    width: 100%;
}

.inner-banner .innerbanner--container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-banner .bnr-content {
    text-align: center;
}

.inner-banner .bnr-content h1 {
    font-weight: 300;
    font-size: clamp(4rem, 5.625vw, 9rem);
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 0 0 1rem;
}

.inner-banner .bnr-content p {
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
}

.story-img-txt {
    position: relative;
    padding-top: var(--padding-100);
}

.story-img-txt .gradient.color-scheme-1 {
    background: transparent;
    padding: 0;
}

.story-img-txt .image-with-text {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: var(--padding-100) 0;
}

.story-img-txt .image-with-text__grid {
    --story-img-text-column-gap: clamp(3rem, 5vw, 8rem);
    column-gap: var(--story-img-text-column-gap);
    row-gap: 3rem;
}

.story-img-txt .image-with-text__grid > * {
    width: 100%;
    max-width: calc(50% - (var(--story-img-text-column-gap) - (var(--story-img-text-column-gap) / 2)));
}

.story-img-txt .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__content {
    padding: 0;
}

cart-remove-button .button {
    background: transparent !important;
    color: var(--black) !important;
}

.cart-count-bubble {
    bottom: auto;
    top: 2px;
    left: auto;
    right: 0;
    width: 18px;
    height: 18px;
    background: var(--btn-color);
}

.story-img-txt .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__text--caption {
    font-family: var(--Playfair-5pt-SemiExpanded);
    font-weight: 300;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    line-height: 0.9;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--black);
    margin: 0 0 1.5rem;
}

.story-img-txt .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__text.rte {
    color: var(--light-black);
    line-height: 1.5;
    width: 100%;
    max-width: 665px;
}

.story-img-txt .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__text.rte p:not(:last-child) {
    margin-bottom: 2rem;
}

.story-img-txt:after {
    content: "";
    position: absolute;
    top: var(--padding-100);
    left: 0;
    height: 90%;
    background: url("our-story-left-clip.png") no-repeat center center / cover;
    z-index: -1;
    pointer-events: none;
    width: 36vw;
}

.mission-img-text {
    padding-top: var(--padding-100);
}

.mission-img-text .gradient.color-scheme-1 {
    background: #D7E6EB;
    padding: var(--padding-100) 0;
}

.mission-img-text .image-with-text {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}

.mission-img-text .image-with-text__grid {
    --mission-img-text-column-gap: clamp(3rem, 4vw, 6.4rem);
    column-gap: var(--mission-img-text-column-gap);
    row-gap: 3rem;
    align-items: flex-end;
}

.mission-img-text .image-with-text__grid > * {
    width: 100%;
    max-width: calc(50% - (var(--mission-img-text-column-gap) - (var(--mission-img-text-column-gap) / 2)));
}

.mission-img-text .image-with-text__grid .image-with-text__media-item .mission-heading {
    margin-bottom: 3rem;
}

.mission-img-text .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__content {
    padding: 0 0 3rem;
}

.mission-img-text .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__text.rte {
    color: var(--light-black);
    width: 100%;
    max-width: 665px;
    line-height: 1.6;
}

.mission-img-text .image-with-text__grid .image-with-text__text-item.grid__item .image-with-text__text.rte p:not(:last-child) {
    margin-bottom: 3rem;
}

.mission-img-text .image-with-text__grid .image-with-text__media-item .mission-heading .suptitle {
    margin-bottom: 1.5rem;
    color: var(--black);
}

body:is(.template-page-faqs) .inner-banner .bnr-content h1 {
    width: 100%;
    max-width: 645px;
    margin: 0 auto;
}

.faq-main-section {
    padding: var(--padding-100) 0 var(--padding-80);
}

.faq-main-section .page-width {
    max-width: 1242px;
}

.faq-main-section .top-faq-area {
    margin-bottom: clamp(2rem, 2.5vw, 4rem);
}

.faq-main-section .faqpg-item {
    background: #F4F4F4;
    border-radius: 8px;
    padding: 2rem 2rem 2rem clamp(2rem, 2.5vw, 4rem);
    transition: all 0.5s;
}

.faq-main-section .faqpg-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.faq-main-section .faqpg-item .faqpg-answer {
    display: none;
    margin-top: 1rem;
    width: 100%;
    max-width: 998px;
    font-size: clamp(1.5rem, 1.25vw, 2rem);
}

.faq-main-section .faqpg-item .faqpg-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-weight: 500;
    font-size: clamp(1.7rem, 1.5vw, 2.4rem);
    line-height: 1.4;
    color: var(--black);
    cursor: pointer;
}

.faq-main-section .faqpg-item .faqpg-question:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='32' height='32' rx='16' fill='white' stroke='%23008CB4'/%3E%3Cpath d='M12.8891 13.8125L16.4955 17.4189L20.102 13.8125L21.2098 14.9282L16.4955 19.6425L11.7812 14.9282L12.8891 13.8125Z' fill='%23008CB4'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    width: 3.3rem;
    height: 3.3rem;
    flex-shrink: 0;
    transition: all 0.5s;
}

.faq-main-section .faqpg-item.active .faqpg-question:after {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='33' height='33' rx='16.5' fill='%23008CB4'/%3E%3Cpath d='M12.8891 19.1875L16.4955 15.5811L20.102 19.1875L21.2098 18.0718L16.4955 13.3575L11.7812 18.0718L12.8891 19.1875Z' fill='white'/%3E%3C/svg%3E%0A");
}

.faq-main-section .faqpg-item.active .faqpg-answer {
    display: block;
}

.faq-main-section .faqpg-item.active {
    background: #D7E6EB;
}

.faq-main-section + .faq-main-section {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: var(--padding-80) 0 0;
}

.mn-clctn .gradient.color-scheme-1 {
    padding: 0;
}

.mn-clctn {
    padding-top: var(--padding-80);
}

.mn-clctn .collection {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
    --product-grid-column-gap: 3rem;
    column-gap: var(--product-grid-column-gap);
}

.mn-clctn .collection #gf-tree {
    width: 100%;
    max-width: calc(20% - (var(--product-grid-column-gap) - (var(--product-grid-column-gap) / 2)));
    min-height: auto;
    float: none;
    clear: none;
}

.mn-clctn .collection #gf-grid {
    width: 100% !important;
    max-width: calc(80% - (var(--product-grid-column-gap) - (var(--product-grid-column-gap) / 2))) !important;
    min-height: auto;
    float: none !important;
    clear: none !important;
    padding-left: 0 !important;
}

.mn-clctn .collection .gf-controls-search-form {
    display: none;
}

.collection .grid {
    display: flex;
    flex-wrap: wrap;
    --coll-list-column-gap: 3rem;
    --coll-list-row-gap: 5rem;
    column-gap: var(--coll-list-column-gap);
    row-gap: var(--coll-list-row-gap);
    margin: 0 !important;
}

.collection .grid > * {
    width: 100%;
    max-width: calc(33.333% - (var(--coll-list-column-gap) - (var(--coll-list-column-gap) / 3)));
    flex: auto;
    padding: 0;
}

.collection .grid .spf-product-card {
    background: var(--white);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    padding: 1.5rem !important;
    margin: 0 !important;
    height: 100%;
}

.collection .grid .spf-product-card .spf-product-card__inner {
    /* background: #DBE0E5; */
    background: transparent;
}

.collection .grid .spf-product-card .spf-product-card__inner .spf-product__label-sale {
    display: none;
}

.collection .grid .spf-product-card .spf-product-card__inner .open-quick-view {
    background-color: var(--btn-color) !important;
    color: var(--white) !important;
}

.collection .grid .spf-product-card .spf-product-card__inner .spf-product-card__image-wrapper {
    padding-top: 75% !important;
    background: #dbe0e536;
}

.collection .grid .spf-product-card .spf-product-card__inner .spf-product-card__image-wrapper img {
    mix-blend-mode: multiply;
    height: calc(100% - 3rem) !important;
}

.collection .grid .spf-product-card .spf-product__info {
    padding-top: 14px;
}

.collection .grid .spf-product-card .spf-product__info .spf-product-card__vendor a {
    display: none;
}

.collection .grid .spf-product-card .spf-product__info .spf-product-card__title a {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    line-height: 1.3;
    color: var(--black);
}

.collection .grid .spf-product-card .spf-product__info .spf-product-card__title {
    width: 100%;
    max-width: 344px;
    margin-bottom: 1.2rem;
}

.collection .grid .spf-product-card .spf-product__info .spf-product-card__price-wrapper .money {
    font-weight: 600;
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
    line-height: 1.2;
    color: var(--light-black);
}

.collection .grid .spf-product-card .spf-product__info .spf-product-card__price-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
}

.collection .grid .spf-product-card .spf-product__info .spf-product-card__price-wrapper .spf-product-card__oldprice.money {
    margin: 0;
    color: #CCCCCC;
}

.collection .grid .spf-product-card .spf-product__form-btn-addtocart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 6rem !important;
    box-shadow: none !important;
    background: var(--light-black) !important;
    font-weight: 400;
    font-size: clamp(1.5rem, 1.25vw, 2rem);
    line-height: 1;
    text-align: center;
    color: var(--white) !important;
    border: none !important;
    border-radius: 8px !important;
    transition: all 0.5s;
}

.collection .grid .spf-product-card .spf-product__form-btn-addtocart:hover {
    background: var(--btn-color) !important;
}

.collection .grid .spf-product-card .quick-add__submit {
    background: var(--light-black);
    width: 100%;
}

.collection .grid .spf-product-card .quick-add__submit:hover,
.collection .grid .spf-product-card:hover .quick-add__submit {
    background: var(--btn-color);
}

.mn-clctn .collection #gf-grid .gf-actions {
    margin: 0 0 2rem;
}

.mn-clctn .collection #gf-grid .gf-actions .globo-selected-items-wrapper.rounded {
    display: none;
}

.mn-clctn .collection #gf-grid .gf-actions .gf-summary {
    padding: 0;
    margin: 0;
    font-family: var(--Playfair-Font);
    font-weight: 300;
    font-size: clamp(2.5rem, 3.75vw, 6rem) !important;
    letter-spacing: -0.04em;
    color: var(--black) !important;
}

.mn-clctn .collection #gf-grid .gf-actions .gf-summary b {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
}

.mn-clctn .collection #gf-grid .gf-actions .gf-filter-selection {
    margin: 0;
    padding: 0;
}

.mn-clctn .collection #gf-grid .gf-actions .gf-filter-selection .sort-by {
    background: #F4F4F4;
    border-radius: 8px;
    padding: 9px 12px;
}

.mn-clctn .collection #gf-grid .gf-actions .gf-filter-selection .sort-by:before {
    right: 12px;
}

.mn-clctn .collection #gf-grid .gf-actions .gf-filter-selection .sort-by .sort-by-toggle {
    padding-left: 0;
    padding-right: 4rem;
    font-weight: 400;
    font-size: 18px !important;
    color: var(--light-black) !important;
    line-height: 38px;
}

.mn-clctn .collection #gf-grid .gf-actions .gf-filter-selection .sort-by .globo-dropdown-custom__options {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: var(--light-black) !important;
}

.mn-clctn .collection #gf-grid .gf-actions .gf-filter-selection .sort-by .globo-dropdown-custom__options span {
    font-size: inherit !important;
}

.mn-clctn .collection #gf-tree .gf-filter-contents {
    margin-top: 9rem;
    background: #F6F6F6;
    padding: 2.5rem 8px;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 2rem;
    padding-right: 2rem;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block:first-child {
    padding-top: 0;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block:last-child {
    padding-bottom: 0;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-block-title .h3 {
    font-family: var(--Manrope-Font);
    font-weight: 500 !important;
    font-size: clamp(1.7rem, 1.5vw, 2.4rem) !important;
    color: var(--black) !important;
    text-decoration: none;
    text-transform: inherit !important;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button {
    min-height: auto;
    font-family: var(--Manrope-Font);
    font-weight: 400 !important;
    font-size: clamp(1.5rem, 1.25vw, 2rem) !important;
    color: var(--light-black) !important;
    letter-spacing: normal !important;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button span {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button .gf-Checkbox {
    background-color: var(--white);
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    flex: auto;
    flex-shrink: 0;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-block-title .h3 span {
    text-decoration: none;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-btn-show-more {
    background: var(--white) !important;
    border: 1px solid var(--light-black) !important;
    border-radius: 4px;
    width: 100%;
    height: auto;
    min-height: 4rem;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1;
    text-align: center;
    color: var(--light-black);
    text-decoration: none;
    margin: 2rem 0 0;
    transition: all 0.5s;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-btn-show-more:hover {
    background: var(--light-black) !important;
    color: var(--white) !important;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-range-inputs .gf-range-min, 
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-range-inputs .gf-range-max {
    background: var(--white) !important;
    border: 1px solid var(--light-black) !important;
    text-align: left !important;
    font-family: var(--Manrope-Font);
    font-weight: 300;
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    color: var(--light-black);
    padding: 5px 15px;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .noUi-connects {
    height: 3px !important;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .noUi-handle {
    background: var(--white);
    border: 2px solid var(--light-black);
    width: 18px;
    height: 18px;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .alert_message .alert-danger {
    font-family: var(--Manrope-Font) !important;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button .gf-count {
    display: none;
}

.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button .gf-label {
    margin: 0;
}

.alert.alert-success p {
    color: var(--black) !important;
    font-family: var(--Manrope-Font) !important;
    font-size: 1.6rem !important;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .rating {
    margin: 0 0 1.2rem;
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .rating-star {
    font-size: 25px;
    color: var(--black);
}

.collection .splide__list .splide__slide .card-wrapper .card:not(.ratio)>.card__content .rating-count {
    letter-spacing: normal;
    margin-bottom: 1.2rem;
    font-family: var(--Manrope-Font);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    color: var(--light-black);
}

.collection .grid .spf-product-card .spf-product__info .jdgm-widget.jdgm-preview-badge {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 1.2rem;
}

.collection .grid .spf-product-card .spf-product__info .jdgm-widget.jdgm-preview-badge .jdgm-prev-badge__text {
    display: none;
}

.collection .grid .spf-product-card .spf-product__info .jdgm-widget.jdgm-preview-badge .jdgm-star.jdgm--on {
    color: var(--black);
}

.collection .grid .spf-product-card .spf-product__info .jdgm-widget.jdgm-preview-badge span {
    color: var(--light-black);
    font-size: 1.8rem;
}

.collection .grid .spf-product-card .spf-product__info .jdgm-widget.jdgm-preview-badge span.jdgm-star {
    font-size: 15px;
}

.collection .grid .spf-product-card .spf-product__info .jdgm-widget * {
    line-height: 1;
}

.pagination-wrapper {
    margin: 4rem 0 0 !important;
    padding: 0 !important;
}

.pagination-wrapper .sort-by {
    background: #F4F4F4 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
}

.pagination-wrapper .sort-by:after {
    right: 30px !important;
    pointer-events: none;
}

.pagination-wrapper .sort-by:before {
    right: 12px;
    color: var(--light-black) !important;
    width: 10px !important;
    height: 8px !important;
    font: 25px/1.2 GloboIcon !important;
}

.mn-clctn .pagination-wrapper .sort-by label, 
.gf-theme-version-15.spf-has-filter .mn-clctn .sort-by label {
    font-family: var(--Manrope-Font);
    font-weight: 400;
    font-size: 14px !important;
    line-height: 20px;
    color: var(--light-black) !important;
    margin: 0;
    opacity: 1 !important;
}

.mn-clctn .pagination-wrapper .sort-by .sortby-select {
    font-family: var(--Manrope-Font);
    font-weight: 400;
    font-size: 14px !important;
    color: var(--light-black) !important;
    padding: 0 35px 0 5px !important;
}

.pagination-wrapper .pagination {
    gap: 6px;
    flex-wrap: wrap;
}

.pagination-wrapper .pagination span {
    padding: 10px 0 !important;
    width: 4rem !important;
    border: 1px solid #D6D6D6 !important;
    max-height: 4rem !important;
    min-height: 4rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    opacity: 1 !important;
    font-family: var(--Manrope-Font) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: var(--light-black) !important;
}

body.template-collection .mn-clctn .pagination-wrapper .pagination span.current, 
.gf-theme-version-15.spf-has-filter #gf_pagination_wrap .pagination>span.current,
.gf-theme-version-15.spf-has-filter body.template-collection #gf_pagination_wrap .pagination>span.current {
    background: var(--btn-color) !important;
    color: var(--white) !important;
}

.product.grid {
    display: flex;
    flex-wrap: wrap;
    --product-details-column-gap: 3.5rem;
    column-gap: var(--product-details-column-gap) !important;
}

.product.grid .grid__item.product__media-wrapper {
    width: 100% !important;
    max-width: calc(50% - (var(--product-details-column-gap) - (var(--product-details-column-gap) / 2))) !important;
    position: relative;
}

.product.grid .product__info-wrapper.grid__item {
    width: 100% !important;
    max-width: calc(50% - (var(--product-details-column-gap) - (var(--product-details-column-gap) / 2))) !important;
    padding-left: 0 !important;
}

.product_main .gradient.color-scheme-1 {
    padding: 0;
}

.product_main {
    padding-top: var(--padding-80);
}

.product__media-list .product__media-item .product-media-container {
    width: 100% !important;
    border: none;
}

.product__media-list .product__media-item .product-media-container .product__media {
    /* background: #DBE0E5; */
    background: #dbe0e536;
}

.product__media-list .product__media-item .product-media-container .product__media img {
    object-fit: contain;
    mix-blend-mode: multiply;
}

.thumbnail-slider .thumbnail-list {
    --thumbnail-gap: 2rem;
    gap: var(--thumbnail-gap) !important;
}

.thumbnail-slider .thumbnail-list .thumbnail-list__item {
    width: calc(25% - (var(--thumbnail-gap) - (var(--thumbnail-gap) / 4))) !important;
}

.thumbnail-slider .thumbnail-list .thumbnail-list__item .thumbnail {
    box-shadow: none !important;
    background: #dbe0e536 !important;
    border: 1px solid transparent !important;
}

.thumbnail-slider .thumbnail-list .thumbnail-list__item .thumbnail img {
    object-fit: contain !important;
    mix-blend-mode: multiply;
}

.thumbnail-slider .thumbnail-list .thumbnail-list__item .thumbnail[aria-current] {
    background: #D6F0F8 !important;
    border: 1px solid #008CB4 !important;
}

.thumbnail-slider .thumbnail-list .thumbnail-list__item:before {
    padding-bottom: 94% !important;
}

.thumbnail-slider .slider-button svg  {
    width: auto;
    height: auto;
}

.product.grid .product__info-wrapper.grid__item  .availability-with-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.3rem;
}

.rating-wrapper .jdgm-prev-badge__text {
    font-size: clamp(1.5rem, 1.125vw, 1.8rem);
    line-height: 1;
    color: var(--light-black);
    margin-left: 5px;
}

.rating-wrapper .jdgm-widget .jdgm-star {
    color: var(--black);
    font-size: 16px;
}

.product.grid .product__info-wrapper.grid__item .availability-text {
    display: inline-block;
    background: rgba(157, 245, 139, 0.5);
    padding: 9px 12px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #1B4133;
}

.product.grid .product__info-wrapper.grid__item .product__title h1, 
.product.grid .product__info-wrapper.grid__item .product__title .product__title {
    font-weight: 300;
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.product.grid .product__info-wrapper.grid__item .product__info-container {
    max-width: 682px;
}

.product.grid .product__info-wrapper.grid__item .price {
    font-weight: 600;
    font-size: clamp(1.8rem, 1.688vw, 2.7rem);
    line-height: 1;
    color: var(--btn-color);
}

.product.grid .product__info-wrapper.grid__item .sku-with-barcode .hdng-left {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    line-height: 1;
    color: var(--light-black);
}

.product.grid .product__info-wrapper.grid__item .sku-with-barcode .text-right {
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    font-weight: 600;
    line-height: 1;
    color: var(--light-black);
}

.product.grid .product__info-wrapper.grid__item .product__tax.caption.rte {
    display: none;
}

.product.grid .product__info-wrapper.grid__item .sku-with-barcode {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
}

.product-button-variant .atc-box {
    border: 1px solid #CAC5C5;
    padding: 2.4rem;
}

.product-button-variant .atc-box:not(:last-child) {
    margin-bottom: 2rem;
}

.product-button-variant .atc-box .d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

.product-button-variant .atc-box .mb-1 {
    font-size: clamp(2.5rem, 3.125vw, 5rem);
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 0;
}

.product-button-variant .atc-box .text-right .h5 {
    font-family: var(--Manrope-Font);
    font-weight: 600;
    font-size: clamp(1.8rem, 2.688vw, 4.3rem);
    line-height: 1;
    color: var(--light-black);
    margin: 0;
}

.product-button-variant .atc-box .text-right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.product-button-variant .atc-box .text-right .small.text-muted {
    display: none !important;
}

.product-button-variant .atc-box .d-flex > div .text-muted.small {
    color: var(--black);
}

.product-button-variant .atc-box .product-form {
    margin: 1.5rem 0 0;
}

.product-button-variant .atc-box .product-form .product-form__quantity-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 1.5rem;
    column-gap: 1rem;
}

.product-button-variant .atc-box .product-form .product-form__item--quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2rem;
    row-gap: 1.2rem;
    flex-shrink: 0;
}

.product-button-variant .atc-box .product-form .product-form__item--quantity label {
    color: var(--light-black);
}

.product-button-variant .atc-box .product-form .product-form__item--quantity .quantity-wrapper {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 0;
    row-gap: 0;
    flex-shrink: 0;
}

.product-button-variant .atc-box .product-form .product-form__item--quantity .quantity-wrapper .qty-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    background: rgba(0, 140, 180, 0.12);
    border: 1.71429px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    font-family: var(--Manrope-Font);
    color: var(--btn-color);
    font-size: 25px;
    line-height: 1;
    transition: all 0.5s;
}

.product-button-variant .atc-box .product-form .product-form__item--quantity .quantity-wrapper .qty-btn:hover {
    background: var(--white);
    border: 1.71429px solid var(--btn-color);
}

.product-button-variant .atc-box .product-form .product-form__item--quantity .quantity-wrapper .qty-input {
    width: auto;
    flex: auto;
    max-width: 5rem;
    min-width: auto;
    padding: 5px;
    text-align: center;
    font-weight: 300;
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
    color: var(--light-black);
    border: none !important;
}

.product-button-variant .atc-box .product-form .product-form__item--quantity .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.product-button-variant .atc-box .product-form .product-form__item--quantity .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-button-variant .atc-box .product-form .product-form__item--quantity .quantity-wrapper input[type=number] {
    -moz-appearance: textfield;
}


.product-button-variant .atc-box .product-form .product-form__quantity-submit .product-form__item--submit .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-width: 152px;
    min-height: 60px;
    background: var(--light-black);
    padding: 6px 15px;
    border: none;
    border-radius: 8px;
    font-family: var(--Manrope-Font);
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    line-height: 1;
    text-align: center;
    color: var(--white);
    transition: all 0.5s;
    cursor: pointer;
}

.product-button-variant .atc-box .product-form .product-form__quantity-submit .product-form__item--submit .btn:hover {
    background: var(--btn-color);
}

.relate-product {
    padding-top: var(--padding-100);
}

.relate-product .color-scheme-1.gradient {
    background: transparent;
    position: relative;
}

.relate-product .related-products {
    padding-top: var(--padding-100);
    padding-bottom: 0;
    max-width: 1490px;
}

.relate-product .color-scheme-1.gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF 0%, #EFF6FB 100%);
    z-index: -1;
    pointer-events: none;
}

.relate-product .related-products .common-heading {
    margin-bottom: 3rem;
    text-transform: capitalize;
    text-align: center;
}

.related-products .grid {
    --related-product-column-gap: 3rem;
    gap: var(--related-product-column-gap);
}

.related-products .grid .grid__item {
    width: 100%;
    max-width: calc(33.333% - (var(--related-product-column-gap) - (var(--related-product-column-gap) / 3)));
}

.product-card-wrapper {
    background: var(--white);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    padding: 18px;
}

.product-card-wrapper .card:not(.ratio) .card__inner:before {
    padding-bottom: 65%;
}

.product-card-wrapper .card:not(.ratio) .card__inner {
    background: transparent;
}

.product-card-wrapper .card:not(.ratio) .card__inner .card__media .media {
    background: #dbe0e536;
}

.product-card-wrapper .card:not(.ratio) .card__inner .card__media .media img {
    object-fit: contain;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    height: calc(100% - 3rem);
    margin: auto;
    mix-blend-mode: multiply;
}

.product-card-wrapper .card:not(.ratio) .card__inner .card__badge {
    display: none;
}

.product-card-wrapper .card:not(.ratio)>.card__content .card__information {
    padding: 16px 0 0;
}

.product-card-wrapper .card:not(.ratio)>.card__content .jdgm-widget {
    margin-bottom: 1.2rem;
}

.product-card-wrapper .card:not(.ratio)>.card__content .jdgm-widget .jdgm-prev-badge__stars .jdgm-star,
.jdgm-widget .jdgm-row-stars .jdgm-rev-widg__summary-stars .jdgm-star {
    color: var(--black);
    font-size: 15px;
}

.product-card-wrapper .card:not(.ratio)>.card__content .card__heading {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: clamp(1.7rem, 1.5vw, 2.4rem);
    width: 100%;
    max-width: 38rem;
}

.product-card-wrapper .card:not(.ratio)>.card__content .card__heading .full-unstyled-link {
    text-decoration: none;
}

.product-card-wrapper .card:not(.ratio)>.card__content .price {
    font-weight: 600;
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
    line-height: 1;
    color: var(--light-black);
    margin-top: 1.5rem;
    letter-spacing: normal;
}

.product-card-wrapper .card:not(.ratio)>.card__content .price.price--on-sale .price__sale {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.product-card-wrapper .card:not(.ratio)>.card__content .price.price--on-sale .price__sale .price-item.price-item--regular {
    margin-right: 0;
    margin-left: 1.2rem;
    font-size: inherit;
    color: #CCCCCC;
}

.product.grid .product__info-wrapper.grid__item .price.price--on-sale .price__sale {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.product.grid .product__info-wrapper.grid__item .price.price--on-sale .price__sale {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.product-card-wrapper .card:not(.ratio)>.card__content .card__information .jdgm-widget * {
    line-height: 1;
}

.product.grid .product__info-wrapper.grid__item .price .badge {
    display: none;
}

.product.grid .product__info-wrapper.grid__item .price.price--on-sale .price__sale .price-item.price-item--regular {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: #ccc;
}

.latest-collection .page-width-full {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.product-card-wrapper .card:not(.ratio)>.card__content .quick-add,
.collection .grid .spf-product-card .quick-add {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.product-card-wrapper .card:not(.ratio)>.card__content .quick-add .zoomywishid, 
.collection .grid .spf-product-card .quick-add .zoomywishid {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--light-black);
    border-radius: 8px;
}

.product-card-wrapper .card:not(.ratio)>.card__content .quick-add .zoomywishid .zoomywishidheart, 
.collection .grid .spf-product-card .quick-add .zoomywishid .zoomywishidheart {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
}

.card__content .quick-add .zoomywishid,
.spf-product-card .quick-add .zoomywishid,
.zoomywishidheart,
.zooomywishmsg{
    cursor: pointer;
}

.product-card-wrapper .card:not(.ratio)>.card__content .quick-add .zoomywishid .zoomywishidheart .zooomywishmsg, 
.collection .grid .spf-product-card .quick-add .zoomywishid .zoomywishidheart .zooomywishmsg {
    margin: 0;
}

.product-card-wrapper .card:not(.ratio)>.card__content .quick-add .zoomywishid .zoomywishidheart .fa, 
.collection .grid .spf-product-card .quick-add .zoomywishid .zoomywishidheart .fa {
    font: 20px / 1 FontAwesome !important; 
}

.product-card-wrapper .card:not(.ratio)>.card__content .quick-add > modal-opener,
.collection .grid .spf-product-card .quick-add > modal-opener,
.product-card-wrapper .card:not(.ratio)>.card__content .quick-add > product-form {
    width: auto;
    flex: 1;
}

.product-card-wrapper .card:not(.ratio)>.card__content .quick-add .zoomywishid:empty, 
.collection .grid .spf-product-card .quick-add .zoomywishid:empty {
    display: none;
}

.cust_contactWrap {
    padding: var(--padding-80) 0 var(--padding-100);
}

.cust_contactWrap .cust_contactMain {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}

.cust_contactWrap .sec_top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cust_contactWrap .sec_top .cust_formWrap {
    background: #FAFAFA;
    box-shadow: 0px 24px 94px rgba(0, 0, 0, 0.15);
    padding: clamp(2rem, 3.75vw, 6rem);
    height: auto;
    min-height: 825px;
    margin-top: clamp(3rem, 5.563vw, 8.9rem);
    margin-right: -20rem;
    width: 100%;
    max-width: 55%;
    position: relative;
    z-index: 1;
}

.cust_contactWrap .sec_top .imgWrap {
    width: 100%;
    max-width: calc(45% + 20rem);
    position: relative;
}

.cust_contactWrap .sec_top .imgWrap img {
    width: 100%;
}

.cust_contactWrap .sec_top .imgWrap:after {
    content: "";
    position: absolute;
    bottom: -6.9rem;
    left: 0;
    width: 92%;
    height: 7rem;
    background: #E2ECF9;
    pointer-events: none;
}

.cust_contactWrap .sec_top .cust_formWrap .form_header {
    margin-bottom: clamp(2.5rem, 3.125vw, 5rem);
}

.cust_contactWrap .sec_top .cust_formWrap .pxFormGenerator .formContainer .form_container .form-group .form-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: transparent !important;
    font-weight: 500 !important;
    padding: 1.5rem 0 !important;
    min-height: 48px !important;
}

.cust_contactWrap .sec_top .cust_formWrap .pxFormGenerator .formContainer .form_submit_div {
    margin-top: 15px !important;
}

.cust_contactWrap .sec_top .cust_formWrap .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-width: 196px;
    min-height: 60px;
    background: var(--btn-color) !important;
    border-radius: 8px !important;
    font-family: var(--Manrope-Font) !important;
    font-weight: 400 !important;
    font-size: clamp(1.6rem, 1.25vw, 2rem) !important;
    color: var(--white) !important;
    letter-spacing: normal !important;
    border: none !important;
}

.cust_contactWrap .sec_top .cust_formWrap .pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .btn:hover {
    background: var(--light-black) !important;
}

.cust_contactWrap .sec_bottom {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    --contact-btm-clm-gap: 6rem;
    column-gap: var(--contact-btm-clm-gap);
    row-gap: 3rem;
    justify-content: center;
    width: 100%;
    max-width: calc(100% - 8rem);
    margin: -14rem 0 0 auto;
    background: #E6F4F8;
    position: relative;
    z-index: 2;
    padding: 2.8rem clamp(3rem, 2.813vw, 6rem) clamp(2.8rem, 2.813vw, 4.5rem);
}

.cust_contactWrap .sec_bottom .info_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    position: relative;
}

.cust_contactWrap .sec_bottom .info_box .iconWrap {
    width: 7.6rem;
    height: 7.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DBEAEF;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.cust_contactWrap .sec_bottom .info_box .textContent h3 {
    font-size: clamp(3rem, 2.938vw, 4.7rem);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #094B7A;
    margin: 0 0 1rem;
}

.cust_contactWrap .sec_bottom .info_box .textContent p {
    font-size: clamp(1.7rem, 1.938vw, 3.1rem);
    line-height: 1.3;
    color: #094B7A;
}

.cust_contactWrap .sec_bottom .info_box .textContent p a {
    color: inherit;
}

.cust_contactWrap .sec_bottom .info_box:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: -3rem;
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='162' viewBox='0 0 1 162' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='2.18557e-08' x2='0.499993' y2='162' stroke='url(%23paint0_linear_652_3645)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_652_3645' x1='-0.5' y1='-2.18557e-08' x2='-0.500007' y2='162' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E6F4F8'/%3E%3Cstop offset='0.322115' stop-color='%23008CB4'/%3E%3Cstop offset='1' stop-color='%23E6F4F8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1px;
    height: 162px;
}

.product-tabs .tab-content.active {
    display: block;
}
 
.product-tabs .tab-content {
    display: none;
}

.relate-product .related-products .splide-bottom-arrows {
    margin-top: 2rem;
}

.relate-product .related-products .splide-bottom-arrows .splide__arrows {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
}

.related-products .splide-bottom-arrows .splide__arrows .splide__arrow {
    position: static;
    transform: none !important;
    width: 4rem;
    height: 4rem;
    background: var(--white) !important;
    border: 1px solid #D6D6D6 !important;
    border-radius: 4px !important;
}

.related-products .splide-bottom-arrows .splide__arrows .splide__arrow svg {
    width: 12px;
    transition: all 0.5s;
}

.related-products .splide-bottom-arrows .splide__arrows .splide__arrow:hover {
    background: var(--light-black) !important;
}

.related-products .splide-bottom-arrows .splide__arrows .splide__arrow:hover svg {
    fill: var(--white) !important;
}

.related-products .splide-bottom-arrows .splide__arrows .splide__arrow[disabled] {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

.relslide .splide__list .splide__slide {
    max-width: 100%;
    min-width: auto;
    padding: 20px 0;
}

.related-products .product-card-wrapper .card:not(.ratio)>.card__content {
    display: flex;
    flex-direction: column;
}

.related-products .product-card-wrapper .card:not(.ratio)>.card__content .quick-add {
    position: relative;
    z-index: 1;
    margin-top: 2.5rem;
}

.related-products .product-card-wrapper .card:not(.ratio)>.card__content .quick-add .fls-btn {
    flex: 1;
}

.related-products .product-card-wrapper .card:not(.ratio)>.card__content .quick-add .fls-btn .button {
    width: 100%;
    text-decoration: none;
    background: var(--light-black);
}

.related-products .product-card-wrapper .card:not(.ratio)>.card__content .quick-add .fls-btn .button:hover,
.related-products .product-card-wrapper:hover .card:not(.ratio)>.card__content .quick-add .fls-btn .button {
    background: var(--btn-color);
}

.related-products .product-card-wrapper .card:not(.ratio)>.card__content .price {
    margin-top: 1.2rem;
}

.page-width:has(.product-tabs),
.product_main .page-width {
    max-width: 1490px;
}

.product-tabs {
    margin-top: 4rem;
}

.product-tabs .tabs-header {
    margin-bottom: clamp(2rem, 2.813vw, 4.5rem);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #9B9999;
}

.product-tabs .tabs-header .tab-button {
    font-family: var(--Manrope-Font);
    font-weight: 400;
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    line-height: 1.2;
    text-align: center;
    color: var(--light-black);
    background: transparent;
    border: none;
    text-transform: capitalize;
    padding: 1rem 2.5rem;
    border-bottom: 4px solid transparent;
    transition: all 0.5s;
    cursor: pointer;
}

.product-tabs .tabs-header .tab-button.active {
    border-bottom: 4px solid var(--light-black);
}

.product-tabs .tab-content h2 {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.75vw, 3rem);
    line-height: 1;
    letter-spacing: -0.04em;
    margin-top:15px;
    font-family:"Manrope", sans-serif;
}

.product-tabs .tab-content h3 {
    font-weight: 300;
    font-size: clamp(2.8rem, 3.125vw, 5rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.product-tabs .tab-content ul li strong {
    font-weight: 700;
}

.product-tabs .tab-content ul li:not(:last-child) {
    margin-bottom: 1.2rem;
}

.product-tabs .tab-content ul {
    margin-bottom: 1.5rem;
}

.zooomy__hhrt {
    display: none !important;
}

.predictive-search__item-heading {
    font-family: var(--Manrope-Font);
    font-weight: 400;
    font-size: 15px;
}

.jdgm-widget .jdgm-row-stars .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
    background: var(--btn-color) !important;
    border: none !important;
}

.mn-blog-list .main-blog {
    padding-top: var(--cmn-gap);
    padding-bottom: var(--cmn-gap);
    max-width: 1490px;
}

.main-blog .blog-post-tag {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.blog-post-tag .rgt_search_wrrp {
    background: #F6F6F6;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
    max-width: 259px;
}

.blog-post-tag .rgt_search_wrrp .blog-search-form {
    position: relative;
}

.blog-post-tag .rgt_search_wrrp .blog-search-form .blog-search-input {
    background: transparent;
    border: none;
    padding: 0 4rem 0 0;
    height: 35px;
}

.blog-post-tag .rgt_search_wrrp .blog-search-form .blog-search-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.blog-post-tag .blog-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.blog-post-tag .blog-tags li a {
    display: inline-block;
    background: #F6F6F6;
    border-radius: 8px;
    padding: 1rem 1.6rem;
    font-size: clamp(1.5rem, 1.125vw, 1.8rem);
    line-height: 1;
    color: var(--light-black);
}

.blog-post-tag .blog-tags li a:hover, .blog-post-tag .blog-tags li a.active {
    background: #2663EB;
    color: var(--white);
}

.blog-post-tag .blog-tags li {
    display: inline-block;
}

.main-blog .blog-articles {
    grid-template-columns: repeat(3, 1fr);
    --blog-articles-column-gap: 3rem;
    --blog-articles-row-gap: 5rem;
    column-gap: var(--blog-articles-column-gap);
    row-gap: var(--blog-articles-row-gap);
}

.main-blog .blog-articles .article .card-wrapper .card:not(.ratio) .card__inner:before {
    padding-bottom: 70%;
}

.main-blog .blog-articles .article .card-wrapper .card:not(.ratio)>.card__content .card__information {
    padding: 2.4rem 0 0;
}

.main-blog .blog-articles .article .card-wrapper .card:not(.ratio)>.card__content .card__heading {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: clamp(1.7rem, 1.5vw, 2.4rem);
    line-height: 1.3;
    color: var(--black);
}

.main-blog .blog-articles .article .card-wrapper .card:not(.ratio)>.card__content .card__heading .full-unstyled-link {
    text-decoration: none;
}

.main-blog .blog-articles .article .card-wrapper .card:not(.ratio) > .card__content .article-card__excerpt {
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination-wrapper .pagination__list {
    gap: 6px;
}

.pagination-wrapper .pagination__list li {
    margin: 0;
    flex: none;
    max-width: none;
}

.pagination-wrapper .pagination__list li .pagination__item {
    background: var(--white);
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    color: var(--light-black);
    opacity: 1;
}

.pagination-wrapper .pagination__list li .pagination__item:after {
    display: none;
}

.pagination-wrapper .pagination__list li .pagination__item span {
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    max-height: none !important;
    min-height: auto !important;
    padding: 0 !important;
}

.pagination-wrapper .pagination__list li .pagination__item:hover,
.pagination-wrapper .pagination__list li .pagination__item.pagination__item--current {
    background: var(--btn-color);
    color: var(--white);
}

.pagination-wrapper .pagination__list li .pagination__item:hover svg,
.pagination-wrapper .pagination__list li .pagination__item.pagination__item--current svg {
    color: var(--white);
}

.article-template {
    padding-top: var(--cmn-gap);
}

.article-template .article-template__hero-container {
    max-width: 1490px;
    padding: 0 1.5rem;
}

.article-template .page-width {
    max-width: 1490px;
}

.article-template .article-template__hero-container .media {
    padding-bottom: 45% !important;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.6rem;
}

.article-template .article-template__hero-container .media img {
    max-width: 65rem;
    left: 50%;
    transform: translateX(-50%);
}

.article-template .article-template__hero-container .media:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.article-template .article-template__title {
    font-weight: 300;
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}


.article-template .article-template__content h2,
.shopify-policy__container .shopify-policy__body h2 {
    font-size: clamp(2.8rem, 3.125vw, 5rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.article-template .article-template__content h3,
.shopify-policy__container .shopify-policy__body h3 {
    font-size: clamp(2.5rem, 2.5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.article-template .article-template__content h4,
.shopify-policy__container .shopify-policy__body h4 {
    font-size: clamp(2.2rem, 2.188vw, 3.5rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.article-template .article-template__content h5,
.shopify-policy__container .shopify-policy__body h5 {
    font-size: clamp(2rem, 1.875vw, 3rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.article-template .article-template__content h6,
.shopify-policy__container .shopify-policy__body h6 {
    font-size: clamp(1.7rem, 1.563vw, 2.5rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.article-template .article-template__content ul {
    list-style: disc;
    margin-bottom: 2rem;
}

.article-template .article-template__content ol {
    list-style: decimal;
}

.article-template .article-template__content ul li:not(:last-child), 
.article-template .article-template__content ol li:not(:last-child) {
    margin-bottom: 1.1rem;
}

.facets__form-vertical .facets__heading {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: clamp(1.7rem, 1.5vw, 2.4rem);
    color: var(--black);
}

.facets__form-vertical .facets__disclosure-vertical .facets__summary {
    font-size: 16px;
    color: var(--black);
}

.facets__form-vertical .facets__disclosure-vertical .facets__summary span {
    text-decoration: none;
}

.facets__form-vertical .facets__disclosure-vertical .facets__display-vertical .facets-layout .facets__label {
    color: var(--black);
}

.customer h1 {
    font-weight: 300;
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.customer .field label {
    display: none;
}

.customer .field input {
    border: 1px solid var(--black);
    padding: 10px 15px !important;
}

.customer .field input::placeholder {
  color: var(--light-black);
  opacity: 1; 
}

.customer .field input::-ms-input-placeholder { 
  color: var(--light-black);
}

.customer button:before, 
.customer button:after,
.customer .select:before,
.customer .select:after {
    display: none;
}

.customer button {
    padding: 10px 18px;
    background: var(--btn-color) !important;
    font-size: clamp(1.6rem, 1.25vw, 2rem);
    color: var(--white) !important;
    font-weight: 400;
    font-family: var(--Manrope-Font);
    line-height: 1.1;
    text-transform: inherit;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 160px;
    min-height: 60px;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
}

.customer button:hover {
    background: var(--light-black) !important;
}

.customer .select {
    border: 1px solid var(--black);
}

.customer .select .svg-wrapper {
    right: 1.2rem;
}

.shopify-policy__container {
    max-width: var(--page-width);
    padding: var(--padding-80) 1.5rem;
}

.shopify-policy__container .shopify-policy__title h1 {
    font-weight: 300;
    font-size: clamp(3rem, 3.75vw, 6rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.shopify-policy__container .shopify-policy__body ul {
    list-style: disc;
    margin-bottom: 1.5rem;
}

.shopify-policy__container .shopify-policy__body ul li:not(:last-child), 
.shopify-policy__container .shopify-policy__body ol li:not(:last-child) {
    margin-bottom: 1.2rem;
}

.shopify-policy__container .shopify-policy__body ol {
    list-style: decimal;
    margin-bottom: 1.5rem;
}

.shopify-policy__container .shopify-policy__body table {
    margin-bottom: 1.5rem;
}

.quantity__input {
    border: none !important;
    padding: 5px !important;
}

.product.grid .grid__item.product__media-wrapper .absolute-wishlist {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4.4rem;
    height: 4.4rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #1E1E1E;
    border-radius: 8px;
}

.product.grid .grid__item.product__media-wrapper .absolute-wishlist .zoomywishidheart {
    float: none;
    height: 100%;
}

.product.grid .grid__item.product__media-wrapper .absolute-wishlist .zoomywishid {
    float: none;
}

.product.grid .grid__item.product__media-wrapper .absolute-wishlist .zoomywishid .zooomywishmsg {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product.grid .grid__item.product__media-wrapper .absolute-wishlist .zoomywishid .zooomywishmsg .fa {
    padding: 0;
}

.zwishmsgs .zmsg {
    color: var(--light-black);
}

.zooomywishlistgridclass .ZoomyWishlistPageGrid ul .zbodytitle a {
    font-family: var(--Manrope-Font);
    font-weight: 500;
    font-size: clamp(1.6rem, 1.5vw, 2.4rem) !important;
    line-height: 1.3;
    color: var(--black);
}

.zooomywishlistgridclass .ZoomyWishlistPageGrid ul .zprice {
    font-family: var(--Manrope-Font);
    font-weight: 600;
    font-size: clamp(1.6rem, 1.5vw, 2.4rem) !important;
    line-height: 1.3;
    color: var(--black);'; display: block;
    display: block;
    margin-top: 1rem;
}

.zooomywishlistgridclass .ZoomyWishlistPageGrid ul .zbodyinfo select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 30.727 30.727' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 15px center;
}

.zooomywishlistgridclass .ZoomyWishlistPageGrid ul .zooomybtn {
    background: var(--btn-color) !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    text-align: center;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    text-transform: capitalize;
}

.zooomywishlistgridclass .ZoomyWishlistPageGrid ul .zooomybtn a {
    font-size: inherit !important;
}

.zooomywishlistgridclass .ZoomyWishlistPageGrid ul .zooomybtn:hover {
    background: var(--light-black) !important;
}

.poptin-credit {  
    display: none !important;
}

.poptin-popup.new-popup {
    margin-left: auto !important;
    margin-right: 0 !important;
    inset: auto 2rem 2rem 0 !important;
}

.poptin-popup-background {
    background-color: transparent !important;
}
.section-header.shopify-section-group-header-group{
    z-index:4;
}

/* .mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510921703702"][title="Incontinence Solutions"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510921802006"][title="Care Accessories"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="518252069142"][title="Latest products"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="518008570134"][title="Featured products"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510950408470"][title="Best Sellings"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510922326294"][title="510922326294"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510922260758"][title="Catheter Essentials"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510922227990"][title="Gloves & Hand Protection"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510921900310"][title="Wipes & Cleansing"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510921802006"][title="Care Accessories"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510950408470"][title="Best Selling"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510921867542"][title="Nutritional Care"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510921867542"][title="510921867542"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510921965846"][title="510921965846"],
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block .gf-option-box button[data-fvalue="510922096918"][title="Bed & Surface Care"] {
  display: none;
} */

/* .mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:first-child button,
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:nth-of-type(2) button,
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:nth-of-type(3) button,
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:nth-of-type(4) button,
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:nth-of-type(5) button,
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:nth-of-type(6) button,
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:nth-of-type(7) button,
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:nth-of-type(8) button,
.mn-clctn .collection #gf-tree .gf-filter-contents .gf-option-block[data-filter-type="Collection"] .gf-option-box li:nth-of-type(9) button {
    display: none;
} */