.login-section-padding {
    padding: 10px 70px;
}

@media (max-width: 1200px) {
    .login-section-padding {
        padding: 10px 50px;
    }
}

@media (max-width: 992px) {
    .login-section-padding {
        padding: 10px 30px;
    }
}

@media (max-width: 768px) {
    .login-section-padding {
        padding: 10px 40px;
    }
}

@media (max-width: 576px) {
    .login-section-padding {
        padding: 10px 10px;
    }
}




.Offcanvas_menu {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Offcanvas_menu {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .Offcanvas_menu {
        display: block;
    }
}
.Offcanvas_menu > .container > .row > .col-12 {
    min-height: 0;
}
.Offcanvas_menu_wrapper {

    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 0;
    height: 100vh;
    transition: .5s;
    right: 0;
    margin-right: -300px;
    padding: 50px 20px 30px;
    overflow-y: auto;
}
.Offcanvas_menu_wrapper.active {
    margin-right:33px;
}
.Offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}
.Offcanvas_menu_wrapper .search_container {
    display: block;
}
.Offcanvas_menu_wrapper .header_configure_area {
    display: block;
    margin-bottom: 20px;
    /*display: flex;*/
    /*margin-bottom: 25px;*/
}
.Offcanvas_menu_two .canvas_close a:hover {
    background: #0066c0;
    border-color: #0066c0;
}
.Offcanvas_menu_two .offcanvas_main_menu li a:hover {
    color: #0066c0;
}
.Offcanvas_menu_two .Offcanvas_footer span a:hover {
    color: #0066c0;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(-180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(-180deg);
}
.offcanvas_main_menu li {
    position: relative;
}
.offcanvas_main_menu li:last-child {
    margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    left: 0;
}
.offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.offcanvas_main_menu li a:hover {
    color: #c40316;
}
.offcanvas_main_menu li ul.sub-menu {
    padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_header {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .main_header {
        padding-bottom: 25px;
        padding-top: 20px;
    }
}
.main_header.header_padding {
    padding-bottom: 0;
}
.header_four {
    /*background: #f3c112;*/
    background: linear-gradient(to bottom, #f3c112 50%, transparent 50%);
    height: auto;
}
@media only screen and (max-width: 991px) {
    .header_four {
        margin-bottom: 30px;
    }
}
.header_four .header_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header_four .antomi_message p {
    color: #ffffff;
}
.header_four .header_top_settings ul li {
    color: #ffffff;
}

.header_top {
    border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
    .header_top {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_top {
        display: none;
    }
}

.header_middle {
    padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_middle {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .header_middle {
        padding: 25px 0;
    }
}

.header_middle_style4 {
    border-top: 1px solid #d9d9d9;
    margin: 30px 20px 10px 20px;
    background-color: #ffffff;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_middle_style4 {
        border-bottom: 0;
    }
}
.header_middle_style4 .column1 {
    flex: 0 0 21%;
    max-width: 21%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_middle_style4 .column1 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .header_middle_style4 .column1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.header_middle_style4 .column2 {
    flex: 0 0 53%;
    max-width: 53%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_middle_style4 .column2 {
        flex: 0 0 62%;
        max-width: 62%;
    }
}
@media only screen and (max-width: 991px) {
    .header_middle_style4 .column2 {
        display: none;
    }
}
.header_middle_style4 .column3 {
    flex: 0 0 26%;
    max-width: 26%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_middle_style4 .column3 {
        flex: 0 0 17%;
        max-width: 17%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_middle_style4 .column3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .header_middle_style4 .column3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.header_middle_style4 .search_container {
    padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_container {
        margin-bottom: 30px;
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .search_container {
        margin-bottom: 30px;
        display: none;
    }
}
.search_container form {
    display: flex;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_container form {
        flex-direction: column-reverse;
        border: 0;
        width: 100%;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .search_container form {
        flex-direction: column-reverse;
        border: 0;
        width: 100%;
        align-items: center;
    }
}
.header_configure_area {
    display: flex;
    justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_configure_area {
        display: none;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .header_configure_area {
        display: none;
        justify-content: center;
    }
}

.search_box {
    position: relative;
    width: 100%;
    /*border-top: 2px solid #ebebeb;*/
    /*border-left: 2px solid #ebebeb;*/
    /*border-bottom: 2px solid #ebebeb;*/
    /*border-radius: 5px 0 0 5px;*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_box {
        margin-bottom: 20px;
        border-right: 2px solid #ebebeb;
        border-radius: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .search_box {
        margin-bottom: 20px;
        border-right: 2px solid #ebebeb;
        border-radius: 4px;
    }
}
.search_box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}
.search_box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}
.search_box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}
.search_box input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}
.search_box input {

    /*border: 0;*/
    background: #efefef;
    width: 100%;
    height: 50px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px 0 145px;
    opacity: 0.7;
    margin-top: 25px;
    border-radius: 15px;
}
/*.search_box_mobile input {*/

/*	!*border: 0;*!*/
/*	background: #efefef;*/
/*	width: 100%;*/
/*	height: 50px;*/
/*	color: #222222;*/
/*	font-size: 14px;*/
/*	font-weight: 400;*/
/*	padding: 0 20px 0 145px;*/
/*	opacity: 0.7;*/
/*	margin-top: 25px;*/
/*	border-radius: 25px;*/
/*}*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search_box input {
        padding: 0 20px 0 118px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_box input {
        font-size: 12px;
        padding: 0 10px 0 92px;
        width: 100%;
        height: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .search_box input {
        font-size: 12px;
        padding: 0 10px 0 92px;
        width: 100%;
        height: 34px;
    }
}
.search_box button {
    font-size: 12px;
    border: 0;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    background: none;
    color: #bc2721;
    font-weight: 500;
    padding: 0 20px;
    min-width: 128px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search_box a {
    font-size: 12px;
    border: 0;
    position: absolute;
    top: 40px;
    bottom: -2px;
    left: -85px;
    background: none;
    color: #bc2721;
    font-weight: 500;
    padding: 0 20px;
    min-width: 128px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.search_box_mobile {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px; /* تا زیر آیکون باز شود */
    left: 0;
    right: 0;
    z-index: 999;
    /*display: none; !* در ابتدا مخفی است *!*/
}

.search_box_mobile .search_input {
    flex-grow: 1;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.search_box_mobile .search_icon {
    font-size: 18px;
    color: #bc2721;
    padding: 5px 10px;
    cursor: pointer;
}
/*.search_box button:hover {*/
/*	background: #333;*/
/*}*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search_box button {
        padding: 0 17px;
        min-width: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search_box button {
        min-width: 78px;
        padding: 0 14px;
        top: -1px;
        bottom: -1px;
        left: -1px;
    }
}
@media only screen and (max-width: 767px) {
    .search_box button {
        min-width: 78px;
        padding: 0 14px;
        top: -1px;
        bottom: -1px;
        left: -1px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_configure_four .header_wishlist {
        margin-left: 25px;
    }
}
.header_configure_four .header_wishlist a {
    color: #ffffff;
}
.header_configure_four .header_wishlist a:hover {
    color: #c40316;
}
.header_configure_four .mini_cart_wrapper > a {
    color: #ffffff;
}
.header_configure_four .mini_cart_wrapper > a:hover {
    color: #c40316;
}

.header_register a {
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #bc2721;
    display: block;
    height: 40px;
    /*line-height: 46px;*/
    position: relative;
    text-align: center;
    width: 100px;
    padding: 5px 10px;
    color: #bc2721;
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    border-radius: 15px;
}
.header_register{
    /*border: 2px solid #ebebeb;*/
    /*display: block;*/
    /*height: 50px;*/
    /*line-height: 46px;*/
    /*position: relative;*/
    /*text-align: center;*/
    /*width: 50px;*/
    margin-left: 20px;

    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
}
.header_register_bg {
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #ebebeb;
    display: block;
    height: 40px;
    background-color: #bc2721;
    /*line-height: 46px;*/
    position: relative;
    text-align: center;
    /*width: 100px;*/
    padding: 5px 10px;
    color: #ffffff;
    margin-left: 30px;
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    border-radius: 15px;
}
.line {
    position: relative;
    height: 1px;
    margin-top: 15px;
    background: linear-gradient(to right, transparent 30px, #02C37E 30px, #02C37E calc(100% - 30px), transparent calc(100% - 30px));
}

.header_bottom .column1 {
    flex: 0 0 21%;
    max-width: 21%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_bottom .column1 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .header_bottom .column1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.header_bottom .column2 {
    flex: 0 0 56%;
    max-width: 56%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_bottom .column2 {
        display: none;
    }
}
.header_bottom .column3 {
    flex: 0 0 23%;
    max-width: 23%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_bottom .column3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .header_bottom .column3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.sticky_header_right .main_menu {
    margin-right: 0;
    margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sticky_header_right .main_menu {
        margin-left: 44px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sticky_header_right .main_menu nav > ul > li {
        margin-left: 24px;
    }
}
.sticky_header_right .main_menu nav > ul > li > a {
    color: #222222;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sticky_header_right .main_menu nav > ul > li > a {
        font-size: 13px;
    }
}
.sticky_header_right .main_menu nav > ul > li > a.active {
    color: #c40316;
}
.sticky_header_right .main_menu nav > ul > li > a::before {
    display: none;
}
.sticky_header_right .main_menu nav > ul > li:hover > a {
    color: #c40316;
}
.main_menu {
    margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main_menu {
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_menu {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .main_menu {
        display: none;
    }
}
.main_menu nav > ul > li {
    display: inline-block;
    position: relative;
    margin-left: 35px;
    padding: 13px 0;
}
.main_menu nav > ul > li:last-child {
    margin-left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main_menu nav > ul > li {
        margin-left: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main_menu nav > ul > li {
        margin-left: 26px;
    }
}
.main_menu nav > ul > li:hover ul.sub_menu {
    opacity: 1;
    visibility: visible;
    transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover > a::before {
    right: 0;
    left: 0;
    width: 100%;
}
.main_menu nav > ul > li > a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    color: #222222;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main_menu nav > ul > li > a {
        font-size: 13px;
    }
}
.main_menu nav > ul > li > a i {
    margin-right: 3px;
}
.main_menu nav > ul > li > a.active::before {
    right: 0;
    left: 0;
    width: 100%;
}
.main_menu nav > ul > li > a::before {
    background: #222222;
    bottom: -1px;
    content: '';
    display: block;
    height: 2px;
    right: 50%;
    position: absolute;
    left: 50%;
    top: auto;
    width: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.main_menu nav > ul > li ul.sub_menu {
    position: absolute;
    min-width: 200px;
    padding: 24px 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: right;
}
.main_menu nav > ul > li ul.sub_menu li a {
    font-weight: 400;
    display: block;
    line-height: 22px;
    font-size: 13px;
    padding: 5px 0;
}
.main_menu nav > ul > li ul.sub_menu li a:hover {
    color: #c40316;
}
.main_menu nav > ul > li.mega_items {
    position: static;
}
.main_menu nav > ul > li .mega_menu {
    position: absolute;
    min-width: 100%;
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: right;
}

.menu_four nav > ul > li > a {
    color: #bc2721;
}
.menu_four nav > ul > li > a::before {
    background: #ffffff;
}

.menu_position {
    position: relative;
}
.canvas_open {
    position: absolute;
    /*left: 21px;*/
    top: 31px;
    z-index: 9;

}
@media only screen and (max-width: 767px) {
    .canvas_open {
        right: 65px;
        top: 180px;
    }
}
.canvas_open a {
    font-size: 30px;
    color: #222222;
    width: 43px;
    height: 41px;
    display: block;
    line-height: 43px;
    text-align: center;
    border: 1px solid #222222;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .canvas_open a {
        width: 35px;
        height: 34px;
        line-height: 36px;
        font-size: 24px;
    }
}
.canvas_open a:hover {
    color: #c40316;
    border-color: #c40316;
}
.canvas_open.light-color a {
    color: #fff;
    border-color: #fff;
}
.Offcanvas_four .canvas_open a {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.Offcanvas_four .canvas_open a:hover {
    color: #c40316;
    border-color: #c40316;
}
.header_search {
    /*display: flex !important; !* ✅ استفاده از Flexbox برای چینش در یک خط *!*/
    align-items: center; /* ✅ تراز کردن آیکون و متن در مرکز */
    height: 40px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 5px 15px;
    color: #bc2721;
    border-radius: 25px;
    margin-left: 30px;
    margin-top: 5px;
}

.header_location {
    display: block ruby !important; /* ✅ استفاده از Flexbox برای چینش در یک خط */
    align-items: center; /* ✅ تراز کردن آیکون و متن در مرکز */
    height: 40px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 5px 15px;
    color: #bc2721;
    border-radius: 25px;
    margin-left: 30px;
    margin-top: 5px;
}

.header_location i {
    font-size: 16px; /* ✅ تنظیم اندازه آیکون */
    margin-left: 5px; /* ✅ فاصله بین آیکون و متن */
}

/* -------------------------------
                 استایل‌های عمومی اسلایدرها
              ------------------------------- */
.swiper {
    width: 100%;
    padding: 20px 0;
}
/*.container {*/
/*	width: 100%;*/
/*	max-width: 1200px;*/
/*margin: auto;*/
/*padding: 20px;*/
/*}*/


/* -------------------------------
اسلایدر خطی (Linear Slider)
------------------------------- */
.linear-slider {
    position: relative;
}
.linear-slider .slide-item {
    background: #fff;
    border: 1px solid #FFD700;
    padding: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
}
.linear-slider .linear-slider-prev,
.linear-slider .linear-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #ccb2b2b2;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    border-radius: 20%;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.linear-slider .linear-slider-prev { left: 10px; }
.linear-slider .linear-slider-next { right: 10px; }

/* -------------------------------
   اسلایدر جدید با تصویر روی بوردر بالاییش (Border Slider)
------------------------------- */
.border-slider {
    position: relative;
    overflow-y: visible !important;
}
.border-card {
    position: relative;
    border: 2px solid #FFD700;
    border-top: none;
    border-radius: 10px;
    padding-top: 40px;
    text-align: center;
    background: #fff;
}
.border-image {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px;
    /*border: 2px solid #FFD700;*/
    /*border-radius: 10%;*/
}
.border-image img {
    width: auto;
    height: 50px;
    border-radius: 10%;
}
.card-content {
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
}
.border-slider .border-slider-prev,
.border-slider .border-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #ccb2b2b2;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    border-radius: 20%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.border-slider .border-slider-prev { left: 10px; }
.border-slider .border-slider-next { right: 10px; }

/* -------------------------------
   Media Queries (رسپانسیو)
------------------------------- */
@media (max-width: 768px) {
    .linear-slider .slide-item { padding: 15px; }
    .border-image img { width: 50px; height: 50px; }
}

/* -------------------------------
   Media Queries (رسپانسیو)
------------------------------- */
@media (max-width: 768px) {
    .circle {
        width: 50px;
        height: 50px;
        bottom: -20px;
        left: -258px;
    }
    .circle-2 {
        width: 50px;
        height: 50px;
        bottom: 6px !important;
        left: -630px !important;
    }
    .rectangle {
        width: 160px;
        height: 55px;
        bottom: -17px;
        left: -21px;
    }
    .blog-card img,
    .product-card img {
        height: 140px;
    }
}
@media (max-width: 480px) {
    .circle {
        width: 40px;
        height: 40px;
        bottom: -15px;
        left: -258px;
    }
    .circle-2 {
        width: 40px;
        height: 40px;
        bottom: -15px;
        left: -258px;
    }
    .rectangle {
        width: 160px;
        height: 55px;
        bottom: -17px;
        left: -21px;
    }
    .blog-card img,
    .product-card img {
        height: 120px;
    }
}
.outline-btn-style {
    background-color: var(--white);
    color: var(--red);
    font-size: 16px;
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid var(--red);
}

.outline-btn-style:is(:focus, :hover) {
    background-color: var(--red);
    color: var(--white);
}

.outline-btn-style img {
    width: 20px;
    height: 20px;
}

.fill-btn-style {
    background-color: var(--red);
    color: var(--white);
    font-size: 16px;
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid var(--red);
    padding: 7px 20px;
}
.zapas-banner {
    font-size: 36px;
    color: var(--darker-brown);
    font-weight: 700;
    line-height: 3rem;
}
@media (max-width: 768px) {
    .zapas-banner {
        font-size: 24px;
        line-height: 2.2rem;
    }

    .fill-btn-style,
    .outline-btn-style {
        font-size: 14px;
        padding: 8px 16px;
    }

    .outline-btn-style img {
        width: 18px;
        height: 18px;
    }

    .gap-3 {
        gap: 12px !important;
    }
}
