.oxy-header-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.btn-outline {
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
.btn-outline:hover {
    border-color: #191919;
    background-color: #191919;
    color: #fff;
    fill: #fff;
}

.btn-outline-icon {
    transition: transform .3s ease-in-out;
}

.btn-outline .btn-outline-text {
    color: #ffffff;
}
.btn-outline .btn-outline-icon {
    color: white;
    fill: white;
}
.btn-outline:hover .btn-outline-text {
    color: #fff !important;
}
.btn-outline:hover .btn-outline-icon {
    transform: translateX(8px);
    color: #fff !important;
    fill: #fff !important;
}

.btn-outline-black {
    border: 1px solid #191919;
    color: #191919;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
.btn-outline-black:hover {
    background-color: #191919;
    color: #fff;
    fill: #fff;
}
.btn-outline-black:hover .btn-outline-icon {
    transform: translateX(10px);
}

.offer-category-link {
    overflow: clip;
}
.offer-category-link::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to top, rgba(0,0,0, .7) 0%, rgba(0,0,0, 0) 0%);
}

.offer-category-link img {
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.offer-category-link:hover img{
    transform: scale(1.1);
}

.frm-fluent-form input, .frm-fluent-form textarea {
    border-radius: 0 !important;
    border-color: #191919 !important;
}
.frm-fluent-form [type="submit"] {
    padding: 12px 24px !important;
    border-radius: 50px !important;
    background-color: #191919 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-family: inherit !important;
}

#search-product, .woocommerce-product-search, .kp-search-product {
    position: relative;
}
#search-product input, .kp-search-product input {
    border-radius: 50px !important;
    padding: 8px 24px 8px 12px !important;
    background-color: transparent !important;
    margin-right: 0 !important;
}

#search-product.is-home input, .kp-search-product.is-home input {
    color: #ffffff;
}

#search-product [type="submit"], .kp-search-product [type="submit"] {
    display: none;
}
#search-product-submit, .kp-search-product-submit {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

#search-product input:is(:focus, :focus-visible, :focus-within) #search-product-submit {
    fill: #191919;
    color: #191919;
}
.kp-search-product input:is(:focus, :focus-visible, :focus-within) .kp-search-product-submit {
    fill: #191919;
    color: #191919;;
}

.tigger-search-product {
    cursor: pointer;
}
.search-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1919199a;
    backdrop-filter: blur(2px);
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    transform: translateY(-200px);
}
.search-product-overlay.active {
    transform: translateY(0);
}
.search-product-overlay .woocommerce-product-search {
    width: 100%;
}
.search-product-overlay .kp-search-product input {
    color: white !important;
}

.close-search-overlay {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.hero-slider a {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
}
.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-new-products .oxy-repeater-pages-wrap {
    display: none !important;
}

.footer-link-white a {
    color: white;
}


@media (max-width: 992px) {
    #-site-navigation-127-62.oxy-site-navigation > ul {
        background-color: #191919 !important;
        padding-top: 24px !important;
    }
}