@font-face {
  font-family: 'Hellix';
  src: url('/assets/fonts/Hellix-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: url('/assets/fonts/Hellix-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: url('/assets/fonts/Hellix-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

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

    .navbar-expand-lg.navbar-stuck .navbar-stuck-show {
        display: block!important
    }

    .navbar-expand-lg.navbar-stuck .navbar-stuck-hide:not(.collapse):not(.collapsing) {
        display: none!important
    }
    
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}    

.category-card {
    background-size: cover;
    width: 306px;
    height: 306px !important;
}

.category-card:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(to top right, rgb(227 5 20) 0%, rgb(0 0 0 / 23%) 60%, rgb(0 0 0 / 0%) 100%);
}

  .hero-section {
    position: relative;
    overflow: hidden;
  }

  .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(161deg, #0193c6e6 60%, #f3e7e975 100.43%);
    z-index: 2;
  }

.home-slide .swiper-pagination-bullet-active {
    width: 36px !important;
}
.home-slide .swiper-pagination-bullet {
    width: 18px;
    height: 10px;
    border-radius: 100px;
    transition: width .3s ease-in-out, background-color 0.2s ease-in-out !important;
}


.preloader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 100;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
}

:root, [data-bs-theme=light] {
    --tyn-font-sans-serif: "Hellix", sans-serif;
    --tyn-primary: #e30110;
    --tyn-primary-rgb: 227, 1, 16;
    --tyn-primary-bg-subtle: #edfaff;
    --tyn-body-font-size: 16px;
}

.btn-primary,
.product-card .count-input:not(.collapsed) .product-card-button,
.product-card:hover .product-card-button,
[data-bs-theme=dark] .product-card:hover .product-card-button {
    --tyn-btn-color: #fff;
    --tyn-btn-bg: #e30110;
    --tyn-btn-border-color: #e30110;
    --tyn-btn-hover-color: #fff;
    --tyn-btn-hover-bg: #b7000c;
    --tyn-btn-hover-border-color: #b7000c;
    --tyn-btn-focus-shadow-rgb: 1, 147, 198;
    --tyn-btn-active-color: #fff;
    --tyn-btn-active-bg: #b7000c;
    --tyn-btn-active-border-color: #192639;
    --tyn-btn-active-shadow: none;
    --tyn-btn-disabled-color: #fff;
    --tyn-btn-disabled-bg: #e30110;
    --tyn-btn-disabled-border-color: #e30110;
}

.main-slide .swiper-slide .slide-item{
    height: 50vh;
}

.nav-underline.flex-column .nav-link:hover:before {
    transform: scaleY(1);
    transform-origin: top left;
}

.border-transparent {
    border-top: 1px solid rgba(255,255,255,0) !important;
}

@media(max-width: 768px) {
    .main-slide .swiper{
        overflow: visible !important;
    }
    .main-slide .swiper-slide .slide-item {
        height: 30vh;
    }
}


header.navbar.navbar-expand-lg.navbar-sticky.z-fixed.px-0.fixed-top.navbar-stuck {
    background: white;
}

.floating-buttons {
    transform: translateX(50%) translateY(-320%) rotate(-90deg);
}
