/* Theme Styles Overrides */
:root {
    --color-primary: #004C23;
    --color-primaryDark: #13341E;
    --color-red: #BA0C2F;
    --color-red50: #FEF2F2;
    --color-red60: #DC2626;
    --color-red70: #B91C1C;
    --color-grey: #1D1E20;
    --color-ContentDark: #121212;
    --color-baseBlack: #171717;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey100: #F3F4F6;
    --color-grey200: #E5E7EB;
    --color-grey300: #D1D5DB;
    --color-grey400: #9CA3AF;
    --color-grey500: #6B7280;
    --color-grey600: #4B5563;
    --color-grey700: #374151;
    --color-grey800: #1F2937;
    --color-grey900: #111827;
    --color-green800: #215732;
    --color-trans: transparent;
    --fw-100: 100;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
}

html {
    scroll-behavior: smooth;
}

/* HW fonts */

@font-face {
    font-family: 'EffraBold';
    src: url('../fonts/hwfonts/effra/Effra_W_Bd.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_Bd.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EffraBlack';
    src: url('../fonts/hwfonts/effra/Effra_W_Blk.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_Blk.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EffraHair';
    src: url('../fonts/hwfonts/effra/Effra_W_Hair.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_Hair.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EffraLight';
    src: url('../fonts/hwfonts/effra/Effra_W_Lt.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_Lt.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EffraMedium';
    src: url('../fonts/hwfonts/effra/Effra_W_Md.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_Md.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EffraBold';
    src: url('../fonts/hwfonts/effra/EffraVF_W_Wght.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'EffraRegular';
    src: url('../fonts/hwfonts/effra/Effra_W_Rg.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EffraSemibold';
    src: url('../fonts/hwfonts/effra/Effra_W_SBd.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_SBd.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EffraThin';
    src: url('../fonts/hwfonts/effra/Effra_W_Th.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_Th.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EffraExtrabold';
    src: url('../fonts/hwfonts/effra/Effra_W_XBd.woff2') format('woff2'),
        url('../fonts/hwfonts/effra/Effra_W_XBd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adonisbolditalic';
    src: url('../fonts/hwfonts/adonis/adonis_bold-italic.woff2') format('woff2'),
        url('../fonts/hwfonts/adonis/adonis_bold-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adonisitalic';
    src: url('../fonts/hwfonts/adonis/adonis_italic.woff2') format('woff2'),
        url('../fonts/hwfonts/adonis/adonis_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adonisregular';
    src: url('../fonts/hwfonts/adonis/adonis_regular.woff2') format('woff2'),
        url('../fonts/hwfonts/adonis/adonis_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adonisbold';
    src: url('../fonts/hwfonts/adonis/adonis_bold.woff2') format('woff2'),
        url('../fonts/hwfonts/adonis/adonis_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 150%;
}


html body,
button,
.action.primary,
.action-primary {
    font-family: 'EffraRegular', sans-serif;
}

b,
strong {
    font-family: 'EffraBold', sans-serif;
}

.breadcrumbs strong {
    font-family: 'EffraRegular', sans-serif;
}

body h1 {
    margin-bottom: 2.4rem;
}

body h1[data-content-type="heading"] {
    margin-bottom: 0;
}

body h1,
body h1[data-content-type="heading"] {
    font-size: 48px;
    line-height: 150%;
    font-weight: var(--fw-700);
}

body h2,
body h2[data-content-type="heading"] {
    font-size: 30px;
    line-height: 150%;
    font-weight: var(--fw-700);
}

body h3,
body h3[data-content-type="heading"] {
    font-size: 20px;
    line-height: 150%;
    font-weight: var(--fw-700);
}

body h4,
body h4[data-content-type="heading"] {
    font-size: 16px;
    line-height: 150%;
}

body h1.font-adonis-normal,
body h2.font-adonis-normal,
body h3.font-adonis-normal {
    font-weight: var(--fw-500);
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

.font-adonis {
    font-family: 'adonisbold', sans-serif;
}

.font-adonis-normal {
    font-family: 'adonisregular', sans-serif !important;
}

.font-effra {
    font-family: 'EffraRegular', sans-serif !important;
}

.text-white {
    color: var(--color-white) !important;
}

.text-black {
    color: var(--color-black) !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-primaryDark {
    color: var(--color-primaryDark) !important;
}

.text-red {
    color: var(--color-red) !important;
}

.text-contentdark {
    color: var(--color-ContentDark) !important;
}

.text-grey {
    color: var(--color-grey) !important;
}

.text-shadow {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
}

.font-weight-300 {
    font-weight: var(--fw-300);
}

.font-weight-400 {
    font-weight: var(--fw-400);
}

.font-weight-500 {
    font-weight: var(--fw-500);
}

.font-weight-600 {
    font-weight: var(--fw-600);
}

.font-weight-700 {
    font-weight: var(--fw-700);
}

.font-weight-800 {
    font-weight: var(--fw-800);
}

.font-weight-900 {
    font-weight: var(--fw-900);
}

.text-2xs {
    font-size: clamp(9px, 1.5vw, 10px);
    line-height: clamp(14px, 2vw, 16px);
}

.text-xs {
    font-size: clamp(10px, 1.8vw, 12px);
    line-height: clamp(14px, 2vw, 16px);
}

.text-sm {
    font-size: clamp(12px, 2vw, 14px);
    line-height: clamp(18px, 2.5vw, 20px);
}

.text-base {
    font-size: clamp(14px, 2.2vw, 16px);
    line-height: clamp(20px, 2.8vw, 24px);
}

.text-lg {
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: clamp(22px, 3vw, 28px);
}

.text-xl {
    font-size: clamp(18px, 3vw, 20px);
    line-height: clamp(24px, 3.2vw, 28px);
}

.text-2xl {
    font-size: clamp(18px, 3.5vw, 24px);
    line-height: clamp(28px, 3.8vw, 32px);
}

.text-3xl {
    font-size: clamp(20px, 4vw, 30px);
    line-height: clamp(28px, 4.5vw, 36px);
}

.text-4xl {
    font-size: clamp(24px, 5vw, 36px);
    line-height: clamp(32px, 5.5vw, 40px);
}

.text-5xl {
    font-size: clamp(30px, 6vw, 48px);
    line-height: 150%;
}

.text-6xl {
    font-size: clamp(36px, 7vw, 60px);
    line-height: 150%;
}

.text-7xl {
    font-size: clamp(48px, 8vw, 72px);
    line-height: 150%;
}

.text-8xl {
    font-size: clamp(60px, 10vw, 96px);
    line-height: 150%;
}

.text-9xl {
    font-size: clamp(72px, 12vw, 128px);
    line-height: 150%;
}

.linear-bg {
    position: relative;
}

.linear-bg:before {
    content: "";
    background-image: linear-gradient(0deg,
            var(--Scrim-grey-60, rgba(17, 24, 39, 0.60)) 0%,
            var(--Scrim-grey-60, rgba(17, 24, 39, 0.60)) 100%);
    position: absolute;
    inset: 0;
    z-index: 0;
}

.linear-bg * {
    z-index: 1;
}

.relative {
    position: relative;
}

.tint-9,
.tint-8,
.tint-7,
.tint-6,
.tint-5,
.tint-4,
.tint-3,
.tint-2,
.tint-1 {
    background-blend-mode: overlay;
}

.tint-9 {
    background-color: rgba(0, 0, 0, 0.9);
}

.tint-8 {
    background-color: rgba(0, 0, 0, 0.8);
}

.tint-7 {
    background-color: rgba(0, 0, 0, 0.7);
}

.tint-6 {
    background-color: rgba(0, 0, 0, 0.6);
}

.tint-5 {
    background-color: rgba(0, 0, 0, 0.5);
}

.tint-4 {
    background-color: rgba(0, 0, 0, 0.4);
}

.tint-3 {
    background-color: rgba(0, 0, 0, 0.3);
}

.tint-2 {
    background-color: rgba(0, 0, 0, 0.2);
}

.tint-1 {
    background-color: rgba(0, 0, 0, 0.1);
}

.tint-9:before,
.tint-8:before,
.tint-7:before,
.tint-6:before,
.tint-5:before,
.tint-4:before,
.tint-3:before,
.tint-2:before,
.tint-1:before {
    background: none;
}


.jarallax.tint-9,
.jarallax.tint-8,
.jarallax.tint-7,
.jarallax.tint-6,
.jarallax.tint-5,
.jarallax.tint-4,
.jarallax.tint-3,
.jarallax.tint-2,
.jarallax.tint-1 {
    position: relative;
    background-blend-mode: overlay;
}

.jarallax.tint-9:before,
.jarallax.tint-8:before,
.jarallax.tint-7:before,
.jarallax.tint-6:before,
.jarallax.tint-5:before,
.jarallax.tint-4:before,
.jarallax.tint-3:before,
.jarallax.tint-2:before,
.jarallax.tint-1:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.jarallax.tint-9:before {
    background: rgba(0, 0, 0, 0.90);
}

.jarallax.tint-8:before {
    background: rgba(0, 0, 0, 0.80);
}

.jarallax.tint-7:before {
    background: rgba(0, 0, 0, 0.70);
}

.jarallax.tint-6:before {
    background: rgba(0, 0, 0, 0.60);
}

.jarallax.tint-5:before {
    background: rgba(0, 0, 0, 0.50);
}

.jarallax.tint-4:before {
    background: rgba(0, 0, 0, 0.40);
}

.jarallax.tint-3:before {
    background: rgba(0, 0, 0, 0.30);
}

.jarallax.tint-2:before {
    background: rgba(0, 0, 0, 0.20);
}

.jarallax.tint-1:before {
    background: rgba(0, 0, 0, 0.10);
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

body a.pagebuilder-button-primary,
body button.pagebuilder-button-primary,
body div.pagebuilder-button-primary {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    border-radius: 32px;
    font-size: 16px;
    padding: 16px 24px;
    line-height: 150%;
    box-sizing: border-box;
    transition: .5s all ease;
    font-family: 'EffraMedium', sans-serif;
    font-weight: 400;
}

body a.pagebuilder-button-primary:hover,
body button.pagebuilder-button-primary:hover,
body div.pagebuilder-button-primary:hover {
    background: var(--color-primaryDark);
    border-color: var(--color-primaryDark);
}

body a.pagebuilder-button-secondary,
body button.pagebuilder-button-secondary,
body div.pagebuilder-button-secondary {
    background: white;
    border: 1px solid #fff;
    color: var(--color-primary);
    border-radius: 32px;
    font-size: 16px;
    line-height: 150%;
    padding: 16px 24px;
    transition: .5s all ease;
    font-family: 'EffraMedium', sans-serif;
    font-weight: 400;
}

.button-primary a[class^="pagebuilder-button-"] {
    padding: 16px 24px;
    border-radius: 32px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    text-transform: capitalize;
    transition: .5s all ease;
    font-family: 'EffraMedium', sans-serif;
    font-weight: 400;
}

.button-primary a[class^="pagebuilder-button-"]:hover {
    background: var(--color-primaryDark);
    border-color: var(--color-primaryDark);
}

.button-white a[class^="pagebuilder-button-"] {
    padding: 16px 24px;
    border-radius: 32px;
    background: var(--color-white);
    border: 1px solid var(--color-white);
    color: var(--color-primary);
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    text-transform: capitalize;
    transition: .5s all ease;
    font-family: 'EffraMedium', sans-serif;
    font-weight: 400;
}

.button-white a[class^="pagebuilder-button-"]:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

body .page-main .action.primary,
body .page-main .action-primary {
    padding: 16px 24px;
    border-radius: 32px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    text-transform: capitalize;
    transition: .5s all ease;
    font-family: 'EffraMedium', sans-serif;
    font-weight: 400;
}

body .page-main .action.primary:hover,
body .page-main .action-primary:hover {
    background: var(--color-primaryDark);
    border-color: var(--color-primaryDark);
}

body .action.primary,
body .action-primary {
    padding: 16px 24px;
    border-radius: 32px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    text-transform: capitalize;
    transition: .5s all ease;
    font-family: 'EffraMedium', sans-serif;
    font-weight: 400;
}

body .action.primary:hover,
body .action-primary:hover {
    background: var(--color-primaryDark);
    border-color: var(--color-primaryDark);
}

body .action-secondary,
body .action.secondary {
    padding: 16px 24px;
    border-radius: 32px;
    background: var(--color-white);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    text-transform: capitalize;
    transition: .5s all ease;
    font-family: 'EffraMedium', sans-serif;
    font-weight: 400;
}

body .action-secondary:hover,
body .action.secondary:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

body .columns div[data-content-type] p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-grey900);
}

body .columns div[data-content-type].text-white p {
    color: var(--color-white);
}

body .columns div[data-content-type].text-primary p {
    color: var(--color-primary);
}

body .columns div[data-content-type].text-info p {
    font-size: 20px;
    line-height: 150%;
}

body div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
    background-color: var(--color-primary);
}

body div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
    color: white;
}

body.cms-page-view main strong,
body.cms-page-view main b {
    font-family: 'EffraBold', sans-serif;
}

.heading-border {
    position: relative;
}

.heading-border:after {
    content: "";
    height: 4px;
    width: 10%;
    background: var(--color-red);
    border-radius: 100px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    margin-block: 10px;
}




body .loading-mask {
    background-image: linear-gradient(0deg,
            var(--Scrim-grey-60, rgba(17, 24, 39, 0.60)) 0%,
            var(--Scrim-grey-60, rgba(17, 24, 39, 0.60)) 100%);
}

body .loading-mask .loader {
    background: url(../images/loader-hw.gif) no-repeat center;
    background-size: 120px;
    width: 100%;
    height: 100%;
}

body .loading-mask .loader img {
    display: none;
    opacity: 0;
    visibility: hidden;
}

body .minicart-wrapper .action.showcart .loading-mask {
    background: rgba(255, 255, 255, 0.5);
    background-image: none;
}

body .minicart-wrapper .action.showcart .loading-mask .loader {
    background: none;
    width: auto;
    height: auto;
}

body .minicart-wrapper .action.showcart .loading-mask .loader img {
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    body .main_header .navigation .megamenu.level-top-fullwidth .level0.submenu.fullwidth {
        padding-top: 17px;
    }

    body .page-footer .footer-payments ul {
        padding: 0;
    }
}

@media screen and (min-width: 1025px) {


    body .hero-banner {
        min-height: calc(100vh - 140px) !important;
    }

    body .category-view {
        max-width: 47%;
    }
}

@media screen and (min-width: 1200px) {

    body .page-header .welcome-message-bar p,
    body .page-header .welcome-message-bar div {
        max-width: 34.55%;
        margin-inline: auto;
    }
}


body .page-header .panel .header-links li a {
    color: var(--color-grey600);
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    font-family: 'EffraBold', sans-serif;
}

body .page-header .panel .header-links li.active a {
    color: var(--color-grey900);
}

body .page-wrapper .page-header .panel .top-bar-links-right li a {
    font-family: 'EffraBold', sans-serif;
}

body .page-header .header.panel .switcher-currency {
    display: none;
}

body .page-header .welcome-message-bar {
    background-color: var(--color-primary);
    color: white;
    font-family: 'Effrasemibold', sans-serif;
    text-align: center;
    font-size: 14px;
    padding: 8px 48px;
}

body .page-header .welcome-message-bar * {
    color: white;
    line-height: 150%;
}

body .page-header .header.content {
    background: white;
}


body .main_header .custom_header_right,
body .main_header .minicart-wrapper .action.showcart .counter.qty {
    color: var(--color-grey600);
}

body .main_header .custom_header_right .block-search .action.search::before {
    color: var(--color-grey600);
}

.main_header .custom_header_right .custom-my-account {
    border-color: var(--color-grey600);
}

body .main_header .custom_header_right .custom-my-account .header-myaccount-icon i,
body .main_header .custom_header_right .custom-my-account .header-myaccount-icon {
    color: var(--color-grey600);
}

body .main_header .custom-wishlist .header-wishlist-icon i,
body .main_header .minicart-wrapper .showcart i {
    color: var(--color-grey600);
}

body .main_header .custom_header_right .account-popup {
    right: 48px;
}

body .main_header .minicart-wrapper .block-minicart {
    color: var(--color-grey600);
}

body .main_header .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

body .main_header .nav-sections,
body .main_header .nav-sections .nav-sections-items,
body .main_header .nav-sections .nav-sections-items .section-item-content,
body .main_header .nav-sections .nav-sections-items .section-item-content .navigation {
    background: white;
}

body .main_header .nav-sections .navigation ul li.megamenu a.level-top {
    color: var(--color-grey900);
    font-family: 'EffraBold', sans-serif;
    font-weight: var(--fw-700);
    line-height: 150%;
}

body .main_header .navigation .megamenu.level0:hover>a {
    color: var(--color-primary);
}

body .main_header .navigation .megamenu.level-top-fullwidth .level0.fullwidth .fullwidth-wrapper {
    background: white;
    border: 0;
}

body .page-wrapper .nav-sections .navigation ul li.megamenu a.level-top .mm-subcategory-title.underline-megamenu {
    border-bottom: 2px solid transparent;
}

body .page-wrapper .nav-sections .navigation ul li.megamenu:hover a.level-top .mm-subcategory-title.underline-megamenu {
    border-bottom: 2px solid var(--color-red);
    transition: .5s all ease;
}

body .main_header .navigation .megamenu.level-top-fullwidth .submenu [data-has-children]>a.ui-menu-item-wrapper {
    color: var(--color-primary);
    font-weight: var(--fw-500);
    text-transform: capitalize;
    font-family: 'Effrasemibold', sans-serif;
    padding-bottom: 12px;
}

body .main_header .nav-sections .nav-sections-items .section-item-content .navigation ul .submenu .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group .submenu li a:hover span.underline-megamenu {
    border-bottom: 1px solid var(--color-red);
}

body .page-footer {
    background: var(--color-primary);
    padding: 48px;
    color: var(--color-white);
}

body .page-footer .footer-copyright {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 24px 0 0;
}

body .page-footer .footer-copyright .center {
    justify-self: center;
}


body .page-footer .footer-copyright .right {
    justify-self: right;
}

body .page-footer .footer.content .links.brands-column {
    flex: 0 0 max-content;
    padding-inline: 36px;
}

body .page-footer .footer.subscription h1 {
    font-family: 'EffraBold', sans-serif;
    margin-bottom: 8px;
}

body .page-footer .footer.subscription .newsletter .content .form.subscribe .control #newsletter::placeholder {
    color: var(--color-grey400);
}

body .page-footer .footer.content .links h3 {
    font-family: 'EffraBold', sans-serif;
}

body .columns div[data-content-type].banner-info p {
    font-size: 30px;
    font-weight: var(--fw-400);
    line-height: 150%;
    margin-bottom: 2.4rem;
}

body .hero-banner a[class^="pagebuilder-button-"] {
    margin: 0;
}

body.page-products.filters-panel-open .columns {
    z-index: 9;
}


.swatch-attribute .swatch-option.text {
    background: transparent;
    padding: 8px 12px;
    border: 1px solid var(--color-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-primary);
    font-family: 'EffraSemibold';
    line-height: 150%;
    box-sizing: border-box;
    height: auto;
    max-height: 40px;
    border-radius: 32px;
    min-width: 70px;
    margin-right: 11px;
    margin-bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swatch-attribute.size .swatch-option.text.selected {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    outline: none;
}

.swatch-attribute.size .swatch-option:not(.disabled):hover {
    outline: 0;
}

body.catalog-product-view .product-info-main .swatch-option.disabled-oos {
    border-color: var(--color-grey400);
    color: var(--color-grey400);
}

body.catalog-product-view .product-info-main .swatch-option.disabled-oos {
    position: relative;
    overflow: hidden;
}

body.catalog-product-view .product-info-main .swatch-option.disabled-oos:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 2px;
    background: var(--color-grey400);
    top: 50%;
    left: -25%;
    transform: rotate(-45deg);
    z-index: 0;
}

body.catalog-product-view .product-info-main .swatch-option.text:hover {
    box-shadow: none;
    outline: 0;
}


.filter-options-content .swatch-attribute.size a:hover {
    background-color: transparent;
}

.swatch-option:focus {
    box-shadow: none;
}

#lof_price_attribute .ui-slider-horizontal {
    height: 8px;
    margin-bottom: 6px;
    background: var(--color-grey300);
}

#lof_price_attribute .ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: -16px;
}

#lof_price_attribute .ui-slider-horizontal .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: var(--color-grey700);
    top: 0;
    bottom: 0;
    margin-block: auto;
}

#lof_price_attribute .ui-slider-horizontal .ui-slider-handle:nth-of-type(1) {
    margin-left: 0;
}

#lof_price_text {
    font-size: 12px;
    line-height: 150%;
    color: var(--color-grey900);
    font-weight: var(--fw-400);
}

body .action.primary.price-slider-apply {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    padding: 16px 24px;
    border-radius: 32px;
    box-sizing: border-box;
    border: 0;
    min-width: 188px;
    font-family: 'EffraMedium', sans-serif;
    transition: .5s all ease;
}

body .action.primary.price-slider-apply:hover,
body .action.primary.price-slider-apply:focus {
    background: var(--color-primaryDark);
}


/* FAQ widget style */

.widget.block-static-block .faqcategory-sidebar {
    border: 0;
    margin: 0;
    box-sizing: border-box;
}

.widget.block-static-block .faqcategory-sidebar.block .block-title {
    background: transparent;
    border: 0;
    color: var(--color-gray900);
    padding: 0;
    text-transform: unset;
}

.widget.block-static-block .faqcategory-sidebar.block .block-title .faqcat-title {
    font-family: 'EffraBold', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    text-transform: uppercase;
}

.widget.block-static-block .faqcategory-sidebar.block .block-title .faqcat-title small {
    display: none;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel {
    background: var(--color-white);
    box-sizing: border-box;
    margin: 0 0 24px 0;
    padding: 0;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-heading {
    background: var(--color-white);
    border: 0;
    border-bottom: 1px solid transparent;
    margin: 0;
    padding: 16px 20px;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-heading.active {
    border-color: var(--color-grey300);
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-heading .panel-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-heading .panel-title:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-heading.active .panel-title:after {
    content: "\f068";
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-title a {
    color: var(--color-grey900);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-collapse .panel-body {
    padding: 16px 20px;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-collapse .panel-body p span {
    font-size: 14px !important;
    line-height: 150%;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-collapse .panel-body strong {
    font-family: 'EffraBold', sans-serif;
}

.widget.block-static-block .faqcategory-sidebar .question-list .panel-collapse .panel-body a {
    color: var(--color-grey900);
    font-family: 'EffraSemiBold', sans-serif;
}

.terms-popup-content .terms-page-content h3 {
    font-size: 16px;
    font-family: 'EffraBold', sans-serif;
}

.terms-popup-content .terms-page-content p {
    font-size: 16px;
    color: var(--color-black);
    line-height: 150%;
}

body .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: var(--color-white);
}

.terms-popup-content .terms-page-content h3 {
    font-size: 16px;
    font-family: 'EffraBold', sans-serif;
}

.terms-popup-content .terms-page-content p {
    font-size: 16px;
    color: var(--color-black);
    line-height: 150%;
}

body .modal-popup.modal-slide .modal-inner-wrap[class] {
    background: var(--color-white);
}

body.page-layout-header_transparent .page-header , body.page-layout-header_transparent_category .page-header {
    z-index: 2;
    background: none;
}

body.page-layout-header_transparent .breadcrumbs , body.page-layout-header_transparent_category .breadcrumbs {
    z-index: 1;
}

body.page-layout-header_transparent .page-main , body.page-layout-header_transparent_category .page-main {
    padding-inline: 0;
}

body.page-layout-header_transparent_category .page-main .page-title-wrapper {
    display: none;
}

body.page-layout-header_transparent_category .page-main .category-view {
    margin-top: -107px;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

body.page-layout-header_transparent_category .page-main .column.main {
    padding-left: 48px;
    padding-right: 48px;
}

body.page-layout-header_transparent .page-main .column.main {
    margin-top: -107px;
}

body.page-layout-header_transparent .header.content , body.page-layout-header_transparent_category .header.content {
    background: var(--color-trans);
    transition: .5s all ease;
    border-bottom: none !important;
}

body.page-layout-header_transparent .header.content:hover , body.page-layout-header_transparent_category .header.content:hover {
    background: var(--color-white);
    border-bottom: 2px solid #F3F4F6 !important;
}

body.page-layout-header_transparent .main_header , body.page-layout-header_transparent_category .main_header {
    border-color: var(--color-trans);
    transition: .5s all ease;
    position: relative;
}

body.page-layout-header_transparent .header.content:hover .main_header , body.page-layout-header_transparent_category .header.content:hover .main_header {
    border-color: var(--color-grey100);
}

body.page-layout-header_transparent .main_header:before , body.page-layout-header_transparent_category .main_header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 60%);
    pointer-events: none;
}

body.page-layout-header_transparent .header.content:hover .main_header:before , body.page-layout-header_transparent_category .header.content:hover .main_header:before {
    content: none;
}

body.page-layout-header_transparent .main_header .nav-sections, body.page-layout-header_transparent_category .main_header .nav-sections,
body.page-layout-header_transparent .main_header .nav-sections .nav-sections-items, body.page-layout-header_transparent_category .main_header .nav-sections .nav-sections-items,
body.page-layout-header_transparent .main_header .nav-sections .nav-sections-items .section-item-content, body.page-layout-header_transparent_category .main_header .nav-sections .nav-sections-items .section-item-content,
body.page-layout-header_transparent .main_header .nav-sections .nav-sections-items .section-item-content .navigation , body.page-layout-header_transparent_category .main_header .nav-sections .nav-sections-items .section-item-content .navigation {
    background: var(--color-trans);
}


body.page-layout-header_transparent .main_header .nav-sections .navigation ul li.megamenu a.level-top , body.page-layout-header_transparent_category .main_header .nav-sections .navigation ul li.megamenu a.level-top {
    color: var(--color-white);
}

body.page-layout-header_transparent .header.content:hover .main_header .nav-sections .navigation ul li.megamenu a.level-top , body.page-layout-header_transparent_category .header.content:hover .main_header .nav-sections .navigation ul li.megamenu a.level-top {
    color: var(--color-grey900);
}

body.page-layout-header_transparent .main_header .logo img , body.page-layout-header_transparent_category .main_header .logo img {
    filter: brightness(0) invert(1);
}

body.page-layout-header_transparent .header.content:hover .main_header .logo img , body.page-layout-header_transparent_category .header.content:hover .main_header .logo img {
    filter: none;
}

body.page-layout-header_transparent .header.content:hover .main_header .custom_header_right .custom-my-account , body.page-layout-header_transparent_category .header.content:hover .main_header .custom_header_right .custom-my-account {
    border-color: var(--color-grey600);
}

body.page-layout-header_transparent .main_header .custom_header_right .custom-my-account , body.page-layout-header_transparent_category .main_header .custom_header_right .custom-my-account {
    border-color: var(--color-white);
}

body.page-layout-header_transparent .main_header .custom_header_right .block-search .action.search::before, body.page-layout-header_transparent_category .main_header .custom_header_right .block-search .action.search::before,
body.page-layout-header_transparent .main_header .custom_header_right .custom-my-account .header-myaccount-icon i, body.page-layout-header_transparent_category .main_header .custom_header_right .custom-my-account .header-myaccount-icon i,
body.page-layout-header_transparent .main_header .custom_header_right .custom-my-account .header-myaccount-icon, body.page-layout-header_transparent_category .main_header .custom_header_right .custom-my-account .header-myaccount-icon,
body.page-layout-header_transparent .main_header .custom-wishlist .header-wishlist-icon i, body.page-layout-header_transparent_category .main_header .custom-wishlist .header-wishlist-icon i,
body.page-layout-header_transparent .main_header .minicart-wrapper .showcart i, body.page-layout-header_transparent_category .main_header .minicart-wrapper .showcart i,
body.page-layout-header_transparent .main_header .minicart-wrapper .action.showcart .counter.qty , body.page-layout-header_transparent_category .main_header .minicart-wrapper .action.showcart .counter.qty {
    color: var(--color-white);
}

body.page-layout-header_transparent .header.content:hover .main_header .custom_header_right .block-search .action.search::before, body.page-layout-header_transparent_category .header.content:hover .main_header .custom_header_right .block-search .action.search::before,
body.page-layout-header_transparent .header.content:hover .main_header .custom_header_right .custom-my-account .header-myaccount-icon i, body.page-layout-header_transparent_category .header.content:hover .main_header .custom_header_right .custom-my-account .header-myaccount-icon i,
body.page-layout-header_transparent .header.content:hover .main_header .custom_header_right .custom-my-account .header-myaccount-icon, body.page-layout-header_transparent_category .header.content:hover .main_header .custom_header_right .custom-my-account .header-myaccount-icon,
body.page-layout-header_transparent .header.content:hover .main_header .custom-wishlist .header-wishlist-icon i, body.page-layout-header_transparent_category .header.content:hover .main_header .custom-wishlist .header-wishlist-icon i,
body.page-layout-header_transparent .header.content:hover .main_header .minicart-wrapper .showcart i, body.page-layout-header_transparent_category .header.content:hover .main_header .minicart-wrapper .showcart i,
body.page-layout-header_transparent .header.content:hover .main_header .minicart-wrapper .action.showcart .counter.qty , body.page-layout-header_transparent_category .header.content:hover .main_header .minicart-wrapper .action.showcart .counter.qty {
    color: var(--color-grey600);
}

body.page-layout-header_transparent .breadcrumbs .items, body.page-layout-header_transparent_category .breadcrumbs .items,
body.page-layout-header_transparent .breadcrumbs .items .item, body.page-layout-header_transparent_category .breadcrumbs .items .item,
body.page-layout-header_transparent .breadcrumbs .items .item a, body.page-layout-header_transparent_category .breadcrumbs .items .item a,
body.page-layout-header_transparent .breadcrumbs .item:not(:last-child):after , body.page-layout-header_transparent_category .breadcrumbs .item:not(:last-child):after {
    color: var(--color-white);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .2));
}

body.page-layout-page_full_width_padding div[data-content-type=row][data-appearance='contained'] {
    max-width: 100%;
}

#product-options-wrapper .personalization,
.product-options-bottom .personalization-wrapper {
    display: none !important;
}

form#form-validate .actions-toolbar {
    margin-top: 20px;
}

.hero-banner {
    position: relative;
    padding-inline: 48px;
}

.hero-banner h1 {
    text-transform: unset;
}

body .hero-banner h1[data-content-type="heading"] {
    margin-bottom: 2rem;
}

body .hero-banner .hero-banner-promo-tag span {
    padding: 8px 16px;
    font-size: 18px;
    margin-bottom: 1rem;
    display: inline-block;
}

.hero-video-toggle {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 5;
    background: transparent;
    color: var(--color-white);
    border: 4px solid var(--color-white);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
}

.hero-video-toggle:hover,
.hero-video-toggle:focus {
    background: transparent;
    color: var(--color-white);
    border: 4px solid var(--color-white);
}

.hero-video-toggle i {
    font-size: 16px;
    line-height: 1;
}

.block-heading-border,
body h3[data-content-type="heading"].block-heading-border {
    margin-top: 0;
    color: var(--color-grey900);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: var(--fw-700);
    font-family: 'EffraBold', sans-serif;
    position: relative;
    margin-bottom: 2rem;
}

.block-heading-border:after {
    content: "";
    height: 2px;
    width: 70px;
    display: block;
    background: var(--color-red);
    margin: 6px 0 0;
}

.block-heading-border.border-center:after {
    margin-inline: auto;
}

.heading-break span {
    display: block;
}

.pagebuilder-column.center-para {
    max-width: 35%;
    margin-inline: auto;
}

body .columns .pagebuilder-column.center-para p {
    font-size: 20px;
    line-height: 150%;
}

.three-column-section {
    padding: 48px;
}

.three-column-section .pagebuilder-column-line .pagebuilder-column {
    padding-inline: 16px;
}

.three-column-section .pagebuilder-column-line {
    margin-inline: -16px;
}

.three-column-section .pagebuilder-column-line .pagebuilder-column figure {
    position: relative;
}

.three-column-section .pagebuilder-column-line .pagebuilder-column figure figcaption {
    position: absolute;
    margin: auto;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    color: var(--color-white);
}

.three-column-section .pagebuilder-column-line .pagebuilder-column figure:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
}

.three-column-section div[data-content-type='text'] {
    margin: 10px 0;
    font-size: 20px;
    line-height: 150%;
    color: var(--color-grey900);
    font-family: 'EffraRegular', sans-serif;
}

#customer-reviews {
    padding-top: 24px;
}

#customer-reviews .review-items .item.review-item {
    text-align: left;
    flex: 0 0 calc(33.33% - 50px);
    padding: 0;
    border: 0;
}

#customer-reviews .items.review-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px 0;
}

.rating-summary .rating-result>span:before {
    width: 24px;
    height: 24px;
    color: #FBBF24 !important;
}

#customer-reviews .items.review-items .review-content-container {
    min-height: 98px;
}

.sitemap-search {
    display: none !important;
}

body[class*="htmlsitemap-"] .sitemap-item-type .sitemap-title {
    font-size: 20px;
    font-family: 'EffraBold', sans-serif;
    color: var(--color-grey900);
    line-height: 150%;
}

body[class*="htmlsitemap-"] .sitemap-item-wrap .sitemap-item,
body[class*="htmlsitemap-"] .sitemap-item-type a {
    color: var(--color-primary);
}

body[class*="htmlsitemap-"] .sitemap-item-type .view-more {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 8px 16px;
    line-height: 150%;
    border-radius: 48px;
    font-family: 'EffraMedium', sans-serif;
    text-align: center;
    transition: .5s all ease;
}

body[class*="htmlsitemap-"] .sitemap-item-type .view-more:hover,
body[class*="htmlsitemap-"] .sitemap-item-type .view-more:focus {
    text-decoration: none;
    background: var(--color-primaryDark);
}

body[class*="htmlsitemap-"] .sitemap-item-type ul {
    list-style: circle;
    padding-left: 1.5rem;
}

body[class*="htmlsitemap-"] .sitemap-item-type ul li::marker {
    color: var(--color-primary);
}

body[class*="htmlsitemap-"] .widget.block-categories ul li {
    padding-left: 5px;
}

body[class*="htmlsitemap-"] .widget.block-categories ul li a {
    color: var(--color-primary);
}

body[class*="htmlsitemap-"] .sitemap-item-type .sitemap-item-section .sitemap-item-wrap {
    padding-left: 15px;
}

.tetra-wishlist-reviews-widget .slick-slider .slick-list .slick-track {
    column-gap: 0;
    margin: 0 -16px;
}

.tetra-wishlist-reviews-widget .block-title {
    margin-bottom: 15px;
}

.tetra-wishlist-reviews-widget .reviews-slider {
    display: block;
}

.tetra-wishlist-reviews-widget .reviews-slider .slick-slide {
    padding: 0;
    margin: 0 16px;
}

.tetra-wishlist-reviews-widget .review-item {
    position: relative;
    padding: 24px 16px;
    text-align: left;
    margin: 0 auto;
    box-sizing: border-box;
}

.tetra-wishlist-reviews-widget .rating-summary {
    display: inline-block;
}

/* Review Title */
.tetra-wishlist-reviews-widget .review-title {
    font-size: 16px;
    color: var(--color-grey900);
    line-height: 150%;
    margin-bottom: 8px;
}

/* Review Content/Description */
.tetra-wishlist-reviews-widget .review-content {
    margin-bottom: 8px;
    font-family: 'EffraMedium', sans-serif;
    font-size: 16px;
    color: var(--color-grey900);
    line-height: 150%;
}

/* Reviewer Name */
.tetra-wishlist-reviews-widget .review-meta .review-nickname {
    font-size: 16px;
    color: var(--color-grey700);
    line-height: 150%;
}

/* Slider Navigation */
.tetra-wishlist-reviews-widget .reviews-slider .slick-dots {
    bottom: -30px;
}

.blog-page .widget.block {
    margin-bottom: 30px;
}

.blog-page .blog-search .form .label {
    display: none;
}

.blog-page .blog-search .form#blog_search_mini_form #blog_search {
    background: var(--color-white);
    border-radius: 4px;
    border: 2px solid var(--color-grey300);
    padding: 12px;
    height: auto;
    font-size: 16px;
    font-family: 'EffraRegular', sans-serif;
}

.blog-page .blog-search .action.search {
    position: absolute;
    right: 5px;
    top: 0px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 0;
}

.blog-page .blog-search .form {
    position: relative;
    max-width: 45%;
    margin: 0 auto;
}

.blog-page .blog-search .action.search span {
    font-size: 0;
}

.blog-page .blog-search .action.search span:before {
    content: '\e615';
    font-family: 'luma-icons';
    font-size: 16px;
    color: var(--color-grey500);
    line-height: 150%;
}

.blog-page .widget.block-categories {
    display: none;
}

ul.post-list {
    padding: 0;
    list-style: none;
}

.blog-featured li.post-holder {
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 60%;
    min-height: min-content;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.blog-featured li.post-holder .post-header {
    background: var(--color-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
    box-sizing: border-box;
    width: 40%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.blog-featured li.post-holder .post-content .post-ftimg-hld img {
    object-fit: cover;
}

.blog-featured .post-header .post-title .post-item-link {
    color: var(--color-white);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: 'EffraSemibold', sans-serif;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-featured .post-header .post-title {
    margin-bottom: 40px;
}

.blog-featured .post-header .post-info {
    display: none;
}

.blog-featured .post-header .post-text-hld {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 85%;
    margin-bottom: 40px;
}

.blog-featured .post-header .post-text-hld * {
    color: var(--color-white);
}

.blog-featured .post-header .post-text-hld p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.blog-featured .post-header .post-read-more {
    background: var(--color-white);
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    padding: 16px 24px;
    border-radius: 48px;
    text-align: center;
    max-width: max-content;
    box-sizing: border-box;
    color: var(--color-primary);
    text-decoration: none;
}

.blog-featured .title {
    display: none;
}

.blog-page .index-description {
    display: none;
}

.hw-blog-card .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: 'adonisregular', sans-serif;
    color: var(--color-grey900);
    margin: 30px 0;
}

.hw-blog-card .post-list,
.blog-articles.article-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-inline: -16px;
    grid-gap: 0;
    row-gap: 0;
}

.hw-blog-card .post-list .post-holder,
.blog-articles.article-list .blog-article {
    flex: 0 0 calc(33.33%);
    padding-inline: 16px;
    margin-bottom: 40px;
}

.hw-blog-card .post-list .post-holder .post-ftimg-hld img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.hw-blog-card .post-header .post-title,
.article-post__info .article-post__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
    margin-top: 4px;
    min-height: 55px;
}

.hw-blog-card .post-header .post-title .post-item-link {
    color: var(--color-grey900);
    font-family: 'EffraBold';
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hw-blog-card .post-header .post-title .post-item-link:hover,
.hw-blog-card .post-header .post-title .post-item-link:focus,
.hw-blog-card-wrapper .article-post__info .article-post__title a:hover,
.hw-blog-card-wrapper .article-post__info .article-post__title a:focus {
    color: var(--color-primary);
}

.hw-blog-card .post-header .post-text-hld,
.hw-blog-card-wrapper .article-post__info .article-post__content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-grey900);
    height: 50px;
    overflow: hidden;
}

.hw-blog-card-wrapper .article-post__info .article-post__content {
    opacity: 1;
}

.hw-blog-card .post-header .post-text-hld div[data-content-type] p,
.hw-blog-card-wrapper .article-post__info .article-post__content div[data-content-type] p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--color-grey900);
}

.hw-blog-card .post-header .post-posed-date,
.article-post__info .article-post__data {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-grey700);
}

.blog-widget-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.blog-widget-title-wrapper .blog-tags .blog-tag-link {
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 32px;
    padding: 8px 12px;
    font-family: 'EffraMedium', sans-serif;
    line-height: 150%;
    text-transform: unset;
    text-decoration: none;
    transition: .5s all ease;
}

.blog-widget-title-wrapper .blog-tags .blog-tag-link:hover,
.blog-widget-title-wrapper .blog-tags .blog-tag-link:focus {
    background: var(--color-primaryDark);
    color: var(--color-white);
}

.blog-widget-title-wrapper .blog-tags {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.hw-blog-card-wrapper {
    border: 2px solid var(--color-primary);
    border-radius: 8px;
}

.hw-blog-card-wrapper .post-image {
    position: relative;
    padding-bottom: 30px;
}

.hw-blog-card-wrapper .article-post__image-wrapper {
    padding: 0;
    border-radius: 0;
}

.hw-blog-card-wrapper .article-post__image-wrapper>img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    position: static;
    object-position: center;
}

.hw-blog-card-wrapper .article-post__info {
    padding: 0;
}

.hw-blog-card-wrapper .item.post-tags {
    padding: 8px 12px;
    display: inline-block;
    min-height: 40px;
    position: absolute;
    bottom: 15px;
}

.hw-blog-card-wrapper .item.post-tags a {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 8px 12px;
    border-radius: 22px;
    font-family: 'EffraMedium', sans-serif;
    line-height: 150%;
    text-decoration: none;
    margin-right: 5px;
}

.hw-blog-card-wrapper .post-header {
    padding-inline: 24px;
}

.blog-article .hw-blog-card-wrapper .post-header {
    padding-bottom: 24px;
}

.hw-blog-card-wrapper hr {
    border-top: 2px solid var(--color-primary);
    width: calc(100% - 24px);
    margin-inline: auto;
}

.hw-blog-card-wrapper .article-post__info hr {
    width: 100%;
}

.post-footer {
    padding-inline: 24px;
    padding-bottom: 24px;
}

.article-post__info .article-post__author a {
    color: inherit;
    text-decoration: none;
}

.article-post__info .article-post__author a:hover {
    color: var(--color-primary);
}

.post-footer .post-author-info,
.hw-blog-card-wrapper .article-post__info .article-post__data-wrap {
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-family: 'EffraBold', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: var(--color-grey900);
}

.post-footer .post-author-info .post-author-name:after,
.hw-blog-card-wrapper .article-post__data-wrap .article-post__author:after {
    content: "";
    height: 12px;
    display: inline-block;
    width: 2px;
    background: var(--color-grey900);
    line-height: 150%;
    margin-inline: 8px;
}

.post-footer .post-author-info a {
    color: var(--color-grey900);
}

.blog-post-view .page-main {
    max-width: 75%;
    margin-top: 20px;
}

.blog-post-view .blog-search {
    display: none;
}

.blog-post-view .page-main>.page-title-wrapper {
    display: none;
}

.blog-post-view .page-title-wrapper .page-title {
    font-family: 'adonisregular', sans-serif;
    color: var(--color-gray900);
    text-transform: uppercase;
}

.post-header .post-category a.category-name,
.post-view .post-tags a {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 8px 12px;
    font-size: 16px;
    line-height: 150%;
    font-family: 'EffraMedium', sans-serif;
    border-radius: 22px;
}

.post-header .post-category a.category-name:hover,
.post-header .post-category a.category-name:focus,
.post-view .post-tags a:hover,
.post-view .post-tags a:focus {
    background: var(--color-primaryDark);
    color: var(--color-white);
}

.post-view .post-data-wrap {
    color: var(--color-grey900);
    font-size: 16px;
    line-height: 150%;
}

.post-view .post-data-wrap .post-author-name a,
.post-view .post-data-wrap .post-author-name a:hover,
.post-view .post-data-wrap .post-author-name a:focus {
    color: var(--color-grey900);
    text-decoration: none;
}

.post-view .post-featured-image img {
    border-radius: 0;
}

.blog-post-view .post-header,
.blog-post-view .post-content,
.blog-post-view .post-bottom {
    margin-inline: auto;
    margin-block: 30px;
}

.hw-post-view.post-view .post-description img {
    border-radius: inherit;
    margin-block: inherit;
}

.blog-page .toolbar .pages .items .item.current,
.blog-page .toolbar .pages .items .item:hover,
.blog-page .toolbar .pages .items .item strong span {
    background: var(--color-primary);
    color: var(--color-white);
}

.post-view .post-nextprev .nextprev-link:hover {
    color: var(--color-primary);
}

.post-view .post-nextprev .nextprev-link {
    font-family: 'EffraBold', sans-serif;
    font-size: 14px;
    line-height: 150%;
}

.post-view .post-bottom .block.block-related-products .block-content .product-items .product.product-item-actions {
    display: none;
}

.post-view .post-bottom>.block .block-title {
    text-align: left;
}

/* Responsive */
@media screen and (max-width: 1370px) {
    body .center-fullwidth-banner {
        height: 85vh;
        min-height: min-content !important;
    }

    .pagebuilder-column.center-para {
        max-width: 50%;
    }

    .blog-featured li.post-holder .post-header {
        padding: 45px;
    }

    .blog-featured .post-header .post-title {
        margin-bottom: 20px;
    }

    .blog-featured .post-header .post-title .post-item-link {
        font-size: 26px;
    }

    .hw-blog-card .post-header .post-title,
    .article-post__info .article-post__title {
        font-size: 16px;
        min-height: 48px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    body .page-header .welcome-message-bar p,
    body .page-header .welcome-message-bar div {
        max-width: 85.55%;
        margin-inline: auto;
    }

    .widget.block-static-block .faqcategory-sidebar {
        padding-inline: 10px;
    }

    body.page-layout-header_transparent .page-main .column.main , body.page-layout-header_transparent_category .page-main .column.main {
        margin-top: -103px;
    }

    #customer-reviews .review-items .item.review-item {
        flex: 0 0 calc(50% - 50px);
    }

    body .center-fullwidth-banner {
        height: 75vh;
    }

    body h1,
    body h1[data-content-type="heading"] {
        font-size: 36px;
    }

    body .columns div[data-content-type].banner-info p {
        font-size: 20px;
    }

    body .hero-banner .hero-banner-promo-tag span {
        font-size: 16px;
    }

    .button-white a[class^="pagebuilder-button-"] {
        font-size: 16px;
    }

    body .category-home-slider,
    body .three-column-section {
        padding: 24px;
    }

    .block-heading-border,
    body h3[data-content-type="heading"].block-heading-border {
        font-size: 26px;
    }

    .three-column-section div[data-content-type='text'] {
        font-size: 14px;
    }

    .tetra-wishlist-reviews-widget .review-item {
        padding-inline: 0;
        padding-block: 12px;
    }

    .tetra-wishlist-reviews-widget .review-content,
    .tetra-wishlist-reviews-widget .review-meta .review-nickname {
        font-size: 14px;
    }

    body .page-footer {
        padding: 24px 10px;
    }

    .page-footer .footer.content .links-wrapper {
        column-gap: 32px;
    }

    .blog-featured li.post-holder .post-header {
        padding: 25px;
    }

    .blog-featured .post-header .post-title .post-item-link {
        font-size: 20px;
    }

    .blog-featured .post-header .post-text-hld {
        max-width: 100%;
    }

    .blog-featured .post-header .post-read-more {
        padding: 8px 12px;
        font-size: 14px;
    }

    .hw-blog-card .post-list .post-holder .post-ftimg-hld img,
    .hw-blog-card-wrapper .article-post__image-wrapper>img {
        height: 175px;
    }

    .hw-blog-card-wrapper .post-header,
    .post-footer {
        padding-inline: 10px;
    }

    .hw-blog-card .post-header .post-text-hld,
    .hw-blog-card-wrapper .article-post__info .article-post__content {
        font-size: 14px;
        display: block;
    }

    .post-footer .post-author-info,
    .hw-blog-card-wrapper .article-post__info .article-post__data-wrap {
        font-size: 14px;
    }

    .hw-blog-card-wrapper .item.post-tags a {
        font-size: 12px;
    }

    .blog-widget-title-wrapper {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .hw-blog-card .post-list,
    .blog-articles.article-list {
        margin-inline: -10px;
    }

    .hw-blog-card .post-list .post-holder,
    .blog-articles.article-list .blog-article {
        padding-inline: 10px;
    }

    .blog-page .blog-search .form {
        max-width: 75%;
    }

    .blog-post-view .page-main {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main,
    .main_header,
    .category-view,
    body.page-layout-cms-full-width .page-title-wrapper,
    body.checkout-cart-index .page-main,
    body[class*="htmlsitemap-"] .page-main {
        padding-inline: 10px;
        box-sizing: border-box;
    }

    body .breadcrumbs {
        display: block;
    }


    body .welcome-message-bar {
        padding: 5px 10px;
    }

    body .hero-banner {
        padding: 10px;
    }

    body h1,
    body h1[data-content-type="heading"] {
        font-size: 30px;
    }

    body .columns div[data-content-type].banner-info p {
        font-size: 16px;
        line-height: 150%;
    }

    body .hero-banner {
        min-height: 78vh !important;
    }

    body a.pagebuilder-button-primary,
    body button.pagebuilder-button-primary,
    body div.pagebuilder-button-primary,
    body a.pagebuilder-button-secondary,
    body button.pagebuilder-button-secondary,
    body div.pagebuilder-button-secondary {
        padding: 8px 12px;
        font-size: 14px;
    }

    .button-primary a[class^="pagebuilder-button-"],
    .button-white a[class^="pagebuilder-button-"] {
        padding: 8px 12px;
        font-size: 14px;
    }

    body .page-footer {
        padding: 24px 10px;
    }

    body .page-footer .footer.content .links.brands-column {
        padding-inline: 0;
    }

    .footer.subscription .newsletter .content .form.subscribe .actions .action.primary {
        padding: 8px 12px;
        font-size: 14px;
        min-width: 86px;
    }

    body .footer .block.newsletter .form.subscribe .newsletter-content {
        max-width: 100%;
    }

    .footer.subscription .newsletter .content .form.subscribe .field.newsletter {
        margin-right: 0;
    }

    body .footer .block.newsletter .form.subscribe .consent label span {
        max-width: 100%;
    }

    body .footer .block.newsletter .form.subscribe .consent {
        padding-right: 0;
        padding-left: 45px;
    }

    body .page-wrapper .nav-sections .navigation ul li.megamenu:hover a.level-top .mm-subcategory-title.underline-megamenu,
    body .page-wrapper .nav-sections .navigation ul li.megamenu:hover a.level-top .mm-subcategory-title.underline-megamenu {
        border: 0;
    }

    body .main_header .nav-sections .nav-sections-items .section-item-content .navigation ul .submenu .fullwidth-wrapper .fullwidth-wrapper-inner .columns-group .submenu li a:hover span.underline-megamenu {
        border: 0;
    }

    .breadcrumbs .items,
    .breadcrumbs .items .item,
    .breadcrumbs .items .item a,
    .breadcrumbs .item:not(:last-child):after {
        font-size: 12px;
    }

    .category-view .category-description {
        font-size: 14px;
    }

    .page-title-wrapper .page-title {
        font-size: 20px;
    }

    .toolbar-sorter.sorter .eq-sort .eq-sort-btn {
        font-size: 14px;
    }

    .category-view .category-description__toggle {
        font-size: 14px;
    }

    /* pagebuilder section */
    .pagebuilder-column-group.zig-zag .pagebuilder-column-line>.zig-zag-content {
        order: 2 !important;
    }

    .pagebuilder-column-group.zig-zag .pagebuilder-column-line>.zig-zag-img {
        order: 1 !important;
    }

    .pagebuilder-column-group.zig-zag-reverse .pagebuilder-column-line>.zig-zag-content {
        order: 1 !important;
    }

    .pagebuilder-column-group.zig-zag-reverse .pagebuilder-column-line>.zig-zag-img {
        order: 2 !important;
    }

    body .page-footer .footer-copyright {
        display: flex;
        gap: 24px;
    }

    body .page-footer .footer.content .policy.links {
        margin: 0;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    body .page-footer .footer-copyright .social.media a {
        font-size: 24px;
    }

    body .page-footer .footer-copyright .social.media {
        margin: 0;
    }

    body .footer-copyright .copyright-text {
        font-size: 16px;
    }

    body .page-footer .footer.subscription p {
        font-size: 14px;
    }

    .widget.block-static-block .faqcategory-sidebar .question-list .panel-title a {
        font-size: 16px;
    }

    .widget.block-static-block .faqcategory-sidebar .question-list .panel-heading,
    .widget.block-static-block .faqcategory-sidebar .question-list .panel-collapse .panel-body {
        padding: 12px;
    }

    body .page-main .action.primary,
    body .page-main .action-primary {
        font-size: 14px;
        padding: 8px 12px;
    }

    body .modal-popup.modal-slide .modal-inner-wrap[class] {
        max-width: calc(100% - 10px);
        margin: 0 auto;
    }

    body .modal-popup.modal-slide {
        transform: translate(0%, -50%);
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
    }

    body .modals-wrapper .modal-popup .modal-inner-wrap .modal-content {
        padding: 0 24px 24px;
    }

    body .modal-popup.modal-added-to-cart.modal-slide {
        top: 0;
        bottom: 0;
        transform: none;
        left: 0;
    }

    body .modal-popup.modal-added-to-cart.modal-slide .modal-inner-wrap[class] {
        max-width: 100%;
        min-height: 100%;
    }

    body .modal-popup.modal-added-to-cart.modal-slide .modal-inner-wrap[class] .modal-content {
        padding: 16px 10px;
    }

    body .modal-popup.modal-added-to-cart.modal-slide .modal-inner-wrap[class] .modal-content .modal-popup-header .modal-popup-top .modal-current-product-info img {
        max-width: 75px;
        box-sizing: border-box;
        height: 80px;
    }

    body.page-layout-header_transparent .breadcrumbs , body.page-layout-header_transparent_category .breadcrumbs {
        display: none;
    }

    body.page-layout-header_transparent .page-main .column.main , body.page-layout-header_transparent_category .page-main .column.main {
        margin-top: -50px;
    }

    body.page-layout-header_transparent .main_header .nav-toggle:before , body.page-layout-header_transparent_category .main_header .nav-toggle:before {
        color: var(--color-white);
    }

    body.page-layout-header_transparent .main_header:before , body.page-layout-header_transparent_category .main_header:before {
        z-index: 1;
        height: 70px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    }

    body.page-layout-header_transparent .main_header .nav-sections, body.page-layout-header_transparent_category .main_header .nav-sections,
    body.page-layout-header_transparent .main_header .nav-sections .nav-sections-items, body.page-layout-header_transparent_category .main_header .nav-sections .nav-sections-items,
    body.page-layout-header_transparent .main_header .nav-sections .nav-sections-items .section-item-content, body.page-layout-header_transparent_category .main_header .nav-sections .nav-sections-items .section-item-content,
    body.page-layout-header_transparent .main_header .nav-sections .nav-sections-items .section-item-content .navigation , body.page-layout-header_transparent_category .main_header .nav-sections .nav-sections-items .section-item-content .navigation {
        background: var(--color-white);
    }

    body.page-layout-header_transparent .header.content:hover .main_header .nav-toggle:before , body.page-layout-header_transparent_category .header.content:hover .main_header .nav-toggle:before {
        color: var(--color-primary);
    }

    #customer-reviews .review-ratings {
        width: auto;
        display: inline-block;
        min-width: min-content;
        padding-right: 15px;
    }

    .tetra-wishlist-reviews-widget .review-item {
        padding-inline: 0;
        padding-block: 10px;
    }

    .three-column-section .pagebuilder-column-line {
        margin-inline: 0;
    }

    .three-column-section .pagebuilder-column-line .pagebuilder-column {
        padding-inline: 0;
        margin-bottom: 2rem;
    }

    body .category-home-slider,
    body .three-column-section {
        padding: 24px 10px;
    }

    .pagebuilder-column.center-para {
        max-width: 85%;
    }

    body .columns .pagebuilder-column.center-para p {
        font-size: 16px;
    }

    .block-heading-border,
    body h3[data-content-type="heading"].block-heading-border {
        font-size: 20px;
    }

    body .hero-banner h1[data-content-type="heading"] {
        font-weight: var(--fw-500);
    }

    .blog-page .blog-search .form {
        max-width: 100%;
        margin-top: 20px;
    }

    .blog-featured li.post-holder {
        background-position-x: center;
        padding-bottom: 230px;
        background-position-y: 190px;
        background-size: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .blog-featured li.post-holder .post-header {
        width: 100%;
        padding: 20px 10px;
        min-height: 190px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

    .blog-featured .post-header .post-title .post-item-link {
        display: block;
    }

    .blog-featured .post-header .post-title {
        margin-bottom: 15px;
    }

    .blog-featured .post-header .post-text-hld {
        margin-bottom: 15px;
    }

    .blog-featured .post-header .post-text-hld p {
        display: block;
    }

    .hw-blog-card .title {
        margin: 0 0 15px;
        font-size: 26px;
    }

    .blog-widget-title-wrapper {
        align-items: flex-start;
    }

    .blog-widget-title-wrapper .blog-tags .blog-tag-link {
        font-size: 12px;
        padding: 8px;
    }

    .hw-blog-card .post-list .post-holder,
    .blog-articles.article-list .blog-article {
        flex: 0 0 50%;
    }

    .blog-widget-title-wrapper .blog-tags {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        overflow: scroll hidden;
        padding: 0;
        position: relative;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        transition: all .8s cubic-bezier(.4, 0, .2, 1);
    }

    .blog-widget-title-wrapper .blog-tags .blog-tag-link {
        padding: 8px;
        flex: 0 0 auto;
        list-style-type: none;
        transform: translateZ(0);
    }

    .post-footer .post-author-info,
    .hw-blog-card-wrapper .article-post__info .article-post__data-wrap {
        font-size: 12px;
    }

    .hw-blog-card-wrapper .article-post__image-wrapper>img {
        height: 175px;
    }

    .blog-post-view .post-header,
    .blog-post-view .post-content,
    .blog-post-view .post-bottom {
        max-width: 100%;
        margin-block: 15px;
    }

    .post-header .post-category a.category-name,
    .post-view .post-tags a {
        font-size: 12px;
    }

    .post-view .post-tags {
        margin: 15px 0;
    }

    .blog-post-view .page-title-wrapper .page-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 640px) {
    #customer-reviews .review-items .item.review-item {
        flex: 0 0 100%;
    }

    #customer-reviews .items.review-items .review-content-container {
        min-height: min-content;
    }

    .hw-blog-card .post-header .post-text-hld,
    .hw-blog-card-wrapper .article-post__info .article-post__content {
        height: 45px;
    }

    .hw-blog-card .post-list .post-holder,
    .blog-articles.article-list .blog-article {
        flex: 0 0 100%;
    }

    .hw-blog-card .post-header .post-title,
    .article-post__info .article-post__title {
        min-height: min-content;
    }

    .hw-blog-card .post-header .post-text-hld,
    .hw-blog-card-wrapper .article-post__info .article-post__content {
        height: min-content;
    }
}

@media screen and (max-width: 480px) {
    body .shop-by-wrapper .shop-by-section-items .slick-list {
        margin: 0;
    }
}
