﻿@import url('css2-Poppinswght300400500600700800_swap.css');
:root
{
    --thm-logo-header-height: 64px;/*--thm-slider-xs-h: 530px !important;
	--thm-slider-sm-h: 580px !important;*/
    --thm-slider-md-h: 400px!important;
    --thm-slider-lg-h: 540px!important;
    --thm-slider-xl-h: 640px!important;
    --thm-slider-xxl-h: 640px!important;
}
html, body
{
    padding: 0;
    margin: 0;
    font-family: 'Poppins','Arial',sans-serif!important;
}
.card, .coupon, .alert, .notice
{
    overflow: hidden;
    border: 0;
    box-shadow: rgb(50 50 93/5%) 0 50px 100px -20px,rgb(0 0 0/15%) 0 30px 60px -30px;
    border-radius: .75rem;
}
.coupon.border
{
    box-shadow: none;
    border-radius: .5rem;
}
.foot-fixed-menu .card
{
    box-shadow: rgb(50 50 93/5%) 0 5px 5px 0,rgb(0 0 0/15%) 0 5px 10px 5px;
    background: none;
    border-radius: 1rem;
}
.btn
{
    border-radius: 1.5rem;
    border-width: 2px;
}/*------------slider------------*/
.main-promotion-offer
{
    text-transform: capitalize!important;
}
@media(min-width: 480px)
{
    .main-promotion-text
    {
        font-size: 2.2em!important;
    }
    .main-promotion-cta
    {
        font-size: 1.6rem!important;
        border-radius: 2rem!important;
        padding: .5rem 1.5rem!important;
    }
}
@media(min-width: 1200px)
{
    .main-promotion-text
    {
        font-size: 2.5em!important;
    }
    #land .main-promotion-text
    {
        font-size: 3.2em!important;
    }
    .main-promotion-cta
    {
        font-size: 1.8rem!important;
    }
}