:root {
    --pc: rgba(254, 0, 0, 1);
    --white: #ffffff;
    --black: #000000;
    scroll-behavior: smooth;
}

body main a {
    color: var(--pc);
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 500;
}

body p,
body :is(ul, ol) li {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
}


/*site-topbar*/

.flex-topbar {
    background: linear-gradient(90deg, rgba(207, 0, 44, 1) 0%, rgba(175, 111, 19, 1) 100%);
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}

/*site-header*/

.flex-social li a {
    border-radius: 50%;
    transition: all .4s;
}

.single-bulk header .flex-social li a,
.flex-social li a {
    background: var(--black);
}

header .flex-social li a {
    background: var(--white);
}

.single-bulk header .flex-social li a svg {
    fill: var(--white);
}

.flex-social li a:hover {
    background: var(--pc) !important
}

.flex-social li a:hover svg {
    transition: all .4s;
    fill: var(--white);
}

.social-wrap {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

header .flex-menuToggle {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.menu {
    background: rgb(255 243 243);
    transition: 0.9s all cubic-bezier(0.23, 1, 0.32, 1);
}

.closebtn,
.openbtn {
    cursor: pointer;
    width: fit-content;
}

.dropdown.mobile_dropdown>ul {
    background: var(--white);
    border: 1px solid #64aa4421;
    border-radius: 5px;
    opacity: 1;
}

.dropdown svg {
    position: absolute;
    right: 5px;
    top: 8px;
    cursor: pointer;
    fill: #000000b3;
    transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
}

header nav ul li {
    opacity: 0;
    transform: translateX(100px);
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s ease;
}

header nav ul li a {
    color: #000000b3;
    font-size: 17px;
    text-decoration: none;
    text-transform: capitalize;
}

header nav ul li a:hover {
    color: var(--pc);
    transition: all .3s ease;
}

.navmenu nav ul li:nth-child(1) {
    transition-delay: 0s;
}

.navmenu nav ul li:nth-child(2) {
    transition-delay: 0.05s;
}

.navmenu nav ul li:nth-child(3) {
    transition-delay: 0.1s;
}

.navmenu nav ul li:nth-child(4) {
    transition-delay: 0.15s;
}

.navmenu nav ul li:nth-child(5) {
    transition-delay: 0.2s;
}

.navmenu nav ul li:nth-child(6) {
    transition-delay: 0.25s;
}

.navmenu nav ul li:nth-child(7) {
    transition-delay: 0.3s;
}

.menu_overlay {
    background: #00000040;
    height: 100vh;
    inset: 0;
    position: fixed;
    transform: translateX(-100%);
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    width: 100%;
}

.active_overlay {
    transform: translate(0);
}

.scrolled {
    animation: headerAnimate 1s both;
    background: rgb(0 0 0 / 55%);
    backdrop-filter: blur(10px);
    padding-block: 10px;
    top: 0 !important
}

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

.scrolled .bwe-service-logo img {
    height: auto;
    width: auto;
    margin: auto;
    display: flex;
}

@keyframes headerAnimate {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(0px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/*hero banner */

:is(.hero-banner, .page-hero) .hero-content :is(h1, .h1, p) {
    color: var(--white);
}

.page-hero h1 {
    text-transform: uppercase;
}

.hero-banner .hero-content h1 {
    font-size: 46px;
}

.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after{
   content:unset !important;
}

.woocommerce-breadcrumb a{
   position:relative !important
}

.woocommerce-breadcrumb a[href]:after {
    content: '»';
    position: absolute;
    font-size: 20px;
    right: -20px;
    top: 6px;
    line-height: 0.6;
    color: #8b8888;
}

:is(.yoast-breadcrumbs, .woocommerce-breadcrumb) > span,
.woocommerce-breadcrumb{
    font-size: 14px !important;
    font-weight: 400;
}

:is(.yoast-breadcrumbs, .woocommerce-breadcrumb) :is(span, a),
.woocommerce-breadcrumb{
    color: var(--white) !important;
    text-decoration: none;
}

:is(.yoast-breadcrumbs, .woocommerce-breadcrumb) a:hover {
    color: var(--pc) !important;
}

.fs-18 {
    font-size: 18px;
}

.lg-title {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.bg-texture {
    position: relative;
    z-index: 0;
}

.bg-texture:after,
.bg-texture:before {
    content: '';
    position: absolute;
}

.cube-txtr:after,
.cube-txtr:before {
    background: url(http://alertsole.batterseaconsultant.com/wp-content/uploads/2026/05/cube-txtr.webp) no-repeat center center / cover;
    height: 536px;
    width: 800px;
    z-index: -1;
}

.cube-txtr:before {
    right: 0;
    top: 0;
    transform: scale(-1, 1);
}

.cube-txtr:after {
    inset: 0;
}


/*heading seprator*/

h2 div {
    color: var(--pc);
    font-family: "Bricolage Grotesque", sans-serif;
    position: relative;
    z-index: 0;
}

h2 div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 233, 233, 1);
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: skewX(20deg);
    border-radius: 10px;
}

.head-seprator:has(.light-hd) {
    position: relative;
    margin-top: 20px;
    z-index: 2;
}

.head-seprator h2:not(.head-seprator.no-upper h2) {
    text-transform: uppercase;
}

.head-seprator h2{
    font-size: 43px;
}

.light-hd-center {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.light-hd {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 90px;
    position: absolute;
    z-index: -1;
    top: -47px;
    width: fit-content;
    margin-inline: auto;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.05);
}

/* site btns */

.flex-btn,
ul.wc-block-grid__products li .add_to_cart_button,
.woocommerce div.product form.cart .button{
    cursor: pointer;
    border: unset;
    font-size: 16px;
    border-radius: 4px;
    color: var(--white);
    text-decoration: none;
    padding: 10px 15px 10px 15px !important;
    text-transform: capitalize;
    transition: all .3s ease;
}

:is(.flex-btn, .woocommerce div.product form.cart .button):has(span) {
    padding: 10px 12px 10px 15px;
}

.pc-btn,
.woocommerce div.product form.cart .button{
    background: var(--pc);
}

.sc-btn {
    background: rgba(31, 31, 31, 1);
}

.pc-btn:hover,
.woocommerce div.product form.cart .button:hover{
    transition: all .3s ease;
    background: rgba(31, 31, 31, 1);
}

.sc-btn:hover {
    transition: all .3s ease;
    background: var(--pc);
}

.flex-border-card {
    border: 2px solid rgba(255, 233, 233, 1);
    border-radius: 8px;
}

.flex-border-card .card-ttl {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 60px;
    line-height: 40px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.05);
}

.gradient-bg {
    background: linear-gradient(90deg, #FAFAFA 19.72%, #FFE9E9 100%);
    border-radius: 0px 0px 0 50px;
    position: relative;
}

.i-list {
    margin-bottom: 20px;
    padding-left: 10px;
}

.i-list li {
    position: relative;
    margin: 0 0 10px 20px;
}

.i-list li:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 7px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.667 7.387V8a6.667 6.667 0 1 1-3.953-6.093" fill="%23fff"/><path d="M14.667 7.387V8a6.667 6.667 0 1 1-3.953-6.093" stroke="%23fe0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.667 2.667 8 9.34l-2-2" stroke="%23fe0000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
    height: 16px;
    width: 16px;
}

.sec-img {
    overflow: hidden;
}

.sec-img:after {
    background: url(http://alertsole.batterseaconsultant.com/wp-content/uploads/2026/05/why-we-img.webp) no-repeat center center / cover;
    transition: transform 0.5s ease;
    height: 600px;
    width: 690px;
    right: 0;
    bottom: 0;
    animation: floatUpDown 3s ease-in-out infinite;
}

.sec-img:before {
    right: 280px;
    bottom: 0px;
}

.sec-img:before,
.gradient-bg-texture:before {
    background: url(http://alertsole.batterseaconsultant.com/wp-content/uploads/2026/05/why-we-sep.webp) no-repeat center center / cover;
    height: 250px;
  z-index: -1;
    width: 350px;
}

.gradient-bg-texture:before {
    right: 50px;
    bottom: 50px;
}

.logo-sec img {
    border: 2px solid rgba(202, 202, 202, 1);
    border-radius: 50%;
}

.grid-prod-cat .img-content:after {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 8.4%, rgba(0, 0, 0, 0) 33.6%);
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0
}

.grid-prod-cat .img-content .img-ttl {
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Bricolage Grotesque';
    font-size: 20px;
}


.grid-prod-cat span {
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.12);
}

.cat-list li a {
    color: var(--black);
    background: rgba(255, 226, 226, 1);
    text-transform: uppercase;
    transition: all .4s ease;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.product-right .cat-list li a {
    border-radius: 0 10px 10px 0;
}

.product-left .cat-list li a {
    border-radius: 10px 0 0 10px;
}

.cat-list li a:after {
    left: -15px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 15px;
    background: rgba(255, 226, 226, 1);
    z-index: 0;
}

.product-right .cat-list li a:after {
    left: -15px;
}

.product-left .cat-list li a:after {
    right: -15px;
    left: unset;
}

.cat-list li a:hover,
.cat-list li a:hover:after {
    background: var(--pc);
    color: var(--white);
    transition: all .4s ease;
}

.cat-list li a:hover svg>path {
    fill: var(--white);
    transition: all .4s ease;
}

.grid-prod-cat :is(.cat-list, span) {
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.grid-prod-cat:hover :is(.img-content .img-ttl, .img-content:after) {
    opacity: 0;
    visibility: hidden;
}

.grid-prod-cat:hover :is(.cat-list, span) {
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
}

.sole-grd-ellipse:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 770px;
    height: 700px;
    left: 38px;
    top: 180px;
    background: linear-gradient(180deg, #FFC7C7 0%, #FFFFFF 55%);
    z-index: -1;
}

.sole-grd-ellipse:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 830px;
    height: 800px;
    left: 5px;
    top: 150px;
    border-top: 2px solid var(--pc);
    z-index: -1;
}

.ftrd-ellipse {
    border-radius: 50%;
    background: rgba(255, 233, 233, 1);
    outline: 1px solid var(--pc);
    outline-offset: 15px;
}

.ftrd-ellipse span {
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}


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

footer {
    background: linear-gradient(180deg, #1D1D1F 0%, #000000 100%);
    padding-top: 40px;
}

footer .foot-hd {
    line-height: 65px;
    font-weight: 500;
    font-size: 46px;
    color: var(--white);
    margin-bottom: 15px;
}

footer a.flex-foot-no {
    font-weight: 500;
    font-size: 20px;
    gap: 15px;
}

footer a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    line-height: 28px;
}

footer p {
    color: rgba(255, 255, 255, 0.8);
}

footer .menu-hd {
    margin-block: 20px 30px;
    font-size: 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: var(--white);
}

footer .flex-menu li {
    background: rgba(52, 52, 54, 1);
    padding: 5px 15px;
    border-radius: 90px;
}

footer .foot-btm-menu li a {
    color: rgba(255, 255, 255, 0.8);
}

footer .foot-alert-txt {
    color: var(--white);
    font-family: 'TeX Gyre Bonum';
    font-size: 180px;
    line-height: 1;
    letter-spacing: 10px;
    text-align: center;
}

footer .foot-alert-txt span {
    line-height: 1;
    color: var(--pc);
    font-family: 'TeX Gyre Bonum';
}

footer a:hover {
    color: var(--pc) !important
}


/*------------- all animations ---------------*/

/* Animation for elements with the .float class */
.float {
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

.popup-animate {
    opacity: 0;
    transform: scale(0.94);
    transition:
        opacity 0.7s cubic-bezier(.4, 0, .2, 1),
        transform 0.7s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity, transform;
}

.popup-animate.popup-animate-effect {
    animation: popupGrow 0.7s cubic-bezier(.4, 0, .2, 1) forwards;
    opacity: 1;
    transform: scale(1);
}

@keyframes popupGrow {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.abt-img {
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / .2);
}

.grid-img-card .card-content {
    background: #000000cc;
    color: var(--white);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    transform: translate(-50%, 10px);
}

.grid-img-card img {
    transition: all .3s ease;
}

.grid-img-card:hover img {
    filter: brightness(0.7);
    transition: all .3s ease;
    transform: scale(1.1) rotate(2deg);
}

.grid-img-card:hover .card-content {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    transform: translate(-50%, 0px);
}

.grid-img-card .card-content a {
    background: var(--white);
    border-radius: 50%;
}

form :is(input, select, textarea) {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    outline: 0;
    font-size: 16px;
}

form :is(input, select, textarea):focus {
    border-bottom: 1px solid var(--pc);
}

form textarea {
    height: 80px;
    resize: vertical;
}

.info-cols .fs-18 {
    font-weight: 700;
}

.info-cols span {
    border-radius: 8px;
    background: rgba(217, 217, 217, 1);
}

.info-cols a {
    text-decoration: none;
    color: rgba(65, 65, 65, 1);
    font-weight: normal;
    margin-bottom: 5px;
}

.about-exp-con .about-exp {
    background: #C20000;
    padding: 25px;
    border-radius: 10px;
}

.about-exp-con .about-exp .year {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
}

.about-exp-con .about-exp :is(.year, p) {
    color: var(--white);
}

.about-wrap:after {
    right: 0;
    z-index: -1;
    top: 51px;
    border: 8px solid rgba(217, 217, 217, 1);
    border-left: 0;
    height: 90%;
    width: 90%;
    border-radius: 0 12px 12px 0;
}

.about-wrap img {
    border-radius: 12px;
    border-bottom-right-radius: 0
}


.abt-icon span {
    background: rgba(255, 233, 233, 1);
    outline: 1px solid var(--pc);
    outline-offset: 7px;
    border-radius: 50%;
}

.about-wrap .about-ftrs {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 20px;
}

.bg-gradient {
    padding-block: 50px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 246, 246, 0.8) 0%, rgba(255, 199, 199, 0.8) 100%);
    border-radius: 50px 50px 0px 0px;
}

.grid-journey-container:after,
.journey-card .content-seprator:after,
.journey-card .content-seprator:before,
.about-wrap:after,
.journey-card:not(:empty):after {
    content: '';
    position: absolute;
}

.grid-journey-container:after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pc);
    height: 100%;
    width: 2px;
}

.journey-card:not(:empty):after {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 7px solid var(--pc);
    top: 60px;
    background: var(--white);
    z-index: 9;
}

.journey-card.journey-left:after {
    left: -15px;
}

.journey-card.journey-right:after {
    right: -15px;
}

.journey-card .content-seprator {
    border: 2px dashed rgba(0, 0, 0, 0.2);
    margin-block: 0 10px;
    position: relative;
}

.journey-card .content-seprator:after {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 10px;
    width: 11px;
    top: -5px;
    background: var(--pc);
}

.journey-card.journey-left .content-seprator:after {
    transform: rotate(90deg);
    left: -10px;
}

.journey-card.journey-right .content-seprator:after {
    transform: rotate(-90deg);
    right: -10px;
}

.journey-card .content-seprator:before {
    height: 7px;
    width: 7px;
    top: -4px;
    border-radius: 50%;
    background: var(--pc);
}

.journey-card.journey-left .content-seprator:before {
    right: -10px;
}

.journey-card.journey-right .content-seprator:before {
    left: -10px;
}

.gradient-bg-texture {
    border-radius: 50px 50px 0 0;
}


.flex-tabs button {
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgba(207, 207, 207, 1);
    background: var(--white);
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.flex-tabs button:hover,
.flex-tabs button.active {
    border: 1px solid transparent;
    background-color: rgba(255, 212, 212, 1);
}

.tabsCon .tabcontent .tab-content {
    padding: 30px;
    margin-top: 115px;
    background: #FFFFFF;
    border-left: 2px solid #FE0000;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0px 10px;
}

.tabsCon img {
    border-radius: 10px;
}

:is(.sp_details, .product .entry-summary) .grid-table {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

:is(.sp_details, .product .entry-summary) .grid-table + .grid-table {
    margin-top: 12px;
}

.flex-rating ul li {
    line-height: unset;
}

:is(.sp_details, .product .entry-summary) .grid-table .table-data {
    position: relative;
}

:is(.sp_details, .product .entry-summary) .grid-table .table-data:nth-child(2) {
    padding-inline: 35px;
}

:is(.sp_details, .product .entry-summary) .grid-table .table-data:nth-child(2):after {
    border-left: 1px solid #DBDBDB;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

:is(.sp_details, .product .entry-summary) .grid-table .table-data span {
    font-weight: 600;
}

.price ins .woocommerce-Price-amount bdi,
.flex-price .sale {
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #000000 !important;
}

.price ins{
	text-decoration: none
}

.price :is(del, del bdi),
.flex-price .regular {
    font-size: 18px !important;
    font-weight: 500 !important;
/*     text-decoration: line-through; */
    color: rgba(0, 0, 0, 40%) !important;
}

.flex-category {
    font-weight: 600;
    gap: 10px;
}

.flex-category a {
    font-weight: normal;
    color: var(--black);
    text-decoration: none;
}

.flex-category a:hover {
    color: var(--pc);
}

.flex-variants button {
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    background: rgba(145, 158, 171, 16%);
}

.flex-variants .flex-var-items[data-attribute-key="colour"] button {
    border: 1px solid #C5C5C5;
}

.flex-variants {
    color: var(--black);
    font-weight: 600;
}

.flex-var-items[data-attribute-key="size"] button.is-selected {
    background: black;
    color: #fff;
}

.flex-variants button::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -37px;
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    height: 25px;
    border-radius: 6px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: .2s;
    visibility: hidden;
}

.flex-variants button::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 110%;
    visibility: hidden;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #111;
    opacity: 0;
    transition: .2s;
}

.flex-variants button:hover::after,
.flex-variants button:hover::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%);
}

.add-to-cart {
    background: var(--black);
}

.buy-now {
    background: #FE0000;
}

.payment-container {
    background: var(--white);
    border-left: 3px solid #FE0000;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
}

.payment-container .pay-info {
    font-weight: 600;
}

.payment-container .strip {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 40%);
}

.payment-container span:first-of-type {
    background: linear-gradient(90deg, #ffffff 0%, #dbdbdb 51%);
}

.payment-container span:last-of-type {
    background: linear-gradient(90deg, #ffffff 0%, #dbdbdb 51%);
    transform: scale(-1);
}

.payment-container span {
    height: 2px;
    width: 100%;
}

.tab-box {
    border-block: 1px solid #C7C7C7;
    padding-block: 15px;
}

.flex-border-seprator {
    position: relative;
}

.tabsCon .row .col-lg-4:not(:first-child) .flex-border-seprator:after {
    content: '';
    position: absolute;
    left: -45px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #C7C7C7;
}

.share-exp-form,
#review_form_wrapper{
    padding: 40px;
    background-color: #F3F3F3;
    border-radius: 20px;
}

.review-card {
    background-color: #F3F3F3;
    padding: 30px;
    border-radius: 8px;
    gap: 10px;
}

.flex-rev-user {
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
}

.product-card,
ul.wc-block-grid__products li{
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid #DBDBDB;
}

.product-card a {
    text-decoration: none;
}

.product-card a.product-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}

.product-card a.product-title:hover {
    --black: var(--pc)
}

.product-card .add-to-cart,
ul.wc-block-grid__products li .add_to_cart_button{
    background: #ffd4d4;
    color: var(--black);
    font-size: 14px !important;
    font-weight: 500;
    padding: 10px 0;
}

.product-card .add-to-cart:hover {
    background-color: var(--pc);
    color: var(--white);
}

.product-card .add-to-cart:hover svg path {
    fill: #fff;
}

.product-card .category {
    padding: 6px 13px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.table-container {
    border-radius: 12px;
    padding: 15px 20px;
    border: 1px solid #C2C2C2;
}

.table-container table tbody tr:not(:last-child) {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.table-container table thead {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: flex;
}

.border-content-wrapper {
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #C2C2C2;
}

details summary {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

details:not(:first-child) {
    border-top: 1px solid #c2c2c2;
    padding-top: 20px;
    margin-top: 5px;
}

details summary:after {
    content: '';
    position: absolute;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    height: 15px;
    width: 15px;
    transition: all .1s ease-in;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

details[open] summary:after {
    transform: translateY(-50%) rotate(180deg);
}


/* blog card */

   .blog-card{
      border: 1px solid #cccccc;
      border-radius: 4px;  
     overflow: hidden
   }

.blog-card .blog-content a{
  text-decoration: none;
}

.blog-card .blog-content .category{
      width: fit-content;
    background: var(--pc);
    color: var(--white);
    padding: 7px 15px;
    border-radius: 90px;
}

.blog-card .blog-content .post-title:not(.lg-post-title){
  font-size: 18px;
}

.blog-card .blog-content .post-title{
    font-weight: 700;
    line-height: 1.5;
  color: var(--black)
}

.blog-card .blog-content .lg-post-title{
  font-size: 30px
}

.blog-card .blog-content .post-meta{
  border-top: 1px solid #cccccc;
    padding-top: 15px;
}

.blog-card .blog-content .post-meta :is(.ath-nm, span){
   color: #727272;
  position: relative
}

.blog-card .blog-content .post-meta span:after{
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background: #ccc;
  border-radius: 50%;
  left: -15px;
  top: 50%;
  transform: translatey(-50%)
}

.blog-card .blog-content :is(.post-title, .ath-nm):hover{
  color: var(--pc)
}

:is(body.single-blog, body.author) main .container .row :is(.col-lg-8, .col-lg-9) img{
  border-radius: 5px
}

:is(body.single-blog, body.author) blockquote{
  padding: 20px;
    background: rgb(254 0 0 / 6%);
    border-color: var(--pc);
}

#tableofcontent{
  border-radius: 10px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    margin-block: 20px;
}

#tableofcontent .head-th{
  background: var(--pc);
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
    padding: 15px 25px;
}

#tableofcontent ul{
  padding: 15px 25px;
  background: rgb(254 0 0 / 6%);
  margin: 0 !important
}

#tableofcontent ul li a{
  text-decoration: none;
  color: var(--black);
}

#tableofcontent ul li a:hover{
  color: var(--pc);
}

:is(body.single-blog, body.author) main .container .row :is(.col-lg-8, .col-lg-9) .accordion .wp-block-create-block-bwe-addons-details:not(:first-child) details{
  margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.sources-container{
  background: #ff000012;
    border-left: 2px solid var(--pc);
    padding: 20px 20px 20px 25px;
    margin-top: 30px;
}

.sources-container .sources{
  margin-bottom: 12px;
  margin-left: 15px;
  position: relative
}

.sources-container .sources:after{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: var(--pc);
    border-radius: 50%;
    left: -17px;
    top: 10px;
}

.sources-container .sources a,
.ath-strip a:hover{
  color : var(--pc)
}

.ath-strip :is(a, span, strong){
  color: #fff;
  font-size: 14px;
  text-decoration: none
}

.ath-strip a{
  color: #d9d9d9;
}

.sidebar-hd{
  margin-bottom: 30px;
  position: relative
}

.sidebar-hd:after{
  content: '';
    position: absolute;
    height: 4px;
    width: 30px;
    background: var(--pc);
    left: 0;
    bottom: -8px;
}

.clearfix{
    clear: both;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--black) !important;
    font-size: 20px !important;
}

.woocommerce-product-details__short-description .grid-table {
    margin-top: 20px;
}

.summary.entry-summary .button.alt{
    width: 100%;
}
. tst{
	color:red
}

/* Border cards: slow bottom-to-top reveal (Comfort / Durable / Strength) */
.row.row-gap.mt-auto .flex-border-card{opacity:0;transform:translateY(90px);transition:opacity 1.8s cubic-bezier(.16,1,.3,1),transform 1.8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}
.row.row-gap.mt-auto .flex-border-card.is-visible{opacity:1;transform:translateY(0)}

/* Quality section: sole image bottom-to-top scroll reveal */
.quality-sec .sole-grd-ellipse{opacity:0;transform:translateY(120px);transition:opacity 2s cubic-bezier(.16,1,.3,1),transform 2s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}
.quality-sec .sole-grd-ellipse.is-visible{opacity:1;transform:translateY(0)}

/* WHY Alert Sole section: right-side image slides in right to left */
.sec-img.why-sec-animate:after{opacity:0;transform:translateX(150px);animation:none;transition:opacity 2s cubic-bezier(.16,1,.3,1),transform 2s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}
.sec-img.why-sec-animate:before{opacity:0;transform:translateX(100px);transition:opacity 1.8s cubic-bezier(.16,1,.3,1),transform 1.8s cubic-bezier(.16,1,.3,1);transition-delay:.35s;will-change:opacity,transform}
.sec-img.why-sec-animate.why-img-visible:after,.sec-img.why-sec-animate.why-img-visible:before{opacity:1;transform:translateX(0)}
.sec-img.why-sec-animate.why-img-float:after{animation:floatUpDown 3s ease-in-out infinite}