@charset "UTF-8";
/**
 * Custom CSS
 * 
 * @author @dwengs
 * @copyright 2025, @dwengs
 */


/**
 *
 */
:root {
    --color-primary: #ff9866;
    --color-primary-alt: #e29874;
    --color-primary-opacity: #ff986680;
    --color-primary-opacity-alt: #ff986630;
    --color-secondary: #3d3837;
    --color-secondary-alt: #565150;
    --color-secondary-opacity: #3d383780;
    --color-secondary-opacity-alt: #3d383730;
}


/**
 *
 */
html, body {
    font-size: 14px;
}


/**
 *
 */
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
}


/*
 *
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3rem;
    /* --bs-gutter-y: 0; */
}


/**
 *
 */
.h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 0.8;
    /* color: var(--color-secondary); */
    text-transform: uppercase;
    font-weight: 650;
    line-height: 1;
    --header-multiplier: 1;
}
h1, .h1 {
    font-size: 1.75rem;
    font-size: calc(2rem * var(--header-multiplier));
}
h2, .h2 {
    font-size: 1.5rem;
    font-size: calc(1.75rem * var(--header-multiplier));
}
h3, .h3 {
    font-size: 1.25rem;
    font-size: calc(1.5rem * var(--header-multiplier));
}
h4, .h4 {
    font-size: 1.125rem;
    font-size: calc(1.25rem * var(--header-multiplier));
}
h5, .h5 {
    font-size: 1rem;
    font-size: calc(1.125rem * var(--header-multiplier));
}
h6, .h6 {
    font-size: 1rem;
    font-size: calc(1rem * var(--header-multiplier));
}


/**
 *
 */
.text-default {
    line-height: 1.8;
    color: #777;
    font-size: 0.9375rem;
}
.text-default strong,
.text-default b {
    color: #444;
}
.text-bg-primary {
    background-color: var(--color-primary) !important;
    color: #ffffffdd !important;
}


/**
 *
 */
.headers {
    margin-bottom: 2rem;
}
.headers > .h {
    line-height: 1.2;
}


/**
 *
 */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border-radius: 0;
    padding: 0.5rem 2.875rem;
    text-transform: uppercase;
    line-height: 1;
    height: 42px;
    font-size: 0.875rem;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-primary-alt);
    --bs-btn-hover-border-color: var(--color-primary-alt);
    --bs-btn-active-bg: var(--color-primary-alt);
    --bs-btn-active-border-color: var(--color-primary-alt);
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary);
}
.btn i {
    font-size: calc(var(--bs-btn-font-size) * 1);
}
.btn:hover {
    
}
.btn:hover i {
    
}
.btn-outline-primary {
    --bs-btn-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-bg: var(--color-primary);
    --bs-btn-hover-border-color: var(--color-primary);
    --bs-btn-active-bg: var(--color-primary);
    --bs-btn-active-border-color: var(--color-primary);
    --bs-btn-disabled-color: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary);
}
.btn-outline-primary i {
    color: var(--color-primary);
}
.btn-outline-light {
    --bs-btn-border-color: #ffffff60;
}
.btn-small {
    padding: 0.375rem 1.5rem;
    --bs-btn-font-size: 0.8125rem;
    font-size: var(--bs-btn-font-size);
    height: 42px;
}
.btn-small i {
    font-size: calc(var(--bs-btn-font-size) * 1);
}


/**
 *
 */
.card {
    border-radius: 0;
    border: 0;
}
.card-body {
    
}
.card.card-side {
    background-color: #252626;
}
.card.card-side .headers {
    border-bottom: 1px solid #444;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.card.card-side .headers .h {
    color: #fff;
    margin: 0;
    text-transform: none;
}
.card.card-side .card-body {
    padding: 2.5rem 2rem;
}
.card.card-side ul {
    margin: 0;
}
.card.card-side ul li a {
    color: #aaa;
    font-size: 0.9375rem;
    display: block;
    padding: 0.5rem 0;
}
.card.card-side ul li.active a,
.card.card-side ul li:hover a {
    font-weight: 550;
    color: var(--color-primary);
}


/*
 *
 */
header {
    position: absolute;
    z-index: 16;
    width: 100%;
    border-bottom: 1px solid #ffffff35;
}
.navbar {
    padding: 0;
}
.navbar > .container {
    /* padding: 1.8125rem 0; */
    height: 78px;
}
.navbar-brand {
    position: relative;
    padding: 0;
}
.navbar-brand > img {
    width: 172px;
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.navbar-tools .list-languages {

}
.navbar-tools .list-languages img {
    width: 26px;
    border-radius: 2px;
}
.nav-link {
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 0;
    color: #ffffffcc;
}
.navbar-nav {
    gap: 2rem;
    letter-spacing: 0.5px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: var(--color-primary);
}
.dropdown-toggle::after {
    border: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #ddd;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    margin-left: 0.7rem;
}
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link.show::after,
.navbar-nav .nav-link:focus::after,
.navbar-nav .nav-link:hover::after {
    border-color: var(--color-primary);
}
.dropdown-menu {
    min-width: 200px;
    border: 0;
    border-radius: 0;
    padding: 0.5rem 1rem;
    border-top: 4px solid var(--color-primary);
    margin-top: 25px !important;
}
.dropdown-menu .nav-link {
    font-size: 0.81255rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
    color: #333;
    /* display: inline-block; */
    padding: 10px 0 !important;
    font-weight: 450;
}
.dropdown-menu .nav-item:last-child .nav-link {
    border: 0;
}
.dropdown-menu:before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent var(--color-primary) var(--color-primary);
    width: 5px;
    position: absolute;
    top: -14px;
    margin-left: 5px;
}


/**
 *
 */
.offcanvas {
    background-color: #191919;
    border-left: 0 !important;
    max-width: 90vw;
}
.offcanvas-header {
    padding: 2rem 1.5rem;
    background-color: #111;
}
.offcanvas-header img {
    width: 172px;
}
.offcanvas-tools {
    padding: 2rem 1.5rem;
}
.offcanvas-header .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    opacity: 1;
}
.offcanvas-body {
    padding: 2rem 1.5rem;
}
.offcanvas-body .navbar-nav {
    gap: 0;
}
.offcanvas-body .navbar-nav .nav-link {
    padding: 1rem 0;
    font-size: 1rem;
}
.offcanvas-body .dropdown-menu {
    position: relative !important;
    margin: 1rem 0 2rem !important;
    transform: none !important;
}
.offcanvas-tools img {
    width: 30px;
    border-radius: 2px;
}


/**
 *
 */
.carousel-item {
    position: relative;
}
.carousel-item img {
    min-height: 400px;
    height: 1060px;
    height: 40vh;
    object-fit: cover;
    object-position: 75% 50%;
    background-color: #28282a;
    filter: brightness(0.7);
}
.carousel-captions {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    width: 100%;
    color: #fff;
}
.carousel-captions > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}
.carousel-captions .h {
    font-size: 2rem;
    margin: 0;
}
.carousel-captions .text-default {
    font-size: 1rem;
    margin: 0;
    /* width: 40%; */
    color: #bbb;
}
.carousel-captions .buttons {

}
.carousel-captions .btn {

}


/**
 *
 */
.separator {
    height: 239px;
    padding-top: 78px;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    /* background-position: 50%; */
}
.separator-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    max-width: 100%;
}
.separator-caption .h {
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.separator-caption nav {
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}
.breadcrumb {
    width: max-content;
    font-size: 1rem;
    font-weight: 550;
    margin: 0;
}
.breadcrumb .breadcrumb-item {
    color: #777;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    margin-right: 1.25rem;
    width: 7px;
    height: 7px;
    content: "";
    border: 2px solid #fff;
    padding: 0;
    border-left: 0;
    border-top: 0;
    transform: rotate(315deg);
    float: unset;
    margin-top: 0px;
}
.breadcrumb .breadcrumb-item a {
    color: #777;
    font-weight: 400;
}
.breadcrumb .breadcrumb-item span {
    /* color: #ffffff90; */
}


/**
 *
 */
.card-home {
    background-color: #000;
    position: relative;
}
.card-home .card-body {
    padding: 2rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.card-home.card-home-bg {
    background-size: cover;
    background-position: 50%;
}
.card-home.card-home-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000099;
}
.card-home .card-body .row {

}
.card-home .card-body .row>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-home .headers {
    margin-bottom: 1rem;
}
.card-home article {
    display: flex;
    flex-direction: column;
}
.card-home .headers .h {
    margin: 0;
    color: #fff;
}
.text-default p:last-child {
    margin: 0;
}
.card-home .text-default {
    margin-bottom: 1.25rem;
    color: #ffffffbb;
}


/**
 *
 */
.categories-cards,
.categories-main-cards {

}
.categories-cards img,
.categories-main-cards img {
    height: 200px;
    background-color: #cccccc40;
    border-radius: 0;
    transition: background-color .2s ease-in-out;
}
.categories-cards .card-body,
.categories-main-cards .card-body {
    text-align: center;
    padding: 1.5rem 1rem;
    transition: color .2s ease-in-out;
}
.categories-cards .card-body .text-default,
.categories-main-cards .card-body .text-default {
    font-size: 0.75rem;
    color: #aaa;
}
.categories-cards a:hover img,
.categories-main-cards a:hover img {
    background-color: var(--color-primary-opacity-alt);
}
.categories-cards a:hover .card-body .card-title,
.categories-main-cards a:hover .card-body .card-title {
    color: var(--color-primary);
}


/**
 *
 */
.categories-cards .card {
    background-color: #f5f5f5;
}
.categories-cards .card-body {
    padding: 2rem 1rem 1.75rem;
}


/**
 *
 */
.products-card {

}
.products-card img {
    height: 200px;
    background-color: #cccccc40;
    border-radius: 0;
    transition: background-color .2s ease-in-out;
    padding: 2rem;
    object-fit: contain;
}
.products-card .card-body {
    text-align: center;
    padding: 1.5rem 1rem;
    transition: color .2s ease-in-out;
}
.products-card .card-body .text-default {
    font-size: 0.75rem;
    color: #aaa;
}
.products-card a:hover img {
    background-color: var(--color-primary-opacity-alt);
}
.products-card a:hover .card-body .card-title {
    color: var(--color-primary);
}


/**
 *
 */
.product-detail {

}
.product-detail-img {
    background-color: #f5f5f5;
    padding: 3rem;
}
.product-detail-img a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail-img img {
    max-height: 35vh;
}
.product-detail-gallery img {
    background-color: #f5f5f5;
    padding: 1rem;
    aspect-ratio: 1;
    display: block;
}


/**
 *
 */
.product-detail-spec table {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1;
    border: 0;
}
.product-detail-spec table th,
.product-detail-spec table td:first-child {
    color: #555;
    font-weight: 700;
    font-size: 0.9375rem !important;
}
.product-detail-spec table td:first-child {
    width: 50%;
}
.product-detail-spec table th,
.product-detail-spec table td {
    padding: 0.75rem 0 0.6875rem !important;
    border-bottom: 1px solid #eee;
    text-align: left !important;
    font-size: 0.875rem;
    line-height: 1.75;
    vertical-align: middle;
}
.product-detail-spec table tr:last-child td {
    border: 0;
}


/**
 *
 */
.headers-bg {
    background: #333;
    color: #f5f5f5;
    height: 74px;
    display: flex;
    align-items: center;
    padding: 2rem 1rem 2rem 2rem;
    background-image: url(../../images/site/headers-bg.jpg);
    background-size: cover;
}
.headers-bg .h {
    margin: 0;
}


/*
 *
 */
.form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 1rem;
}
textarea.form-control {
    height: 100px;
}
.form-control::placeholder {
    color: #bbb;
    font-weight: 400;
    font-size: 0.875rem;
}
.form-label {
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.form-check-label {
    font-size: 0.875rem;
    font-weight: 550;
}


/**
 *
 */
.page-contact {

}
.page-contact .page-contact-maps {
}
.page-contact .page-contact-maps:hover {
    filter: saturate(1);
}
.page-contact .page-contact-maps iframe {
    min-height: 30vh;
}
.page-contact .list-contact {
    color: #555;
}
.page-contact .list-contact li {
    margin-bottom: 0.875rem;
    gap: 1rem;
}
.page-contact .list-contact li i {
    width: 18px;
    /* height: 20px; */
    font-size: 1.125rem;
    color: var(--color-primary);
}
.page-contact .list-contact li > div {

}
.page-contact .list-contact li > div a {

}


/**
 *
 */
footer {

}
.footer-content {
    background-color: #141414;
    color: #ffffff90;
    padding: 80px 0 60px;
    font-size: 0.875rem;
}
.footer-copyright {
    background-color: #252626;
    color: #ffffff90;
    font-size: 0.875rem;
    padding: 1.75rem 0;
}
.footer-copyright a {
    font-size: 0.75rem;
    color: #ffffff50;
}
.footer-copyright a i {
    color: var(--color-primary);
    font-size: 0.6875rem;
    display: inline-block;
    margin: 0 4px;
}
.footer-content-column-about .footer-content-logo {
    width: 172px;
    margin-bottom: 2rem;
}
.footer-content-column-about .text-default {
    color: #ffffff90;
    font-size: 0.875rem;
}
.footer-content-menu .headers {
    margin-bottom: 1rem;
}
.footer-content-column .headers .h {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--color-primary);
}
.footer-content-menu ul {
    margin: 0;
}
.footer-content-menu ul li,
.footer-content-contact ul li {
    line-height: 2;
}


/**
 *
 */
.grecaptcha-badge {
    display: none;
}


/**
 * 
 */
/* @media (min-height: 1070px){
    body > main {
        min-height: 35vh;
    }
} */


/**
 *      sm >= 576px
 */
@media (min-width: 576px){
    html, body {
        font-size: 15px;
    }
}


/**
 *      md >= 768px
 */
@media (min-width: 768px){
    html, body {
        font-size: 16px;
    }
    .h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        /* --header-multiplier: 1.125; */
    }
}


/**
 *      lg >= 992px
 */
@media (min-width: 992px){
    .h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        /* --header-multiplier: 1.25; */
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 1.5rem;
        /* --bs-gutter-y: 0; */
    }
    section {
        margin: 7.5vh 0;
    }
    .btn {
        height: 50px;
        font-size: 0.9375rem;
    }
    .btn-small {
        --bs-btn-font-size: 0.8125rem;
        font-size: var(--bs-btn-font-size);
        height: 42px;
    }
    .navbar > .container {
        height: 98px;
    }
    .navbar-brand {
        padding-right: 3.5rem;
        margin-right: 3.5rem;
    }
    .navbar-brand:after {
        content: "";
        display: block;
        position: absolute;
        top: -4px;
        right: 0;
        height: 42px;
        border-right: 1px solid #ffffff35;
    }
    .carousel-captions .h {
        font-size: 4.75rem;
    }
    .carousel-captions .text-default {
        font-size: 1.25rem;
        width: 40%;
    }
    .carousel-captions > .container {
        gap: 2rem;
    }
    .separator {
        height: 339px;
        padding-top: 98px;
    }
    .separator-caption nav {
        overflow: hidden;
    }
    .breadcrumb {
        font-size: 1rem;
        font-weight: 500;
    }
    .text-default {
        font-size: 1rem;
    }
    .carousel-item img {
        height: 1060px;
        height: 83.5vh;
        filter: brightness(1);
        object-position: 50%;
    }
    .carousel-captions {
        bottom: 10vh;
    }
    .card-home .card-body {
        padding: 3rem;
        height: 330px;
    }
    .categories-cards img,
    .categories-main-cards img {
        height: 350px;
    }
    .categories-cards .card-body .text-default,
    .categories-main-cards .card-body .text-default {
        font-size: 0.75rem;
    }
    .products-card img {
        height: 350px;
    }
    .product-detail-spec table td:first-child {
        width: auto;
    }
}


/**
 *      xl >= 1200px
 */
@media (min-width: 1200px){
    .h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        /* --header-multiplier: 1.375; */
    }
}


/**
 *      xxl >= 1400px
 */
@media (min-width: 1400px){
    .h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        /* --header-multiplier: 1.5; */
    }
}