html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "futura-pt",sans-serif;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff
}
header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 10000000;
}
.bt-header {
    display: block;
    width: 100%;
    float: left;
    height: 50px;
    background-color: black;
}
.bt-header-search {
    display: block;
    float: left;
    width: 100%;
    background-color: #e6dfdf;
}
input.bt-header-search-input {
    display: block;
    width: 95%;
    margin: 2.5% auto;
    border-radius: 3px;
    border: 1px solid #bfadad;
    height: 22px;
}
main {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 100vh;
    margin: 95px 0 0 0;
}
.bt-mag-50-left {
    width: 100%;
    display: block;
    float: left;
}
.bt-js-product-shop-desktop {
    display: none !important;
}
.bt-mag-page-image {
    width: 100%;
    display: block;
    float: left;
    height: 75vh;
    background-position: center;
    background-size: cover;
}
.bt-mag-page-blurb {
    display: block;
    width: 85%;
    margin: 35px auto 0px;
}
.bt-article-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    font-family: futura-pt-bold;
    margin: 0 0 20px;
}
.bt-mag-page-products {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 100px;
}
.bt-mag-page-product-full-width {
    display: block;
    float: left;
    width: 100%;
}
.bt-product-image {
    display: block;
    float: left;
    width: 100%;
}
.bt-product-image img {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
}
.bt-details {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
}
.bt-brand-name {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    font-family: futura-pt-bold;
}
.bt-brand-details {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.bt-product-buttons {
    display: block;
    float: left;
    width: 100%;
}
.bt-product-buttons button {
    border: 1px solid #111111;
    background-color: white;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}
.bt-slide-in-product-panel {
    position: fixed;
    display: block;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: -10;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .35s cubic-bezier(.3,0,.25,1);
    transition: all .35s cubic-bezier(.3,0,.25,1);
    overflow: scroll;
}
.bt-slide-in-product-panel-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 95px;
    z-index: 100
}
.modal-open {
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: -1000;
}
.bt-slide-in-product-panel .bt-product-image img {
    display: block;
    width: 35%;
    height: auto;
    margin: 0 auto;
}
.bt-product-color-swatches-panel {
    display: block;
    float: left;
    width: 100%;
}
.bt-product-color-swatches-panel-title {
    text-align: center;
    margin: 5px 0 0;
    display: block;
}
.bt-product-color-swatches {
    display: block;
    width: 80px;
    margin: 0 auto;
}
.bt-product-color-swatch {
    display: block;
    float: left;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.bt-product-color-swatch img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.bt-product-size-picker {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.bt-product-size-picker-title {
    text-align: center;
    margin: 5px 0;
    display: block;
}
.bt-product-size-picker form {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
}
.bt-product-size-picker form select {
    display: block;
    width: 100%;
    border: 1px solid #111111;
    border-radius: 0;
    background-color: white;
    padding: 10px 5px;
    text-align: center;
}
.bt-product-atb-wl {
    display: block;
    float: left;
    width: 100%;
}
.bt-product-atb {
    display: block;
    margin: 25px auto 0;
    width: 80%;
}
.bt-product-atwl {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.bt-product-atb .bt-atb {
    display: block;
    float: left;
    width: 80%;
    text-align: center;
    background-color: #fc9f90;
    color: white;
    padding: 10px 0;
    border: 0;
    font-size: 18px;
    font-family: futura-pt;
    font-weight: 500;
    letter-spacing: 1px;
}
.bt-product-atb .bt-atwl {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    background-color: #eee;
    color: white;
    border: 0;
    background-image: url('../images/BT_heart-outline.svg');
    padding: 43px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
}
.bt-product-atwl a {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #111;
    text-decoration: none;
    background-image: url('../images/BT_heart-outline.svg');
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 20px; /* Adjust according to image size to push text across. */
    width: 108px;
    background-size: 20px 17px;
}
.bt-product-view-pdp {
   display: block;  
   float: left;
   width: 100%;
   margin: 25px 0 0;
}
.bt-product-view-pdp-link {
    text-align: center;
}
.bt-product-view-pdp-link a {
    display: block;
    margin: 0 auto;
    width: 105px;
    text-align: center;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
}
.bt-slide-in-product-panel-close {
    position: absolute;
    display: block;
    bottom: 20px;
    width: 100%;
}
.bt-close-x {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-image: url(../images/BT_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
}
.bt-show {
    opacity: 1;
    -webkit-transition: all .15s cubic-bezier(.3,0,.25,1);
    transition: all .15s cubic-bezier(.3,0,.25,1);
    display: block;
}
.bt-hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    z-index: -1000;
    -webkit-transition: all .15s cubic-bezier(.3,0,.25,1);
    transition: all .15s cubic-bezier(.3,0,.25,1);
    display: none;
}

@media screen and (min-width: 800px) {
.bt-header {
    height: 50px;
}
input.bt-header-search-input {
    display: none;
}
main {
    margin: 50px 0 0 0;
}
.bt-js-product-shop-mobile {
    display: none !important;
}
.bt-js-product-shop-desktop {
    display: block !important;
}
.bt-sticky {
    position: fixed;
}
.bt-mag-50-left {
    width: 50%;
    display: block;
    float: right;
}
.bt-mag-50-left:last-child {
    margin-bottom: 100px;
}
.bt-mag-page-image {
    height: 100vh;
    float: none;
}
.bt-mag-page-blurb,
.bt-mag-page-products {
    float: none;
    max-width: 560px;
    margin: 0 auto;
}
.bt-mag-page-blurb {
    margin: 100px auto 0;
}
.bt-article-title{
    font-size: 4rem;
}
.bt-article-blurb {
    font-size: 18px;
}
.bt-qv-product-panel-container {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all .35s cubic-bezier(.3,0,.25,1);
    transition: all .35s cubic-bezier(.3,0,.25,1);
    overflow: scroll;
}
.bt-qv-popup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 850px;
    margin: auto;
    background-color: #ffffff;
    padding: 50px 25px 100px;
}
.bt-qv-popup .bt-product-image {
    margin: 0 0 30px;
}
.bt-qv-popup .bt-product-image img {
    width: 75%;
}
.bt-qv-product-panel-container .bt-qv-product-panel-close {
    position: absolute;
    top: 0;
    right: 0;
}
.bt-qv-product-panel-container .bt-qv-product-panel-close .bt-close-x {
    display: block;
    float: right;
    margin: 20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/BT_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
}
.bt-qv-product-data .bt-brand-name,
.bt-qv-product-data .bt-brand-details,
.bt-qv-product-data .bt-product-color-swatches-panel-title,
.bt-qv-product-data .bt-product-size-picker-title {
    text-align: left;
}
.bt-qv-product-data .bt-product-color-swatches,
.bt-qv-product-data .bt-product-size-picker form {
    margin: 0;
}
.bt-qv-popup .bt-product-view-pdp {
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 850px;
}
.bt-qv-product-data .bt-product-atb button {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fc9f90;
    color: white;
    padding: 10px 0;
    border: 0;
    font-size: 18px;
    font-family: futura-pt;
    font-weight: 500;
    letter-spacing: 1px;
}
.bt-qv-product-data .bt-product-atwl a {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #111;
    text-decoration: none;
    background-image: url(../images/BT_heart-outline.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 108px;
    background-size: 20px 17px;
}
.bt-qv-product-data .bt-product-atb {
    width: 100%;
    margin: 25px 0 0 0;
}
.bt-qv-product-data .bt-product-atwl {
    margin: 5px 0 20px;
}
.bt-qv-product-data .bt-product-atwl a {
    float: right;
}
.bt-qv-product-data .bt-brand-name {
    font-size: 22px;
    margin: 0 0 10px;
}
.bt-qv-product-data .bt-brand-details {
    font-size: 18px;
    margin: 0 0 15px;
}





}
























































