.sw-banner-090322 {
    display: none !important;
}

:root {
    --dbwhite: #ffffff;
    --dbblack: #0a0a0a;
    --dbblue: #1c3a56;
    --dbbrown: #31261d
}

body {
    overflow-x: hidden;
    max-width: 100vw
}

.tk-aktiv-grotesk-extended {
    font-family: aktiv-grotesk-extended, sans-serif
}

.hp-primary-btn {
    color: #fff;
    max-width: 350px;
    width: 80%;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 0 1rem !important;
    line-height: 60px;
    height: 60px
}

.hp-primary-btn:hover {
    color: #000;
    background: #fff;
    text-shadow: none
}

.carousel-inner {
    border-radius: 5px
}

.main-card .hp-primary-btn {
    color: #000;
    background: #fff
}

.main-card .hp-primary-btn:hover {
    color: #fff;
    background: var(--dbbrown);
    text-shadow: none;
    border: 1px solid var(--dbbrown)
}

.bottom-right {
    position: fixed;
    bottom: 35px;
    right: 7px;
    z-index: 1000
}

.scroll-hide {
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.switch,
.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dbblack);
    box-shadow: 0 4px 4px rgba(26, 53, 71, .25), 0 0 0 1px rgba(26, 53, 71, .07)
}

.circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, .25), 0 0 0 1px rgba(26, 53, 71, .07)
}

.circle:before {
    position: absolute;
    content: ' ';
    background-image: url(../../../../images/homepage/2021/06/dark_icon.png?$staticlink$);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 27px;
    margin-top: 10px;
    opacity: 1;
    color: var(--dbwhite);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.circle:after {
    position: absolute;
    content: ' ';
    background-image: url(../../../../images/homepage/2021/06/light_icon.png?$staticlink$);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 27px;
    margin-top: 10px;
    color: var(--dbblack);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.switched .circle {
    box-shadow: 0 4px 4px rgba(26, 53, 71, .25), 0 0 0 1px rgba(26, 53, 71, .07);
    background: var(--dbwhite)
}

.switched .circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, .25), 0 0 0 1px rgba(26, 53, 71, .07)
}

.switched .circle:before {
    opacity: 0
}

.switched .circle:after {
    opacity: 1;
    color: var(--dbblack)
}

.switched .mob-hide {
    background: var(--dbwhite)
}

.page {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-x: hidden;
    max-width: 100vw
}

body.light .page {
    background: var(--dbblack) !important;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

body.light #shopbyCollection .h3,
body.light #shopbyCollection .product-card_title,
body.light #featuredCategories .h3,
body.light #featuredCategories .product-card_title {
    color: var(--dbwhite)
}

body.light .mob-hide,
body.light .mob-show {
    color: var(--dbblack)
}

body.light .mob-hide,
body.light .mob-show {
    background: var(--dbwhite)
}

body.light #durangoTeam .hp-primary-btn {
    color: var(--dbblack);
    border: 1px solid var(--dbblack)
}

body.light #durangoTeam .hp-primary-btn:hover {
    color: var(--dbwhite);
    background: var(--dbblack)
}

body.light .mob-show .hp-primary-btn {
    color: var(--dbblack);
    border: 1px solid var(--dbblack)
}

body.light .mob-show .hp-primary-btn:hover {
    color: var(--dbwhite);
    background: var(--dbblack)
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.rectangle:after {
    content: "";
    display: block;
    padding-bottom: 33%
}

.carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    min-height: 50vh;
    width: 100%;
    margin: 0 auto
}

#background-carousel .blur {
    background-position: center;
    min-width: 100vw;
    height: 550px;
    overflow: hidden
}

#background-carousel {
    top: -1rem;
    left: -1rem;
    right: -1rem;
    bottom: -1rem;
    width: auto;
    overflow: hidden
}

#carousel-bkgd {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.main-card h1 {
    line-height: 0.5;
    font-size: 3.15rem;
}

.carousel-item .text-secondary {
    font-size: .8rem;
    color: #d0d0d0 !important
}

.main-card {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .5);
    border-radius: 5px
}

.main-card div.m-0>div:nth-child(1)>div:nth-child(1)>p:nth-child(1),
.main-card div.m-0>div:nth-child(1)>div:nth-child(1)>h1:nth-child(2),
.main-card span.main-sm-copy {
    text-shadow: 0 0 25px rgba(10, 10, 10, .7)
}

.main-card .carousel-item {
    height: 550px
}

.line-down-wrap {
    height: 300px;
    width: 100%;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    margin-top: -6rem
}

.line-down {
    border-right: 2px solid #aaa
}

#vbellowWrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
    height: 1040px
}

#vbellowWrap a {
    width: 100%;
    height: 100%;
    text-decoration: none
}

#vbellowWrap:hover .vbellow:not(:hover) {
    filter: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+I2dyYXlzY2FsZQ==);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.vbellow {
    flex: 1;
    height: 100%;
    max-width: 100%;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    border-radius: 5px;
    transition: all .75s ease-in-out;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none
}

.vbellow-1 {
    margin-top: 0
}

.vbellow:hover {
    flex: 3;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .35)
}

.hovimg-text {
    width: 60%;
    height: 100px;
    text-shadow: 0 0 25px rgba(10, 10, 10, .7);
    text-align: center;
    z-index: 3;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
    line-height: 1;
    position: relative
}

.hovimg-text span {
    font-size: .75rem;
    font-weight: 400
}

.vbellow:hover .hovimg-text {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
    -webkit-transition: all .3s
}

#shopbyCollection .h3,
#featuredCategories .h3 {
    color: var(--dbblack)
}

.scrolling-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory
}

.card-block {
    min-height: 400px;
    max-height: 400px;
    background-color: #000;
    border: none;
    background-position: center;
    background-size: cover;
    transition: all .2s ease-in-out !important;
    border-radius: 5px
}

.scroll-card {
    min-width: 345px;
    max-width: 345px
}

.scrolling-wrapper .card {
    margin-bottom: 0;
    box-shadow: 0 10px 10px 0 hsla(0, 0%, 0%, .2)
}

.product-card_category {
    font-size: .55em;
    color: #858585;
    font-family: aktiv-grotesk-extended;
    font-weight: 400
}

.product-card_title {
    font-size: 1em;
    color: #31261d;
    font-family: aktiv-grotesk-extended;
    font-weight: 600
}

.product-card_btn {
    font-size: .9em;
    font-weight: 700
}

.product-card_link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4
}

.snap-align-center {
    scroll-snap-align: center
}

.card-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.card-badges li {
    padding: 7px 10px;
    text-transform: uppercase;
    background-color: #594e45;
    color: #fff;
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
    font-family: aktiv-grotesk-extended;
    font-weight: 400
}

.card-badges li.card-badges_new {
    background-color: #8a1913
}

.card-badges li.card-badges_sale {
    background-color: #8a1913
}

.card-badges li.card-badges_pre-order {
    background-color: #ddcba4;
    color: #31261d
}

.card-badges li.card-badges_best-seller {
    background-color: #1c3a56
}

.card-badges li.card-badges_trending {
    background-color: #31261d
}

.mob-show {
    display: none;
    color: var(--dbwhite);
    background: var(--dbblack)
}

.mob-hide {
    display: block;
    color: var(--dbwhite);
    background: var(--dbblack)
}

#aboutUs:before {
    background: linear-gradient(to top, #0000 60%, #0a0a0a 100%);
    background-image: -ms-linear-gradient(90deg, #0a0a0a 0%, transparent 100%);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2
}

div.mob-hide:nth-child(1):after,
div.col-sm-10:nth-child(2):after,
#aboutUs:after {
    background: linear-gradient(to bottom, #0000 60%, #0a0a0a 100%);
    background-image: -ms-linear-gradient(90deg, #0a0a0a 0%, transparent 100%);
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2
}

#blogArchive {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    background: #0a0a0a
}

#blogArchive .h3 {
    color: var(--dbwhite)
}

.archive-hp:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    border-right: 1px solid #282828
}

.archive-hp:last-child:after {
    border-right: none
}

.top-l,
.bottom-l {
    position: absolute;
    left: 5%;
    z-index: 1
}

.top-r,
.bottom-r {
    position: absolute;
    right: 5%;
    z-index: 1
}

.align-r {
    position: absolute;
    right: 0%;
    z-index: 1
}

.b-primary-btn {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem
}

.b-primary-btn:hover {
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-decoration: none
}

.post-category,
.read-time,
.post-number,
.blog-name {
    color: #aaa;
    font-size: .6rem
}

.b-secondary-btn {
    color: #fff;
    text-decoration: none
}

.b-secondary-btn:hover {
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-decoration: none
}

.post-details-t {
    display: block;
    position: relative;
    font-size: .8rem
}

.post-details-t span.read-time {
    margin-top: 5px
}

.post-img-wrapper {
    max-height: 400px;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative
}

.bottom-l {
    position: absolute;
    left: 4%;
    top: 93%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2
}

h6.post-title {
    font-size: 1.6rem;
    line-height: 1;
    color: #fff
}

.post-description {
    font-size: 1.1rem;
    line-height: 1.2;
    color: #aaa
}

.b-secondary-btn {
    font-size: 1.1rem;
    color: #fff
}

@media screen and (max-width:1024px) {
    .vbellow {
        flex: 3
    }

    .vbellow:after {
        background: linear-gradient(to bottom, #0000 60%, #0a0a0a 100%);
        background-image: -ms-linear-gradient(90deg, #0a0a0a 0%, transparent 100%);
        content: '';
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        border-radius: 5px
    }

    #vbellowWrap:hover .vbellow:not(:hover),
    .vbellow:hover {
        box-shadow: none;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none
    }
}

.custom-small-heading {
    font-family: aktiv-grotesk-extended;
    font-size: 12px;
    font-weight: 400;
    color: #aaa
}

#aboutUs {
    max-height: 95vh;
    height: auto;
    min-height: 550px;
    background-color: #000;
    background-image: url(../../../../images/homepage/2021/06/db_hp_aboutus_bg.jpg?$staticlink$);
    background-size: cover;
    background-position: center center
}

#aboutUs .h1 {
    text-shadow: 0 0 20px #282828
}

.feat-about {
    width: 100%;
    z-index: 3
}

.about-body-copy {
    font-size: 1.2rem;
    text-transform: none;
    color: #e8e8e8;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem
}

.md-headline-text {
    font-family: aktiv-grotesk-extended;
    font-weight: 800;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1
}

.main-card .slide1 .hp-primary-btn,
.main-card .slide2 .hp-primary-btn,
.main-card .slide3 .hp-primary-btn,
.main-card .slide4 .hp-primary-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.main-card .slide1 .hp-primary-btn:hover,
.main-card .slide2 .hp-primary-btn:hover,
.main-card .slide3 .hp-primary-btn:hover,
.main-card .slide4 .hp-primary-btn:hover{
    background-color: #fff;
    color: #000
}

.slide1 {
    background-image: url(../../../../images/homepage/2023/02/2023-0216-DB-MainSlide-PresDay.jpg?$staticlink$)
}

.slide1.blur {
    background-image: url(../../../../images/homepage/2023/02/2023-0216-DB-MainSlide-Blur-PresDay.jpg?$staticlink$)
}

.slide2 {
    background-image: url(../../../../images/homepage/2023/02/2023-0213-DB-MainSlide.jpg?$staticlink$)
}

.slide2.blur {
    background-image: url(../../../../images/homepage/2023/02/2023-0213-DB-MainSlide-Blur.jpg?$staticlink$)
}

.slide3 {
    background-image: url(../../../../images/homepage/2023/01/2023-0101-DB-MainSlide.jpg?$staticlink$)
}

.slide3.blur {
    background-image: url(../../../../images/homepage/2023/01/2023-0101-DB-MainSlide-Blur.jpg?$staticlink$)
}

.slide4 {
    background-image: url(../../../../images/homepage/2022/12/2022-1205-horse-stirups-homepage.jpg)
}

.slide4.blur {
    background-image: url(../../../../images/homepage/2022/12/2022-1205-horse-stirups-homepage-blur.jpg)
}

/* Expanding Sections on Hover */

.vbellow-1 {
    background-image: url(../../../../images/homepage/2021/06/2021-0609-DB-VerticalAccordion-Mens.jpg?$staticlink$)
}

.vbellow-2 {
    background-image: url(../../../../images/homepage/2021/06/2021-0609-DB-VerticalAccordion-Womens.jpg?$staticlink$)
}

.vbellow-3 {
    background-image: url(../../../../images/homepage/2021/06/2021-0609-DB-VerticalAccordion-Western.jpg?$staticlink$)
}

.vbellow-4 {
    background-image: url(../../../../images/homepage/2021/06/2021-0609-DB-VerticalAccordion-Work.jpg?$staticlink$)
}

.vbellow-5 {
    background-image: url(../../../../images/homepage/2021/11/2021-1101-DB-VerticalAccordion-ToeTypes.jpg?$staticlink$)
}

.vbellow-6 {
    background-image: url(../../../../images/homepage/2022/11/2022-1115-nfr-homepage-section.jpg?$staticlink$)
}

#shopbyCollection .card-1 {
    background-image: url(../../../../images/homepage/2021/06/2021-0625-DB-Homepage-FeaturedCollection-ArenaProXRT.jpg?$staticlink$)
}

#shopbyCollection .card-2 {
    background-image: url(../../../../images/homepage/2021/09/2021-0910-DB-Homepage-FeaturedCollection-Crush.jpg?$staticlink$)
}

#shopbyCollection .card-3 {
    background-image: url(../../../../images/homepage/2021/09/2021-0910-DB-Homepage-FeaturedCollection-LilRebelPro.jpg?$staticlink$)
}

#shopbyCollection .card-4 {
    background-image: url(../../../../images/homepage/2021/09/2021-0910-DB-Homepage-FeaturedCollection-Rebel.jpg?$staticlink$)
}

#shopbyCollection .card-5 {
    background-image: url(../../../../images/homepage/2021/09/2021-0910-DB-Homepage-FeaturedCollection-RebelPro.jpg?$staticlink$)
}

#shopbyCollection .card-6 {
    background-image: url(../../../../images/homepage/2021/09/2021-0910-DB-Homepage-FeaturedCollection-LadyRebelWork.jpg?$staticlink$)
}

#shopbyCollection .card-7 {
    background-image: url(../../../../images/homepage/2021/09/2021-0910-DB-Homepage-FeaturedCollection-Westward.jpg?$staticlink$)
}

#nfrBlock {
    max-height: 95vh;
    height: auto;
    min-height: 550px;
    background-color: #000;
    background-image: url(../../../../images/homepage/2021/07/db_hp_nfrpartnership_bg.jpg?$staticlink$);
    background-size: cover;
    background-position: center center
}

#nfrBlock .h1 {
    text-shadow: 0 0 20px #282828
}

@media screen and (max-width:992px) {
    .line-down-wrap {
        height: 250px;
        margin-top: -6rem
    }
}

@media screen and (max-width:767px) {
    .mob-show {
        display: block
    }

    .mob-hide {
        display: none
    }

    .main-card h1 {
        line-height: 1;
    }
}

@media screen and (max-width:550px) {
    .hovimg-text {
        font-size: 1.8rem
    }

    .hovimg-text span {
        font-size: .65rem
    }
}