html {
    height: 100%;
    width: 100%;
    font-size: 14px
}

@media (min-width: 576px) {
    html {
        font-size: 15px
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    html {
        font-size: 17px
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 18px
    }
}

html #MainContent {
    padding-top: 65px
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    font-family: HelveticaNeue Condensed
}

summary::marker {
    content: ""
}

@font-face {
    font-family: Helvetica;
    src: url(../font/Helvetica-Light.woff2) format("woff2"), url(../font/Helvetica-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Helvetica;
    src: url(../font/Helvetica-BoldOblique.woff2) format("woff2"), url(../font/Helvetica-BoldOblique.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Helvetica;
    src: url(../font/Helvetica-Bold.woff2) format("woff2"), url(../font/Helvetica-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaNeue Condensed;
    src: url(../font/HelveticaNeueCondensed-CondensedBold.woff2) format("woff2"), url(../font/HelveticaNeueCondensed-CondensedBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HelveticaNeue Condensed;
    src: url(../font/HelveticaNeueCondensed-CondensedRegular.woff2) format("woff2"), url(../font/HelveticaNeueCondensed-CondensedRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Helvetica;
    src: url(../font/Helvetica-Oblique.woff2) format("woff2"), url(../font/Helvetica-Oblique.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: HelveticaNeue ThinCond;
    src: url(../font/HelveticaNeueThinCond-CondensedRegularThin.woff2) format("woff2"), url(../font/HelveticaNeueThinCond-CondensedRegularThin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Helvetica;
    src: url(../font/Helvetica.woff2) format("woff2"), url(../font/Helvetica.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

*:focus {
    outline: none
}

.ud-cart-menu {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    border-width: 0;
    border-radius: 0;
    background: #fff;
    z-index: 10800;
    -webkit-transform: translateX(100%);
    transform: translate(100%);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media (min-width: 576px) {
    .ud-cart-menu {
        width: 400px
    }
}

@media (min-width: 576px) {
    .ud-cart-menu {
        -webkit-transform: translateX(400px);
        transform: translate(400px)
    }
}

.ud-cart-menu.ud-open {
    -webkit-transform: translateX(0);
    transform: translate(0)
}

.ud-cart-menu .ud-cart-header {
    background: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px #9aa1ab26
}

.ud-cart-menu .ud-cart-header .col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.ud-cart-menu .ud-cart-header .col .left-group {
    display: flex;
    flex-direction: row;
    align-items: center
}

.ud-cart-menu .ud-cart-header .col .left-group .ud-close-cart {
    margin-right: 1rem;
    cursor: pointer
}

.ud-cart-menu .ud-cart-header .col .left-group h4 {
    color: #000;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.51px
}

.ud-cart-menu .ud-cart-header .col .right-group {
    display: flex;
    flex-direction: row;
    align-items: start
}

.ud-cart-menu .ud-cart-header .col .right-group img {
    margin-right: .5rem
}

.ud-cart-menu .ud-cart-header .col .right-group span {
    font-size: 1.3rem
}

.ud-cart-menu .ud-cart-items {
    overflow: auto
}

.ud-cart-menu .ud-cart-checkout {
    position: absolute;
    bottom: 0;
    padding: 1rem 1rem 2rem;
    background: #fff;
    z-index: 1;
    width: 100%
}

.ud-cart-menu .ud-cart-checkout p {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.ud-cart-menu .ud-cart-checkout p span {
    display: flex;
    align-self: center
}

.ud-cart-menu .ud-cart-empty {
    height: 100vh
}

.ud-cart-menu .ud-item-title,
.ud-cart-menu .ud-item-price {
    color: #333
}

body.ud-cart-open>.ud-cart-backdrop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000b3;
    z-index: 10700;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.ud-cart-backdrop {
    display: none;
    opacity: 0
}

#promo-bar h5 {
    margin: 0;
    padding: .5rem
}

#product-carousel .carousel-cell {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    margin: 0 1rem
}

#product-carousel .carousel-cell img {
    width: 100%
}

#product-carousel video {
    width: 100%;
    height: 100%
}

@media (max-width: 575px) {
    #product-carousel .flickity-prev-next-button {
        box-shadow: none;
        -webkit-box-shadow: none;
        background: transparent
    }

    #product-carousel .next {
        right: -1.8rem
    }

    #product-carousel .previous {
        left: -1.8rem
    }
}

#product-carousel-nav .carousel-cell {
    margin: 0;
    width: 25%;
    padding: 1rem .5rem;
    opacity: .5
}

#product-carousel-nav .carousel-cell.is-selected {
    opacity: 1
}

#product-carousel-nav .carousel-cell img {
    width: 100%
}

#product-carousel-nav .fa-play-circle {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .75
}

.swatches {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin-top: 1rem
}

.swatches li {
    position: relative;
    width: max-content;
    height: max-content;
    min-width: 3rem;
    height: 3rem;
    margin-left: .5rem;
    margin-right: .5rem
}

.swatches li input {
    display: none
}

.swatches li input:checked~label {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 15px #0003
}

.swatches li label {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-bottom: 0;
    cursor: pointer;
    z-index: 2;
    transition: box-shadow .35s ease
}

.swatches li label:hover {
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 7px #0003
}

.swatches li .color {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0
}

.template-password .container .card {
    max-width: 500px;
    margin: auto
}

.template-password input[type=submit] {
    padding-left: 3rem;
    padding-right: 3rem;
    width: max-content;
    margin: auto;
    display: block
}

.btn-blom {
    background-color: var(--theme-color);
    font-family: HelveticaNeue Condensed;
    font-weight: 700;
    color: #fff;
    letter-spacing: .15px
}

.btn-outline-blom,
.btn-outline-white {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    text-transform: uppercase;
    border-radius: 0;
    font-family: HelveticaNeue Condensed;
    font-weight: 700;
    letter-spacing: .15px;
    padding: 12px 0
}

.btn-outline-white {
    border: 2px solid #fff;
    color: #fff
}

.ud-btn {
    height: 43px;
    width: 100%;
    max-width: 277px;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HelveticaNeue Condensed;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .15px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid var(--theme-color);
    color: #fff;
    transition: background-color .25s, color .25s
}

.ud-btn:hover {
    background-color: #fff;
    color: var(--theme-color)
}

.ud-btn.reverse {
    background-color: #0000;
    color: var(--theme-color)
}

.ud-btn.reverse:hover {
    background-color: var(--theme-color);
    color: #fff
}

.ud-btn.wide {
    width: 100%
}

.ud-btn.narrow {
    width: 200px
}

.ud-btn.tall {
    height: 48px
}

.ud-btn.wide {
    max-width: 300px
}

.ud-btn.white-text {
    background: #0000;
    color: #fff;
    border: 1px solid #ffffff
}

.ud-btn.white-text:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color)
}

.body-content {
    font-size: 13px !important
}

@media (min-width: 768px) {
    .body-content {
        font-size: 15px !important
    }
}

/*# sourceMappingURL=/s/files/1/0537/4099/4747/t/46/assets/ud-theme.scss.css.map?v=137308835501433005931721682130 */