.forbarber-section,
.forbarber-trust-strip,
.forbarber-upsell-hero {
    width: min(92%, 1340px);
    margin: 0 auto;
}

:root {
    --forbarber-primary: rgb(13, 13, 13);
    --forbarber-accent-orange: #f57905;
    --forbarber-accent-red: #c61d2e;
    --forbarber-cta: var(--forbarber-accent-orange);
    --forbarber-secondary: #459543;
    --forbarber-button-bg: var(--forbarber-accent-orange);
    --forbarber-button-bg-hover: #d96600;
    --forbarber-button-text: #ffffff;
    --forbarber-button-radius: 8px;
}

.custom-logo-link svg,
.custom-logo-link img {
    display: block;
    height: auto;
    max-width: 180px;
}

footer .sygnet svg {
    display: block;
    height: auto;
    max-width: 150px;
}

.forbarber-topbar {
    background: var(--forbarber-primary);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    padding: 9px 0;
    text-align: center;
}

.forbarber-topbar .container {
    width: min(92%, 1340px);
}

.forbarber-topbar__link {
    color: inherit;
    text-decoration: none;
}

.forbarber-topbar__link:hover {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.forbarber-free-shipping {
    background: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 8px;
    margin: 0 auto 18px;
    padding: 16px;
    width: min(90%, 1340px);
}

.wc-block-cart__sidebar .forbarber-free-shipping,
.wp-block-woocommerce-cart-totals-block .forbarber-free-shipping {
    margin: 16px 0 24px;
    width: 100%;
}

.forbarber-free-shipping__top {
    align-items: baseline;
    color: var(--forbarber-primary);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px 12px;
    justify-content: space-between;
    line-height: 1.4;
    margin-bottom: 10px;
}

.forbarber-free-shipping__top strong {
    font-size: 15px;
    font-weight: 800;
}

.forbarber-free-shipping__top span {
    color: #4f4f4f;
}

.forbarber-free-shipping__track {
    background: #ffffff;
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
}

.forbarber-free-shipping__track span {
    background: var(--forbarber-cta);
    border-radius: inherit;
    display: block;
    height: 100%;
    min-width: 8px;
    transition: width .25s ease;
}


.forbarber-hero {
    width: min(100%, 1920px);
    margin: 0 auto;
    padding: 0;
}

body.theme-4barber.home .forbarber-hero,
body.theme-4barber.front-page .forbarber-hero {
    margin-bottom: 56px;
}

.forbarber-hero__slider {
    position: relative;
}

.forbarber-hero__track {
    overflow: hidden;
    position: relative;
}

.forbarber-hero__slide {
    display: block;
}

.forbarber-hero .splide__list {
    align-items: flex-start;
}

.forbarber-hero__link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.forbarber-hero__media {
    background: #f4f5f5;
    border-radius: 0;
    position: relative;
}

.forbarber-hero__media--placeholder {
    align-items: center;
    aspect-ratio: 16 / 7;
    display: flex;
    justify-content: center;
}

.forbarber-hero__image-placeholder {
    align-items: center;
    border: 1px dashed rgba(13, 13, 13, .2);
    border-radius: 8px;
    color: #687078;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    gap: 8px;
    font-weight: 600;
    height: calc(100% - 24px);
    justify-content: center;
    margin: 12px;
    padding: 24px;
    text-align: center;
    width: calc(100% - 24px);
}

.forbarber-hero__image,
.forbarber-hero__media img {
    display: block;
    width: 100%;
    height: auto;
}

.forbarber-hero__frame--desktop,
.forbarber-hero__frame--mobile {
    width: 100%;
}

.forbarber-hero__frame--mobile {
    display: none;
}

.forbarber-hero .splide__arrow,
.forbarber-hero .splide__pagination,
.forbarber-hero__nav,
.forbarber-hero__dots {
    display: none;
}

.forbarber-section {
    padding: 0;
}

body.theme-4barber.home .forbarber-section,
body.theme-4barber.home .forbarber-trust-strip,
body.theme-4barber.home .wp-block-woocommerce-product-collection,
body.theme-4barber.home .wc-block-grid,
body.theme-4barber.front-page .forbarber-section,
body.theme-4barber.front-page .forbarber-trust-strip,
body.theme-4barber.front-page .wp-block-woocommerce-product-collection,
body.theme-4barber.front-page .wc-block-grid {
    margin-top: 64px;
}

body.theme-4barber.home .forbarber-hero + .forbarber-section,
body.theme-4barber.home .forbarber-hero + .forbarber-trust-strip,
body.theme-4barber.home .forbarber-hero + .wp-block-woocommerce-product-collection,
body.theme-4barber.home .forbarber-hero + .wc-block-grid,
body.theme-4barber.front-page .forbarber-hero + .forbarber-section,
body.theme-4barber.front-page .forbarber-hero + .forbarber-trust-strip,
body.theme-4barber.front-page .forbarber-hero + .wp-block-woocommerce-product-collection,
body.theme-4barber.front-page .forbarber-hero + .wc-block-grid {
    margin-top: 0;
}

.forbarber-section__heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.forbarber-section__heading h2,
.forbarber-upsell-hero h2 {
    color: #151515;
    font-size: var(--forbarber-h2-size-desktop, 26px);
    font-weight: 650;
    letter-spacing: 0;
    line-height: var(--forbarber-h2-line-desktop, 1.28);
}

.forbarber-category-grid__items {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.forbarber-category-card {
    aspect-ratio: 2 / 1;
    background: #f5f5f5;
    border: 1px solid #ececec;
    border-radius: 8px;
    color: #151515;
    display: grid;
    min-height: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.forbarber-category-card__media {
    display: block;
    inset: 0;
    position: absolute;
}

.forbarber-category-card__media img {
    height: 100%;
    object-fit: cover;
    opacity: 1;
    width: 100%;
}

.forbarber-category-card__title {
    align-self: end;
    background: linear-gradient(to top, rgba(0, 0, 0, .62), rgba(0, 0, 0, 0));
    color: #ffffff;
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0;
    min-height: 112px;
    padding: 64px 18px 18px;
    position: relative;
    z-index: 1;
}

.forbarber-products__items,
.forbarber-upsell-hero__products {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.forbarber-text-products {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
}

.forbarber-text-products__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.forbarber-text-products__content h2 {
    color: #151515;
    font-size: var(--forbarber-h1-size-desktop, 32px);
    font-weight: 650;
    letter-spacing: 0;
    line-height: var(--forbarber-h1-line-desktop, 1.22);
    margin: 0;
}

.forbarber-text-products__content p:not(.forbarber-eyebrow) {
    color: #525960;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-width: 560px;
}

.forbarber-button {
    align-items: center;
    background: var(--forbarber-button-bg);
    border-radius: var(--forbarber-button-radius);
    color: var(--forbarber-button-text);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 12px 18px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

@media only screen and (max-width: 991px) {
    .forbarber-section__heading h2,
    .forbarber-upsell-hero h2 {
        font-size: var(--forbarber-h2-size-mobile, 22px);
        line-height: var(--forbarber-h2-line-mobile, 1.3);
    }

    .forbarber-text-products__content h2 {
        font-size: var(--forbarber-h1-size-mobile, 26px);
        line-height: var(--forbarber-h1-line-mobile, 1.24);
    }
}

.forbarber-button:hover,
.forbarber-button:focus {
    background: var(--forbarber-button-bg-hover);
    color: var(--forbarber-button-text);
}

.forbarber-text-products__products {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.forbarber-text-products__products.splide {
    display: block;
}

.forbarber-text-products__products.splide .splide__track {
    overflow: hidden;
}

.forbarber-text-products__products.splide .splide__list {
    align-items: stretch;
}

.forbarber-text-products__products.splide .splide__slide {
    display: flex;
    height: auto;
}

.forbarber-text-products__products .product {
    min-width: 0;
}

.forbarber-products__items .product,
.forbarber-text-products__products .product {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
}

.forbarber-products__items .product .button,
.forbarber-products__items .product .add_to_cart_button,
.forbarber-products__items .product .ajax_add_to_cart,
.forbarber-products__items .product .product_type_simple,
.forbarber-text-products__products .product .button,
.forbarber-text-products__products .product .add_to_cart_button,
.forbarber-text-products__products .product .ajax_add_to_cart,
.forbarber-text-products__products .product .product_type_simple {
    font-size: 12px;
    min-height: unset;
    padding: 8px 16px;
    width: fit-content;
}

.forbarber-products__items .product > .button,
.forbarber-products__items .product > .add_to_cart_button,
.forbarber-products__items .product > .ajax_add_to_cart,
.forbarber-products__items .product > .product_type_simple,
.forbarber-text-products__products .product > .button,
.forbarber-text-products__products .product > .add_to_cart_button,
.forbarber-text-products__products .product > .ajax_add_to_cart,
.forbarber-text-products__products .product > .product_type_simple {
    align-self: flex-start;
    margin-top: auto;
}

.forbarber-products__items .product .wc-block-components-product-button,
.forbarber-text-products__products .product .wc-block-components-product-button {
    align-items: flex-start;
    margin-top: auto;
    width: 100%;
}

.forbarber-products__items .wc-block-components-product-button,
.forbarber-text-products__products .wc-block-components-product-button {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
}

.forbarber-products__items .wc-block-components-product-button .wp-block-button__link,
.forbarber-text-products__products .wc-block-components-product-button .wp-block-button__link {
    min-height: unset;
    padding: 8px 16px;
}

.forbarber-text-products__products--placeholder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.forbarber-product-placeholder {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 260px;
    padding: 14px;
}

.forbarber-product-placeholder__image {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, rgba(245, 121, 5, .1), rgba(69, 149, 67, .14));
    border-radius: 6px;
    display: block;
    width: 100%;
}

.forbarber-product-placeholder__title {
    color: #151515;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.forbarber-product-placeholder__meta {
    color: #687078;
    font-size: 13px;
    line-height: 1.45;
}

.forbarber-trust-strip {
    align-items: flex-start;
    display: grid;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-weight: 600;
    gap: 13px 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: flex-start;
    padding: 18px 16px;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.forbarber-trust-strip__item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--forbarber-accent-red);
    display: flex;
    flex-direction: row;
    gap: 11px;
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
    text-align: left;
}

.forbarber-trust-strip__icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 24px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.forbarber-trust-strip__icon svg {
    display: block;
    height: 24px;
    width: 24px;
}

.forbarber-trust-strip__text {
    display: block;
    min-width: 0;
}

.forbarber-trust-strip__title {
    color: #1a1a1a;
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
}

.forbarber-trust-strip__title span {
    color: var(--forbarber-accent-red);
}

.forbarber-upsell-hero {
    background: #f5f5f5;
    border-radius: 8px;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr);
    margin-top: 48px;
    padding: 28px;
}

.forbarber-upsell-hero--products-only {
    grid-template-columns: 1fr;
}

.forbarber-upsell-hero__intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.forbarber-upsell-hero__intro p {
    color: #525960;
    font-size: 16px;
    line-height: 1.55;
}

.col-info .forbarber-upsell-hero {
    background: transparent;
    border: 0;
    border-radius: 0;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    width: 100%;
}

.col-info .forbarber-upsell-hero--products-only {
    grid-template-columns: 1fr;
}

.col-info .forbarber-upsell-hero h2 {
    font-size: 22px;
}

.col-info .forbarber-upsell-hero__intro p {
    font-size: 14px;
}

.col-info .forbarber-upsell-hero__products {
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.col-info .forbarber-upsell-hero__product {
    min-width: 0;
}

.col-info .forbarber-upsell-hero__product-link {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid rgba(13, 13, 13, 0.14);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    min-height: 0;
    padding: 16px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.col-info .forbarber-upsell-hero__product-link:hover {
    border-color: rgba(13, 13, 13, 0.42);
}

.col-info .forbarber-upsell-hero__product.is-current .forbarber-upsell-hero__product-link {
    border-color: rgb(13, 13, 13);
    box-shadow: inset 0 0 0 1px rgb(13, 13, 13);
}

.col-info .forbarber-upsell-hero__product-link img {
    display: block;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}

.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products.columns-3::before,
.woocommerce ul.products.columns-3::after,
.woocommerce-page ul.products.columns-3::before,
.woocommerce-page ul.products.columns-3::after {
    content: none;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-3 > .product,
.woocommerce-page ul.products.columns-3 > .product {
    float: none;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.woocommerce ul.products.columns-3 > .product > .button,
.woocommerce-page ul.products.columns-3 > .product > .button {
    align-self: stretch;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.woocommerce span.onsale,
.woocommerce .stock.in-stock,
.product-main-section .col-info .info.wysylka .value,
.product-main-section .col-info .stock-bar .progress {
    background-color: var(--forbarber-secondary);
}

.woocommerce span.onsale {
    color: #ffffff;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.added_to_cart,
.woocommerce button.single_add_to_cart_button {
    background-color: var(--forbarber-button-bg);
    color: var(--forbarber-button-text);
}

.forbarber-loop-delivery {
    align-items: flex-start;
    align-self: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    font-weight: 700;
    gap: 0;
    justify-content: flex-start;
    line-height: 1.35;
    margin-top: 4px;
    min-height: 0;
    padding: 0;
    width: 100%;
}

.forbarber-loop-delivery__label {
    color: #2f7d34;
    font-weight: 500;
}

.forbarber-loop-delivery__value {
    align-items: center;
    background: rgba(69, 149, 67, 0.12);
    border: 1px solid rgba(69, 149, 67, 0.22);
    border-radius: 999px;
    color: #2f7d34;
    display: inline-flex;
    font-weight: 700;
    min-height: 28px;
    padding: 5px 12px;
    width: fit-content;
}

.forbarber-image-banner {
    overflow: hidden;
}

.forbarber-image-banner__link {
    display: block;
    text-decoration: none;
}

.forbarber-image-banner__image {
    border-radius: 8px;
    display: block;
    height: auto;
    width: 100%;
}

.forbarber-image-banner__image--mobile {
    display: none;
}

.forbarber-blog-posts__items {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.forbarber-blog-card {
    background: #fff;
    border: 1px solid rgba(13, 13, 13, 0.08);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.forbarber-blog-card__media {
    aspect-ratio: 16 / 10;
    background: #f4f4f4;
    display: block;
    overflow: hidden;
}

.forbarber-blog-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.forbarber-blog-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.forbarber-blog-card time {
    color: #747474;
    font-size: 12px;
    font-weight: 700;
}

.forbarber-blog-card h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.forbarber-blog-card h3 a {
    color: rgb(13, 13, 13);
    text-decoration: none;
}

.forbarber-blog-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.forbarber-newsletter {
    align-items: center;
    background: rgb(13, 13, 13);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding: 36px;
}

.forbarber-newsletter h2 {
    color: #fff;
    margin: 0;
}

.forbarber-newsletter p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    margin: 10px 0 0;
}

.forbarber-newsletter__embed {
    min-width: 0;
}

@media only screen and (max-width: 991px) {
    .forbarber-upsell-hero,
    .forbarber-text-products,
    .forbarber-newsletter {
        grid-template-columns: 1fr;
    }

    .forbarber-text-products__content {
        max-width: 100%;
    }

    .forbarber-products__items,
    .forbarber-upsell-hero__products,
    .forbarber-blog-posts__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .forbarber-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .forbarber-category-grid__items {
        grid-template-columns: 1fr;
    }

    .col-info .forbarber-upsell-hero__products {grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media only screen and (max-width: 560px) {
    .forbarber-hero {
        width: 100%;
    }

    .forbarber-hero__frame--desktop {
        display: none;
    }

    .forbarber-hero__frame--mobile {
        display: block;
    }

    .forbarber-hero__media--placeholder {
        aspect-ratio: 4 / 5;
    }

    .forbarber-products__items,
    .forbarber-upsell-hero__products,
    .forbarber-blog-posts__items,
    .forbarber-text-products__products {
        grid-template-columns: 1fr;
    }

    .forbarber-trust-strip {
        gap: 13px;
        grid-template-columns: 1fr;
        padding: 18px 16px;
    }

    .forbarber-image-banner.has-mobile-image .forbarber-image-banner__image--desktop {
        display: none;
    }

    .forbarber-image-banner__image--mobile {
        display: block;
    }

    .forbarber-newsletter {
        padding: 24px;
    }

    .forbarber-trust-strip__item {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        min-height: 0;
        padding: 0;
        text-align: left;
    }

    .forbarber-trust-strip__icon {
        flex: 0 0 24px;
        height: 24px;
        justify-content: flex-start;
        width: 24px;
    }

    .forbarber-trust-strip__text {
        min-width: 0;
    }

    .col-info .forbarber-upsell-hero__products {grid-template-columns:repeat(2,minmax(0,1fr))}
}

.forbarber-upsell-hero--products-only{grid-template-columns:1fr}.col-info .forbarber-upsell-hero--products-only{grid-template-columns:1fr}


.forbarber-products__slider .forbarber-products__items {
    display: flex;
    gap: 0;
}

.forbarber-products__slide {
    height: auto;
}

.forbarber-products__slide > .product {
    height: 100%;
}

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

.forbarber-countdown[hidden] {
    display: none;
}

.forbarber-countdown__eyebrow,
.forbarber-countdown__delivery {
    color: #008000;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

.forbarber-countdown__timer {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.forbarber-countdown__timer > span {
    align-items: center;
    background: #d9d9d9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 68px;
    min-width: 68px;
    padding: 8px 10px;
}

.forbarber-countdown__timer strong {
    color: #0d0d0d;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: .9;
}

.forbarber-countdown__timer small {
    color: #0d0d0d;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
}

.forbarber-countdown__timer i {
    color: #008000;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
}

.forbarber-reviews__slider .splide__list {
    align-items: stretch;
}

.forbarber-review-card {
    background: #fff;
    border: 1px solid rgba(13, 13, 13, .1);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(13, 13, 13, .05);
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: auto;
    padding: 22px;
}

.forbarber-review-card__stars {
    color: var(--forbarber-accent-orange);
    font-size: 15px;
    letter-spacing: 2px;
}

.forbarber-review-card p {
    color: #444;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.forbarber-review-card strong {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 700;
    margin-top: auto;
}

.forbarber-shipping-banner {
    background: #f6f6f6;
    border-radius: 18px;
    color: #fff;
    overflow: hidden;
}

.forbarber-shipping-banner,
.forbarber-shipping-banner__link {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: center;
    min-height: 124px;
    padding: 28px;
    text-decoration: none;
}

.forbarber-shipping-banner__icon {
    align-items: center;
    background: var(--forbarber-accent-orange);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 68px;
    height: 68px;
    justify-content: center;
    width: 68px;
}

.forbarber-shipping-banner__icon svg {
    height: 36px;
    width: 36px;
}

.forbarber-shipping-banner__content {
    display: grid;
    gap: 6px;
}

.forbarber-shipping-banner__content strong {
    color: #151515;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.forbarber-shipping-banner__content strong span {
    color: var(--forbarber-accent-orange);
}

.forbarber-shipping-banner__content small {
    color: #151515;
    font-size: 15px;
    line-height: 1.35;
}

@media only screen and (max-width: 767px) {
    .forbarber-countdown__timer {
        gap: 8px;
    }

    .forbarber-countdown__timer > span {
        min-height: 58px;
        min-width: 58px;
    }

    .forbarber-countdown__timer strong {
        font-size: 26px;
    }

    .forbarber-shipping-banner,
    .forbarber-shipping-banner__link {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 22px;
    }

    .forbarber-shipping-banner__content strong {
        font-size: 22px;
    }
	
	.forbarber-shipping-banner__content strong span {
		display: block;
	}
}


.forbarber-products__slide .product,
.forbarber-text-products__products .forbarber-products__slide .product {
    align-content: flex-start;
    display: flex;
    min-height: 100%;
}

.forbarber-products__items .product .button,
.forbarber-products__items .product .add_to_cart_button,
.forbarber-products__items .product .ajax_add_to_cart,
.forbarber-products__items .product .product_type_simple,
.forbarber-text-products__products .product .button,
.forbarber-text-products__products .product .add_to_cart_button,
.forbarber-text-products__products .product .ajax_add_to_cart,
.forbarber-text-products__products .product .product_type_simple,
body.theme-4barber .product .wc-block-components-product-button .wp-block-button__link,
body.theme-4barber .wc-block-grid__product .wc-block-components-product-button .wp-block-button__link,
body.theme-4barber .wp-block-post .wc-block-components-product-button .wp-block-button__link {
    align-self: flex-start;
    font-size: 12px;
    min-height: unset;
    padding: 8px 16px;
    width: auto;
}

.woocommerce ul.products.columns-3 > .product > .button,
.woocommerce-page ul.products.columns-3 > .product > .button {
    align-self: flex-start;
    width: auto;
}