/* montserrat-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/montserrat/montserrat-v31-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/montserrat/montserrat-v31-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../../fonts/montserrat/montserrat-v31-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/montserrat/montserrat-v31-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../../fonts/montserrat/montserrat-v31-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --primary-color: #FF3300;
}

/***********hide the default product section*************/
body {
    background-color: #fafafa !important;
    color: #000;
    font-family: 'Montserrat';
}

.row {
    margin: 0;
}

.navbar-collapse .navbar-categories {
    width: 1577px;
}

#header {
    background: #fff;
}

/* #header.navbar {
    position: relative !important;
} */
/* #header.navbar {
    position: sticky !important;
} */
#header.sticky .navbar-categories {
    height: auto !important;
}

/**************hero-banner**************/
.hero__textBox {
    max-width: 100%;
    border: 2px solid var(--accent);
    margin-bottom: 30px;
}

.hero__textBox h1 {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    border: 0;
}

.hero__textBox p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.hero__features {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.feature__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 1.8;
}

.feature__label {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
}

/*****************kategory-section***************/
.kategory {
    padding: 80px 0px;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
}

.kategory__wrap {
    margin: 0 auto;
}

.kategory__title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.kategory__row {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.kategory__item {
    text-decoration: none;
    color: #111;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-width: 16.66%;
    text-decoration: none !important;
}

.kategory__img {
    width: 198px;
    height: 198px;
    border-radius: 999px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    transition: transform 160ms ease;
}

.kategory__item:hover .kategory__img {
    transform: translateY(-10px);
}

.kategory__label {
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    color: #000;
    font-family: 'Manrope';
}

/********backgroundimge-section**********/
.benefits {
    position: relative;
    min-height: 320px;
    height: clamp(320px, 42vw, 430px);
    overflow: hidden;
    border-radius: 18px;
    /* optional */
}

.benefits__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.benefits__container {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: clamp(14px, 2.2vw, 28px);
}

.benefits__grid {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(12px, 2vw, 28px);
}

.benefits__col {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.6vw, 18px);
}

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

.benefits__col--right {
    align-items: flex-end;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--pill-shadow);
    color: #000;
    max-width: 100%;
    backdrop-filter: blur(6px);
}

.pill__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--primary-color);
    display: grid;
    place-items: center;
    flex: 0 0 42px;
}

.pill__icon svg {
    width: 22px;
    height: 22px;
    color: #fff;
}

.pill__text {
    font-size: 20px;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*******icons-section************/
.usp__wrap {
    width: min(1100px, 92%);
    margin: 0 auto;
}

.usp__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
    align-items: start;
    text-align: center;
}

.usp__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.usp__icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    color: var(--primary-color);
}

.usp__icon svg {
    width: 52px;
    height: 52px;
}

.usp__title {
    margin: 0;
    color: #000;
}

.usp__text {
    margin: 0;
    max-width: 240px;
    color: #000;
}

.sealslogo {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.barf-scrollswap__badges img {
    width: 100%;
}

.sealslogo img:first-child {
    max-width: 100% !important;
    width: 190px !important;
    padding: 0 !important;
}

.sealslogo img {
    max-width: 50%;
    width: 80px;
    height: 80px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(213, 213, 213, 1);
    object-fit: scale-down;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom>.container>.footerBottomLeft,
.footer-bottom>.container>.footerBottomRight {

    padding: 0 1rem;
}

.footer-bottom>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom>.container::before,
.footer-bottom>.container::after {
    display: none;
}
.pageup{
    bottom: 80px;
    right:10px;
}
/* Responsive stacking */
@media (max-width: 768px) {
    .benefits {
        height: auto;
        min-height: 0;
        border-radius: 14px;
    }

    .benefits__grid {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }

    .benefits__col--left,
    .benefits__col--right {
        align-items: flex-start;
    }

    .pill__text {
        white-space: normal;
    }
}

/****************JASPREET CSS END***************************/
.page-shopping-cart #wrapper #main .main-inside {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    padding-top: 30px;
}

.page-shopping-cart #wrapper #main .main-inside #bonus-is-logged-in #bonus-use-referral #set_referral {
    background: var(--primary-color);
}

.page-shopping-cart #wrapper #main .main-inside #bonus-is-logged-in,
.page-shopping-cart #wrapper #main .main-inside .fp-products-cart-outer-block {
    max-width: calc(50% - 15px);
}

.page-shopping-cart #wrapper #main .main-inside #shop-top-banner,
.page-shopping-cart #wrapper #main .main-inside h1.no-underline,
.page-shopping-cart #wrapper #main .main-inside>div,
.page-shopping-cart #wrapper #main .main-inside>br,
.page-shopping-cart #wrapper #main .main-inside #cart-bottom,
.page-shopping-cart #wrapper #main .main-inside #m0016_controller,
.page-shopping-cart #wrapper #main .main-inside #bonus-is-not-logged-in {
    width: 100%;
}

.page-shopping-cart #outer-wrapper {
    background: #F6F6F6;
}


.fp-products-cart-outer-block {
    box-shadow: none;
    max-width: 1200px;
    margin: 0px 0 30px;
    padding: 0;
}

.page-shopping-cart #wrapper #main .main-inside #bonus-is-logged-in {
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
    border: 1px solid #f2f2f2;
}

.fp-products-cart-block {
    background:
        radial-gradient(circle at top left, #fff2ed 0%, transparent 35%),
        radial-gradient(circle at bottom right, #ffe8df 0%, transparent 35%),
        #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
    border: 1px solid #f2f2f2;
    overflow: hidden;
    position: relative;
        height: 100%;
}

/* Decorative circles */

.fp-products-cart-block::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: #ff3300;
    opacity: .05;
    border-radius: 50%;
    top: -180px;
    left: -120px;
}

.fp-products-cart-block::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #ff3300;
    opacity: .05;
    border-radius: 50%;
    bottom: -150px;
    right: -120px;
}

.free-products-content {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}

.free-products-content img {
    max-width: 250px !important;
    width: 100% !important;
    margin-bottom: 5px;
}

.free-products-content strong {
    color: #444;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.free-products-content br {
    margin-bottom: 8px;
}

.fp-products-listing-container {

    display: grid;

    grid-template-columns: repeat(1, 1fr);

    gap: 15px;
    margin-top: 15px;

}

.fp-products-listing-container>a.product-url {
    display: none;
}

.fp-free-products {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    transition: .35s;
    border: 1px solid #eee;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    position: relative;
    width: 100%;
    z-index: 9;
}

.fp-free-products:hover {

    transform: translateY(-8px);

    box-shadow: 0 30px 60px rgba(255, 51, 0, .12);

    border-color: #ff3300;

}

/* .fp-free-products::before{
    content:"Frei";
    text-transform: uppercase;
    position:absolute;
    top:20px;
    right:20px;
    background:#ff3300;
    color:#fff;
    font-size:13px;
    font-weight:700;
    padding:8px 16px;
    border-radius:30px;
    z-index:5;

} */
.fp-free-products-container {
    padding: 5px 15px;
    text-align: center;
    z-index: 9;
    position: relative;

}

.fp-free-products-container>a.product-url {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fp-image-container {
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin: 0;
    border-radius: 50%;
    background: #fff6f2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
}

.fp-image-container img {
    max-width: 80%;
    transition: .4s;
}

.fp-free-products:hover .fp-image-container {
    transform: rotate(-5deg);

}

.fp-free-products:hover .fp-image-container img {
    transform: scale(1.08);

}

.fp-title-description {
    margin-top: 00px;
    margin-bottom: 0px;
}

.fp-title-description .title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    text-decoration: none !important;
    max-width: 386px;
    margin: 0 auto;
    text-align: left !important;
}

.fp-btn-add_product-box {

    width: 100%;

}

.fp-btn-add-product {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 60px;
    background: linear-gradient(135deg, #ff3300, #ff6b3d);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: .35s;
    box-shadow: 0 18px 35px rgba(255, 51, 0, .25);
    text-shadow: none;
    font-style: normal;
    white-space: normal;
}

.fp-btn-add-product:hover {

    transform: translateY(-3px);

    box-shadow: 0 25px 45px rgba(255, 51, 0, .35);

}

/* Shine Effect */

.fp-btn-add-product {

    position: relative;

    overflow: hidden;

}

.fp-btn-add-product::before {

    content: "";

    position: absolute;

    top: 0;

    left: -120%;

    width: 60%;

    height: 100%;

    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .5),
            transparent);

    transition: .8s;

}

.fp-btn-add-product:hover::before {

    left: 140%;

}


.product-url {
    color: inherit;
    text-decoration: none;
}


@media(max-width:991px) and (min-width:768px) {

    .fp-products-listing-container {

        grid-template-columns: 1fr;

    }

    .fp-products-cart-block {

        padding: 35px 25px;

    }

}

@media(max-width:767px) {
    .pageup {
    bottom: 60px;
    right: 10px;
    width: 40px;
    padding-top: 0 !important;
    height: 40px;
    line-height: 40px;
    }
    .pageup, .pageup:before{
    font-size: 30px !important;
}
    .fp-free-products-container>a.product-url {
        flex-direction: column;
        gap: 10px;
    }

    .free-products-content strong {
        font-size: 14px;
    }

    .fp-products-cart-block {
        padding: 25px 15px;
    }

    .page-shopping-cart #wrapper #main .main-inside #bonus-is-logged-in,
    .page-shopping-cart #wrapper #main .main-inside .fp-products-cart-outer-block {
        max-width: 100%;
    }

    .fp-image-container {

        width: 130px;
        height: 130px;

    }

    .fp-title-description {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .fp-title-description .title {
        font-size: 16px;
        text-align: center !important;

    }

    .free-products-content img {

        max-width: 250px;

    }

}

header #categories .navbar-collapse {
    background: #F6F6F6;
}

header #categories .navbar-collapse .navbar-default,
.navbar-collapse .navbar-categories ul.navbar-nav {
    background: transparent !important;
}

.mainbaner-section {
    padding: 280px 0 250px;
}

h1,
h2,
.nav-tabs>li>a,
.tab-content>.tab-pane>.tab-heading>a,
h3 {
    border: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.allProductSec {
    padding: 80px 0;
}

.productlist-swiper .product-container>form {
    border: 0 !important;
}

.product-container .inside .content-container .content-container-inner {
    padding: 0px;
}

.swiper-container .product-container {
    height: auto;
    /* width: 20%; 
    display: flex;*/
    padding: 0 15px;
}

.product-container .inside {
    border: 0.5px solid #0000004D;
    padding: 10px;
    border-radius: 10px;
}

.productlist-viewmode-grid .product-container .product-tile figure,
.productlist-swiper .product-container .product-tile figure,
.product-container.flyover .product-tile figure {
    height: 180px;
    padding: 0;
}

.productlist-viewmode-grid .product-container .product-tile figure .product-image img,
.productlist-swiper .product-container .product-tile figure .product-image img,
.product-container.flyover .product-tile figure .product-image img {
    max-height: 276px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.product-container.flyover.has-gallery .gallery {
    display: none;
}

.product-container.flyover.has-gallery {
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: static !important;
}

.productlist-viewmode-grid .product-container .product-tile .title-description,
.productlist-swiper .product-container .product-tile .title-description,
.product-container.flyover .product-tile .title-description {
    padding: 0;
    height: auto;
}

.productlist-viewmode-grid .product-container .product-tile .title-description .title a,
.productlist-swiper .product-container .product-tile .title-description .title a,
.product-container.flyover .product-tile .title-description .title a,
.productlist-viewmode-grid .product-container .product-tile .price-tax .price,
.productlist-swiper .product-container .product-tile .price-tax .price,
.product-container.flyover .product-tile .price-tax .price {
    color: #000;
    font-weight: 600 !important;
    font-size: 20px;
}

.productlist-viewmode-grid .product-container .product-tile .price-tax .price .gm_products_vpe.products-vpe,
.productlist-swiper .product-container .product-tile .price-tax .price .gm_products_vpe.products-vpe,
.product-container.flyover .product-tile .price-tax .price .gm_products_vpe.products-vpe {
    font-size: 14px;
    font-weight: 400;
    color: #525252;
}

.ribbons>.ribbon-recommendation {
    background: var(--primary-color);
    color: #ffffff;
    min-width: 70px;
    border-radius: 30px;
    padding: 3px;
}

.productlist-viewmode-grid .product-container .product-tile .ribbons,
.productlist-swiper .product-container .product-tile .ribbons,
.product-container.flyover .product-tile .ribbons {
    right: auto;
    left: 15px;
    top: 15px;
}

.ribbons>.ribbon-special {
    background: #000;
    color: #ffffff;
    min-width: 70px;
    border-radius: 30px;
    padding: 3px;
}

.benefits__container {
    padding: 0;
}

.benefits__grid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits__col {
    max-width: 395px;
    gap: 45px;
}

.benefits .pill {
    width: 100%;
    padding: 12px 10px;
    max-width: 100%;
}

.benefits .pill .pill__icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}

#commonHeading {
    font-weight: 500;
    text-align: center;
}

.titlePara p {
    font-size: 18px;
    font-weight: 400;
    /*font-family: 'Montserrat';*/
}

.VorteileSec {
    padding: 70px 0;
}

.benefits {
    margin-top: 100px;
}

.featBox img {
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.featBox {
    text-align: center;
    padding: 0 21px;
}

.featBox h4 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Manrope';
    margin-bottom: 15px;
    color: #000;
}

.featBox p {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}

.featAbt {
    padding: 80px 0;
}

.categCardSec {
    padding-top: 100px;
    background: url(/images/new-website-image/bg-vc2.png) !important;
    background-size: 800px !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
}

/***************blog section***********************/
.promo-grid {
    padding: 18px 14px;
    background: #fff;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue",
        sans-serif;
}

.promo-grid__wrap {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.promo-grid__right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.promo-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}

.promo-card--big {
    min-height: 360px;
}

.promo-card--small {
    min-height: 317px;
}

.catCard .promo-card__content {
    top: 0;
    max-width: 50%;
}

/* Overlays */
.promo-card__fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Big card: light fade for readability (bottom-left) */
.promo-card__fade--light {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.85) 85%,
            rgba(255, 255, 255, 0.92) 100%);
}

/* Small cards: dark left-to-right fade like screenshot */
.promo-card__fade--dark {
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.55) 35%,
            rgba(0, 0, 0, 0.18) 70%,
            rgba(0, 0, 0, 0) 100%);
}

/* Content */
.promo-grid__right .promo-card__content * {
    color: #fff;
}

.promo-card__content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    max-width: 100%;
    padding: 30px;
}

/* Big card text should be dark because overlay is light */
.promo-card__content--dark {
    color: #000;
    max-width: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 100%);
    backdrop-filter: blur(2.5px);
}

.promo-card__content--dark .promo-card__content h3 {
    color: #000;
}

.promo-card__content h3 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Manrope';
    color: #000;
}

.promo-card__content p {
    margin: 0 0 0px;
    font-size: 18px;
    font-weight: 400;
}

.catCard .promo-card__content p {
    margin-bottom: 50px;
}

.promo-card__content--dark p {
    color: #000;
    opacity: 1;
    margin-bottom: 20px;
}

.promoBigInner {
    max-width: 75%;
}

/* Buttons */
.promo-card__btn {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500 !important;
    font-family: 'Manrope';
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
}


/* Big card button: light style */
.promo-card__btn--light {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    color: #000 !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500 !important;
    font-family: 'Manrope';
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
}


@media (min-width: 1200px) {

    .container,
    table.box-error,
    table.box-warning,
    body #wrapper,
    #footer .inside,
    #product_navigation.panel-pagination,
    #header .inside,
    #topbar-container .navbar-topbar {
        width: 1577px;
    }
}

#text3befasxvi {
    max-width: 868px;
    margin: 0 auto;
}

.bannerFeat {
    padding: 30px 0;
    margin-top: -174px;
}

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

.trust-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #000 !important;
    padding: 15px 30px;
    border-radius: 999px;
    font-weight: 500 !important;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-decoration: none !important;
}


.badges {
    display: flex;
    gap: 10px;
}

.badges img {
    width: 70px;
    height: 70px;
    border-radius: 0%;
    object-fit: scale-down;
}

.badges img.fairnessSeal {
    width: 70px;
    height: 70px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(213, 213, 213, 1);
    object-fit: scale-down;
}

.rating {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
}

.badges .google-logo {
    width: 26px;
}

.rating .rating-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.rating .stars {
    display: flex;
    gap: 2px;
    font-size: 14px;
}

.rating .star {
    color: var(--primary-color);
    position: relative;
}

.rating .star.full {
    color: var(--primary-color);
}

.rating .star.half {
    color: transparent;
}

.rating .star.half::before {
    content: "★";
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: var(--primary-color);
}

.bannerBotTxt {
    margin-bottom: 0;
    margin-top: 30px;
}

#header {
    height: auto !important;
}

.faqSec {
    padding: 100px 0;
}

.faqSec h3 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    font-family: 'Manrope';
    margin-bottom: 19px;
}

.faqSec .titlePara p {
    margin-bottom: 40px;
    color: #000;
}

.faqSec .accordion-widget .panel {
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 0;
}

.faqSec>.container .gx-content-zone-row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faqSec .accordion-widget .panel .panel-heading .panel-title a {
    position: relative;
    display: block;
    padding: 25px 15px;
    font-size: 20px;
    font-weight: 500 !important;
    background-color: transparent;
    color: #000;
    padding-left: 60px;
}

.faqSec .accordion-widget .panel .panel-body {
    padding: 15px;
    padding-top: 0;
    background-color: transparent;
    border-top-color: #dddddd !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: 0;
}

.faqSec .accordion-widget .panel-title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    content: "\f077";
    position: absolute;
    top: 50%;
    right: auto;
    left: 15px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.faqSec .accordion-widget .panel-heading .panel-title a.collapsed:after {
    content: "\f078";
    color: #ffffff;
    background: #000
}

.faqImg {
    max-width: 616px;
    margin: 0 auto;
}

.newsletter-sect {
    padding: 50px 0;
    background: #f6f6f6;
    position: relative;
}

.newsletter-sect .box-newsletter {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.newsletter-sect .box-newsletter .panel-heading {
    display: none;
}

.newsletter-sect .box-newsletter .panel {
    background: transparent;
    border: 0;
}

.newsletter-sect .box-newsletter .panel-body {
    padding: 0;
    background: transparent;
    border: 0;
}

.newsletter-sect .box-newsletter .panel-body form {
    float: right;
}

.newsletter-sect .box-newsletter .panel-body fieldset {
    display: flex;
    justify-content: end;
    margin: 0;
    background: #fff;
    max-width: max-content;
    border-radius: 12px;
}

.newsletter-sect .box-newsletter .panel-body fieldset .form-group {
    margin-bottom: 0;
}

.newsletter-sect .box-newsletter .panel-body fieldset input {
    height: 64px;
    font-size: 18px;
    font-family: "Manrope";
    font-weight: 500;
    border: 0;
    min-width: 400px;
    padding-left: 50px;
}

.newsletter-sect .box-newsletter .panel-body fieldset button[type="submit"] {
    height: 64px;
    border-radius: 10px;
    font-size: 18px;
    font-family: "Manrope";
    font-weight: 500;
    text-transform: none;
    min-width: 171px;
}

.newsletter-sect h3#headline3wiw4csvx {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Manrope';
    text-transform: none;
    margin-bottom: 15px;
}

.newsletter-sect #column-id-hcva7p182 {
    padding-right: 100px;
}

.newsletter-sect #column-id-b2a0p1szw {
    padding-left: 200px;
}

.newsletter-sect p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.newsletter-widget .col-xs-12 {
    padding: 0;
}

.newsletter-widget .form-group {
    margin-bottom: 0;
}

.newsletter-widget {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.newsletter-widget input {
    height: 64px;
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 500;
    border: 0;
}

.newsletter-widget input[type="submit"] {
    height: 64px;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 500;
    text-transform: none;
}

#footer {
    background-color: #f6f6f6;
}

#footer .inside {
    border-top: 1px solid #00000033
}

.imgScrllChng {
    background: url(/images/new-website-image/bg-vc1.png) !important;
    background-size: 180px !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 80px;
}

.catCard::after {
    content: "";
    background-image: url(/images/new-website-image/catCardVC.png) !important;
    position: absolute;
    top: -75px;
    right: -120px;
    z-index: 9;
    width: 150px;
    height: 150px;
    background-size: 100px;
    background-repeat: no-repeat;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner {
    margin-bottom: 0px;
}

.box-newsletter img {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 24px;
    height: 24px;
    z-index: 2;
}

.swiper-container .product-container {
    background: transparent;
}

.footer-brand img {
    max-width: 357px;
    width: 100%;
}

.footer-brand ul.footer-contact {
    margin-top: 25px !important;
}

.footer-brand ul.footer-contact li {
    display: flex;
    column-gap: 10px;
    font-size: 18px;
    font-family: 'Manrope';
    color: #000;
}

.footer-brand ul.footer-contact li a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 18px;
}

#footer .inside>.row>div:nth-of-type(2n+1) {
    border-right: 0;
}

#footer .box-content.panel .panel-heading .panel-title {
    padding-bottom: 0;
    padding-top: 40px;
    font-size: 24px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}

#footer .footer-links li a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 18px;
    font-family: 'Manrope';
}

.Zahlungsmethoden-logo p,
.versand-logo p {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    text-transform: capitalize;
}

.versand-logo p {
    margin-bottom: 0;
}

.botttom-infotmation {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.ZahlungsmethodenImages,
.varsandImages,
.versand-logo {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    z-index: 9;
}

.productlist-viewmode-grid .product-container .product-tile .title-description .title,
.productlist-swiper .product-container .product-tile .title-description .title,
.product-container.flyover .product-tile .title-description .title {
    min-height: 63px;
    padding-top: 0;
    display: block;
}

.productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner {
    margin-bottom: 0;
    border: 0;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .title-description .title {
    min-height: 90px;
}

.ribbons>.ribbon-sold-out {
    background: #000;
    color: #ffffff;
    border-radius: 30px;
}

.productOldPrice+br {
    display: none
}

#categories .nav>li>a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

#categories .nav>li>a>img {
    max-width: 35px;
    height: 35px;
    margin-right: 7px;
}

#categories .nav>li>a {
    background: transparent !important;
    color: #000;
}

#categories .nav>li>a:hover {
    background: transparent !important;
    color: var(--primary-color);
}

#categories .nav>li.dropdown>a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FF3300' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-collapse .navbar-categories ul.navbar-nav>li.open>a {
    border-top: 0;
    padding-top: 12px;
    color: var(--primary-color);
    background: #f6f6f6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-collapse .navbar-categories ul.navbar-nav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 0 !important;
        align-items: center;
}

.product-info-rating .btn,
.product-info-rating .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel button,
.comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel .product-info-rating button {
    width: 100%;
    max-width: 280px;
    padding: 0;
    line-height: 66px;
    height: 66px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background: #000;
    border: 1px solid #000;
    color: #fff !important;
}

#cart-container.navbar-cart>ul>li>ul.dropdown-menu>.cart-dropdown-inside .total .col-xs-7 {
    text-align: right;
    font-size: 18px;
}

.productlist-viewmode-list .product-container .inside {
    padding: 0;
    margin-bottom: 30px;
}

.productlist-viewmode-list .product-container .inside .content-container-inner {
    padding: 0 !important;
    display: flex !important;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .image {
    float: none !important;
    max-width: 26%;
    width: 100%;
    height: stretch !important;
    display: block !important;
    padding: 0 !important;
    background: #ececec;
    min-height: 290px;
    max-height: 350px;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .image .product-image {
    display: block;
    height: 100%;
    width: 100%;
    display: block !important;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .image .product-image img {
    position: static;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    mix-blend-mode: multiply;
}

.productlist-viewmode-list .ribbons {
    left: 15px;
    top: 10px;
}

.productlist-viewmode-list .ribbons>.ribbon-recommendation {
    border-radius: 5px;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .title-description {
    padding: 15px 25px;
    display: block;
    max-width: 60%;
    width: 100%;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .title-description .title {
    margin-bottom: 5px;
    font-size: 30px;
    font-family: 'Manrope';
    color: #000;
    max-height: 90px;

}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .title-description .title a {
    font-weight: 500 !important;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .title-description .description {
    font-size: 16px;
    color: #000;
    min-height: auto;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .title-description .shipping {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price-tax {
    padding: 15px;
    display: block;
    max-width: 40%;
    width: 100%;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price-tax .rating {
    align-items: start;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price {
    font-size: 30px;
    text-align: left;
    font-family: 'Manrope';
    color: #000;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price .current-price-container {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price .gm_products_vpe.products-vpe {
    font-size: 14px;
    font-weight: normal;
    order: 2;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price-tax .tax-shipping-hint {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price-tax .button-input .col-xs-12 {
    padding: 0;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price-tax .button-input input {
    margin-bottom: 10px;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price-tax .button-input button.btn {
    width: 100%;
    padding: 0;
    height: 60px;
    background: var(--primary-color);
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Manrope';
}

.product-container .inside .content-container .content-container-inner .price .productOldPrice {
    text-decoration: line-through;
    text-decoration-color: var(--primary-color);
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .home-grid-sect {
    display: flex;
    width: 100%;
}

.productlisting-filter-container .btn.btn-default {
    border-radius: 5px;
}

.panel-pagination>nav>ul {
    margin: 10px 0;
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.panel-pagination>nav>ul li {
    display: block;
    min-width: 41px;
    min-height: 41px;
}

.pagination>li>a,
.pagination>li>span {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    border-radius: 4px !important;
    margin-left: 0;
    line-height: 41px;
    color: #000;
    text-decoration: none;
    background-color: #FF33004D;
    border: 0;
    font-family: 'Manrope';
    font-size: 16px;
}

.panel-pagination .pagination>li>.active,
.panel-pagination .pagination>li>.active:hover {
    background: var(--primary-color);
    color: #fff;
}

.product-info-titlecontent .col-md-9,
.product-info-titlecontent .col-md-3 {
    padding: 0;
}

/* .allProductSec .productlist-swiper .swiper-button-next,
.allProductSec .productlist-swiper .swiper-button-prev {
    display: none;
} */











/***********hide the default product section*************/
.row {
    margin: 0;
}

/**************hero-banner**************/
.hero__textBox {
    max-width: 100%;
    border: 2px solid var(--accent);
    margin-bottom: 30px;
}

.hero__textBox h1 {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    border: 0;
    font-family: 'Manrope';
}

.hero__textBox p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.hero__features {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.feature__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 1.8;
}

.feature__label {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    font-family: 'Manrope';
}

/*****************kategory-section***************/
.kategory {
    padding: 80px 0px;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
}

.kategory__wrap {
    margin: 0 auto;
}

.kategory__title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.kategory__row {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.kategory__item {
    text-decoration: none;
    color: #111;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-width: 16.66%;
    text-decoration: none !important;
}

.kategory__img {
    width: 198px;
    height: 198px;
    border-radius: 999px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    transition: transform 160ms ease;
}

.kategory__item:hover .kategory__img {
    transform: translateY(-10px);
}

.kategory__label {
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    color: #000;
    font-family: 'Manrope';
}

/********backgroundimge-section**********/
.benefits {
    position: relative;
    min-height: 320px;
    height: clamp(320px, 42vw, 430px);
    overflow: hidden;
    border-radius: 18px;
    /* optional */
}

.benefits__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.benefits__container {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: clamp(14px, 2.2vw, 28px);
}

.benefits__grid {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(12px, 2vw, 28px);
}

.benefits__col {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.6vw, 18px);
}

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

.benefits__col--right {
    align-items: flex-end;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #fff;
    box-shadow: var(--pill-shadow);
    color: #000;
    max-width: 100%;
    backdrop-filter: blur(6px);
}

.pill__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--primary-color);
    display: grid;
    place-items: center;
    flex: 0 0 42px;
}

.pill__icon svg {
    width: 22px;
    height: 22px;
    color: #fff;
}

.pill__text {
    font-size: 20px;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Manrope';
    font-weight: 500;
}

/*******icons-section************/
.usp__wrap {
    width: min(1100px, 92%);
    margin: 0 auto;
}

.usp__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
    align-items: start;
    text-align: center;
}

.usp__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.usp__icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    color: var(--primary-color);
}

.usp__icon svg {
    width: 52px;
    height: 52px;
}

.usp__title {
    margin: 0;
    color: #000;
}

.usp__text {
    margin: 0;
    max-width: 240px;
    color: #000;
}

.product-container .inside .content-container .content-container-inner .home-grid-sect .price-tax .atc-container,
.productlist-swiper .product-container .inside .content-container .content-container-inner .price-tax .atc-container {
    display: none !important;
}

.cart-megapoints {
    background-color: var(--primary-color);
    height: auto;
    border: 0;
    border-radius: 5px;
    font-size: 10px;
    padding: 1px 5px;
    position: relative;
    right: 0;
    top: 0 !important;
    width: auto;
}

#header.sticky #navbar-brand {
    height: 100px !important;
}

footer#footer .footer-col-4 {
    width: 25% !important;
}

footer#footer .footer-col-4 .panel-title.footer-column-title {
    padding-bottom: 0;
    padding-top: 40px;
    font-size: 24px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}

footer#footer .footer-col-4 ul.footer-links {
    list-style: none;
    padding: 0;
}

footer#footer .footer-col-4 ul.footer-links a {
    width: 100%;
    display: block;
    line-height: 2.3;
}

/* Responsive stacking */
@media (max-width: 768px) {
    .benefits {
        height: auto;
        min-height: 0;
        border-radius: 14px;
        margin-top: 30px !important;
    }

    .benefits__grid {
        grid-template-columns: 1fr;
        padding: 10px 0;
    }

    .benefits__col--left,
    .benefits__col--right {
        align-items: flex-start;
    }

    .pill__text {
        white-space: normal;
    }
}

/****************JASPREET CSS END***************************/
header #categories .navbar-collapse {
    background: #F6F6F6;
}

header #categories .navbar-collapse .navbar-default,
.navbar-collapse .navbar-categories ul.navbar-nav {
    background: transparent !important;
}

.mainbaner-section {
    padding: 280px 0 250px;
}

h1,
h2,
.nav-tabs>li>a,
.tab-content>.tab-pane>.tab-heading>a,
h3 {
    border: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.allProductSec {
    padding: 80px 0;
}

.productlist-swiper .product-container>form {
    border: 0 !important;
}

.product-container .inside .content-container .content-container-inner {
    padding: 0px;
}

.swiper-container .product-container {
    height: auto;
    /* width: 20%;
    display: flex; */
    padding: 0 15px;
}



.product-info-image .swiper-button-prev,
.product-info-image .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-info-image .swiper-button-prev:hover,
.product-info-image .swiper-button-next:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-info-image .swiper-button-next:before,
.product-info-image .swiper-button-prev:before {
    font-size: 40px;
    color: #000;
}

.product-info-image .product-info-image-inside .swiper-slide,
.product-info-layer-image .product-info-image-inside .swiper-slide {
    background: #ececec;
    border-radius: 10px;
    overflow: hidden;
}

/* Product Image Slider Arrows */
.product-info-image {
    position: relative;
    height: 619px;
}

.product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside,
.product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside a {
    display: block;
    height: 619px;
}

.product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
    max-height: 619px;
}

.product-info-image .swiper-pagination,
.product-info-thumbnails .swiper-pagination {
    display: none;
}

.productlist-swiper .swiper-wrapper {
    padding-bottom: 70px;
    /* transform: translate3d(0, 0, 0) !important; */
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 19px;
    height: 11px;
    background: #D9D9D9;
    border-radius: 80px;
    opacity: 1;
    margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: var(--primary-color);
}

.productlist-swiper .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product-info-image .swiper-button-prev {
    left: 10px;
}

.product-info-image .swiper-button-next {
    right: 10px;
}

.product-info-image .swiper-button-prev::after,
.product-info-image .swiper-button-next::after {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

@media (max-width: 768px) {

    .product-info-image .swiper-button-prev,
    .product-info-image .swiper-button-next {
        width: 34px;
        height: 34px;
    }

    .product-info-image .swiper-button-prev::after,
    .product-info-image .swiper-button-next::after {
        font-size: 14px;
    }

    .product-info-image .swiper-button-prev {
        left: 6px;
    }

    .product-info-image .swiper-button-next {
        right: 6px;
    }
}

.categProduct .product-container .inside {
    min-height: auto;
}

.product-container .inside {
    border: 0.5px solid #0000004D;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    height: stretch;
    min-height: 500px;
    background: #fff;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile figure {
    height: auto;
    padding: 0;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile figure .product-image img {
    min-height: 190px;
    object-fit: cover;
    max-height: none;
}

.productlist-viewmode-grid .product-container .product-tile figure,
.productlist-swiper .product-container .product-tile figure,
.product-container.flyover .product-tile figure {
    height: 276px;
    margin-bottom: 15px;
    padding: 0;
    background: #ececec;
    border-radius: 10px;
    position: relative;
}

.productlist-viewmode-grid .product-container .product-tile figure .product-image img,
.productlist-swiper .product-container .product-tile figure .product-image img,
.product-container.flyover .product-tile figure .product-image img {
    max-height: 276px;
    object-fit: scale-down;
    width: 100%;
    border-radius: 10px;
    mix-blend-mode: multiply;
}

.product-container.flyover.has-gallery .gallery {
    display: none;
}

.product-container.flyover.has-gallery {
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: static !important;
}

.productlist-viewmode-grid .product-container .product-tile .title-description,
.productlist-swiper .product-container .product-tile .title-description,
.product-container.flyover .product-tile .title-description {
    padding: 0;
    height: auto;
}

.productlist-viewmode-grid .product-container .product-tile .title-description .title a,
.productlist-swiper .product-container .product-tile .title-description .title a,
.product-container.flyover .product-tile .title-description .title a,
.productlist-viewmode-grid .product-container .product-tile .price-tax .price,
.productlist-swiper .product-container .product-tile .price-tax .price,
.product-container.flyover .product-tile .price-tax .price {
    color: #000;
    font-weight: 600 !important;
    font-size: 20px;
    font-family: 'Manrope';
    text-decoration: none !important;
}

.productlist-viewmode-grid .product-container .product-tile .price-tax .price .gm_products_vpe.products-vpe,
.productlist-swiper .product-container .product-tile .price-tax .price .gm_products_vpe.products-vpe,
.product-container.flyover .product-tile .price-tax .price .gm_products_vpe.products-vpe {
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    font-family: 'Manrope';
}

.ribbons>.ribbon-recommendation {
    background: var(--primary-color);
    color: #ffffff;
    min-width: 70px;
    border-radius: 30px;
    padding: 3px;
}

.productlist-viewmode-grid .product-container .product-tile .ribbons,
.productlist-swiper .product-container .product-tile .ribbons,
.product-container.flyover .product-tile .ribbons {
    right: auto;
    left: 15px;
    top: 15px;
}

.ribbons>.ribbon-special {
    background: #000;
    color: #ffffff;
    min-width: 70px;
    border-radius: 30px;
    padding: 3px;
}

.benefits__container {
    padding: 0;
}

.benefits__grid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits__col {
    max-width: 395px;
    gap: 45px;
    width: 100%;
}

.benefits .pill {
    width: 100%;
    padding: 12px 10px;
    max-width: 100%;
}

.benefits .pill .pill__icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}

.benefits .pill .pill__icon img {
    width: 35px;
    height: 35px;
    object-fit: scale-down;
}

#commonHeading {
    font-weight: 500;
    text-align: center;
}

.titlePara p {
    font-size: 18px;
    font-weight: 400;
    /*font-family: 'Montserrat';*/
}

.VorteileSec {
    padding: 70px 0;
}

.benefits {
    margin-top: 100px;
}

.featBox img {
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.featBox {
    text-align: center;
    padding: 0 21px;
}

.featBox h4 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Manrope';
    margin-bottom: 15px;
    color: #000;
}

.featBox p {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}

.featAbt {
    padding: 80px 0;
}

.categCardSec {
    padding-top: 100px;
    background: url(/images/new-website-image/bg-vc2.png) !important;
    background-size: 800px !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
}

/***************blog section***********************/
.promo-grid {
    padding: 0;
    background: transparent;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue",
        sans-serif;
}

.promo-grid__wrap {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.promo-grid__right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.promo-card {
    position: relative;
    border-radius: 14px;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}

.promo-card--big {
    min-height: 360px;
}

.promo-card--small {
    min-height: 317px;
}

.catCard .promo-card__content {
    top: 0;
    max-width: 55%;
}


/* Overlays */
.promo-card__fade {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Big card: light fade for readability (bottom-left) */
.promo-card__fade--light {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.85) 85%,
            rgba(255, 255, 255, 0.92) 100%);
}

/* Small cards: dark left-to-right fade like screenshot */
.promo-card__fade--dark {
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.55) 35%,
            rgba(0, 0, 0, 0.18) 70%,
            rgba(0, 0, 0, 0) 100%);
}

/* Content */
.promo-grid__right .promo-card__content * {
    color: #fff;
}

.promo-card__content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    max-width: 100%;
    padding: 15px 30px;
}

/* Big card text should be dark because overlay is light */
.promo-card__content--dark {
    color: #000;
    max-width: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 1) 100%);
    backdrop-filter: blur(2.5px);
}

.promo-card__content--dark .promo-card__content h3 {
    color: #000;
}

.promo-card__content h3 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Manrope';
}

.promo-card__content p {
    margin: 0 0 0px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.catCard .promo-card__content p {
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.promo-card__content--dark p {
    color: #000;
    opacity: 1;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.promoBigInner {
    max-width: 75%;
}

/* Buttons */
.promo-card__btn {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500 !important;
    font-family: 'Manrope';
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
}


/* Big card button: light style */
.promo-card__btn--light {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    color: #000 !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500 !important;
    font-family: 'Manrope';
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
}


@media (min-width: 1200px) {

    .container,
    table.box-error,
    table.box-warning,
    body #wrapper,
    #footer .inside,
    #product_navigation.panel-pagination,
    #header .inside,
    #topbar-container .navbar-topbar {
        width: 1577px;
    }
}

#text3befasxvi {
    max-width: 868px;
    margin: 0 auto;
}

.bannerFeat {
    padding: 30px 0;
    margin-top: -174px;
}

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

.trust-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #000 !important;
    padding: 15px 30px;
    border-radius: 999px;
    font-weight: 500 !important;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-decoration: none !important;
}

/* 
.badges {
    display: flex;
    gap: 10px;
}

.badges img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
} */
.paypallinks {
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    left: 5px;
    padding: 15px 0px;
    bottom: 20px;
    background: #fff;
    z-index: 99;
    font-size: 16px;
    border: 1px solid rgba(213, 213, 213, 1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    font-family: 'Manrope';
}

.paypallinks span {
    order: 2;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.paypallinks a {
    order: 1;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.paypallinks img {
    max-width: 170px;
    width: 100%;
    margin-bottom: 15px;
    order: 1;
}

.rating {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
}

.badges .google-logo {
    width: 26px;
}

.rating .rating-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.rating .stars {
    display: flex;
    gap: 2px;
    font-size: 14px;
}

.rating .star {
    color: var(--primary-color);
    position: relative;
}

.rating .star.full {
    color: var(--primary-color);
}

.rating .star.half {
    color: transparent;
}

.rating .star.half::before {
    content: "★";
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: var(--primary-color);
}

.alert.alert-warning {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.bannerBotTxt {
    margin-bottom: 0;
    margin-top: 30px;
}

#header {
    height: auto !important;
}

.faqSec {
    padding: 100px 0;
}

.faqSec h3 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    font-family: 'Manrope';
    margin-bottom: 19px;
}

.faqSec .titlePara p {
    margin-bottom: 40px;
    color: #000;
}

.faqSec .accordion-widget .panel {
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 0;
}

.faqSec>.container .gx-content-zone-row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faqSec .accordion-widget .panel .panel-heading .panel-title a {
    position: relative;
    display: block;
    padding: 25px 15px;
    font-size: 20px;
    font-weight: 500 !important;
    background-color: transparent;
    color: #000;
    padding-left: 60px;
    font-family: 'Manrope';
}

.faqSec .accordion-widget .panel .panel-body {
    padding: 15px;
    padding-top: 0;
    background-color: transparent;
    border-top-color: #dddddd !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: 0;
}

.faqSec .accordion-widget .panel-title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    content: "\f077";
    position: absolute;
    top: 50%;
    right: auto;
    left: 15px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.faqSec .accordion-widget .panel-heading .panel-title a.collapsed:after {
    content: "\f078";
    color: #ffffff;
    background: #000
}

.faqImg {
    max-width: 616px;
    margin: 0 auto;
}

.newsletter-sect {
    padding: 80px 0 30px;
}

.newsletter-sect h3#headline3wiw4csvx {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Manrope';
    text-transform: none;
    margin-bottom: 15px;
}

.newsletter-sect #column-id-hcva7p182 {
    padding-right: 100px;
}

.newsletter-sect #column-id-b2a0p1szw {
    padding-left: 200px;
}

.newsletter-sect p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.newsletter-widget .col-xs-12 {
    padding: 0;
}

.newsletter-widget .form-group {
    margin-bottom: 0;
}

.newsletter-widget {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.newsletter-widget input {
    height: 64px;
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 500;
    border: 0;
}

.newsletter-widget input[type="submit"] {
    height: 64px;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 500;
    text-transform: none;
}

#footer {
    background-color: #f6f6f6;
}

#footer .inside {
    border-top: 1px solid #00000033;
    border-bottom: 0;
}

#footer .footer-bottom {
    background: var(--primary-color);
    color: #fff;
    font-family: 'Manrope';
    font-weight: 500;
    padding-bottom: 15px;
}

.footerBottomRight .widerrufen a {
    padding: 0;
    border: 0;
    font-size: 16px;
    font-family: 'Manrope';
}

#footer .footer-bottom a {
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Manrope';
    font-weight: 500;
    background: transparent; 
}

.imgScrllChng {
    background: url(/images/new-website-image/bg-vc1.png) !important;
    background-size: 180px !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 80px;
}

.catCard::after {
    content: "";
    background-image: url(/images/new-website-image/catCardVC.png) !important;
    position: absolute;
    top: -75px;
    right: -75px;
    z-index: 9;
    width: 100px;
    height: 150px;
    background-size: 100px;
    background-repeat: no-repeat;
}

.abtBanner {
    min-height: 650px;
    display: flex;
    align-items: end;
    position: relative;
}

.abtBanner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 650px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 69%, #fafafa 100%);
}

.abtBanner h4 {
    font-size: 48px;
    font-weight: 500;
    font-family: 'Manrope';
    color: #000;
}

.abtBanner p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.abtBanner .gx-content-zone-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.abtInner1 {
    padding: 150px 0 50px;
}

.abtInner1 .gx-content-zone-row {
    display: flex;
    height: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    min-height: 100%;
    padding-bottom: 40px;
}

.abtContent1 h4 {
    margin-bottom: 20px;
}

.abtContent1 {
    max-width: 60%;
    margin: 0 auto;
}

.abtContent1 p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.abtInner3 {
    padding: 150px 0;
    position: relative;
}

h3.abouthero__title {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    font-family: 'Manrope';
    line-height: normal;
}

p.hero__text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

li.hero__feature {
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope';
    align-items: center;
}

.hero__feature .paw img {
    width: 24px;
    object-fit: scale-down;
}

.hero__features {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 50px;
}

.abtInner3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 50%;
    backdrop-filter: blur(2px);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 100%);
}

.navbar-collapse .navbar-categories ul.navbar-nav>li>a,
#header .navbar-categories {
    height: auto !important;
    font-family: 'Manrope';
}

#wrapper #main .main-inside {
    padding-top: 50px;
}

#cart_quantity .order-wishlist .item .image {
    width: 130px;
}

#cart_quantity .order-wishlist .item .image img {
    width: 109px;
    height: 109px;
    border-radius: 10px;
    object-fit: cover;
}

#cart_quantity .order-wishlist table tr>td.product .product-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Manrope';
    margin-bottom: 0;
}

#cart_quantity .order-wishlist table tr>td.product {
    color: #000 !important;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
}

.order-wishlist thead tr.item {
    position: relative;
}

.order-wishlist thead tr.item th:first-child {
    border-radius: 10px 0 0 10px;
}

.order-wishlist thead tr.item th:last-child {
    border-radius: 0 10px 10px 0;
}

.order-wishlist table tbody tr.item:first-child td {
    border-top: 0 !important;
}

.order-wishlist thead tr.item {
    background: var(--primary-color);
    border-radius: 10px !important;
}

.order-wishlist thead tr.item::before {
    display: none;
}

.order-wishlist table tr.item th {
    border: 0;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    text-transform: capitalize;
}

.order-wishlist table tr>td {
    padding: 25px 10px;
}

.order-wishlist table tr.item td {
    border-bottom: 0;
}

.order-wishlist table tbody tr.item {
    border-bottom: 1px solid #00000033
}

.barf-scrollswap__wrap {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
}

/* Sticky media box */
.barf-scrollswap__media-inner {
    position: sticky;
    top: 90px;
    /* adjust to your sticky header */
    height: 520px;
    /* keeps all images consistent */
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

/* Image always fits properly */
.barf-scrollswap__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* IMPORTANT: prevents “wrong looking” image */
    display: block;
    transition: opacity .25s ease;
}


/* Ensure panel 2 also triggers change properly */
.barf-scrollswap__panel {
    padding: 80px 0;
}

.barf-scrollswap__panel h2 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Manrope';
    color: #000;
}

.barf-scrollswap__panel p {
    margin: 0 0 15px;
    line-height: 28px;
    font-size: 18px;
}

.barf-scrollswap__btn {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff !important;
    text-decoration: none !important;
    min-width: 205px;
    margin-top: 30px;
    text-align: center;
    font-family: 'Manrope';
    font-weight: 500 !important;
    font-size: 18px;
}

.barf-scrollswap__badges {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.barf-scrollswap__badges img {
    height: 102px;
    width: auto;
    display: block;
}

.barf-scrollswap__media {
    position: sticky;
    top: 90px;
}

/* Mobile */
@media (max-width: 900px) {
    .barf-scrollswap__wrap {
        grid-template-columns: 1fr;
    }

    .barf-scrollswap__media-inner {
        position: relative;
        top: auto;
        height: 320px;
    }

    .barf-scrollswap__content {
        height: auto;
        /* overflow: visible; */
        padding-right: 0;
    }

    .barf-scrollswap__panel {
        min-height: auto;
    }
}

.scrollImgSec {
    padding-bottom: 100px;
    background-image: url(/images/new-website-image/bg-vc3.webp) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.testimonialSec {
    padding: 70px 0 180px;
    background-position: bottom !important;
    background-size: cover;
}

.review-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 0 15px;
    height: 100%;
    min-height: 360px !important;
}

.review-card .stars {
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 10px;
}

.review-card .review-text {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.review-card .review-user {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.review-user img.avatar {
    width: 63px;
    height: 63px;
    border-radius: 50%;
}

.review-user .user-name {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 500;
    color: #000;
}

.review-user .user-role {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.product-info .product-info-details {
    background-color: transparent !important;
    top: 0 !important;
    position: relative;
    padding: 0 15px;
}

.categProduct {
    padding-bottom: 80px;
}

.categProduct>.container>.gx-content-zone-row {
    display: flex;
}

.categProduct .productlist {
    padding-bottom: 0;
}

.leftCategBox {
    margin-right: 70px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.leftCategBox>.gx-content-zone-col {
    z-index: 2;
}

.leftCategBox h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    font-family: 'Manrope';
    margin-bottom: 15px;
}

.leftCategBox p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.leftCategBox .btn {
    background: var(--primary-color) !important;
    border: 0;
    color: #fff !important;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding: 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope';
    text-transform: capitalize;
}

.reviews-slider .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='black' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}

.reviews-slider .slick-prev::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='black' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.reviews-slider .slick-arrow {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.reviews-slider .slick-arrow:hover {
    background: var(--primary-color) !important
}

.reviews-slider .slick-arrow:hover::before {
    filter: invert(1) brightness(1) contrast(1);
}

.reviews-slider .slick-arrow::before {
    content: "";
    background-position: center;
    opacity: 1;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.reviews-slider .slick-prev {
    left: -25px;
    z-index: 2;
}

.reviews-slider .slick-next {
    right: -25px;
    z-index: 2;
}

.reviews-slider .slick-dots {
    bottom: -50px;
}

.reviews-slider .slick-dots li {
    width: 20px;
    height: 11px;
    background: #D9D9D9;
    border-radius: 30px;
}

.reviews-slider .slick-dots li.slick-active {
    width: 50px;
    background: var(--primary-color);
}

.categProduct .productlist .product-container.swiper-slide:nth-child(5),
.categProduct .productlist .product-container.swiper-slide:nth-child(6) {
    margin-bottom: 0 !important;
}

.categProduct .productlist .product-container.swiper-slide {
    width: 50%;
    padding: 0 15px;
    border: 0;
    box-shadow: none;
    background: transparent;
    height: auto;
}

.product-container.flyover {
    position: static !important;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.navbar-search a {
    color: #000;
    font-size: 18px;
    font-family: 'Manrope';
}

.navbar-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productlist-viewmode-grid .product-container {
    padding: 0 15px;
    border: 0;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner {
    display: flex;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner figure.image .button-input {
    display: none;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner figure.image * {
    width: 100%;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner figure.image {
    max-width: 45%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    background: transparent;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect {
    max-width: 55%;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .ribbons {
    top: 0;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .title {
    padding-top: 30px;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .title a {
    font-weight: 500 !important;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price {
    font-size: 24px;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price .productOldPrice {
    margin-top: 0;
    margin-bottom: 10px;
}

.productlist-viewmode-grid .product-container .product-tile .price-tax .price .current-price-container .productOldPrice,
.productlist-swiper .product-container .product-tile .price-tax .price .current-price-container .productOldPrice,
.product-container.flyover .product-tile .price-tax .price .current-price-container .productOldPrice {
    margin-bottom: 10px;
    margin-top: 0;
    text-decoration: line-through;
    font-size: 14px;
    color: #00000099;
    text-decoration-color: var(--primary-color);
}

.productlist-viewmode-grid .product-container .product-tile .price-tax .price .current-price-container:before,
.productlist-swiper .product-container .product-tile .price-tax .price .current-price-container:before,
.product-container.flyover .product-tile .price-tax .price .current-price-container:before {
    display: none;
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price .current-price-container::before {
    display: none
}

.categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container {
    padding: 0;
}

#textbox-4nwwpoita {
    position: relative;
    padding-bottom: 150px;
    background: url(/images/new-website-image/bg-vc6.webp) !important;
    background-size: 800px !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.contctpage::before {
    content: url("/images/new-website-image/bg-vc4.webp");
    position: absolute;
    top: 1200px;
    left: 0;
    z-index: 0;
}

.page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper {
    background: url(/images/new-website-image/bg-vc2.png) !important;
    background-size: 600px !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    position: relative;
}

#breadcrumb_navi {
    /* display: inline-block !important; */
    background: #fafafa;
}

.page-product-info #outer-wrapper {
    position: relative;
}

.page-product-info #outer-wrapper #wrapper::before {
    content: url("/images/new-website-image/bg-vc4.webp");
    position: absolute;
    top: 250px;
    left: 0;
    z-index: 0;
}

.page-product-info #outer-wrapper::after {
    content: url(/images/new-website-image/bg-vc6.webp) !important;
    position: absolute;
    bottom: 880px;
    right: 0;
    z-index: -1;
    transform: scale(0.8);
    transform-origin: right bottom;
    /* width: 700px; */
}

.page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper::before {
    content: "";
    background-image: url(/images/new-website-image/bg-vc3.webp) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    width: 350px;
    height: 585px;
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 0;
    background-size: cover;
}

.abtScrollSec {
    position: relative;
    padding-bottom: 100px;
    background: url(/images/new-website-image/bg-vc6.webp) !important;
    background-size: 800px !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.abtScrollSec::before {
    content: url("/images/new-website-image/bg-vc4.webp");
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}

.abtScrollSec::after {
    content: url("/images/new-website-image/bg-vc5.webp");
    position: absolute;
    bottom: 0px;
    left: 35%;
    z-index: -1;
}

.contactInfoSec {
    padding-top: 100px;
}

.contact-box {
    background: #FFA28B17;
    border: 1px solid #FF896C3D;
    border-radius: 10px;
    padding: 30px;
    min-height: 250px;
}

.contact-box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

h3.contact-box__title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Manrope';
}

.contact-box__content p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.contact-box__content p a {
    font-size: 18px;
    font-weight: 600 !important;
    color: #000;
}

.productlist-viewmode-grid .product-container .product-tile .inside .content-container {
    padding: 0;
}

.contctpage {
    padding-top: 100px;
}

.contctpage h3 {
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.contctpage>.container>.row>p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

#contactus .control-label,
#contactus label {
    font-size: 18px;
    font-weight: 500;
    font-family: Manrope;
    margin-bottom: 10px;
    padding-top: 0;
}

#contactus label[for="privacy_accepted"] {
    margin-bottom: 30px;
}

#contactus fieldset {
    margin: 0;
}

#contactus .input-container input {
    width: 100%;
    height: 66px;
    font-size: 16px;
    border: 1px solid #00000033;
    border-radius: 10px;
    color: #000;
}

#contactus .input-container {
    margin-bottom: 10px;
}

#contactus textarea {
    width: 100%;
    height: 212px !important;
    font-size: 16px;
    border: 1px solid #00000033;
    border-radius: 10px;
    color: #000;
}

#contactus button.btn {
    background: var(--primary-color);
}

#contactus a.btn {
    background: #000;
}

#contactus button.btn,
#contactus a.btn {
    border: 0;
    width: 100%;
    height: 65px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    line-height: 65px;
}

.login-accountpage {
    max-width: 615px;
    background: #fff;
    margin-left: auto;
    border-radius: 10px;
    padding: 25px;
}

.loginpage {
    padding: 120px 0;
}

.login-accountpage h1 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Manrope';
    margin-bottom: 20px;
    color: #000;
}

body.page-login #main .row-login>div {
    padding: 0;
}

body.page-login #main .row-login>div .fieldset-content {
    text-align: left;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

body.page-login #main .row-login>div .fieldset-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-family: 'Manrope';
}

body.page-login #main .row-login>div .login-buttons a {
    height: 65px;
    padding: 0;
    line-height: 65px;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    background: #000;
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-weight: 500;
    font-family: 'Manrope';
}

body.page-login #main .row-login>div .login-buttons {
    margin-bottom: 35px;
}

body.page-login #main .row-login>div+div .fieldset-content input {
    height: 65px;
    border-radius: 10px;
    border: 1px solid #00000033;
    font-size: 16px;
}

body.page-login #main .row-login>div+div .login-buttons input {
    height: 65px;
    padding: 0;
    line-height: 65px;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-weight: 500;
    font-family: 'Manrope';
}

body.page-login #main .row-login>div+div .login-buttons {
    margin-bottom: 0;
}

.customer-account {
    border: 1px solid #0000003D;
    margin: 80px 0;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    font-family: 'Manrope';
}

.customer-account h1 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Manrope";
    margin-bottom: 20px;
    color: #000;
}

.customer-account legend {
    color: #000;
    border: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.customer-account label.control-label {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.customer-account label[for="privacy_accepted"] {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    margin-left: 10px;
}

.customer-account .input-container {
    font-size: 18px;
}

.customer-account input,
.customer-account select {
    height: 65px;
    border-radius: 10px;
    border: 1px solid #00000033;
    font-size: 16px;
    margin-bottom: 5px;
}

.customer-account input[type="radio"],
.customer-account input[type="checkbox"] {
    height: auto;
}

.customer-account a.btn {
    height: 65px;
    padding: 0;
    line-height: 65px;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    background: #000;
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-weight: 500;
    font-family: "Manrope";
}

.customer-account button[type="submit"] {
    height: 65px;
    padding: 0;
    line-height: 65px;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-weight: 500;
    font-family: "Manrope";
}

.catCard {
    overflow: visible !important;
}

.leftCategBox::before {
    content: "";
    background-image: url(/images/new-website-image/dogCardVC.webp) !important;
    position: absolute;
    top: -65px;
    left: -75px;
    z-index: 9;
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-repeat: no-repeat;
}

.productlist-viewmode-grid .product-container,
.productlist-swiper .product-container,
.product-container.flyover {
    height: auto;
    background: transparent;
}

.header-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;

}

.header-bar .header-left,
.header-bar .header-right {
    max-width: 35%;
    width: 100%;
}

.header-right a {
    text-decoration: none !important;
}

.header-bar .header-center {
    max-width: 30%;
    width: 100%;
}

.topnav .navlinks {
    display: flex;
    justify-content: space-around;
}

.topnav .navlinks a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope';
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

.topnav .navlinks a.active {
    color: var(--primary-color);
}

#header .inside .navbar-header {
    width: 100%;
}

#navbar-brand a img {
    max-width: 262px;
    max-height: none !important;
    margin: 0;
}

.header-right .navbar-search {
    width: auto;
    padding: 0px;
}

#header .custom-container,
#cart-container.navbar-cart>ul>li>a.dropdown-toggle .cart {
    display: none;
}

#cart-container.navbar-cart {
    width: auto;
}

.cart-products-count {
    right: -10px;
    top: 15px;
}

#cart-container.navbar-cart>ul>li>a.dropdown-toggle .gx-cart-basket {
    position: relative;
    right: 0;
}

#cart-container.navbar-cart>ul>li>a.dropdown-toggle {
    padding: 13px 0;
}

.search-bar {
    display: none;
}

.search-wrapper.active .search-bar {
    display: block;
}

.product-info .product-info-details .product-info-title-desktop {
    color: #000;
    border-bottom: 0;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Manrope';
}

.product-info.product-info-default {
    padding: 20px 0;
}


.rating-stars,
.rating-stars .rating-stars-mask .rating-stars-inside {
    width: auto;
}

body {
    font-size: 16px;
    max-width: 2000px;
    margin: 0 auto;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.header-right .navbar-search button.search-toggle {
    background: transparent;
    border: 0;
    width: 100%;
    padding: 0;
}

.header-right .navbar-search button.search-toggle img {
    height: 28px;
    width: 28px;
    margin-bottom: 5px;
}

.header-right .navbar-search .search-wrapper {
    text-align: center;
    color: #000;
    font-family: 'Manrope';
}

.header-right .dropdown.navbar-topbar-item {
    text-align: center;
}

.header-right .dropdown.navbar-topbar-item .fa {
    width: 100%;
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 5px;
}

.productlist-viewmode-grid .product-container .price-tax {
    margin: 0px;
    padding-bottom: 0px;
}

.rating-stars>.rating-stars-mask {
    width: 100% !important;
}

.productlist-viewmode-grid .product-container .product-tile .inside .rating-container {
    display: none;
}

.header-right .dropdown.navbar-topbar-item a.dropdown-toggle,
.header-right .navbar-cart .cart-container-inner li a.dropdown-toggle {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-family: 'Manrope';
}

.header-right .dropdown.navbar-topbar-item a.dropdown-toggle img,
.header-right .navbar-cart .cart-container-inner li a.dropdown-toggle img {
    width: 28px !important;
    height: 28px !important;
    margin-bottom: 5px;
}

#cart-container.navbar-cart>ul>li>a.dropdown-toggle {
    padding: 0px 0;
}

.navbar-search .input-group,
.navbar-search .input-number {
    width: min-content;
}

.header-right .navbar-search .search-bar input {
    width: 300px;
    position: absolute;
    margin-top: 10px;
    height: 55px;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    left: 0;
}

#header.sticky .navbar-search.collapse {
    padding: 0;
    height: auto;
}

#header.sticky .navbar-cart .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}

#header.sticky {
    background-color: #fff;
    padding: 10px 0 0;
}

.cart-products-count {
    right: 10px;
    top: 0;
}

.newsletter-sect h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: "Manrope";
    text-transform: none;
    margin-bottom: 15px;
}

.product-info .product-info-details .price-container .current-price-container {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-family: 'Manrope';
}

.product-info .product-info-details .price-container .current-price-container .productOldPrice {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    text-decoration: line-through;
    text-decoration-color: var(--primary-color);
}

.product-info .product-info-details .price-container .current-price-container .gm_products_vpe,
.product-info .product-info-details .price-container .current-price-container .products-vpe {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0;
}

.product-info .product-info-details .price-container .tax-shipping-text {
    text-align: left;
    color: #000;
    margin: 5px 0 15px;
    font-size: 14px;
}

.cartbtn-quntty {
    display: flex;
    gap: 15px;
}

.cartbtn-quntty .input-number {
    padding: 0 !important;
}

.cartbtn-quntty .button-container {
    padding: 0 !important;
}

.product-info .product-info-details .product-info-links {
    border: 1px solid #0000001A;
    box-shadow: 0px 0px 28.8px 0px #0000000D;
    max-width: 100%;
    min-width: 100%;
    margin: 30px 0 0;
    padding: 25px 50px;
    background: #fff;
    border-radius: 10px;
    display: block !important;
}

.navbar-search .search-result-container.open {
    top: 121px;
    width: 300px;
}

.product-info-thumbnails {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 0;
}

.product-info-thumbnails .swiper-wrapper {
    justify-content: start;
    column-gap: 15px;
}

.product-info-thumbnails .swiper-slide,
.product-info-thumbnails-mobile .swiper-slide,
.product-info-layer-thumbnails .swiper-slide {
    width: auto !important;
    max-height: 100px;
    min-width: 100px;
    background: #ececec;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 10px;
    overflow: hidden;
}

.product-info-thumbnails .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0;
    mix-blend-mode: multiply;
}

.product-info .product-info-stage {
    height: 450px;
    padding-left: 0;
}

.product-info .product-info-details .input-number {
    border: 1px solid #9999994D;
    border-radius: 10px;
    overflow: hidden;
    height: 66px;
    max-width: 171px;
}

.product-info .product-info-details .input-number * {
    height: 100%;
    background: transparent;
}

.product-info .product-info-details .input-number a.btn {
    padding: 0;
    line-height: 66px;
    max-width: 45px;
    border: 0;
}

.product-info .product-info-details .input-number input {
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    border: 0;
    border-left: 1px solid #9999994D;
    border-right: 1px solid #9999994D;
}

.product-info .product-info-details .button-container {
    padding: 0 15px;
    max-width: 280px;
    height: 66px;
    width: 100%;
}

.product-info .product-info-details .button-container button.btn-add-to-cart-fake,
.product-info .product-info-details .button-container input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0;
    line-height: 66px;
}

.product-info .product-info-details .button-container button.btn-add-to-cart-fake.btn-buy .throbbler {
    left: 30px;
    top: 22px;
}


.product-info .product-info-details .product-info-links>div>a {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    color: #000 !important;
    border: 0;
    white-space: normal;
    display: flex;
    justify-content: center;
    column-gap: 8px;
}

.product-info .product-info-details .product-info-links>div>a>span>.fa {
    font-size: 24px;
    color: var(--primary-color);
}

.product-info .product-info-details .product-info-links>div>a>span.btn-text {
    width: min-content;
    min-width: 120px;
}

.product-info-description .tab-content>.tab-pane>.tab-heading>a,
.product-info-description .tab-content>.tab-pane>.tab-heading>a:hover {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #000;
    height: auto;
}

.product-info-description .tab-content>.tab-pane>.tab-body {
    padding: 15px 0 0;
}

.product-info .product-info-details {
    color: #000;
    font-family: 'Manrope';
}

.product-info-description .tab-content>.tab-pane {
    border-bottom: 1px solid #00000033;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-info .product-info-details dl,
.product-info .product-info-details fieldset {
    border-bottom: 1px solid #0000001A;
}

.product-info .product-info-content {
    padding: 0;
    min-height: auto !important;
}

.product-info .product-info-stage {
    min-height: stretch;
}

body.page-product-info #breadcrumb_navi {
    width: 100%;
    padding: 0 15px;
}

#breadcrumb_navi>span.breadcrumbEntry>a {
    color: #000;
    font-size: 16px;
}

#breadcrumb_navi>span.breadcrumbEntry {
    color: #000;
    font-size: 16px;
    padding: 0 5px 0 0;
}

#breadcrumb_navi>span.breadcrumbSeparator {
    padding: 0 5px 0 0;
    color: #000;
}

.product-info .product-info-details .ribbon-spacing {
    margin-bottom: 0px;
}

.rating-stars .glyphicon,
.rating-stars .fa,
.rating-stars .gm-star {
    font-size: 20px;
    width: 28px;
}

.product-info-details .ribbons>.ribbon-recommendation {
    background: transparent;
    color: #00000080;
    min-width: auto;
    font-size: 16px;
    font-family: 'Manrope';
}

.product-info-details .ribbons {
    position: static;
    margin-bottom: 10px;
}

.productUPSbox {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.productUPSbox img {
    width: 41px;
    height: 41px;
    object-fit: scale-down;
}

.productUPSbox p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'Manrope';
    line-height: normal;
    margin-bottom: 0;
}

.product-info-listings>h2 {
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    text-align: center;
    color: #000000;
    border: 0;
}

.product-info-content>.row {
    min-height: inherit;
    display: flex;
    flex-wrap: wrap;
}

.product-info .product-info-stage {
    height: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.product-info .product-info-stage #image-collection-container {
    position: sticky;
    top: 120px;
    max-width: 619px;
    width: 100%;
}

#wrapper #left {
    right: 0;
    width: 23.333333%;
    padding-top: 50px;
}

#wrapper #main {
    left: 0;
    width: 76.666667%;
}

#gm_box_pos_5 {
    display: none;
}

.panel>.navbar-categories-left>ul li a:hover,
.panel>.navbar-categories-left>ul li a:hover:before {
    color: var(--primary-color);
    background: transparent;
}

.panel>.navbar-categories-left>ul li a,
.panel>.navbar-categories-left>ul li a:before {
    color: #000;
}

.panel>.navbar-categories-left>ul li.active>a img {
    filter: brightness(1);
}

.navbar-collapse .navbar-categories,
.container,
table.box-error,
table.box-warning,
body #wrapper,
#footer .inside,
#product_navigation.panel-pagination,
#header .inside,
#topbar-container .navbar-topbar {
    max-width: 1577px;
    width: 100%;
}

.rating-stars.rating-stars-40>.rating-stars-mask {
    width: 100%;
}

.allProductSec .product-container .inside .content-container .content-container-inner .title a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Manrope';
}
















.modifier-group.modifier-type__text .modifiers-list li a {
    padding: 7px 20px;
    background: #fff;
    box-shadow: none;
    color: #000;
    border-radius: 5px;
    border: 1px solid #9E9E9E8A;
    font-size: 16px;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.modifier-group.modifier-type__text .modifiers-list li {
    margin: 0 10px 0px 0;
}

.modifier-group.modifier-type__text .modifiers-list li a:hover,
.modifier-group.modifier-type__text .modifiers-list li.active a {
    background: #000;
    color: white;
    border-color: #000;
    box-shadow: none;
}

.modifier-group {
    margin-bottom: 20px;
}

.product-info .product-info-details .blockpricing dl {
    border-bottom: 0;
}

/* ========================================
   Shipping Progress Meter Styles
   ======================================== */

/* ========================================
   Shipping Progress Meter Styles
   ======================================== */

.shipping-progress-meter {
    margin: 30px 0;
    padding: 0;
}

.progress-meter-container {
    background: linear-gradient(135deg, #fff5f0 0%, #ffe8dd 100%);
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #ffe0d1;
}

.progress-info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.progress-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.progress-icon svg {
    width: 24px;
    height: 24px;
    color: #ff6b35;
}

.progress-text {
    flex: 1;
}

.progress-text p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
}

.progress-text .versandkostenfrei {
    color: #159d58 !important;
}

.progress-bar-wrapper {
    margin-top: 16px;
}

.progress-bar-track {
    width: 100%;
    height: 12px;
    background: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff6b35 0%, #ff8c42 100%);
    border-radius: 20px;
    transition: width 0.6s ease, background-color 0.3s ease;
    position: relative;
    box-shadow: 0 2px 4px rgba(255, 107, 53, 0.3);
}

.progress-bar-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.progress-markers {
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
    padding: 0 4px;
}

.order-wishlist .progress-markers {
    justify-content: space-between;
}

.progress-markers .marker {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.progress-markers .marker-mid {
    position: static !important;
    left: -10px;
}

/* ==========================
   USP SECTION
========================== */
.benefitSec {
    padding: 80px 0;
}

.benefits-bar {
    position: relative;
    z-index: 10;
}

.benefits-wrapper {
    margin: auto;
    background: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 28px 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .06);
}

.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
}

.benefit-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8e3dd, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon svg {
    width: 30px;
    height: 30px;
    stroke: #ff3300;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.benefit-item span {
    font-family: Manrope;
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 1.4;
}

@media(max-width:1100px) {

    .benefits-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

}

@media(max-width:768px) {

    .benefits-wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

}

@media(max-width:480px) {

    .benefits-wrapper {
        grid-template-columns: 1fr;
    }

}

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

@media(max-width:1200px) {

    .usp-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media(max-width:768px) {

    .usp-section {
        padding: 80px 0px;
    }

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

}

@media(max-width:560px) {

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

}

/* Responsive adjustments */
@media (max-width: 768px) {
    .progress-meter-container {
        padding: 20px 18px;
    }

    .progress-icon {
        width: 42px;
        height: 42px;
    }

    .progress-text span {
        font-size: 14px;
    }

    .progress-markers .marker {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .progress-info {
        gap: 10px;
    }

    .progress-icon {
        width: 38px;
        height: 38px;
    }

    .progress-icon svg {
        width: 20px;
        height: 20px;
    }

    .progress-text span {
        font-size: 13px;
    }

    .progress-bar-track {
        height: 10px;
    }

    .progress-markers {
        flex-wrap: nowrap;
    }

    .progress-markers .marker {
        font-size: 10px;
        white-space: nowrap;
    }
}

/* Smooth transitions for dynamic updates */
.progress-text span {
    transition: opacity 0.3s ease;
}

.progress-bar-fill {
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.4s ease;
}

.productlist-viewmode-grid {
    display: flex;
    flex-wrap: wrap;
}

.panel>.navbar-categories-left>ul>li>a:before {
    margin-top: 6px !important;
}

.productlisting-filter-container .panel-pagination {
    width: 100%;
}

.productlisting-filter-container form>div>div {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.productlisting-filter-container form .productlist-viewmode-grid {
    gap: 10px;
}

.productlisting-filter-container form .custom-dropdown button.btn {
    border-radius: 5px !important;
    background: #FF33004D;
    color: #000;
}

.productlisting-filter-container form .productlist-viewmode-grid a.btn {
    border-radius: 5px !important;
    background: #FF33004D;
    color: #000;
}

.productlisting-filter-container form .productlist-viewmode-grid a.btn.active {
    background: var(--primary-color);
    color: #fff;
}

.productlist-viewmode-grid .product-container .product-tile figure .product-image,
.productlist-swiper .product-container .product-tile figure .product-image,
.product-container.flyover .product-tile figure .product-image {
    vertical-align: middle;
}

.contcktimge img {
    width: 100%;
}

.category-sctin {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.category-sctin #left .gm_box_container:first-child {
    position: sticky;
    top: 200px;
}

.productlisting-filter-container form .productlist-viewmode-grid::before {
    display: none;
}

.category-sctin .main-inside h1.commonHeading {
    font-size: 38px;
    font-family: 'Manrope';
    color: #000;
    font-weight: 500;
}

.productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price-tax {
    text-align: left;
}

.custom-revewsction img {
    max-width: 80px;
}

.product-info .product-info-details dl dd {
    color: #000;
}

.tab-content>.tab-pane.active>.tab-body {
    border-bottom: 0;
}

.productlist .swiper-button-prev,
.productlist .swiper-button-next {
    /* display: none !important; */
    padding: 0;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0 6px #d4d4d4;
    color: #000;
    z-index: 9;
}

.productlist .swiper-button-next:before,
.productlist .swiper-button-prev:before {
    font-size: 45px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.tab-content>.tab-pane.active>.tab-body ul {
    padding-left: 15px;
}

ul.dropdown-menu .dropdown-header {
    color: #000;
    font-family: 'Manrope';
    padding: 10px 15px;
}

#cart-container.navbar-cart>ul>li>ul.dropdown-menu li span:hover:not(.cart-dropdown a) {
    background: transparent !important;
}

#cart-container.navbar-cart>ul>li>ul.dropdown-menu>.cart-dropdown-inside ul.products-list>li>a {
    display: block;
    padding: 10px 0;
    color: #000;
}

ul.dropdown-menu .products-list li span {
    padding: 5px 8px;
    font-size: 14px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 500;
}

#cart-container.navbar-cart>ul>li>ul.dropdown-menu .dropdown-footer {
    padding: 5px 8px;
}

#cart-container.navbar-cart>ul>li>ul.dropdown-menu>.cart-dropdown-inside ul.products-list>li>a .products-vpe {
    color: #000;
    font-size: 12px;
}

#cart-container.navbar-cart>ul>li>ul.dropdown-menu>.cart-dropdown-inside .total span {
    padding: 0;
    font-family: 'Manrope';
}

#cart-container.navbar-cart>ul>li>ul.dropdown-menu>.cart-dropdown-inside .tax {
    font-size: 12px;
    color: #000;
}

#cart-container.navbar-cart>ul>li>ul.dropdown-menu>.cart-dropdown-inside .cart-button a {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0;
    line-height: 50px;
    text-transform: capitalize;
}

#footer {
    position: relative;
}

#footer::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 400px;
    height: 400px;
    background: url(/images/new-website-image/footer-vc2.webp);
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter-sect>.container>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsletter-sect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    background: url(/images/new-website-image/footer-vc1.webp);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

#left .box-categories {
    border-bottom: none;
    border: 1px solid #00000033;
    padding: 15px;
    border-radius: 10px;
}

#left .box-categories .navbar-categories-left>ul>li {
    border: 0;
}

#left .box-categories .navbar-categories-left>ul>li.active>a {
    background: transparent;
    color: var(--primary-color);
    font-weight: 600;
}

#left .box-categories .navbar-categories-left>ul li.active>a:before {
    color: var(--primary-color);
}

.page-wish-list .main-inside::before {
    content: url(/images/new-website-image/bg-vc4.webp);
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
    transform: scale(0.4);
    transform-origin: right top;
}

.page-wish-list .main-inside,
.page-checkout-confirmation #outer-wrapper,
.page-checkout-payment #outer-wrapper,
.page-checkout-shipping #outer-wrapper,
.page-shopping-cart #outer-wrapper {
    position: relative;
}

.page-checkout-confirmation #outer-wrapper::after,
.page-checkout-payment #outer-wrapper::after,
.page-checkout-shipping #outer-wrapper::after,
.page-shopping-cart #outer-wrapper::after {
    background-image: url(/images/new-website-image/bg-vc3.webp) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    width: 420px;
    height: 540px;
    z-index: -1;
    background-size: contain;
}

.page-checkout-confirmation #outer-wrapper::before,
.page-checkout-payment #outer-wrapper::before,
.page-checkout-shipping #outer-wrapper::before,
.page-shopping-cart #outer-wrapper::before,
.contnt-allpages:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    background: url(/images/new-website-image/footer-vc1.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.contnt-allpages {
    padding: 50px 0;
    position: relative;
    padding-bottom: 150px;
    background: url(/images/new-website-image/bg-vc6.webp) !important;
    background-size: 800px !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.contnt-allpages h1,
.contnt-allpages h2,
.contnt-allpages h3,
.contnt-allpages h4,
.contnt-allpages h5,
.contnt-allpages h6 {
    font-family: 'Manrope';
    margin-bottom: 15px;
    margin-top: 25px;
}

.newsletter-sect .container {
    z-index: 2;
    position: relative;
}

.leftCategBox::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(253, 187, 45, 0) 85%);
    z-index: 0;
    border-radius: 10px;
}

.leftCategBox>.widget-content {
    position: relative;
    z-index: 1;
}

.product-container .inside .content-container-inner figure.image .button-input .btn-buy {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0;
    line-height: 66px;
}

.product-container .inside .content-container-inner figure.image {
    overflow: hidden;
}

.product-container .inside .content-container-inner figure.image .button-input .col-xs-12 {
    padding: 0;
}

.product-container .inside .content-container-inner figure.image .button-input .quantity-input {
    display: none;
}

.product-container .inside .content-container-inner figure.image .button-input {
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    z-index: 0;
    transition: bottom 0.4s ease;
    display: block;
    opacity: 1;
}

.product-container .inside:hover .content-container-inner figure.image .button-input {
    display: block;
    opacity: 1;
    bottom: 10px;
}

#contactus fieldset fieldset input#privacy_accepted {
    margin-top: 0;
    transform: none;
}

.as-oil-content-overlay {
    max-width: 650px;
    left: 20px;
    bottom: 20px;
    border-radius: 20px;
    background-color: #ffffffcf !important;
    opacity: 1 !important;
    backdrop-filter: blur(8px);
    padding: 25px;
}

.as-oil-content-overlay .as-oil__heading-intro-description {
    float: none !important;
    width: 100% !important;
    color: #000;
    font-family: 'Manrope';
}

.as-oil-content-overlay .as-oil-l-row.as-oil-l-buttons {
    float: none;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    flex-wrap: wrap;
    column-gap: 20px;
    min-width: 100%;
    max-width: 100% !important;
}

.as-oil-content-overlay .as-oil__heading {
    font-size: 24px;
}

.as-oil-content-overlay p.as-oil__intro-txt {
    font-size: 16px;
    margin-bottom: 0;
}

.as-oil-content-overlay .as-oil-l-item.as-oil-l-item--stretch {
    flex: none;
}

.as-oil-content-overlay button.as-oil__btn.as-oil__btn-optin {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    height: 55px;
    padding: 0;
    border-radius: 30px;
    min-width: 230px;
}

.as-oil-content-overlay button.as-oil__btn.as-oil__btn-cpc.as-js-advanced-settings {
    background: #000;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    height: 55px;
    padding: 0;
    border-radius: 30px;
    border: 0;
    color: #fff;
    min-width: 265px;
    margin: 0;
}

.passwordInnerB,
.logoutInner {
    width: 100%;
    border: 1px solid #0000003D;
    margin: 80px auto;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    font-family: 'Manrope';
    max-width: 700px;
}

.passwordInnerB h1 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Manrope";
    margin-bottom: 20px;
    color: #000;
}

.logoutInner h1 {
    text-align: center;
    color: green;
    font-weight: 700;
    font-size: 40px;
    font-family: "Manrope";
    margin-bottom: 20px;
}

.logoutInner p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

.passwordInnerB legend {
    color: #000;
    border: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.passwordInnerB label {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px !important;
}

.passwordInnerB input {
    height: 65px;
    border-radius: 10px;
    border: 1px solid #00000033;
    font-size: 16px;
    margin-bottom: 5px;
}

.passwordInnerB a.history-back {
    height: 65px;
    padding: 0;
    line-height: 65px;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    background: #000;
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-weight: 500;
    font-family: "Manrope";
}

.passwordInnerB button[type="submit"] {
    height: 65px;
    padding: 0;
    line-height: 65px;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-weight: 500;
    font-family: "Manrope";
}

.total-box span.button-disabled,
.shopping-cart-shipping-payment-text span.button-disabled {
    height: 60px;
    align-content: center;
    border-radius: 30px;
    color: #fff;
    opacity: 0.6;
}

.shiipingNote p {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 13px;
}

img.pet-type-image {
    width: 35px;
}

span.productOldPrice {
    color: #ff3300 !important;
    text-decoration-color: #000000 !important;
}

.dropdown-menu {
    font-size: 16px;
    color: #000;
}

.navbar-collapse .navbar-categories ul.navbar-nav>li>ul.dropdown-menu>li>a {
    font-weight: 600;
    color: #000;
}

.product-container .inside .listing-suitable-for img {
    width: 52px;
    height: 52px;
    margin: 0 2.5px 5px;
}

.hr-sect {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    align-items: center;
    color: #525252;
    margin: 8px 0;
    font-size: 1.5rem;
    font-family: Poppins, sans-serif;
}





@media (max-width:767.9px) {
    .footerBottomRight .widerrufen a {
        font-size: 11px;
    }

    .footer-bottom>.container {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .paypallinks {
        padding: 10px 5px;
        bottom: 5px;
        font-size: 8px;
    }

    .paypallinks img {
        max-width: 70px;
    }

    .benefitSec {
        padding-top: 30px;
    }

    #textbox-4nwwpoita {
        background: none !important;
        padding-bottom: 50px;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper,
    .contnt-allpages {
        background: none !important;
    }

    .contctpage::before,
    .page-wish-list .main-inside::before,
    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper::before,
    .page-product-info #outer-wrapper::after,
    .page-product-info #outer-wrapper #wrapper::before,
    .contnt-allpages:before,
    .page-checkout-shipping #outer-wrapper::before,
    .page-checkout-shipping #outer-wrapper::before,
    .page-checkout-payment #outer-wrapper::after,
    .page-checkout-confirmation #outer-wrapper::before,
    .page-checkout-confirmation #outer-wrapper::after,
    .page-checkout-payment #outer-wrapper::before,
    .page-shopping-cart #outer-wrapper::before,
    .page-shopping-cart #outer-wrapper::after {
        display: none;
    }

    .logoutInner h1 {
        font-size: 28px;
    }

    .logoutInner p {
        font-size: 16px;
    }

    .passwordInnerB a.history-back {
        margin-bottom: 0px;
    }

    .passwordInnerB a.history-back,
    .passwordInnerB button[type="submit"] {
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }

    .passwordInnerB form fieldset {
        margin-bottom: 0;
    }

    /* .passwordInnerB label {
    padding-top: 0 !important;
    } */
    .passwordInnerB input {
        height: 55px;
    }

    .passwordInnerB,
    .logoutInner {
        margin: 50px auto;
        padding: 25px 15px;
    }

    .passwordInnerB h1 {
        font-size: 24px;
    }

    .passwordInnerB legend {
        font-size: 16px;
        margin-bottom: 0;
    }

    .passwordInnerB label {
        font-size: 16px;
    }

    .benefits .pill .pill__icon img {
        width: 25px;
        height: 25px;
    }

    .productlist-swiper .swiper-pagination {
        display: none;
    }

    .productlist-swiper .swiper-wrapper {
        padding-bottom: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
    }

    .productlist .swiper-button-next:before,
    .productlist .swiper-button-prev:before {
        font-size: 18px;
    }

    .product-container .inside {
        min-height: auto !important;
        height: auto !important;
    }

    .as-oil-content-overlay .as-oil__heading {
        font-size: 17px;
    }

    .as-oil-content-overlay p.as-oil__intro-txt {
        font-size: 14px;
    }

    .as-oil-content-overlay .as-oil-l-row.as-oil-l-buttons {
        margin-top: 30px;
    }

    .as-oil-content-overlay .as-oil-l-row.as-oil-l-buttons .as-oil-l-item {
        margin: 0;
    }

    .as-oil-content-overlay button.as-oil__btn.as-oil__btn-optin {
        margin-bottom: 10px;
    }

    .as-oil-content-overlay button.as-oil__btn.as-oil__btn-optin,
    .as-oil-content-overlay button.as-oil__btn.as-oil__btn-cpc.as-js-advanced-settings {
        font-size: 14px;
        min-width: 100%;
    }

    .as-oil-content-overlay {
        max-width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 20px 20px 0 0;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile figure .product-image img {
        min-height: 130px;
    }

    .contctpage h3,
    .contctpage>.container>.row>p {
        text-align: left;
    }

    .contctpage {
        padding-top: 50px;
    }

    .product-container .inside .content-container-inner figure.image .button-input .btn-buy {
        font-size: 11px;
        line-height: 35px;
        border-radius: 5px;
        width: 100%;
        right: 0%;
        left: 0%;
    }

    .newsletter-sect::before,
    #footer::after {
        display: none;
    }

    .navbar-collapse .navbar-categories>ul.navbar-nav li .dropdown-menu>li form {
        padding: 15px 0;
        background: #fff;
    }

    .navbar-collapse .navbar-categories>ul.navbar-nav li.navbar-topbar-item .dropdown-menu>li>a {
        padding: 0 !important;
        color: #000 !important;
        background: transparent !important;
        font-size: 16px;
        height: auto;
    }

    .ribbons>div {
        font-size: 8px;
    }

    .swiper-container .product-container {
        padding: 0px 5px;
    }

    .product-info .product-info-content {
        min-height: auto !important;
    }

    form .form-group .input-container .radio-inline input[type="radio"] {
        margin-top: 6px;
    }

    .customer-account button[type="submit"] {
        margin-top: 10px;
    }

    .customer-account a.btn,
    .customer-account button[type="submit"] {
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }

    .customer-account label[for="privacy_accepted"] {
        font-size: 16px;
        margin-left: 0px;
    }

    .customer-account label.control-label {
        font-size: 16px;
    }

    .customer-account form fieldset {
        margin-bottom: 10px;
    }

    .customer-account input,
    .customer-account select {
        height: 56px;
    }

    .customer-account legend {
        font-size: 18px;
    }

    .customer-account h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .customer-account {
        margin: 50px 0;
        padding: 25px 15px
    }

    body.page-login #main .row-login>div+div .login-buttons input {
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }

    body.page-login #main .row-login>div+div .fieldset-content input {
        height: 56px;
    }

    body.page-login #main .row-login>div .login-buttons a {
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }

    .login-accountpage h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    body.page-login #main .row-login>div .fieldset-content h2 {
        font-size: 18px;
    }

    body.page-login #main .row-login>div .login-buttons {
        margin-bottom: 0px;
    }

    .loginpage {
        padding: 50px 0;
    }

    .product-info-listings>h2 {
        font-size: 26px;
    }

    .product-info-listings {
        margin-top: 0px;
    }

    .product-info-description .tab-content>.tab-pane>.tab-heading>a,
    .product-info-description .tab-content>.tab-pane>.tab-heading>a:hover {
        font-size: 18px;
    }

    .productUPSbox .text-section {
        width: 100%;
    }

    .tab-content main {
        padding: 0;
    }

    .product-info-usps .col-12:last-child .productUPSbox {
        margin-bottom: 0;
    }

    .productUPSbox p {
        font-size: 12px;
        word-break: break-word;
    }

    .product-info-usps .productUPSbox {
        display: block;
        align-items: center;
        margin-bottom: 0;
        padding: 0 3px;
        text-align: center;
    }

    .productUPSbox img {
        width: 27px;
        height: 27px;
    }

    .product-info .product-info-details .product-info-links {
        padding: 15px 5px;
    }

    .product-info .product-info-details .button-container input {
        font-size: 16px;
        line-height: 56px;
    }

    .product-info .product-info-details .input-number {
        height: 56px;
    }

    .product-info .product-info-details .input-number a.btn {
        line-height: 56px;
    }

    .product-info .product-info-details .input-number input {
        font-size: 22px;
    }

    .product-info .product-info-details .button-container {
        max-width: 100%;
        height: 56px;
        min-width: 100%;
    }

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

    .product-info .product-info-details .input-number {
        max-width: 100%;
    }

    .custom-revewsction img {
        max-width: 60px;
    }

    .product-info .product-info-details .price-container .current-price-container {
        font-size: 22px;
    }

    .rating-stars .glyphicon,
    .rating-stars .fa,
    .rating-stars .gm-star {
        font-size: 12px;
        width: 18px;
    }

    .rating-stars {
        margin-bottom: 0;
    }

    .alert.alert-info.info-message {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-info .product-info-details .product-info-title-desktop {
        font-size: 22px;
    }

    .product-info .product-info-details .hidden-xs.hidden-sm.ribbon-spacing,
    .product-info .product-info-details .product-info-title-desktop.hidden-xs.hidden-sm {
        display: block !important;
    }

    .product-info .product-info-details {
        padding: 0;
        margin-top: 25px;
    }

    .product-info .product-info-stage #image-collection-container {
        position: relative;
        top: 0;
        max-width: 100%;
        width: 100%;
    }

    .product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside img,
    .product-info .product-info-stage.centered {
        max-height: 319px;
        min-height: auto !important;
    }

    .product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside,
    .product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside a {
        display: block;
        height: 319px;
    }

    .product-info-image {
        position: relative;
        height: 319px;
    }

    .product-info .product-info-stage.centered {
        padding: 0px;
    }

    .product-info-title-mobile.visible-xs-block.visible-sm-block {
        display: none !important;
    }

    body.page-product-info #wrapper #main {
        padding: 0;
    }

    .product-info.product-info-default {
        padding: 0px 0;
    }

    .productlisting-filter-container form .productlist-viewmode-grid .productlisting-listing-list {
        display: none;
    }

    .category-sctin .main-inside .productlist-viewmode-grid .product-container {
        width: 48%;
        padding: 0;
    }

    .category-sctin .main-inside h1.commonHeading {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .category-sctin .main-inside .container-fluid {
        padding: 0;
    }

    #wrapper .category-sctin #left {
        display: none;
    }

    #wrapper .category-sctin #main {
        left: 0;
        width: 100%;
        padding: 0;
    }

    .contact-box__header {
        margin-bottom: 20px;
    }

    .contact-box__content p {
        font-size: 16px;
    }

    .contact-box {
        padding: 30px 15px;
        min-height: auto;
        margin-bottom: 10px;
    }

    .contactInfoSec {
        padding-top: 50px;
    }

    #contactus .control-label,
    #contactus label {
        font-size: 16px;
        margin-bottom: 5px;
    }

    #contactus button.btn,
    #contactus a.btn {
        width: 95%;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }

    #contactus .input-container input {
        height: 50px;
    }

    .contcktimge img {
        margin-bottom: 20px;
    }

    #contactus.form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }

    .contctpage>.container>.row>p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contctpage h3 {
        font-size: 28px;
    }

    body {
        padding-top: 0;
    }

    #header {
        position: sticky;
        top: 0;
    }

    #header .inside .navbar-header {
        display: flex;
        align-items: center;
        padding: 5px 0;
    }

    #navbar-brand {
        max-width: 60%;
        margin-right: auto;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav {
        gap: 0;
        flex-direction: column;
        padding-bottom: 0 !important;
        overflow-y: scroll;
        height: 100%;
        /* max-height: 500px; */
        max-height: fit-content;
    }

    .navbar-collapse .navbar-categories>ul.navbar-nav li.navbar-topbar-item {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0 !important;
    }

    header #categories .nav>li>a {
        border: 0;
        padding: 15px 0 !important;
    }

    #header.sticky {
        padding: 0px 0 0;
    }

    .navbar-collapse .navbar-categories>ul.navbar-nav li.navbar-topbar-item:last-child {
        margin-bottom: 0px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav>li>a span.fa {
        color: var(--primary-color);
        margin-right: 7px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav>li>a {
        font-size: 16px;
    }

    header #categories .navbar-categories>.navbar-nav li.dropdown:not(.custom):not(.login-off-item)>a:before,
    header #categories .navbar-categories>.navbar-nav li>a:before {
        display: none !important;
    }

    #header .inside .navbar-header .navbar-toggle {
        max-height: 50px;
        max-width: 50px;
        width: 35px;
        height: 55px;
    }

    #header .inside .navbar-header .navbar-toggle .gx-menu {
        height: 18px;
        width: 18px;
    }

    #header .inside .navbar-header .navbar-toggle.cart-icon .gx-cart-basket {
        height: 20px;
        width: 20px;
    }

    #header .inside .navbar-header .navbar-toggle .gx-search {
        height: 17px;
        width: 17px;
    }

    .reviews-slider .slick-arrow {
        display: none !important;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .title {
        padding-top: 20px;
    }

    .ribbons>.ribbon-recommendation {
        min-width: 40px;
        height: auto;
        font-size: 8px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner figure.image {
        max-width: 40%;
        height: 100% !important;
        display: flex;
        align-items: center;
    }

    .categProduct {
        padding-bottom: 0px;
    }

    .review-card .review-user {
        gap: 10px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect {
        max-width: 60%;
        padding-left: 10px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .title a {
        font-size: 16px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .title-description .title {
        min-height: auto;
    }

    .categProduct .productlist .product-container.swiper-slide:nth-child(5),
    .categProduct .productlist .product-container.swiper-slide:nth-child(6) {
        margin-bottom: 15px !important;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner {
        margin-bottom: 0px;
    }

    .categProduct .productlist .product-container.swiper-slide {
        width: 100%;
        padding: 0px;
    }

    .leftCategBox .btn,
    .leftCategBox .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel button,
    .comiseo-daterangepicker .comiseo-daterangepicker-buttonpanel .leftCategBox button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .leftCategBox p {
        font-size: 14px;
        margin-bottom: 10px;
        text-shadow: 0 0 10px #fff;
    }

    .leftCategBox .btn {
        font-size: 14px !important;
    }

    .leftCategBox h3 {
        font-size: 20px;
        margin-bottom: 10px;
        text-shadow: 0 0 10px #fff;

    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .ribbons {
        left: 10px;
    }

    .categProduct .ribbons>div {
        font-size: 8px;
        line-height: 8px;
        height: auto;
        padding: 3px 8px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price .productOldPrice {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .leftCategBox {
        margin-right: 0px;
        min-height: 600px;
        margin-bottom: 20px;
        padding: 15px !important;
        background-position: center center !important;
    }

    .categProduct>.container>.gx-content-zone-row,
    .categProduct>table.box-error>.gx-content-zone-row,
    .categProduct>table.box-warning>.gx-content-zone-row,
    body .categProduct>#wrapper>.gx-content-zone-row,
    #footer .categProduct>.inside>.gx-content-zone-row,
    .categProduct>#product_navigation.panel-pagination>.gx-content-zone-row,
    #header .categProduct>.inside>.gx-content-zone-row,
    #topbar-container .categProduct>.navbar-topbar>.gx-content-zone-row {
        flex-wrap: wrap;
    }

    .scrollImgSec {
        padding-bottom: 30px;
        background-size: 120px !important;
    }

    .barf-scrollswap__badges img {
        height: auto;
        width: 100%;
    }

    .barf-scrollswap__badges {
        margin-top: 15px;
    }

    .barf-scrollswap__panel p {
        font-size: 16px;
    }

    .barf-scrollswap__btn {
        margin-top: 15px;
        font-size: 16px;
    }

    .productlist {
        padding: 0 0 30px;
    }

    .barf-scrollswap__media {
        display: none;
    }

    .barf-scrollswap__panel {
        padding: 0px 0 30px;
    }

    .bannerBotTxt {
        margin-top: 15px;
    }

    .hero__textBox {
        margin-bottom: 20px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .trust-bar {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }

    .hero__textBox p {
        font-size: 14px;
    }

    .hero__textBox h1 {
        margin-bottom: 10px;
        font-size: 21px;
    }

    .mainbaner-section {
        padding: 30px 0 10px;
        background-position: left !important;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .bannerFeat {
        margin-top: 0;
    }

    .hero__features {
        justify-content: center;
        gap: 20px;
    }

    .feature {
        align-items: center;
        gap: 10px;
        flex-direction: column;
        max-width: 45%;
        width: 100%;
        text-align: center;
    }

    .feature__icon {
        width: 54px;
        height: 54px;
    }

    .feature__icon img {
        width: 35px;
        height: 35px;
        object-fit: scale-down;
    }

    .feature__label {
        font-size: 16px;
        color: #000;
    }


    .kategory {
        padding: 30px 0px;
    }

    #commonHeading,
    .newsletter-sect h3#headline3wiw4csvx,
    .faqSec h3 {
        font-size: 24px !important;
        margin-bottom: 10px;
    }

    .kategory__row {
        margin-top: 30px;
        row-gap: 25px;
    }

    .kategory__item {
        min-width: 50%;
        gap: 10px;
    }

    .kategory__img {
        width: 80px;
        height: 80px;
    }

    .kategory__label {
        font-size: 13px;
    }

    .allProductSec {
        padding: 30px 0 0;
    }

    .review-card {
        padding: 15px;
        margin: 0;
        min-height: auto !important;
    }

    .testimonialSec {
        padding: 30px 0 60PX;
    }

    .review-card .review-text {
        font-size: 16px;
        line-height: 26px;
    }

    .promo-card--big {
        min-height: 400px;
    }

    .review-user .user-name {
        font-size: 16px;
    }

    .review-user .user-role {
        font-size: 14px;
    }

    .newsletter-sect .box-newsletter .panel-body fieldset {
        flex-wrap: wrap;
        background: transparent;
        border-radius: 0;
    }

    .newsletter-sect .box-newsletter .panel-body fieldset .form-group {
        width: 100%;
    }

    .newsletter-sect .box-newsletter .panel-body fieldset input {
        height: 55px;
        font-size: 16px;
        margin-bottom: 10px;
        min-width: 100%;
    }

    .box-newsletter img {
        top: 16px;
    }

    .newsletter-sect .box-newsletter .panel-body fieldset button[type="submit"] {
        height: 55px;
        font-size: 16px;
        min-width: 100%;
    }

    .newsletter-sect .box-newsletter .panel-body form {
        float: none;
    }

    .header-bar .header-left {
        max-width: 100%;
    }


    .navbar-brand {
        float: none;
        display: block !important;
    }

    #navbar-brand a {
        display: block !important;
        height: auto;
        margin-left: 0;
        max-width: 100%;
        padding-left: 0;
        width: 100%;
    }

    #navbar-brand a img {
        max-width: 175px;
    }

    .header-bar .header-center {
        display: none;
    }

    .allProductSec .product-container .inside .content-container .content-container-inner .title a {
        -webkit-line-clamp: 2;
    }

    .newsletter-sect h3,
    #headlinemf0xls61c,
    .barf-scrollswap__panel h2,
    .barf-scrollswap__panel .nav-tabs>li>a,
    .barf-scrollswap__panel .tab-content>.tab-pane>.tab-heading>a {
        margin: 0 0 10px !important;
        font-size: 24px !important;
    }

    .productlist-viewmode-grid .product-container .product-tile figure .product-image img,
    .productlist-swiper .product-container .product-tile figure .product-image img,
    .product-container.flyover .product-tile figure .product-image img {
        max-height: 176px;
    }

    .productlist-viewmode-grid .product-container .product-tile .title-description .title,
    .productlist-swiper .product-container .product-tile .title-description .title,
    .product-container.flyover .product-tile .title-description .title {
        padding-top: 0px;
        min-height: 50px;
    }

    .productlist-viewmode-grid .product-container .product-tile .title-description .title a,
    .productlist-swiper .product-container .product-tile .title-description .title a,
    .product-container.flyover .product-tile .title-description .title a,
    .productlist-viewmode-grid .product-container .product-tile .price-tax .price,
    .productlist-swiper .product-container .product-tile .price-tax .price,
    .product-container.flyover .product-tile .price-tax .price {
        font-size: 18px;
    }

    .VorteileSec {
        padding: 30px 0;
    }

    .VorteileSec #commonHeading {
        margin-bottom: 10px;
    }

    .titlePara p {
        font-size: 16px;
    }

    .benefits__grid {
        flex-wrap: wrap;
    }

    .benefits__col {
        max-width: 100%;
        gap: clamp(12px, 2vw, 28px);
        width: 100%;
    }

    .pill__text {
        font-size: 16px;
    }

    .benefits .pill .pill__icon {
        width: 35px;
        height: 35px;
        flex: 0 0 35px;
    }

    .featAbt {
        padding: 30px 0;
    }

    .featBox img {
        max-width: 60px;
        margin-bottom: 10px;
    }

    .featBox h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .categCardSec {
        padding-top: 30px;
        background: none;
    }

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

    .promoBigInner {
        max-width: 100%;
    }

    .promo-card__content h3 {
        font-size: 20px;
    }

    .promo-card__content p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .promo-card__content {
        padding: 15px;
    }

    .promo-card__btn--light,
    .promo-card__btn {
        font-size: 16px;
    }

    .catCard::after {
        display: none;
    }

    .catCard .promo-card__content {
        max-width: 65%;
    }

    .catCard .promo-card__content p {
        margin-bottom: 10px;
    }

    #footer .inside>.row>div {
        margin-bottom: 0px;
    }

    #footer .box-content.panel .panel-heading .panel-title {
        padding-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    #footer .footer-links li a {
        font-size: 16px;
    }

    .ZahlungsmethodenImages,
    .varsandImages,
    .versand-logo {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    #footer .footer-bottom {
        font-size: 11px;
    }

    .faqSec {
        padding: 30px 0;
    }

    .faqSec .titlePara p {
        margin-bottom: 20px;
    }

    .faqSec .accordion-widget .panel-title a:after {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .faqSec .accordion-widget .panel .panel-heading .panel-title a {
        padding: 20px 15px;
        font-size: 16px;
        padding-left: 50px;
    }

    .faqSec .accordion-widget .panel-body p {
        font-size: 14px;
    }

    .newsletter-sect {
        padding: 30px 0 30px;
    }

    .newsletter-sect #column-id-hcva7p182 {
        padding-right: 0px;
    }

    .newsletter-sect #column-id-b2a0p1szw {
        padding-left: 0px;
    }

    .newsletter-sect p {
        font-size: 16px;
    }

    .newsletter-widget input,
    .newsletter-widget input[type="submit"] {
        height: 54px;
        font-size: 16px;
    }
}

/* Force ACCORDION on desktop for product detail tabs */
@media (min-width: 768px) {
    body {
        padding-top: 189px;
    }

    /* hide tab navigation */
    .product-info-description .nav-tabs-container .nav-tabs {
        display: none !important;
    }

    /* show all panes stacked */
    .product-info-description .tab-content>.tab-pane {
        display: block !important;
    }

    /* show accordion headings on desktop */
    .product-info-description .tab-content>.tab-pane>.tab-heading {
        display: block !important;
    }

    /* accordion open/close behavior */
    .product-info-description .tab-content>.tab-pane>.tab-body {
        display: none !important;
    }

    .product-info-description .tab-content>.tab-pane.active>.tab-body {
        display: block !important;
    }
}





















@media (max-width:767.9px) {

    p.hero__text,
    li.hero__feature {
        font-size: 16px;
    }

    .abtInner3::before {
        max-width: 100%;
    }

    .abtInner3 {
        padding: 50px 0;
    }

    h3.abouthero__title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .abtScrollSec {
        background: none !important;
    }

    .abtScrollSec::before {
        display: none;
    }

    .abtInner1 .gx-content-zone-row {
        padding-bottom: 20px;
    }

    .abtContent1 p {
        font-size: 16px;
        text-align: left !important;
    }

    #headline3ytv55lss-f3k4d {
        font-size: 26px !important;
        text-align: left !important;
        margin-bottom: 0;
    }

    #headline3ytv55lss {
        font-size: 18px;
        text-align: left !important;
        margin-bottom: 10px;
    }

    .abtContent1 {
        max-width: 100%;
    }

    .abtInner1 {
        padding: 30px 0;
    }

    .abtBanner::before {
        height: 350px;
        bottom: auto;
        z-index: 9;
        top: -30px;
    }

    .abtBanner {
        min-height: auto;
        display: flex;
        background-size: 767px !important;
        align-items: end;
        position: relative;
        padding-top: 330px;
        background-position: top center !important;
    }

    .abtBanner .gx-content-zone-row {
        padding-top: 0px;
    }

    .abtBanner h4 {
        font-size: 26px;
    }

    .abtBanner p {
        font-size: 16px;
    }

    .allProductSec .swiper-wrapper {
        justify-content: flex-start !important;
    }

    .allProductSec .productlist-swiper .product-container {
        width: 50% !important;
    }

    .productlist {
        padding: 0 0 0px;
        gap: 0 5px;
        /* justify-content: flex-end; */
    }

    .productlist::before,
    .productlisting-filter-container form .productlist-viewmode-grid {
        display: none;
    }

    .productlist-viewmode-grid .product-container .product-tile figure,
    .productlist-swiper .product-container .product-tile figure,
    .product-container.flyover .product-tile figure {
        height: 110px !important;
    }

    .cart-products-count {
        font-size: 10px;
        font-family: 'Manrope';
    }

    .footer-brand ul.footer-contact li,
    .footer-brand ul.footer-contact li a {
        font-size: 16px;
    }

    .header-bar .header-right {
        display: none;
    }

    .productlist-viewmode-grid .product-container {
        margin-bottom: 15px;
    }

    .productlist-viewmode-grid .product-container .product-tile .price-tax .price .gm_products_vpe.products-vpe,
    .productlist-swiper .product-container .product-tile .price-tax .price .gm_products_vpe.products-vpe,
    .product-container.flyover .product-tile .price-tax .price .gm_products_vpe.products-vpe {
        font-size: 12px !important;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price {
        font-size: 16px !important;
    }

    .bannerBotTxt {
        margin-top: 15px;
    }

    .hero__textBox {
        margin-bottom: 20px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .trust-bar {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }

    .hero__textBox p {
        font-size: 14px;
    }

    .hero__textBox h1 {
        margin-bottom: 10px;
        font-size: 21px;
    }

    #textbox-btw1auku1.mainbaner-section {
        padding: 40px 0 350px;
        background: url(/images/new-website-image/mob-banner.webp) !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .bannerFeat {
        margin-top: 0;
    }

    .hero__features {
        justify-content: center;
        gap: 20px 5px;
        margin-top: 0 !important;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav>li>.dropdown-menu>li>a,
    .navbar-collapse .navbar-categories ul.navbar-nav>li.open>.dropdown-menu>li>a {
        height: auto;
    }

    body.categories-open #header #categories .navbar-collapse {
        height: 100vh;
    }

    .navbar-collapse .navbar-categories ul.dropdown-menu>li>a {
        padding: 10px 15px 10px 15px !important;
    }

    .feature {
        align-items: center;
        gap: 10px;
        flex-direction: column;
        max-width: 49%;
        width: 100%;
        text-align: center;
    }

    .feature__icon {
        width: 48px;
        height: 48px;
    }

    .feature__icon img {
        width: 30px;
        height: 30px;
        object-fit: scale-down;
    }

    .feature__label {
        font-size: 13.5px;
        color: #000;
    }


    .kategory {
        padding: 30px 0px;
    }

    #commonHeading {
        font-size: 24px !important;
    }

    .kategory__row {
        margin-top: 30px;
        row-gap: 25px;
    }

    .kategory__item {
        min-width: 50%;
        gap: 10px;
    }

    .kategory__img {
        width: 80px;
        height: 80px;
    }

    .kategory__label {
        font-size: 13px;
    }

    .allProductSec {
        padding: 30px 0;
    }

    .productlist-viewmode-grid .product-container .product-tile figure .product-image img,
    .productlist-swiper .product-container .product-tile figure .product-image img,
    .product-container.flyover .product-tile figure .product-image img {
        max-height: 176px;
    }

    .productlist-viewmode-grid .product-container .product-tile .title-description .title,
    .productlist-swiper .product-container .product-tile .title-description .title,
    .product-container.flyover .product-tile .title-description .title {
        padding-top: 0px;
    }

    .productlist-viewmode-grid .product-container .product-tile .title-description .title a,
    .productlist-swiper .product-container .product-tile .title-description .title a,
    .product-container.flyover .product-tile .title-description .title a,
    .productlist-viewmode-grid .product-container .product-tile .price-tax .price,
    .productlist-swiper .product-container .product-tile .price-tax .price,
    .product-container.flyover .product-tile .price-tax .price {
        font-size: 14px;
    }

    .benefit-item {
        justify-content: start;
    }
}

@media (max-width:991.9px) and (min-width:768px) {
    .pageup {
    bottom: 60px;
    right: 10px;
    width: 40px;
    padding-top: 0 !important;
    height: 40px;
    line-height: 40px;
    }
    .pageup, .pageup:before{
    font-size: 30px !important;
}
    .fp-products-listing-container {
    grid-template-columns: repeat(1, 1fr);
}
    .fp-image-container {
        min-width: 100px;
        width: 100px;
        height: 100px;

    }

    .fp-free-products-container>a.product-url {
        gap: 15px !important;
    }

    .fp-title-description .title {
        font-size: 16px;
    }

    .benefit-item {
        justify-content: start;
    }

    .paypallinks {
        padding: 10px 5px;
        bottom: 5px;
        font-size: 10px;
    }

    .paypallinks img {
        max-width: 80px;
    }

    .contnt-allpages {
        background-size: 450px !important;
    }

    .contnt-allpages:before {
        display: none;
    }

    .page-product-info #outer-wrapper::after {
        bottom: 1420px;
        transform: scale(0.7);
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper {
        background: none !important;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper::before {
        width: 250px !important;
        height: 370px !important;
    }

    .contctpage::before,
    .page-product-info #outer-wrapper #wrapper::before {
        display: none;
    }

    #textbox-4nwwpoita {
        background-size: 500px !important;
    }

    .productUPSbox .text-section {
        width: 100%;
    }

    .tab-content main {
        padding: 0;
    }

    .product-info-usps .col-12:last-child .productUPSbox {
        margin-bottom: 0;
    }

    .productUPSbox p {
        font-size: 14px;
        word-break: break-word;
    }

    .product-info-usps .productUPSbox {
        display: block;
        align-items: center;
        margin-bottom: 0;
        padding: 0 3px;
        text-align: center;
    }

    .productUPSbox img {
        width: 30px;
        height: 30px;
    }

    .product-info .product-info-details .product-info-links {
        padding: 15px 5px;
    }

    .product-info-usps>.row>.col-sm-4 {
        padding: 0;
    }

    .logoutInner h1 {
        font-size: 34px;
    }

    .logoutInner p {
        font-size: 18px;
    }

    .passwordInnerB input {
        height: 60px;
    }

    .passwordInnerB legend {
        font-size: 18px;
    }

    .passwordInnerB h1 {
        font-size: 28px;
    }

    .as-oil-content-overlay {
        max-width: 450px;
    }

    .as-oil-content-overlay .as-oil__heading {
        font-size: 20px;
    }

    .as-oil-content-overlay .as-oil-l-row.as-oil-l-buttons {
        margin-top: 30px;
    }

    .as-oil-content-overlay button.as-oil__btn.as-oil__btn-cpc.as-js-advanced-settings,
    .as-oil-content-overlay button.as-oil__btn.as-oil__btn-optin {
        font-size: 14px;
        height: 50px;
        padding: 0 25px;
        min-width: auto;
        margin: 0;
    }

    .as-oil-content-overlay .as-oil-l-row.as-oil-l-buttons .as-oil-l-item {
        width: auto;
        margin: 0;
    }

    .review-card {
        min-height: 445px !important;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile figure .product-image img {
        min-height: 170px;
    }

    .product-container .inside .content-container-inner figure.image .button-input .btn-buy {
        font-size: 16px;
        line-height: 56px;
    }

    .newsletter-sect::before,
    #footer::after {
        display: none;
    }

    body {
        padding-top: 130px;
    }

    #topbar-container .navbar-topbar .navbar-nav>li>a {
        font-size: 10px;
        padding: 6px 8px;
    }

    body.page-login {
        padding-top: 130px;
    }

    .login-accountpage {
        max-width: 515px;
        margin: 0 auto;
    }

    .loginpage {
        padding: 60px 0;
    }

    .login-accountpage h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .product-info-listings>h2 {
        font-size: 26px;
    }

    .product-info-listings {
        margin-top: 0px;
    }

    .product-info-description .tab-content>.tab-pane>.tab-heading>a,
    .product-info-description .tab-content>.tab-pane>.tab-heading>a:hover {
        font-size: 18px;
    }


    .product-info-usps .col-12:last-child .productUPSbox {
        margin-bottom: 0;
    }

    .product-info-usps .productUPSbox {
        margin-bottom: 0px;
        align-items: center;
    }

    .product-info .product-info-details .product-info-links {
        padding: 15px;
    }

    .product-info .product-info-details .button-container input {
        font-size: 16px;
        line-height: 56px;
    }

    .product-info .product-info-details .input-number {
        height: 56px;
    }

    .product-info .product-info-details .input-number a.btn {
        line-height: 56px;
    }

    .product-info .product-info-details .input-number input {
        font-size: 22px;
    }

    .product-info .product-info-details .button-container {
        max-width: 100%;
        height: 56px;
        min-width: 100%;
    }

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

    .product-info .product-info-details .input-number {
        max-width: 100%;
    }

    .custom-revewsction img {
        max-width: 60px;
    }

    .product-info .product-info-details .price-container .current-price-container {
        font-size: 26px;
    }

    .rating-stars .glyphicon,
    .rating-stars .fa,
    .rating-stars .gm-star {
        font-size: 16px;
        width: 22px;
    }

    .product-info .product-info-details .product-info-title-desktop {
        font-size: 26px;
    }

    .product-info .product-info-details .hidden-xs.hidden-sm.ribbon-spacing,
    .product-info .product-info-details .product-info-title-desktop.hidden-xs.hidden-sm {
        display: block !important;
    }

    .product-info .product-info-details {
        padding: 0;
        margin-top: 25px;
    }

    .product-info.product-info-default {
        padding: 0px 0;
    }

    .product-info .product-info-stage #image-collection-container {
        max-width: 319px;
        width: 100%;
    }

    .product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside img {
        max-height: 319px;
        min-height: auto !important;
    }

    .product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside,
    .product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside a {
        display: block;
        height: 319px;
    }

    .product-info-image {
        position: relative;
        height: 319px;
    }

    .product-info .product-info-stage.centered {
        padding: 0px;
    }

    .product-info-title-mobile.visible-xs-block.visible-sm-block {
        display: none !important;
    }

    .productlist-viewmode-list .product-container .inside .content-container .content-container-inner .price-tax {
        text-align: left;
    }

    .category-sctin .main-inside h1.commonHeading {
        font-size: 28px;
    }

    .category-sctin .main-inside .container-fluid {
        padding: 0;
    }

    #wrapper .category-sctin #left {
        display: none;
    }

    #wrapper .category-sctin #main {
        left: 0;
        width: 100%;
        padding: 0;
    }

    .contact-box {
        min-height: auto;
    }

    .contact-box {
        margin-bottom: 15px;
    }

    .contcktimge img {
        margin-bottom: 20px;
    }

    .barf-scrollswap__media-inner {
        height: 820px;
    }

    .faqImg {
        display: none;
    }

    .barf-scrollswap__wrap {
        grid-template-columns: 1fr;
    }

    .footer-brand img {
        max-width: 257px;
    }

    .featBox img {
        max-width: 60px;
        margin-bottom: 10px;
    }

    .featAbt .container>.gx-content-zone-row {
        display: flex;
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .featBox {
        max-width: 50%;
    }

    .featAbt {
        padding: 50px 0;
    }

    .abtInner3::before {
        max-width: 70%;
    }

    section.banerhero {
        max-width: 75%;
    }

    h3.abouthero__title {
        font-size: 36px;
    }

    p.hero__text {
        font-size: 16px;
    }

    .abtInner3 {
        padding: 50px 0;
    }

    .abtScrollSec::after {
        left: 10%;
    }

    .abtScrollSec {
        background-size: 500px !important;
    }

    .abtScrollSec::before {
        display: none !important;
    }

    #headline3ytv55lss-f3k4d {
        font-size: 38px !important;
        margin-bottom: 20px;
    }

    .abtContent1 {
        max-width: 80%;
    }

    .abtInner1 {
        padding: 70px 0 20px;
    }

    .abtBanner h4,
    .faqSec h3 {
        font-size: 38px !important;
    }

    .abtBanner::before {
        width: 100%;
        height: 300px;
        bottom: auto;
        top: 108px;
    }

    .abtBanner {
        background-size: 990px !important;
        background-position: top !important;
    }

    #breadcrumb_navi {
        padding: 10px 0px;
    }

    ul.dropdown-menu.arrow-top {
        margin-top: 0px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav {
        gap: 0;
        flex-direction: column;
        padding-bottom: 0 !important;
        overflow-y: scroll;
        height: 100%;
        max-height: 500px;
    }

    .navbar-collapse .navbar-categories>ul.navbar-nav li.navbar-topbar-item {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0 !important;
    }

    #categories .nav>li>a {
        border: 0;
        padding: 15px;
    }

    #header.sticky {
        padding: 0px 0 0;
    }

    .navbar-collapse .navbar-categories>ul.navbar-nav li.navbar-topbar-item:last-child {
        margin-bottom: 0px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav>li>a span.fa {
        color: var(--primary-color);
        margin-right: 7px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav>li>a {
        font-size: 16px;
    }

    header #categories .navbar-categories>.navbar-nav li.dropdown:not(.custom):not(.login-off-item)>a:before,
    header #categories .navbar-categories>.navbar-nav li>a:before {
        display: none !important;
    }

    #header .inside .navbar-header {
        display: flex;
        align-items: center;
        padding: 0px 0;
    }

    #navbar-brand {
        max-width: 60%;
        margin-right: auto;
    }

    #header .inside .navbar-header .navbar-toggle {
        max-height: 50px;
        max-width: 50px;
        width: 50px;
        height: 55px;
    }

    .barf-scrollswap__media {
        display: none;
        position: static;
    }

    .barf-scrollswap__wrap {
        gap: 30px;
    }

    .header-bar {
        padding: 0px 0;
    }

    .catCard::after {
        display: none;
    }

    .header-bar {
        padding: 0px 0;
    }

    header .navbar.sticky .header-bar {
        padding: 10px 0;
    }

    #navbar-brand a img {
        max-width: 200px;
    }

    .header-bar .header-left,
    .header-bar .header-right {
        max-width: 100%;
        width: 100%;
    }

    .header-bar .header-center {
        display: none;
    }

    #footer .box-content.panel .panel-heading .panel-title {
        padding-bottom: 0px;
        padding-top: 30px;
        margin-bottom: 44px;

    }

    .ZahlungsmethodenImages,
    .varsandImages,
    .versand-logo {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .newsletter-sect .box-newsletter .panel-body form {
        float: none;
    }

    #column-id-rgvd28cfq {
        display: none;
    }

    .faqSec {
        padding: 70px 0;
    }

    .testimonialSec {
        padding: 70px 0 80px;
    }

    .promo-card--small {
        min-height: 350px;
    }

    .catCard .promo-card__content p {
        margin-bottom: 20px;
    }

    .promo-card--big {
        min-height: 500px;
    }

    .categCardSec {
        background-size: 600px !important;
    }

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

    #navbar-brand a img {
        max-width: 200px;
    }

    .mainbaner-section {
        padding: 130px 0 300px;
        background-position: left !important;
    }

    .hero__textBox h1 {
        margin-bottom: 15px !important;
        font-size: 36px !important;
    }

    .bannerFeat {
        margin-top: -350px;
    }

    .hero__features {
        row-gap: 10px !important;
        column-gap: 30px !important;
        justify-content: start !important;
        margin-top: 30px;
    }

    .kategory__row {
        row-gap: 30px;
    }

    .kategory__item {
        min-width: 33.33%;
    }

    .kategory__img {
        width: 158px;
        height: 158px;
    }


    .allProductSec {
        padding: 80px 0 0;
    }

    .barf-scrollswap__panel {
        padding: 30px 0;
    }

    .barf-scrollswap__panel h2 {
        font-size: 32px;
    }

    .scrollImgSec {
        padding-bottom: 00px;

    }

    .VorteileSec {
        background-position: center !important;
    }

    .categProduct>.container>.gx-content-zone-row {
        flex-wrap: wrap;
    }

    .leftCategBox {
        min-height: 1000px;
        margin-bottom: 30px;
        margin-right: 0;
        background-position: top !important;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect {
        padding-left: 12px;
    }

    .ribbons>.ribbon-recommendation {
        min-width: 50px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price {
        font-size: 18px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner figure.image {
        display: flex;
        align-items: center;
        height: auto;
    }

    .review-user .user-name {
        font-size: 16px;
    }

    .reviews-slider .slick-prev {
        left: -20px;
        z-index: 9;
    }

    .reviews-slider .slick-next {
        right: -20px;
        z-index: 9;
    }

    element.style {}

    .review-user .user-role {
        font-size: 14px;
    }
}

@media (max-width:1100.9px) and (min-width:992px) {
  
    .benefit-item {
        justify-content: start;
    }
}

@media (max-width:1023.9px) and (min-width:992px) {
    .contnt-allpages {
        background-size: 450px !important;
    }

    .contnt-allpages:before {
        display: none;
    }

    .page-product-info #outer-wrapper::after {
        bottom: 940px;
    }

    .page-product-info #outer-wrapper #wrapper::before {
        left: -100px;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper {
        background: none !important;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper::before {
        width: 250px !important;
        height: 300px !important;
    }

    .contctpage::before {
        left: -100px;
    }

    .product-container .inside {
        min-height: 410px;
    }

    .review-card {
        min-height: 365px !important;
    }

    .panel>.navbar-categories-left>ul>li>a:before {
        margin-top: 4px !important;
    }

    .panel>.navbar-categories-left>ul>li.active>a {
        padding-left: 10px;
    }

    .box-categories .navbar-categories-left>ul>li a.has-image .cat-image {
        margin-right: 5px;
        max-height: 20px;
        max-width: 20px;
    }

    .panel>.navbar-categories-left>ul>li>a {
        font-size: 16px;
        padding: 10px 10px;
    }

    #left .box-categories {
        padding: 15px 0;
    }

    .product-container .inside .content-container-inner figure.image .button-input .btn-buy {
        font-size: 14px;
        line-height: 50px;
    }

    .contact-box {
        min-height: 330px;
    }

    .login-accountpage {
        max-width: 515px;
        margin: 0 auto;
    }

    .loginpage {
        padding: 60px 0;
    }

    .login-accountpage h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .product-info .product-info-stage #image-collection-container {
        max-width: 419px;
        width: 100%;
    }

    .product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside,
    .product-info-image .product-info-image-inside .swiper-slide .swiper-slide-inside a {
        display: block;
        height: 419px;
    }

    .product-info-image {
        position: relative;
        height: 419px;
    }

    .product-info .product-info-details .product-info-links {
        padding: 20px;
    }

    .product-info-usps .col-12:last-child .productUPSbox {
        margin-bottom: 0;
    }

    .product-info-usps .productUPSbox {
        margin-bottom: 10px;
    }

    .productlist-viewmode-grid .product-container .product-tile figure,
    .productlist-swiper .product-container .product-tile figure,
    .product-container.flyover .product-tile figure {
        height: 180px;
    }

    .category-sctin #left .gm_box_container:first-child {
        top: 100px;
    }

    body {
        padding-top: 135px;
    }

    .featAbt {
        padding: 50px 0;
    }

    p.hero__text {
        font-size: 16px;
    }

    h3.abouthero__title {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .abtInner3 {
        padding: 70px 0;
    }

    .abtScrollSec {
        background-size: 400px !important;
    }

    .abtScrollSec::before {
        left: -100px !important;

    }

    .abtContent1 {
        max-width: 70%;
    }

    .abtInner1 {
        padding: 100px 0 50px;
    }

    .abtBanner p {
        font-size: 16px;
    }

    .abtBanner h4 {
        font-size: 38px;
    }

    .abtBanner::before {
        height: 300px;
        bottom: 228px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 69%, #fafafa 100%);
    }

    .abtBanner {
        background-size: 1023.9px !important;
        background-position: top !important;
    }

    #breadcrumb_navi {
        padding: 5px 15px 18px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav {
        gap: 0;
        flex-direction: column;
        padding-bottom: 0 !important;
        overflow-y: scroll;
        height: 100%;
        max-height: 500px;
    }

    .navbar-collapse .navbar-categories>ul.navbar-nav li.navbar-topbar-item {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0 !important;
    }

    #categories .nav>li>a {
        border: 0;
        padding: 15px;
    }

    .navbar-collapse .navbar-categories>ul.navbar-nav li.navbar-topbar-item:last-child {
        margin-bottom: 0px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav>li>a span.fa {
        color: var(--primary-color);
        margin-right: 7px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav>li>a {
        font-size: 16px;
    }

    header #categories .navbar-categories>.navbar-nav li.dropdown:not(.custom):not(.login-off-item)>a:before,
    header #categories .navbar-categories>.navbar-nav li>a:before {
        display: none !important;
    }

    #header .inside .navbar-header {
        display: flex;
        align-items: center;
        padding: 0px 0;
    }

    #navbar-brand {
        max-width: 60%;
        margin-right: auto;
    }

    #header .inside .navbar-header .navbar-toggle {
        max-height: 50px;
        max-width: 50px;
        width: 50px;
        height: 55px;
    }
}

@media (max-width:1200.9px) and (min-width:992px) {
  .fp-products-listing-container {
    grid-template-columns: repeat(1, 1fr);
}
    .categProduct .productlist-viewmode-grid .product-container .product-tile figure .product-image img {
        min-height: 200px;
    }

    .categProduct .productlist .product-container.swiper-slide {
        padding: 0 5px;
    }

    .topnav .navlinks a {
        font-size: 16px;
    }

    .header-bar .header-center {
        max-width: 40%;
    }

    .header-bar .header-left,
    .header-bar .header-right {
        max-width: 30%;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav {
        gap: 20px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav::-webkit-scrollbar {
        width: 100%;
        height: 5px;
    }

    /* Track */
    .navbar-collapse .navbar-categories ul.navbar-nav::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .navbar-collapse .navbar-categories ul.navbar-nav::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .navbar-collapse .navbar-categories ul.navbar-nav::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .hero__textBox h1 {
        margin-bottom: 10px;
        font-size: 42px;
    }

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

    .trust-bar .cta-button {
        padding: 15px 60px;
    }

    .bannerFeat {
        margin-top: -250px;
    }

    .hero__features {
        margin-top: 10px;
    }

    .hero__features {
        row-gap: 15px !important;
        justify-content: start;
        column-gap: 15px !important;
    }

    .kategory__item {
        min-width: 33.33%;
    }

    .kategory__row {
        row-gap: 30px;
    }

    .barf-scrollswap__wrap {
        gap: 40px;
    }

    .barf-scrollswap__panel {
        padding: 40px 0;
    }

    .barf-scrollswap__panel h2 {
        font-size: 36px;
    }

    .VorteileSec {
        background-position: center !important;
    }

    .benefits__col {
        max-width: 350px;
    }

    .featBox h4 {
        font-size: 21px;
    }

    .leftCategBox {
        margin-right: 0px;
        background-position: center !important;
    }

    .leftCategBox h3 {
        font-size: 24px;
    }

    .leftCategBox p {
        font-size: 14px;
        text-shadow: 1px 1px 2px #fff;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .leftCategBox .btn {
        font-size: 14px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner figure.image {
        max-width: 50%;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect {
        max-width: 50%;
        padding-left: 10px;
    }

    .ribbons>div {
        font-size: 8px;
    }

    .ribbons>.ribbon-recommendation {
        min-width: 45px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price {
        font-size: 18px;
    }

    .productlist-viewmode-grid .product-container .product-tile .title-description .title a,
    .productlist-swiper .product-container .product-tile .title-description .title a,
    .product-container.flyover .product-tile .title-description .title a,
    .productlist-viewmode-grid .product-container .product-tile .price-tax .price,
    .productlist-swiper .product-container .product-tile .price-tax .price,
    .product-container.flyover .product-tile .price-tax .price {
        font-size: 18px;
    }

    .promo-card__content h3 {
        font-size: 26px;
    }

    .promo-card__content p {
        font-size: 14px;
    }

    .catCard .promo-card__content {
        max-width: 65%;
    }

    .catCard .promo-card__content p {
        margin-bottom: 10px;
    }

    .promo-card__btn {
        font-size: 16px;
    }

    .newsletter-sect .box-newsletter .panel-body fieldset input {
        min-width: 300px;
    }

    #footer .box-content.panel .panel-heading .panel-title {
        padding-top: 15px;
        margin-bottom: 35px;
    }

    .ZahlungsmethodenImages,
    .varsandImages,
    .versand-logo {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .reviews-slider .slick-prev {
        left: -7px;
        z-index: 2;
    }

    .reviews-slider .slick-next {
        right: -7px;
        z-index: 2;
    }

    .catCard::after {
        display: none;
    }

    .mainbaner-section {
        padding: 130px 0 250px;
        background-position: left !important;
    }

    .productlist-viewmode-grid .product-container .product-tile figure,
    .productlist-swiper .product-container .product-tile figure,
    .product-container.flyover .product-tile figure {
        height: 180px;

    }

    .category-sctin #left .gm_box_container:first-child {
        top: 100px;
    }
}


@media (min-width:1024px) {

    .navbar-collapse .navbar-categories ul.navbar-nav>li>ul.dropdown-menu {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

@media (max-width:1023.9px) {
    .abtBanner::before {
        display: none;
    }
    .navbar-collapse .navbar-categories ul.navbar-nav{
        align-items: flex-start;
    }
}

@media (max-width:1200.9px) and (min-width:1024px) {
    .contnt-allpages {
        background-size: 450px !important;
    }

    .contnt-allpages:before {
        display: none;
    }

    .page-product-info #outer-wrapper::after {
        bottom: 940px;
    }

    .page-product-info #outer-wrapper #wrapper::before {
        left: -50px;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper {
        background: none !important;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper::before {
        width: 300px !important;
        height: 500px !important;
        top: 40%;
    }

    .contctpage::before {
        left: -80px;
    }

    .product-container .inside {
        min-height: 410px;
    }

    .review-card {
        min-height: 440px !important;
    }

    .panel>.navbar-categories-left>ul>li>a:before {
        margin-top: 4px !important;
    }

    .panel>.navbar-categories-left>ul>li.active>a {
        padding-left: 10px;
    }

    .box-categories .navbar-categories-left>ul>li a.has-image .cat-image {
        margin-right: 5px;
        max-height: 20px;
        max-width: 20px;
    }

    .panel>.navbar-categories-left>ul>li>a {
        font-size: 16px;
        padding: 10px 10px;
    }

    #left .box-categories {
        padding: 15px 0;
    }

    .product-container .inside .content-container-inner figure.image .button-input .btn-buy {
        font-size: 14px;
        line-height: 50px;
    }

    .header-right .navbar-search .search-bar input {
        width: 250px;
    }

    .contact-box {
        min-height: 330px;
    }

    .product-info-usps .col-12:last-child .productUPSbox {
        margin-bottom: 0;
    }

    .product-info-usps .productUPSbox {
        margin-bottom: 10px;
    }

    .product-info .product-info-details .product-info-links {
        padding: 20px;
    }

    .login-accountpage {
        max-width: 615px;
        margin: 0 auto;
    }

    .loginpage {
        padding: 60px 0;
    }

    .login-accountpage h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .hero__features {
        margin-top: 20px;
    }

    h3.abouthero__title {
        font-size: 44px;
        margin-bottom: 15px;
    }

    p.hero__text {
        font-size: 16px;
    }

    .abtInner3 {
        padding: 100px 0;
    }

    .abtScrollSec {
        background-size: 450px !important;
    }

    .abtScrollSec::before {
        left: -100px;
    }

    .abtBanner p {
        font-size: 16px;
    }

    .abtBanner h4 {
        font-size: 40px;
    }

    body {
        padding-top: 170px;
    }

    #breadcrumb_navi {
        padding: 15px;
    }
}

@media (max-width:1750.9px) and (min-width:1501px) {
    .contnt-allpages:before {
        display: none;
    }

    .contctpage::before {
        left: -80px;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper {
        background-size: 350px !important;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper::before {
        width: 250px !important;
        height: 420px !important;
    }
}

@media (max-width:1500.9px) and (min-width:1201px) {
    .fp-free-products-container {
    padding: 5px 10px;
    }
    .fp-free-products-container>a.product-url {
    gap: 10px;
}
.fp-image-container {
    min-width: 60px;
    width: 60px;
    height: 60px;
}
.fp-title-description .title {
    font-size: 14px;
}
    .contnt-allpages {
        background-size: 550px !important;
    }

    .contnt-allpages:before {
        display: none;
    }

    .page-product-info #outer-wrapper::after {
        bottom: 945px;
    }

    .page-product-info #outer-wrapper #wrapper::before {
        left: 0px;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper {
        background-size: 350px !important;
    }

    .page-index-type-gm_boosted_category.page-index-type-cPath #outer-wrapper::before {
        width: 250px !important;
        height: 420px !important;
    }

    .contctpage::before {
        left: -80px;
    }

    .review-card {
        min-height: 460px !important;
    }

    #footer .box-content.panel .panel-heading .panel-title {
        padding-top: 25px;
    }
}

@media (max-width:1800.9px) and (min-width:1201px) {
    .abtScrollSec {
        background-size: 450px !important;
    }

    .header-right .navbar-search .search-bar input {
        width: 260px;
    }
}

@media (max-width:1520.9px) and (min-width:1201px) {
    .product-container .inside .content-container-inner figure.image .button-input .btn-buy {
        font-size: 16px;
        line-height: 58px;
    }

    #left .box-categories {
        padding: 10px 0;
    }

    .contact-box {
        min-height: 280px;
    }

    body.page-login {
        padding-top: 175px;
    }

    .catCard::after {
        display: none;
    }

    .reviews-slider .slick-next {
        right: -17px;
    }

    .reviews-slider .slick-prev {
        left: -17px;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav {
        gap: 20px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .navbar-collapse .navbar-categories ul.navbar-nav::-webkit-scrollbar {
        width: 100%;
        height: 5px;
        border-radius: 10px;
    }

    /* Track */
    .navbar-collapse .navbar-categories ul.navbar-nav::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .navbar-collapse .navbar-categories ul.navbar-nav::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    /* Handle on hover */
    .navbar-collapse .navbar-categories ul.navbar-nav::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .mainbaner-section {
        padding: 180px 0 250px;
        background-position: left !important;
    }

    .bannerFeat {
        margin-top: -170px;
    }

    .feature__label {
        font-size: 18px;
    }

    .feature__icon {
        width: 60px;
        height: 60px;
    }

    .hero__features {
        row-gap: 10px !important;
    }

    .kategory__row {
        row-gap: 20px;
    }

    .VorteileSec {
        background-position: center !important;
    }

    .benefits__col {
        max-width: 360px;
    }

    .productlist-viewmode-grid .product-container .product-tile .title-description .title a,
    .productlist-swiper .product-container .product-tile .title-description .title a,
    .product-container.flyover .product-tile .title-description .title a,
    .productlist-viewmode-grid .product-container .product-tile .price-tax .price,
    .productlist-swiper .product-container .product-tile .price-tax .price,
    .product-container.flyover .product-tile .price-tax .price {
        font-size: 18px;
    }

    .ribbons>div {
        font-size: 9px;
    }

    .ribbons>.ribbon-recommendation {
        min-width: 50px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price {
        font-size: 18px;
    }

    .categProduct .productlist-viewmode-grid .product-container .product-tile .inside .content-container .content-container-inner .home-grid-sect .price-tax .price .productOldPrice {
        margin-bottom: 5px;
    }

    .leftCategBox p {
        font-size: 14px;
    }

    .leftCategBox h3 {
        font-size: 26px;
    }

    .catCard .promo-card__content {
        top: 0;
        max-width: 55%;
        padding-right: 0;
    }

    .promo-card__content p {
        margin: 0 0 15px !important;
        font-size: 15px;
    }

    .promo-card__btn {
        font-size: 16px;
    }
}

@media (max-width:1666px) and (min-width:1521px) {
    .catCard::after {
        display: none;
    }
}