/* Place your minified version of the theme layouts here. */
* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

/* Header cart badge */
header .flex-header-links li,
header .flex-header-links a {
    position: relative;
}

.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -9px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #fe3030;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    pointer-events: none;
    z-index: 1;
}

.scrolled .cart-count-badge,
.single-bulk .cart-count-badge {
    border-color: #f7f7f7;
}

ul,
ol {
    list-style: none;
}

body p {
    margin-bottom: 20px;
}

:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

/*------------ Layout media query starts ------------*/
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }
}

img,
svg {
    vertical-align: middle;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Bricolage Grotesque", sans-serif;
}

.h1,
h1 {
    font-size: calc(1.6rem + 2vw);
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 36px;
    }
}

.h2,
h2 {
    font-size: calc(1.4rem + 1.5vw);
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 32px;
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + 1vw);
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 28px;
    }
}

.h4,
h4 {
    font-size: calc(1.1rem + .5vw);
}

@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 24px;
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

[class*="row-gap"] {
    row-gap: 20px;
}

.row-gap-3 {
    row-gap: 30px;
}

[class*="grid"] {
    display: grid;
}

[class*="flex"]:not(.flex-viewport):not(.flex-control-nav):not(.flex-control-thumbs):not(.flex-active-slide):not(.flex-active):not(.flexslider) {
    display: flex;
}

[class*="flex-column"] {
    flex-flow: column;
}

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

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

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

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

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

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-3 {
    margin-top: 30px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-auto {
    margin-top: 70px;
}

.mx-auto {
    margin-inline: auto;
}

.sec-gap {
    padding-block: 70px;
}

/*site-header*/

.header-grid-container {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
}

header .header-grid-container>.flex-social {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
}

header .header-grid-container>.bwe-service-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-grid-container>.header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin-left: 0;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 25px;
    transition: all 0.3s ease-out 0s;
}

.flex-social {
    gap: 15px;
}

.flex-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
}

.bwe-service-logo a img {
    height: auto;
    width: 100px;
}

header .header-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

header .flex-header-links {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .flex-header-links li {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

header .flex-header-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

header .flex-header-links a:hover {
    color: var(--pc, #fe0000);
}

header .flex-header-links svg {
    display: block;
    width: 24px;
    height: 24px;
}

header .flex-menuToggle {
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    gap: 10px;
    height: 24px;
    line-height: 1;
    flex-shrink: 0;
    justify-content: end;
}

header .flex-menuToggle svg {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.scrolled header .flex-header-links a,
.single-bulk header .flex-header-links a {
    color: var(--black);
}

header .flex-header-links .header-search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

header .flex-header-links .header-search-toggle:focus,
header .flex-header-links .header-search-toggle:focus-visible {
    outline: none;
    box-shadow: none;
}

header .flex-header-links .header-search-toggle[aria-expanded="true"] {
    color: var(--pc, #fe0000);
    background: transparent;
}

header .flex-header-links .header-search-toggle:hover {
    color: var(--pc, #fe0000);
}

.scrolled header .flex-header-links .header-search-toggle,
.single-bulk header .flex-header-links .header-search-toggle {
    color: var(--black);
}

.bwe-header-search {
    position: fixed;
    top: var(--bwe-search-top, 100px);
    left: 0;
    right: 0;
    z-index: 9998;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.bwe-header-search.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.bwe-header-search__backdrop {
    position: fixed;
    inset: 0;
    top: var(--bwe-search-top, 100px);
    background: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.bwe-header-search .container {
    padding-inline: 16px;
}

.bwe-header-search__panel {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -2px 24px rgba(0, 0, 0, 0.08);
    padding: 14px 0 18px;
}

.bwe-header-search__form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fff;
}

.bwe-header-search__field-icon {
    display: flex;
    flex-shrink: 0;
    color: #9a9a9a;
}

.bwe-header-search__input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 1.4;
    color: #111;
    outline: none;
    padding: 0;
}

.bwe-header-search__input::placeholder {
    color: #9a9a9a;
}

.bwe-header-search__close {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: none;
    background: transparent;
    color: #666;
    cursor: pointer;
    line-height: 0;
}

.bwe-header-search__close:hover {
    color: var(--pc, #fe0000);
}

body.bwe-search-open {
    overflow: hidden;
}

.menu {
    width: 300px;
    height: calc(100vh);
    position: fixed;
    top: 0;
    padding: 20px;
    right: 0;
    z-index: 3;
    transform: translateX(100%);
}

.navmenu {
    transform: translate(0);
}

header nav {
    position: relative;
    margin-top: 30px;
}

header nav ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.navmenu nav ul li {
    opacity: 1;
    transform: translateX(0);
}

.dropdown {
    position: relative;
}

.dropdown ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
}

.dropdown.mobile_dropdown>ul {
    inset: 0;
    margin-top: 10px;
    padding: 15px;
    position: static;
    visibility: visible;
}

header .closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
}


.single-bulk header {
    border-bottom: 1px solid #c7c7c7;
    padding-block: 10px;
    background: var(--white);
    top: 35px;
}

.single-bulk header .header-grid-container {
    align-items: center;
}

.single-bulk header .bwe-service-logo img {
    height: 60px;
    width: 60px;
}

.single-bulk header :is(.flex-menuToggle, .flex-menuToggle svg path) {
    stroke: #000;
    color: var(--black);
}

/*hero banner */

.hero-banner {
    height: 750px;
    width: 100%;
    background: url(http://alertsole.batterseaconsultant.com/wp-content/uploads/2026/05/hero-img.webp) no-repeat center / cover;
}

.page-hero {
    background: url(http://alertsole.batterseaconsultant.com/wp-content/uploads/2026/05/page-hero-img.webp) no-repeat center / cover;
    padding-block: 350px 80px;
}

.hero-banner,
.page-hero {
    overflow: hidden;
    position: relative;
}

.page-hero:after,
.hero-banner:after {
    position: absolute;
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;

}

.hero-banner::after {
    background:
        linear-gradient(359.91deg, rgba(0, 0, 0, 0) 0.08%, rgba(31, 31, 31, 0.7) 92.99%),
        linear-gradient(180deg, rgba(4, 42, 45, 0) 47.91%, rgba(31, 31, 31, 0.8) 80.04%),
        linear-gradient(270deg, rgba(4, 42, 45, 0) 59.75%, #1F1F1F 100%);
}

.page-hero::after {
    background:
        linear-gradient(359.91deg, rgba(0, 0, 0, 0) 0.08%, rgba(31, 31, 31, 0.7) 92.99%),
        linear-gradient(180deg, rgba(4, 42, 45, 0) 47.91%, rgba(31, 31, 31, 0.8) 80.04%),
        linear-gradient(270deg, rgba(4, 42, 45, 0) 59.75%, #1F1F1F 100%);
}

:is(.hero-banner, .page-hero) .hero-content {
    position: absolute;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.page-hero .hero-content {
    bottom: 0;
    text-align: center;
    max-width: 700px;
    width: 100%;
    background: rgb(44 44 44 / 30%);
    padding: 30px;
    border-radius: 8px 8px 0 0;
}

.page-hero .yoast-breadcrumbs,
.woocommerce-breadcrumb {
    margin-bottom: 20px;
}

body.single-product .page-hero .yoast-breadcrumbs,
body.single-product .page-hero .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.yoast-breadcrumbs>span,
.woocommerce-breadcrumb {
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-breadcrumb {
    gap: 30px
}

.hero-banner .hero-content {
    bottom: 100px;
    text-align: center;
    max-width: 800px;
    width: 100%;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    z-index: 0;
}


/*heading seprator*/

h2 div {
    display: inline-flex;
    padding-inline: 10px;
}


/* site btns */

.flex-pairBtn {
    flex-wrap: wrap;
    gap: 10px 30px;
}

.flex-btn {
    align-items: center;
    gap: 12px;
    width: fit-content;
}


.flex-border-card {
    padding: 20px 20px 0;
    position: relative;
    overflow: hidden;
}

.flex-border-card span {
    background: linear-gradient(180deg, #FFE9E9 16.48%, rgba(255, 255, 255, 0) 100%);
    ;
    height: 300px;
    width: 300px;
    border-radius: 50%;
}

.flex-border-card img {
    height: 200px;
    width: 200px;
    mix-blend-mode: multiply;
}

.flex-border-card .card-ttl {
    position: absolute;
    bottom: 0;
}

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

.product-right {
    grid-template-columns: 7% 54% auto;
}

.product-left {
    grid-template-columns: auto 54% 7%;
}

.logo-sec {
    position: absolute;
    z-index: 2;
    right: 85px;
    top: 50%;
}

.logo-sec img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.grid-prod-cat .img-content {
    position: relative;
    height: 240px;
    width: auto;
}

.grid-prod-cat .img-content .img-ttl {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 99;
}

.grid-prod-cat img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.grid-prod-cat span {
    text-align: center;
    white-space: nowrap;
    width: fit-content;
}

.product-right span {
    line-height: 1;
    writing-mode: sideways-lr;
}

.product-left span {
    writing-mode: sideways-rl;
    line-height: 25px;
}

.product-right .cat-list {
    padding-left: 15px;
}

.product-left .cat-list {
    padding-right: 15px;
}

.cat-list {
    gap: 20px 10px;
}

.cat-list li a {
    padding: 10px 12px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    gap: 8px;
}

@media (width <=1400px) {
    .product-right {
        grid-template-columns: 10% 60% auto !important;
    }

    .product-left {
        grid-template-columns: auto 60% 10% !important;
    }

    .sole-grd-ellipse:after {
        left: -35px !important;
    }

    .sole-grd-ellipse:before {
        left: 5px !important;
    }

    footer .foot-alert-txt {
        font-size: 160px !important
    }
}


.sole-grd-ellipse {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    z-index: 0;
    /* margin-top: 150px; */
}

.ftrd-ellipse-con {
    gap: 100px 0;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 999;
}

.ftrd-elp-left-col {
    margin-left: 330px;
    margin-top: 40px;
}

.ftrd-elp-right-col {
    margin-right: 330px;
    margin-top: 40px;
}

.ftrd-ellipse {
    height: 140px;
    width: 140px;
    gap: 7px;
}

.ftrd-ellipse img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

/*footer--------css*/

footer .flex-menu {
    flex-wrap: wrap;
    gap: 12px 14px;
}

footer .foot-btm-menu .flex-imp-menu {
    flex-wrap: wrap;
    gap: 10px;
}

footer .foot-alert-txt {
    margin-block: 20px;
    width: 100%;
}

footer .foot-btm-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-block: 15px;
    margin-top: 20px;
}

footer .foot-hd {
    margin-bottom: 15px;
}

.grid-img-card {
    position: relative;
    overflow: hidden;
}

.grid-img-card .card-content {
    transform: translateX(-50%);
    bottom: 30px;
    left: 50%;
    position: absolute;
    width: 90%;
    padding: 15px 25px;
}

.grid-img-card .card-content a {
    height: 35px;
    /* width: 35px; */
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
}


/*scrolling-video*/

.vid-section {
    height: 400vh;
    position: relative;
}

.vid-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.scrollVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.scrollVideo.active {
    opacity: 1;
}

.mob-video {
    display: none;
}

.contact-form-bg {
    background: rgba(247, 247, 247, 1);
    padding: 40px 30px;
    border-radius: 12px;
}

.info-cols {
    gap: 15px;
}

.info-cols span {
    height: 50px;
    width: 50px;
    padding: 15px;
    justify-content: center;
}

.about-wrap .head-seprator {
    padding-right: 30px;
}

.about-wrap,
.about-exp-con {
    position: relative;
}

.about-exp-con .about-exp {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.abt-icon {
    gap: 15px;
}

.abt-icon span {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-card .flex-journey-img {
    flex-shrink: 0;
}

.journey-card .flex-journey-img img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.grid-journey-container {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.journey-card.journey-right {
    padding-right: 30px;
    text-align: right;
}

.journey-card.journey-left {
    padding-left: 30px;
}

.journey-card {
    position: relative;
    gap: 40px;
}

.flex-tabs {
    gap: 15px 30px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tabsCon .tabcontent {
    display: none;
    margin-top: 50px;
    position: relative;
}

.tabImg {
    position: absolute;
    top: 0;
    width: 60%;
    right: 0px;
    z-index: -1;
}

.tabImg img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: bottom;
}

.flex-rating,
.sp_details,
form:has(.flex-variants) {
    gap: 20px;
}

.flex-variants .flex-var-items {
    gap: 10px;
}

:is(.sp_details, .product .entry-summary) p:not(.woocommerce-product-details__short-description p),
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}

.flex-rating ul {
    line-height: 1.3;
    gap: 3px;
}

:is(.sp_details, .product .entry-summary) .grid-table {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 20px;
    align-items: center;
}

.flex-price {
    gap: 10px;
}

.flex-variants button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.flex-variants button span {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
    pointer-events: none;
}

.flex-variants {
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

:is(.add-to-cart, .buy-now) {
    width: 48%;
    justify-content: center;
}

.flex-btn-grp {
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
}

.payment-container :is(.pay-info, ul) {
    gap: 10px;
}

.payment-container ul li img {
    height: 60px;
    width: 60px;
}

.payment-container .strip {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    align-items: center;
    text-align: center;
    gap: 15px;
}

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

.full-img,
.woocommerce-tabs .entry-content .col-lg-5 :is(.woocommerce img, .woocommerce-page img) {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.ftrs-col.abt-icon {
    gap: 22px !important;
}

.abt-icon .product-feature-icon {
    max-height: 36px;
    max-width: 36px;
    width: auto;
    height: auto;
    object-fit: contain;
}

body.single-product .product .entry-summary {
    gap: 16px;
}

body.single-product .product .entry-summary .product_title {
    margin: 0 0 4px;
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: -0.01em;
}

body.single-product .product .entry-summary .price {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--pc, #c41e3a);
}

body.single-product .product .entry-summary .woocommerce-product-details__short-description {
    margin: 0;
    color: #444;
    line-height: 1.55;
    font-size: 0.95rem;
}

body.single-product .product .entry-summary .woocommerce-product-details__short-description p {
    margin: 0;
}

body.single-product .product .entry-summary .product_meta {
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    font-size: 0.875rem;
    color: #666;
}

body.single-product .product .entry-summary .product_meta .posted_in a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.single-product .product .entry-summary form.cart {
    margin-block: 8px 0 !important;
}

.bwe-summary-extras {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 8px;
    width: 100%;
}

.bwe-summary-extras .bwe-trust-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin: 0;
}

.bwe-summary-extras .flex-col-trust-card {
    gap: 8px;
    padding: 12px 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 100%;
    background: #f4f5f7;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    color: #222;
}

.bwe-summary-extras .flex-col-trust-card__label {
    display: block;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
}

.bwe-summary-extras .flex-col-trust-card .flex-trust-icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

.bwe-summary-extras .flex-col-trust-card .product-feature-icon {
    max-width: 26px;
    max-height: 26px;
    width: auto;
    height: auto;
    object-fit: contain;
}

body.single-product .product .entry-summary .sp_pay_con {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding: 22px 14px 14px;
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background: #fff;
}

body.single-product .product .entry-summary .sp_pay_con .h6 {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: -11px;
    left: 14px;
    padding: 0 8px;
    background: #fff;
    color: #111;
    line-height: 1.2;
}

body.single-product .product .entry-summary .sp_pay_con .badgesContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 16px;
    flex-wrap: wrap;
}

body.single-product .product .entry-summary .sp_pay_con .badgesContainer img {
    width: 57px;
    height: 40px;
    object-fit: contain;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}

@media (max-width: 400px) {
    .bwe-summary-extras .flex-col-trust-card {
        padding: 10px 4px;
        font-size: 11px;
        gap: 6px;
    }

    .bwe-summary-extras .flex-col-trust-card .flex-trust-icon {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 575px) {
    body.single-product .product .entry-summary .sp_pay_con .badgesContainer {
        justify-content: center;
    }

    body.single-product .product .entry-summary .sp_pay_con .badgesContainer img {
        width: 50px;
        height: 35px;
    }
}

.review-card p {
    margin: 0;
}

.flex-rev-user {
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.flex-rev-user img {
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.product-card,
ul.wc-block-grid__products li {
    padding: 12px;
    position: relative;
}

.img-placeholder {
    aspect-ratio: 16 / 9;
    background-color: #C7C7C7;
}

.blog-card .img-placeholder img {
    width: 100%;
}

.product-card :is(.img-placeholder, .img-placeholder img) {
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.product-card .img-placeholder img {
    height: 230px;
}

.woocommerce .product-card img {
    width: 100% !important
}

:is(.product-card, .product-card .product-content) {
    gap: 15px;
    height: 100%;
}

.product-card .add-to-cart,
ul.wc-block-grid__products li .add_to_cart_button {
    width: 100%;
    margin-top: auto;
    align-items: center;
}

.product-card .category {
    position: absolute;
    right: 20px;
    top: 20px;
}

.bulk_details {
    margin-top: 150px;
}

.bulk_details .head-seprator {
    gap: 15px;
}

.bulk_details :is(.h3, p) {
    margin-bottom: 0;
}

.bulk_details .yoast-breadcrumbs :is(span, a) {
    color: var(--black);
    justify-content: flex-start;
}

.bulk_details .table-container {
    margin-top: 20px;
}

.table-container table tbody tr {
    text-align: left;
    width: 100%;
    display: grid;
    grid-template-columns: 25% auto;
    gap: 30px;
}

:is(.table-container table, .table-container table tbody) {
    display: block;
    width: 100%;
}

.search-form {
    position: relative;
}

.search-form input {
    background: var(--white);
    padding: 13px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-form button {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
}

/* blog card */

.lg-grid-blog-card {
    align-items: center;
    grid-template-columns: auto 45%;
}

.blog-card .blog-content {
    padding: 1.5rem;
    gap: 15px
}

.blog-card .blog-content [class*="-title"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

:is(body.single-blog, body.author) main .container .row :is(.col-lg-8, .col-lg-9) :is(h2, h3, h4, h5, h6, p, ul, ol, blockquote) {
    margin-bottom: 20px
}

:is(body.single-blog, body.author) main .container .row :is(.col-lg-8, .col-lg-9) :is(ul, ol) li {
    margin-bottom: 10px
}

:is(body.single-blog) main .page-hero .hero-content {
    max-width: 900px;
}

.ath-strip {
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 7px;
}

.sticky-wrapper {
    position: sticky;
    top: 120px;
}

.wp-block-categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wp-block-categories li a {
    color: #000;
    text-decoration: none;
}

.wp-block-categories li a:hover {
    color: var(--pc) !important
}

.sidebar-blog-container .blog-card {
    border: 0 !important;
}

.sidebar-blog-container .blog-card .blog-content {
    padding: 0 !important
}

.sidebar-blog-container .blog-card .blog-content .post-meta {
    border: unset !important;
    padding: unset !important;
    margin: unset !important;
}

.wp-block-categories li:not(:first-child),
.sidebar-blog-container .row .col-lg-12:not(:first-child) .blog-card {
    border-top: 1px solid #ccc !important;
    padding-top: 15px;
    margin-top: 15px;
}

:is(body.single-blog, body.author) main .container .row :is(.col-lg-8, .col-lg-9) :is(ul, ol):not(#tableofcontent ul) {
    padding-left: 20px;
}

:is(body.single-blog, body.author) main .container .row :is(.col-lg-8, .col-lg-9) :is(ul):not(#tableofcontent ul) {
    list-style: disc;
}

:is(body.single-blog, body.author) main .container .row :is(.col-lg-8, .col-lg-9) :is(ol):not(#tableofcontent ul) {
    list-style: decimal;
}

/* woo-commerce-start */

.wc-tabs-wrapper {
    padding-top: 50px
}

.woocommerce-tabs .entry-content h2 {
    display: none
}

.woocommerce-tabs :is(ul.wc-tabs, ul.wc-tabs li):after,
.woocommerce-tabs :is(ul.wc-tabs, ul.wc-tabs li):before,
.woocommerce div.product form.cart::before {
    content: unset !important;
    border: unset !important;
}

.woocommerce-tabs ul.tabs li {
    line-height: unset !important;
    background: transparent !important;
    border: unset !important;
}

.woocommerce-tabs ul.wc-tabs {
    border-block: 1px solid #C7C7C7;
    padding-block: 15px !important;
    justify-content: center;
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
}

.woocommerce-tabs ul.wc-tabs li.active {
    border: 1px solid transparent !important;
    background-color: rgba(255, 212, 212, 1) !important;
}

.woocommerce-tabs ul.wc-tabs li.active a {
    color: var(--black) !important
}

.woocommerce-tabs ul.wc-tabs li {
    padding: 8px 15px !important;
    border-radius: 4px !important;
    cursor: pointer;
    border: 1px solid rgba(207, 207, 207, 1) !important;
    background: var(--white) !important;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 !important;
}

.woocommerce-tabs ul.wc-tabs li a {
    padding: 0 !important
}

table.woocommerce-product-attributes {
    border-radius: 4px;
    text-align: left;
    border: 1px solid #ccc !important;
}

table.woocommerce-product-attributes :is(th, td) {
    padding: 10px;
    border-bottom: unset !important
}

form#commentform :is(.comment-form-author, .comment-form-email) {
    width: 49%;
}

form#commentform .comment-form-author {
    float: right
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

form#commentform .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-block: 20px !important;
}

form#commentform .form-submit input#submit {
    cursor: pointer;
    border: unset;
    font-size: 16px;
    border-radius: 4px;
    color: var(--white);
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    text-transform: capitalize;
    transition: all .3s ease;
    background: var(--pc);
}

body.single-product .product .entry-summary {
    display: flex;
    flex-direction: column;
    gap: 16px
}

form.cart {
    margin-block: 20px !important;
    display: flex;
    gap: 20px;
}

form.cart .quantity {
    border-radius: 90px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

form.cart .quantity input {
    border: 0;
    padding: 10px 10px;
    width: 5rem;
}

form.cart .quantity button {
    background: #cccccc2e;
    border: 1px solid #eee;
    padding: 6px 10px;
    border-radius: 50%;
    cursor: pointer;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 80px;
}

.product_meta :where(.sku_wrapper, .posted_in) {
    font-weight: 600
}

.product_meta :where(.sku_wrapper .sku, .posted_in a) {
    font-weight: normal !important
}

.woocommerce .star-rating span::before {
    font-family: Woocommerce;
    color: #ff962d
}

.wc-block-grid__product-rating .star-rating span:before {
    color: rgb(255 173 91 / 80%);
    font-family: 'WooCommerce';
}

ul.wc-block-grid__products {
    display: flex;
    gap: 20px;
}

ul.wc-block-grid__products li {
    max-width: 23.5% !important;
}

ul.wc-block-grid__products li a {
    text-decoration: none
}

ul.wc-block-grid__products li a .wc-block-grid__product-title {
    color: var(--black);
    margin-bottom: 0 !important
}

ul.wc-block-grid__products li a:hover {
    --black: var(--pc)
}

.wp-block-woocommerce-proceed-to-checkout-block a {
    background: var(--pc)
}

.wc-block-components-checkout-return-to-cart-button {
    background-color: var(--pc);
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-top: calc(0.667em + 2px);
    padding-right: calc(1.333em + 2px);
    padding-bottom: calc(0.667em + 2px);
    padding-left: calc(1.333em + 2px);
    text-decoration: none;
    text-transform: inherit;
    display: flex;
    align-items: center;
    gap: 5px;
}

.wc-block-components-checkout-return-to-cart-button svg {
    all: unset;
    fill: var(--white);
}

ul.woocommerce-order-overview li {
    background: rgb(254 0 0 / 6%);
    padding: 12px 20px !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 600;
}

ul.woocommerce-order-overview li.total {
    display: none !important
}

.woocommerce .quantity .qty {
    width: 80px !important;
}

ul.wc-block-grid__products li .wc-block-grid__product-add-to-cart {
    margin: unset !important
}

.woocommerce nav.woocommerce-pagination ul,
.pagination .nav-links {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: center !important;
    height: unset !important;
    width: unset !important;
    border: unset !important;
    margin-top: 50px
}

.woocommerce nav.woocommerce-pagination ul:after,
.woocommerce nav.woocommerce-pagination ul:before,
ul.woocommerce-order-overview:before {
    content: unset !important
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0 !important
}

.woocommerce nav.woocommerce-pagination ul li span,
.pagination .nav-links span {
    border-radius: 50%;
    background: var(--pc) !important;
    color: var(--white) !important;
}

:is(.woocommerce nav.woocommerce-pagination ul li, .pagination .nav-links) :is(span, a) {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.pagination .nav-links a {
    border-radius: 50%;
    background: #eeeeee47;
    border: 1px solid #ccc;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.pagination .nav-links a:hover {
    background: #ededed;
    color: #00000087;
}

body.single-product .woocommerce-product-gallery__image img {
    border-radius: 10px
}

/* WooCommerce flexslider: keep viewport block layout (theme [class*="flex"] must not apply). */
body.single-product .woocommerce-product-gallery .flex-viewport {
    display: block;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:nth-child(n+2) {
    width: auto;
    display: block;
}

.text-capitalize {
    text-transform: capitalize;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    text-align: left;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    background: transparent;
    display: flex;
    width: 100%;
    text-decoration: none;
    color: var(--black);
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #fe00000d;
    border-left-color: var(--pc);
}

.woocommerce table.my_account_orders .button {
    background: var(--black);
    color: var(--white);
}

.woocommerce-MyAccount-content .woocommerce-button--next,
.woocommerce-MyAccount-content a.wc-forward,
.woocommerce-MyAccount-content form .woocommerce-Button,
form.woocommerce-form-login .woocommerce-form-login__submit,
form.lost_reset_password button.woocommerce-Button,
form.woocommerce-form-register .woocommerce-form-register__submit {
    background: var(--pc) !important;
    color: var(--white) !important;
}

.woocommerce-info {
    border-top-color: var(--pc);
}

.woocommerce-info::before {
    top: 1.3em;
    color: var(--pc) !important;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
    background: #cccccc17;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

.woocommerce-MyAccount-content form fieldset {
    padding: 20px;
    margin-block: 20px;
}

.woocommerce-MyAccount-content form fieldset legend {
    background: #fff;
    padding-inline: 10px;
}

form.woocommerce-form-login .form-row>label {
    display: flex !important;
    margin-block: 7px 20px;
    align-items: center;
    gap: 8px;
}

/*responsive css */

@media (width <=1024px) {

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left !important;
        width: fit-content;
    }

    form.cart {
        gap: unset !important;
        justify-content: space-between;
    }

    #review_form_wrapper {
        padding: 20px !important;
    }

    form#commentform :is(.comment-form-author, .comment-form-email) {
        width: auto;
    }

    .woocommerce-order-overview li {
        width: 100%
    }

    .header-grid-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .header-grid-container>.bwe-service-logo {
        /* flex: 1 1 auto; */
        justify-content: center;
    }

    header .header-grid-container>.header-actions {
        flex: 0 0 auto;
        margin-left: 0;
    }

    .d-md-none,
    .bg-texture:after,
    .bg-texture:before,
    .about-wrap:after,
    .grid-prod-cat span {
        display: none !important;
    }

    .hero-banner .hero-content {
        bottom: 65px;
        padding-inline: 20px;
    }

    .mt-auto {
        margin-top: 40px !important;
    }

    .sec-gap {
        padding-block: 40px;
    }

    .logo-sec {
        opacity: .3;
        z-index: -1;
        right: 30px;
    }

    .grid-prod-cat,
    .lg-grid-blog-card {
        grid-template-columns: auto !important;
    }

    .grid-prod-cat .img-content {
        height: 100%;
        width: 100%;
    }

    .grid-prod-cat span {
        writing-mode: unset;
        line-height: 0.7
    }

    .grid-prod-cat .cat-list {
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
        padding-top: 15px;
        padding-left: 0;
        gap: 10px !important;
    }

    .grid-prod-cat .cat-list li a {
        width: fit-content;
        border-radius: 10px !important;
    }

    .grid-prod-cat .cat-list li a:after,
    .grid-prod-cat .cat-list li a:before {
        display: none !important;
    }

    .grid-prod-cat :is(.cat-list, span),
    .grid-prod-cat:hover .img-content .img-ttl {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .ftrd-ellipse {
        margin-inline: unset;
        outline-offset: 7px !important;
    }

    .ftrd-ellipse img {
        height: 30px;
        width: 30px;
    }

    .ftrd-ellipse-con {
        gap: 30px 0;
    }

    .sole-grd-ellipse img {
        margin-top: -70px;
    }

    .sole-grd-ellipse:before {
        width: 95% !important;
        height: 95% !important;
        left: 8px !important;
        top: 0 !important;
    }

    .sole-grd-ellipse:after {
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
        top: -10px !important;
    }

    .fs-18 {
        font-size: 16px !important;
    }

    footer .foot-alert-txt {
        font-size: 88px !important
    }

    .grid-prod-cat.product-left .cat-list {
        order: 3
    }

    .grid-prod-cat.product-left .img-content {
        order: 2
    }

    .grid-prod-cat.product-left span {
        order: 1
    }

    .sole-grd-ellipse {
        margin-top: 150px
    }

    .ftrd-ellipse-con .col-a {
        margin-left: 20px;
    }

    .ftrd-ellipse-con .col-b {
        margin-left: -50px;
    }

    .ftrd-ellipse-con .col-c {
        margin-right: 20px;
    }

    .ftrd-ellipse-con .col-d {
        margin-right: -50px;
    }

    .scrollVideo {
        object-fit: contain;
        background: #ffd6d6;
    }

    .contact-form-bg,
    .share-exp-form {
        padding: 20px !important;
    }

    .about-wrap .head-seprator {
        padding: 0 !important;
    }

    .grid-journey-container {
        grid-template-columns: auto !important;
        gap: 20px 0;
    }

    .journey-card .flex-journey-img,
    .journey-card:empty {
        display: none !important;
    }

    .journey-card.journey-right {
        text-align: left !important;
        padding-inline: 30px 0;
    }

    .grid-journey-container:after {
        left: 0px !important;
        transform: unset !important;
    }

    .journey-card:not(:empty):after {
        top: 0 !important;
    }

    .journey-card.journey-left:after,
    .journey-card.journey-right:after {
        left: -12px !important;
    }

    .flex-tabs {
        gap: 10px;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        white-space: nowrap;
    }

    .flex-tabs button {
        font-size: 16px !important;
    }

    .tabsCon .tabcontent {
        margin-top: 30px !important;
    }

    .tabsCon .tabcontent .tab-content {
        margin-top: 0 !important;
    }

    .tabImg {
        position: unset !important;
        width: 100% !important;
    }

    .tabImg img {
        height: auto;
    }

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

    .payment-container .strip {
        margin-top: 0 !important;
    }

    .head-seprator h2 {
        font-size: 28px !important;
    }

    .blog-card .blog-content {
        padding: 1rem;
    }

    .blog-card .blog-content .lg-post-title {
        font-size: 18px !important
    }

    body.single-blog h1 {
        font-size: 24px !important
    }

    .ath-strip :is(a, span, strong) {
        font-size: 11px !important;
    }
}

@media (600px <=width <=1024px) {
    .ftrd-ellipse {
        height: 100px;
        width: 100px;
    }

    .ftrd-ellipse {
        margin-top: unset !important;
    }

    .light-hd {
        font-size: 80px !important
    }

    .sole-grd-ellipse img {
        height: 200px;
    }

}

@media (width <=600px) {

    header .flex-menuToggle {
        font-size: 16px !important;
    }

    header .flex-menuToggle svg {
        height: 20px;
        width: 20px;
    }

    header .bwe-service-logo img {
        height: 50px !important;
        width: 50px !important;
    }

    header.scrolled .bwe-service-logo img {
        width: auto !important;
    }

    .menu {
        width: 100%;
    }

    .hero-banner {
        height: 500px;
    }

    .hero-banner .hero-content h1 {
        font-size: 32px !important;
    }

    .hero-banner .hero-content p {
        font-size: 16px !important;
    }

    .light-hd {
        font-size: 35px !important;
        top: -20px !important;
    }

    .sole-grd-ellipse img {
        margin-top: -180px;
    }

    .ftrd-ellipse {
        height: 100px;
        width: 100px;
    }

    footer .foot-hd {
        line-height: 46px !important;
        font-size: 30px !important;
    }

    footer .foot-alert-txt {
        font-size: 42px !important;
        letter-spacing: 3px !important;
    }

    footer .menu-hd {
        margin-bottom: 15px !important;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .flex-pairBtn {
        gap: 10px;
    }

    .flex-pairBtn .flex-btn span {
        display: none !important;
    }

    .flex-btn,
    .woocommerce div.product form.cart .button {
        width: fit-content;
        font-size: 15px !important;
        font-weight: unset !important;
    }

    .grid-2 {
        grid-template-columns: auto !important;
        gap: 10px;
    }

    .grid-img-card img {
        height: 360px !important;
        object-fit: cover;
    }

    .ftrd-ellipse span {
        font-size: 12px !important;
    }

    .sole-grd-ellipse img {
        height: 300px;
    }

    .mob-video {
        display: block !important;
    }

    .desk-video {
        display: none !important;
    }

    .lg-title {
        font-size: 24px !important;
    }

    .about-wrap .about-ftrs {
        padding-top: 30px !important;
        margin-top: 0 !important;
    }
}



.bwe-search-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.bwe-search-popup[hidden] {
    display: none !important;
}

.bwe-search-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.86);
}

.bwe-search-popup__inner {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
}

.bwe-search-popup__title {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 600;
    text-align: center;
}

.bwe-search-popup__form {
    display: grid;
    grid-template-columns: 1fr auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.15);
}

.bwe-search-popup__form input {
    height: 60px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
    outline: none;
}

.bwe-search-popup__form input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.bwe-search-popup__form button {
    border: 0;
    background: transparent;
    color: #fff;
    width: 64px;
    cursor: pointer;
}

.bwe-search-popup__form button svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.bwe-search-popup__close {
    position: fixed;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}

body.bwe-search-popup-open {
    overflow: hidden;
}