@charset "UTF-8";

@font-face {
    font-family: "Gotham SSm A";
    src: url(../fonts/GothamSSm-Black.otf) format('opentype');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Gotham SSm A";
    src: url(../fonts/GothamSSm-Bold.otf) format('opentype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Gotham SSm A";
    src: url(../fonts/GothamSSm-Light.otf) format('opentype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Knockout 47 A";
    src: url(../fonts/Knockout-47.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Knockout 50 A";
    src: url(../fonts/Knockout-50.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Knockout 27 A";
    src: url(../fonts/Knockout-27.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}

* {
    line-height: 1.05;
}

a.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(207 32 46 / 15%) !important;
}

div {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

html,
body {

    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    overflow-x: hidden;
}

.badge-ca {
    font-family: sans-serif !important;
}

.top-bar {
    background-color: #882528;
    width: 100%;
    height: 80px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 20;
}

.menu-products-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.menu-products-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .menu-products-content {
    display: block !important;
}

.menu-products-content a {
    background-color: #882528;
    color: black;
}

@media only screen and (min-width: 768px) {
    .menu-products-content a:hover {
        background-color: rgb(95.9075144509, 26.0924855491, 28.2080924855);
        color: white;
    }
}



.top-bar .logo {
    margin: 10px 10px 10px 20px;
}

.top-bar .menu {
    display: contents;
}

.top-bar .menu ul {
    float: right;
    margin: 30px 0px 0px 0px;
}

.powered-gearfire {
    float: right;
    margin: 15px;
    filter: opacity(0.5);
}

.menu ul>li {
    display: inline-block;
    margin: 0px 50px 0px 50px;
}

a {
    text-decoration: none;
}

.menu a {
    font-family: "Knockout 47 A", "Knockout 47 B", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
}

.menu .selected {
    font-weight: 700;
}

.hero-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.vertical-menu {
    margin-top: -5px;
    border-top: 20px solid #882528;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
    min-height: 100vh;
}

.red-line {
    width: 80%;
    border-top: 1px solid #882528;
}

/*SEARCH BAR*/
.searchbar-input {
    font-size: 16px !important;
}

.btn-paging {
    margin: 0px 4px 0px;
    background-color: #882528!important;
    color: white !important;
    border-radius: 2px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

/*CARDS*/
.card-block {
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.card-block > div {
    font-size: 0.8em;
}

.card {
    justify-content: flex-end;
}

.productbox *:not(.fa) {
    font-family: "Gotham SSm A", sans-serif;
}

.productbox .card-image {
    margin-bottom: 2rem !important;
} 

.productbox a.btn,
.find_a_dealer {
    padding: 8px 16px 8px 16px;
    font-size: 12px;
}

.productbox a.btn .btn-details,
.find_a_dealer {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.productbox a.btn,
.find_a_dealer {
    background-color: #882528;
    color: white;
}

.find_a_dealer:hover {
    background-color: #882528;
    color: white;
}

.productbox .card-title-link:hover {
    color: #882528;
}

.btn-details {
    background-color: white !important;
    color: black !important;
    border: solid #882528 1px !important;
}

.footer-bg {
    background-color: white;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #DAE0E5;
}

.footer-menu a {
    color: black;
    text-decoration: none;
    font-size: 14pt;
}

.social-media a {
    color: black;
    text-decoration: none;
    font-size: 14pt;
    padding: 0px 10px 0px 10px;
}

.footer-menu .selected {
    font-family: "Gotham SSm A", sans-serif;
    font-weight: 700;
}

.sa-content>div.row>div>div {
    min-height: 80vh;
}

.searchbar-btn {
    background-color: #882528;
    color: rgb(250, 250, 250);
    border-radius: 0px 4px 4px 0px;
}

.searchbar-btn:hover,
.searchbar-btn:active {
    background-color: #882528 !important;
    color: white !important;
}

.h-500 {
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .menu ul>li {
        margin: 0px 10px 0px 10px;
    }

    .powered-gearfire {
        width: 120px;
    }

    .productbox a.btn {
        width: 100%;
    }
    
    .holster-card {
        width: 40vw !important;
    }

    .holster-card .content .cards-title {
        font-size: 1.8rem!important;
    }

    .holster-card .content > p {
        font-size: 0.8rem!important;
    }
    
}

@media only screen and (max-width: 829px) {
    .powered-gearfire {
        width: 50px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    select.product-filter {
        width: fit-content;
    }

    .menu li:not(:first-child) {
        display: none;
    }

    .menu>ul {
        background-color: transparent !important;
    }

    .menu.show-m li:not(:first-child) {
        display: inline-block;
    }

    .menu.show-m>ul {
        background-color: #882528 !important;
    }

    .menu>ul {
        background-color: #882528;
        float: none !important;
        text-align: left;
        display: grid;
        margin: 0 !important;
        width: 85%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    }

    li.dropdown>a>i {
        display: none;
    }

    .powered-gearfire {
        display: none;
    }

    .menu>ul>li {
        padding: 20px;
    }

    .menu>ul>li>.icon {
        position: absolute;
        right: 0;
        top: 0;
        padding: 25px;
    }

    .menu-products-content {
        display: block;
        box-shadow: none;
        position: unset;
    }
}

.title-text {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
}

.featured_header.catalog {
    margin-top: 16px;
    text-align: center;
    font-size: 1.5rem;
    background-color: #882528;
    color: white;
    padding: 4px 0px;
}
.card-title.product-title{
    font-weight: bold;
}

.product-breadcrumbs.breadcrumb {
    display: none;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.add_to_cart:not(.productbox-container *),
.add_to_cart:hover:not(.productbox-container *) {
    background-color: #882528;
    color: white;
    width: 200px;
}


/* ============================== */
.holster-card {
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 4 / 4;
  overflow: hidden;
  border: 3px solid #882528;
  border-radius: 0px;
  background-color: #000;
  cursor: pointer;
}

.holster-card::before {
  content: "";
  position: absolute;
  inset: 0px; /* Espacio para el borde interior */
  border: 2px solid white; /* Borde interior blanco */
  border-radius: 0px; /* Ajuste para seguir el radio interior */
  z-index: 3;
  pointer-events: none;
}

.holster-card .background {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}

.holster-card .blur-layer {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px) brightness(50%);
  -webkit-backdrop-filter: blur(4px) brightness(50%);
  z-index: 1;
  transition: backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease;
}

.holster-card:hover .background {
  opacity: 1;
}

.holster-card:hover .cards-title {
    /*text-shadow: 0 0 4px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #882528, 0 0 70px #882528, 0 0 80px #882528, 0 0 100px #882528, 0 0 150px #882528;*/
}

.holster-card:hover .blur-layer {
  backdrop-filter: blur(0px) brightness(85%);
  -webkit-backdrop-filter: blur(0px) brightness(85%);
}

.holster-card .content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 1rem;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.in-category {
    aspect-ratio: 4 / 3;
}

.category-banners:has(.in-category) {
    margin-top: 84px;
    margin-bottom: 64px;
}

.holster-card .content .cards-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: 'Knockout 27 A', sans-serif;
  letter-spacing: 4px;
}

.holster-card .content > p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: rgb(226, 226, 226);
}

.holster-card > a {
    text-decoration: none;
}

.category-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.low_quantity.btn-dealer {
    background-color: #882528;
    color: white;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.carousel-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

.product-buttons {
        display: flex;
        flex-direction: column;
}

.product-buttons * {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif!important;
}

.product-buttons > * {
    width: 100%;
    border-radius: 0px;
    text-transform: uppercase;
}

.productbox-container{

}

.product-buttons > span > a {
    width: 100%;
    border-radius: 0px;
    text-transform: uppercase;
}

.productbox .card-title {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    color: #882528;
    font-size: 0.875rem;
    text-align: center;
}

.display-price .price {
    font-weight: 700;
}

body > div.container-fluid.mx-0.px-0 > div.footer-bg > div > div.col-12.col-lg-2.text-center.text-lg-left > a > img {

}

.btn-details {
    display: none;
}


.map-content {
    position: relative;
    overflow: hidden;
}

.map-content .img-map-provisional {
    width: 100%;
    height: auto;
    filter: brightness(50%) blur(2px);
    transition: filter 0.3s ease;
}

.map-content a {
    display: block;
    position: relative;
    text-align: center;
    color: white;
    text-decoration: none;
}

.map-content .center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}