/* HERO BANNER */

.hero-banner__section .wrapper {
    display: flex;
}

.hero-banner__section .wrapper>div {
    width: 50%;
    position: relative;
}


.hero-banner-1 .overlay,
.hero-banner-2 .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hero-banner-1 .entry-content,
.hero-banner-2 .entry-content {
    position: absolute;
    z-index: 2;
}

.hero-banner-1 .entry-content {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}

.hero-banner-2 .entry-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hero-banner-1 .entry-content h1,
.hero-banner-2 .entry-content h2 {
    font-family: var(--primary-font);
    color: #fff;
    opacity: 0.9;
    width: 100%;
}


.hero-banner-1 .entry-content h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.03em;
    max-width: 330px;
}

.hero-banner-1 .entry-content .btn {
    margin-top: 35px;
}


.hero-banner-2 .entry-content h2 {
    font-weight: 700;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.3;
    text-transform: uppercase;
    max-width: 309px;
    margin-bottom: 20px;
}


.hero-banner-2 .entry-content p {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #fff;
    opacity: 0.8;
    max-width: 337px;
    width: 100%;
}


.entry-content-wrapper {
    position: relative;
    min-width: 593px;
    width: 100%;
    padding: 56px 63px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #6F8FB0;
}


.entry-content-wrapper::before,
.entry-content-wrapper::after {
    content: "";
    position: absolute;
    width: 76px;
    height: 86px;
    background: url("../img/snowflakes.png") no-repeat center/contain;
}

.entry-content-wrapper::before {
    bottom: -42px;
    left: -40px;
}

.entry-content-wrapper::after {
    top: -42px;
    right: -40px;
}

.entry-content-wrapper img {
    display: block;
    max-width: 141px;
    height: auto;
    margin: 22px 0 0 auto;
}

/* HERO BANNER */

/* SHARED COMPONENTS*/

.card-img-wrap img,
.item-img-wrap img,
.products-section .grid-three>a>div img,
.quality-section .quality-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-hero::after,
.lm-card--image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000080;
}

.card-img-wrap,
.item-img-wrap,
.promo-hero,
.lm-card--image {
    position: relative;
    overflow: hidden;
}

.btn-heart,
.btn-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.feature-card--product .btn-arrow svg {
    transition: transform 0.3s ease;
    transform: rotate(-25deg);
}

.feature-card--product:hover .btn-arrow svg {
    transform: rotate(0deg);
}

.lm-card--image .lm-content,
.lm-card--text .lm-content {
    text-align: center;
}

/*  COLLECTION SECTION*/

.collection-section .heading-wrapper {
    height: 228px;
    background: #F6E5D1;
}

.collection-section .heading-wrapper>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.collection-section .collection-tabs {
    gap: clamp(40px, 3vw, 72px);
    margin-top: -65px;
    padding-bottom: 10px;
}

.collection-section .collection-tabs>a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.collection-section .collection-tabs img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}

/* FEATURED SECTION */

.feature-card--intro,
.feature-card--product {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.feature-card--intro {
    background: #1E2525;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(20px, 3vw, 40px) clamp(16px, 3vw, 31px);
    min-height: 360px;
}

.feature-card--intro .heading-wrapper {
    margin-bottom: 32px;
    text-align: center;
    gap: clamp(9px, 1vw, 20px);
}

.feature-card--intro .heading-wrapper h2 {
    color: #fff;
    font-size: clamp(18px, 2vw, 36px);
}

.feature-card--intro .heading-wrapper img {
    filter: brightness(0) invert(1);
}

.feature-card--product {
    overflow: hidden;
    cursor: pointer;
}

.card-img-wrap {
    aspect-ratio: 3/4;
    flex-shrink: 0;
}

.card-img-wrap img {
    display: block;
    border-radius: 5px;
    transition: transform .5s ease;
}

.feature-card--product:hover .card-img-wrap img {
    transform: scale(1.04);
}

.card-sizes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(184, 216, 232, .85);
    backdrop-filter: blur(4px);
    padding: 14px 0;
    gap: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 5px 5px;
    transform: translateY(100%);
    transition: transform .3s ease;
}

.feature-card--product:hover .card-sizes {
    transform: translateY(0);
}

.card-sizes span {
    font-size: .7rem;
    letter-spacing: .1em;
    color: #1c1c1e;
}

.btn-heart {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, .8);
    border: none;
    z-index: 2;
    transition: background .2s;
}

.btn-heart:hover {
    background: #fff;
}

.btn-heart svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #555;
    stroke-width: 2;
    transition: stroke .2s, fill .2s;
}

.btn-heart.liked svg {
    fill: #e00550;
    stroke: #e00550;
}

.card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 4px 8px;
    font-size: .6rem;
    font-weight: 500;
    letter-spacing: .1em;
}

.card-badge--bestseller {
    background: #ff3b6b;
    color: #fff;
}

.card-badge--new {
    background: #2f7be8;
    color: #fff;
}

.card-footer {
    padding: 12px 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.card-info {
    flex: 1;
}

.card-footer h3 {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #646360;
}

.card-footer p {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #47505A;
}

.btn-arrow {
    background: #1c1c1e;
    border: none;
    flex-shrink: 0;
    transition: background .2s;
}

.btn-arrow:hover {
    background: #444;
}

.btn-arrow svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}




/* promo section */



.promo-section .wrapper {
    background: #F4EEE0;
    border-radius: 5px;
    padding: 80px 75px;
}

.promo-hero {
    min-height: 440px;
    border-radius: 5px;
    max-height: 661px;
}

.promo-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-hero-content {
    position: absolute;
    z-index: 2;
    bottom: 32px;
    left: 28px;
    right: 28px;
    max-width: 382px;
    width: 100%;
}

.promo-hero-content h2 {
    color: #fff;
    margin-bottom: 18px;
}

.promo-hero-content p {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #D6D4D3;
}

.promo-hero-content .btn {
    margin-top: 24px;
}

/* Product Grid */

.promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 50px;
}

.promo-item {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 218px;
    height: 270px;
}

/* Wishlist */

.item-heart {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    padding: 4px;
    background: none;
    border: none;
    cursor: pointer;
}

.item-heart svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #111;
    stroke-width: 1.8;
    transition: fill .2s, stroke .2s;
}

.item-heart.liked svg {
    fill: #e00550;
    stroke: #e00550;
}

/* Product Images */

.item-img-wrap {
    flex: 1;
    height: 270px;
    margin-bottom: 10px;
    aspect-ratio: 1 / 1;
}

.item-img-wrap img {
    position: absolute;
    inset: 0;
    border-radius: 5px;
    transition: opacity .45s ease;
}

.item-img-wrap .img-default {
    opacity: 1;
}

.item-img-wrap .img-hover {
    opacity: 0;
}

.promo-item:hover .img-default {
    opacity: 0;
}

.promo-item:hover .img-hover {
    opacity: 1;
}

.item-price {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .6);
}

/*  LEARN MORE SECTION */

.learn-more .grid-two {
    gap: 20px;
    align-items: stretch;
}



.lm-card--image,
.lm-card--text {
    border-radius: 8px;
}


.lm-card--image {
    display: flex;
    align-items: flex-end;
    min-height: 725px;
}

.lm-card--image img {
    position: absolute;
    inset: 0;
    object-position: center top;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lm-card--image .lm-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 100%;
    padding: 40px 36px;
    transform: translateY(-50%);
}

.lm-card--image .lm-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.lm-card--image .lm-content p {
    max-width: 320px;
    margin: 0 auto 28px;
    font-size: .8rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .82);
}


.lm-card--text {
    background: #F0E8DC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 48px;
}

.lm-card--text .lm-content {
    max-width: 380px;
}

.lm-card--text .lm-content h2 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #1E2525;
    margin-bottom: 20px;
}

.lm-card--text .lm-content p {
    margin-bottom: 32px;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: rgba(30, 37, 37, .8);
}

/*  PRODUCTS SECTION */

.products-section .grid-three>a>.product-img {
    max-width: 395px;
    width: 100%;
    height: 539px;
    border-radius: 5px;
    overflow: hidden;
}

.products-section .grid-three a h3 {
    margin-bottom: 5px;
    text-align: center;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: clamp(18px, 2vw, 26px);
    line-height: 31.2px;
    letter-spacing: -0.02em;
    color: #3F4543;
}

.products-section .grid-three a p {
    text-align: center;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #6B6F6C;
}

.products-section .text-content {
    max-width: 330px;
    width: 100%;
    margin: 15px auto 0;
}


.products-section .grid-three>a>div img {
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.products-section .grid-three>a>div:hover img {
    transform: scale(1.1);
}

/*cta banner  */

.cta-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 280px;
    margin-inline: auto;
    border-radius: 8px;
    overflow: hidden;
}

.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../img/cta-bg.png") no-repeat center/cover;
}



.cta-model {
    position: relative;
    z-index: 2;
    left: 160px;
    width: 244px;
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
}

.cta-model img {
    display: block;
}



.cta-badge {
    position: absolute;
    z-index: 4;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 50%;
    background: #f6e7d8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 132px;
    height: 132px;
    left: 110px;
}

.cta-badge::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px dashed #c9b7a6;
    border-radius: 50%;
}

.cta-badge .badge-top {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #716960;
    /* margin-bottom: 2px; */
    font-family: var(--secondary-font);
}

.cta-badge .badge-pct {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 42px;
    letter-spacing: -0.02em;
    color: #F95175;

}



.cta-body {
    position: relative;
    z-index: 2;
    flex: 1;

    max-width: 345px;
    padding: 40px 32px;
}

.cta-sale-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 10px;
    background: #1c1c1e;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -1%;
    border-radius: 5px;
}

.cta-body h2 {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(250, 247, 240, .9);
}


.cta-shop-strip {
    position: relative;
    z-index: 2;

    width: 44px;
    flex-shrink: 0;
    align-self: stretch;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    cursor: pointer;

    background: #1c1c1e;
    transition: background .25s;
}

.cta-shop-strip:hover {
    background: #333;
}

.cta-shop-strip span {
    white-space: nowrap;
    transform: rotate(-90deg);

    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(250, 247, 240, .9);
}

/*QUALITY SECTION*/

.quality-section {
    background: #fff;
}

.quality-section .grid-four {
    position: relative;
    gap: clamp(24px, 3vw, 44px);
}


.quality-section .grid-four::before,
.quality-section .grid-four::after {
    content: "";
    position: absolute;
    width: 314px;
    height: 262px;
    background: url("../img/blue-snowflakes.png") no-repeat center/contain;
}

.quality-section .grid-four::before {
    top: -40px;
    left: -210px;
    transform: scaleX(-1);
}

.quality-section .grid-four::after {
    top: -40px;
    right: -210px;
}

.quality-img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}

.quality-section .text-wrapper h3 {
    margin-bottom: 18px;

    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.02em;

    color: rgba(30, 37, 37, .85);
}

.quality-section .text-wrapper p {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.01em;

    color: rgba(0, 0, 0, .54);
}

.quality-section .quality-background {
    width: 100%;
    height: 425px;
}

.footer-bottom-links ul {
    list-style: none;
}

/* aboutus */
.aboutus-title .text-content {
    color: var(--primary);
}

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

.aboutus-title {
    background-color: #F3D5C2;
}

.aboutus-title span {
    font-size: 12px;
    font-weight: 400;
    color: var(--woo-title);
}

.aboutus-title h1 {
    font-weight: 400;
    margin: 0 0 15px;
    font-size: clamp(28px, 3vw, 36px);
}

.aboutus-title .custom-container {
    max-width: 760px;
}

/* the content */

.content__area p {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}



.content__area ul {
    margin: 10px 0;
    padding-left: 1.3rem;
}

.content__area ul li {
    font-size: 15px;
    color: var(--text-b);
}

.content__area ul li:not(:last-child) {
    margin: 5px 0;
}

.content__area h1,
.content__area h2,
.content__area h3,
.content__area h4,
.content__area h5,
.aboutus-content h2,
.aboutus-content h3,
.aboutus-content h4,
.aboutus-content h5 {
    margin: clamp(14px, 2vw, 20px) 0;

}

.about-header {
    text-align: center;
}

.about-header p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    color: #666;
}

.about-header h2 {
    margin-bottom: 15px;
}

.about-content {
    margin-bottom: 50px;
}

.about-content p {
    color: #666;
    margin-bottom: 20px;
}

.about-content ul {
    padding-left: 25px;
    margin: 20px 0;
}

.about-content ul li {
    line-height: 1.4;
    margin-bottom: 12px;
    color: #666;
    font-size: 16px;
}


.about-content h4 {
    color: var(--primary);
}

.about-content h5 {
    color: var(--woo-title);
}

.about-content ul li::marker {
    color: var(--primary);
}



blockquote {
    position: relative;
    padding: 10px 20px 10px 50px;
    margin: 20px 0;
    background: #aad8ee9f;
    border-left: 4px solid var(--primary);
    color: var(--primary);
}

blockquote::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 20px;
    color: #555;
}

blockquote p:not(:last-child) {
    margin: 10px 0;
}

/* default */
.aboutus-title.default-pg {
    background: none;
}

/* =================================
   RESPONSIVE
================================= */

@media (max-width: 991px) {

    .aboutus-content {
        padding: 60px 0;
    }

    .about-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gallery-item img {
        height: 320px;
    }
}

@media (max-width: 767px) {

    .aboutus-content {
        padding: 50px 0;
    }

    .about-header {
        margin-bottom: 40px;
    }

    .about-gallery {
        grid-template-columns: 1fr;
        margin: 50px 0;
    }

    .gallery-item img {
        height: 280px;
    }

    .about-content p,
    .about-content li {
        line-height: 1.7;
    }

    .gallery-icon {
        height: 145px;
    }
}

@media (max-width: 575px) {

    .gallery-item img {
        height: 240px;
    }

    .aboutus-content {
        padding: 40px 0;
    }

    .site-branding img {
        max-width: 50px;
    }

    .gallery-icon {
        height: 110px !important;
    }
}

/* contact us  */
.contactus div.flex {
    gap: 20px;
}

.feltnwool-contact {
    width: 40%;
}

.feltnwool-sticky {
    padding: 25px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0px #00000021;
    position: sticky;
    top: 100px;
}

.feltnwool-contact h2 {
    text-align: left;
}

.feltnwool-sticky p {
    margin-top: 15px;
}

.feltnwool-contact p {
    color: #4d4d4de5;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    width: 100%;
    margin-bottom: 30px;
}

.contact-icons a,
.contact-icons {
    color: black;
    font-weight: 400;
}

.contactus div.flex {
    gap: 20px;
    margin-top: 25px;
    font-size: clamp(16px, 3vw, 18px);
}

.contact-icons>div {
    align-items: center;
}

.contact-icons .icon,
.contactus-socials a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--woo-title);
    text-align: center;
    align-content: center;
    display: inline-block;
}

.contact-icons .icon i {
    color: var(--light);
}

.contactus-socials {
    margin-top: 35px;
}

.connect {
    width: 60%;
}

.connect h2,
.feltnwool-contact h2 {
    text-align: left;
    margin-bottom: 5px;
    color: var(--woo-title);
    font-weight: 400;
}

.connect p {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 1.5rem;
}

.connect form {
    background-color: #F4EEE0;
    padding: 60px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.connect form p {
    color: #000000bd;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    width: calc(50% - 10px);
    margin-bottom: 0;
    position: relative;
}

.connect form p:nth-last-of-type(1),
.connect form p:nth-last-of-type(2) {
    width: 100%;
}

.contactus-socials>div i {
    font-size: 20px;
    color: var(--light);
}

.connect form input,
.connect form select,
.connect form textarea {
    padding: 7px;
    border-radius: 8px;
    border: 0.2px solid #00000087;
    font-family: var(--primary-font);
    width: 100%;
    margin-top: 5px;
    outline: none;
}

.connect form input.wpcf7-submit {
    border: 1px solid black;
    background: var(--light);
    padding: 14px 30px;
    color: var(--woo-title);
    align-items: center;
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    transition: var(--transition);
    border-radius: 8px;
}

.connect form input.wpcf7-submit:hover {
    color: white;
    background-color: var(--woo-title);
    border-color: var(--woo-title);
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
}

/*  RESPONSIVE */

@media (max-width: 1550px) {

    .promo-section .wrapper .grid-two {
        grid-template-columns: 1fr;
    }

    .promo-item {
        width: 100%;
        height: 100%;
    }

    .promo-grid {
        margin-top: 25px;
    }

    .item-img-wrap {
        width: 100%;
    }
}

@media (max-width: 1380px) {
    .entry-content-wrapper {
        min-width: 450px;
        padding: clamp(30px, 3vw, 56px) clamp(35px, 3vw, 63px);
    }
}

@media (max-width: 1150px) {
    .contactus .wrapper>div {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
    }

    .feltnwool-contact p {

        width: 100%;
    }

    .feltnwool-contact,
    .connect {
        width: 100%;

    }

    .connect {
        margin-top: 30px;
    }
}


@media (max-width: 1080px) {
    .hero-banner__section .wrapper {
        flex-direction: column;
        row-gap: clamp(25px, 3vw, 55px);
    }

    .hero-banner__section .wrapper>div {
        width: 100%;
        height: 62vh;
        overflow: hidden;
    }

    .hero-banner__section .wrapper>div img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }
}

@media (max-width: 900px) {

    .featured-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .collection-section .collection-tabs img {
        min-width: 120px;
        min-height: 120px;
        max-width: 120px;
        max-height: 120px;
    }
}

@media (max-width: 890px) {

    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .promo-section .wrapper {
        padding: 40px 36px;
    }

    .quality-section .quality-background {
        height: 350px;
    }

    .products-section .grid-three>a>.product-img {
        height: 400px;
    }

}



@media (max-width: 768px) {

    .grid-two {
        grid-template-columns: 1fr;
    }

    .collection-section .collection-tabs {
        overflow-x: auto;
    }

    .lm-card--image {
        min-height: 420px;
    }

    .lm-card--text {
        padding: 48px 28px;
    }

    .cta-banner {
        min-height: 220px;
    }

    .cta-model {
        /* width: 160px; */
        left: 23px;
    }

    .cta-badge {
        width: 105px;
        height: 105px;
        left: 130px;
    }

    .cta-badge .badge-pct {
        font-size: 1.5rem;
    }

    .cta-body {
        padding: 28px 20px;
    }

    .quality-img {
        width: 65px;
        height: 65px;
        margin-bottom: 10px;
    }


    .hero-banner__section .wrapper>div {
        height: 45vh;
    }

    .collection-section .heading-wrapper {
        height: 150px;
    }
}

@media (max-width: 580px) {

    .promo-grid {
        grid-template-columns: 1fr;
    }

    .promo-section .wrapper {
        padding: 0 20px;
    }

    .quality-section .quality-background {
        height: 210px;
    }

    .products-section .grid-three>a>.product-img {
        height: 300px;
        max-width: 100%;
    }
}

@media (max-width: 520px) {

    .featured-cards {
        grid-template-columns: 1fr;
    }

    .cta-banner {
        flex-direction: column;
        min-height: unset;
    }

    .cta-model {
        width: 100%;
        height: 125px;
        align-items: flex-start;
    }

    .cta-model img {
        object-position: center 20%;
    }

    .cta-badge {
        top: 146px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cta-body {
        padding: 48px 24px 24px;
    }

    .cta-shop-strip {
        width: 100%;
        height: 44px;
        align-self: auto;
    }

    .cta-shop-strip span {
        transform: none;
    }

    .entry-content-wrapper {

        min-width: 340px;
    }
}

@media (max-width: 480px) {

    .lm-card--image {
        min-height: 360px;
    }

    .lm-card--image .lm-content,
    .lm-card--text .lm-content {
        padding-inline: 8px;
    }



    .badge-pct {
        font-size: 32px;
    }
}



.feature-card--product {
    transition: 0.3s ease;
}

.feature-card--product[style*="display: none"] {
    opacity: 0;
    transform: scale(0.95);
}

.filter-div {
    width: 240px;
    min-width: 240px;
    position: sticky;
    top: 120px;
    align-self: flex-start;

}


.product-filter .flex {
    gap: 30px;
}

/* dropdown button */
.filter-toggle {
    width: 100%;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #8C8E8B;
    align-items: center;
}

.filter-toggle:hover {
    color: var(--para);
}

.filter-div h4 {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #E1DED8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* dropdown content */
.filter-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 0;
}

/* open state */
.filter-group.active .filter-content {
    max-height: 300px;
    /* enough for content */
    opacity: 1;
    padding: 10px 0 15px;
}

.filter-group.active span>i {
    transform: rotate(180deg);
}

.filter-toggle span>i {
    transition: transform 0.35s ease;
}

/* label layout */
.filter-content label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 0;
    color: #343A39;
}

/* checkbox LEFT aligned */
.filter-content input[type="checkbox"] {
    order: -1;
    /* forces checkbox to left */
    width: 16px;
    height: 16px;
    accent-color: black;
}

.mobile-filter-btn {
    display: none;
}



.mobile-filter-panel.active {
    left: 0;
}

.filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 9998;
}

.filter-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.filter-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.filter-toggle span {
    background-color: white;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-toggle span i {
    font-size: 12px;
}

.filter-group {
    margin-top: 25px;
}

.filter-close {
    display: none;
}

@media (max-width: 780px) {
    /* .flex {
        flex-direction: column;
    } */

    .featured-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .mobile-filter-panel {
        position: fixed;
        top: 0;
        left: -100%;
        width: 295px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px;
        transition: left 0.3s ease;
    }

    .mobile-filter-btn {
        display: inline-block;
        margin-bottom: 20px;
        padding: 5px 10px;
        background-color: rgb(184, 216, 232);
        border-radius: 5px;
        font-size: 15px;
        color: var(--text-b);
    }


    .filter-div {
        top: 50px;
        position: unset;
    }

    .filter-close {
        display: flex;
    }

    .filter-close i {
        font-size: 15px;
        color: black;
    }

    .filter-div h4 {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }


    .filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        position: sticky;
        top: 0;
        background: #fff;
        padding: 10px 0;
        z-index: 10;
        border-bottom: 1px solid #E1DED8;
    }

    .filter-close {
        background: none;
        border: none;
        font-size: 22px;
        cursor: pointer;
    }

}

@media (max-width: 680px) {
    .connect form p {
        width: 100%;
    }

    .connect form {
        padding: 30px;
    }

    footer-bottom-links ul {
        display: flex;
        gap: 40px;
    }
}