.story {
	overflow: hidden;
}

.story a,
.story.story {
	text-decoration: none !important;
}

.boxy-categories {
	padding: 0.5em;
}

.boxy-categories .boxy-category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	margin: 0.5em;
	padding: 0.5em;
}

.boxy-categories .boxy-category .img-outer,
.boxy-categories .boxy-category .name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	        flex: 1;
	height: auto;
	width: 100%;
}

.boxy-categories .boxy-category .img-outer {
	max-width: 6em;
	padding: 0.5em;
}

.boxy-categories .boxy-category .name {
	margin-top: 0.5em;
	padding: 0.5em;
	text-align: center;
}
@media (min-width: 1280px) {
	.boxy-categories .boxy-category .name {
		font-size: 1.25em;
	}
}
@media (min-width: 512px) {
	.boxy-categories .boxy-category {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
	}

	.boxy-categories .boxy-category .name {
		text-align: left;
	}
}
@media (min-width: 768px) {
	.boxy-categories .boxy-category {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		        flex-direction: column;
	}

	.boxy-categories .boxy-category .name {
		text-align: center;
	}
}
@media (min-width: 1024px) {
	.boxy-categories .boxy-category {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		        flex-direction: row;
	}

	.boxy-categories .boxy-category .name {
		text-align: left;
	}
}

.carousel-recs .slick-list {
	margin-bottom: 0.5em;
}

.carousel-recs .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.carousel-recs .slick-track .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	outline: none !important;
}

.carousel-recs {
	overflow: hidden;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.carousel-recs .slick-arrow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	background: #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 3em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-top: -1.5em;
	opacity: 0.9;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 3em;
	z-index: 1;
}

.carousel-recs .slick-arrow:not(.slick-disabled) {}

.carousel-recs .slick-arrow svg {
	margin: 1em 1.1875em;
}

.carousel-recs .slick-disabled svg {
	fill: #ccc;
}

.carousel-recs .carousel-prev {
	left: 1em;
}

.carousel-recs .carousel-next {
	right: 1em;
}

.carousel-recs .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.carousel-recs .slick-dots li {
	width: 1em;
	height: 1em;
	position: relative;
}

.carousel-recs .slick-dots button {
	display: block;
	font-size: 0;
	height: 1rem;
	line-height: 0;
	width: 1rem;
}

.carousel-recs .slick-dots button:before {
	background: #ccc;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	content: '';
	display: block;
	height: 0.375rem;
	left: 50%;
	margin-top: -.1875rem;
	margin-left: -.1875rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transition: -webkit-transform 0.15s ease-out;
	transition: -webkit-transform 0.15s ease-out;
	-o-transition: transform 0.15s ease-out;
	transition: transform 0.15s ease-out;
	transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
	width: 0.375rem;
}
@media (min-width: 1280px) {
	.carousel-recs .slick-dots button:before {
		height: 0.5rem;
		margin-top: -.25rem;
		margin-left: -.25rem;
		width: 0.5rem;
	}
}

.carousel-recs .slick-dots button:focus {
	outline: 0.0625rem dashed #787678;
	outline-offset: -.125rem;
	z-index: 1;
}

.carousel-recs .slick-dots .slick-active button:before {
	border-top: 0.375rem solid #787678;
	-webkit-transform: scale3d(1.5, 1.5, 1);
	transform: scale3d(1.5, 1.5, 1);
}
@media (min-width: 1280px) {
	.carousel-recs .slick-dots .slick-active button:before {
		border-top: 0.5rem solid #787678;
		-webkit-transform: scale3d(1.25, 1.25, 1);
		transform: scale3d(1.25, 1.25, 1);
	}
}

.rec {
    border: .125em solid #eee;
}
.carousel-recs .slick-arrow:not(.slick-disabled) {
    background: #05a;
    opacity: 1;
}
.carousel-recs .slick-arrow:not(.slick-disabled) svg {
    fill: #fff;
}
.carousel-recs .rec {
	background: #fff;
	-webkit-border-radius: 0.25em;
	        border-radius: 0.25em;
	color: #333;
	display: block;
	padding: 1em;
	position: relative;
	text-align: left;
	text-decoration: none !important;
}

.carousel-recs a:focus img {
	outline: 1px dashed;
}

.carousel-recs [class^="feat"] {
	left: 1em;
	position: absolute;
	top: 1em;
}

.carousel-recs .price {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.carousel-recs .name {
	color: #787678;
	font-size: 0.8em;
	line-height: 1.25em;
	width: 100%;
}

.carousel-recs .rec-has-name:focus img,
.carousel-recs .rec-has-name:hover img {
	outline: none;
}

.carousel-recs .rec-has-name:focus p,
.carousel-recs .rec-has-name:hover p {
	text-decoration: underline;
}
@media (min-width: 568px) {
	.carousel-recs .slick-list {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}
@media (min-width: 1280px) {
	.carousel-outer {
		max-width: 72em;
		margin-left: auto;
		margin-right: auto;
	}

	.carousel-recs {
		padding-left: 4em;
		padding-right: 4em;
	}

	.carousel-recs .slick-list {
		margin-left: -.5em;
		margin-right: -.5em;
		padding-left: 0;
		padding-right: 0;
	}

	.carousel-recs .carousel-prev {
		left: 0;
	}

	.carousel-recs .carousel-next {
		right: 0;
	}
}
.old-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

@media (max-width: 1279px) {
    .old-price {
        font-size: .75em !important;
        line-height: 1.333333333em !important;
        margin-top: .666666667em !important;
        margin-bottom: .666666667em !important;
        overflow: hidden;
    }
}

.priceDesc {
    font-family: mallory-ultra;
    font-size: 1.5em;
    line-height: 1;
    color: #e00;
    margin-bottom: .6em;
}

.heading__hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	font-family: "mallory-condensed", sans-serif;
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
}

.heading__hero span {
	line-height: 1;
}

.heading__up-to {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	font-size: 1em;
	margin: 0;
}

.heading__up-to span {
	line-height: 1;
}

.heading__up-to span:nth-child(2) {
	font-family: "mallory-ultra", sans-serif;
	font-size: 2em;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.heading__up-to span:nth-child(2) {
		font-size: 2.5em;
	}
}

.heading__up-to span:nth-child(1),
.heading__up-to span:nth-child(3) {
	font-size: 0.8em;
	line-height: 1.25em;
}
@media (min-width: 480px) {
	.heading__up-to span:nth-child(1),
	.heading__up-to span:nth-child(3) {
		font-size: 1em;
		line-height: 1;
	}
}

.heading__starting-at {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	font-size: 1em;
	margin: 0;
}

.heading__starting-at > span:nth-child(-n+4) {
	font-family: "mallory-condensed", sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

.feat-hd,
.feat-new,
.feat-pd {
	font-family: "mallory-ultra", sans-serif;
	line-height: 1;
}

.feat-hd {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	color: #e00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.feat-hd ~ .price .best {
	color: #e00;
}

.feat-pd {
	color: #05a;
}

.feat-pd ~ .price .best {
	color: #e00;
}

.feat-new {
	color: #787678;
}

.feat-badge {
	-webkit-border-radius: 0.125em;
	        border-radius: 0.125em;
	color: #fff;
	display: inline-block;
	padding: 0.25em 0.5em;
}

.feat-badge.feat-hd {
	background: #e00;
}

.feat-badge.feat-pd {
	background: #05a;
}

.feat-badge.feat-new {
	background: #787678;
}

.old-price {
	font-size: 0.8em;
	font-weight: bold;
	height: 1.25em;
	line-height: 1.25em;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
}

.old-price .bar {
	color: #ccc;
	font-weight: normal;
	margin-left: 0.234375em;
	margin-right: 0.234375em;
}

.price {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 0.5em;
}

.price .best {
	font-family: mallory-ultra;
	font-size: 2em;
	line-height: 1;
}

.price .best sup {
	display: inline-block;
	font-size: 50%;
	vertical-align: super;
}

.price .ship {
	line-height: 1;
	margin-bottom: 0.1875em;
}

.tabbed__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabbed__tab {
	color: #333;
	display: block;
	font-family: "mallory-condensed", sans-serif;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
}

.tab--underline li + li {
	margin-left: 1em;
}

.tab--underline .tabbed__tab--active {
	color: #05a;
	cursor: inherit;
}

.tab--underline .tabbed__tab--active:before {
	border-top: 0.25em solid #05a;
	bottom: 0;
	content: '';
	left: -.0625em;
	position: absolute;
	right: -.0625em;
}

.tab--underline .tabbed__tab {
	line-height: 1;
	padding: 0.25em 0;
}

.tab--underline .tabbed__tab:focus {
	outline: 0.0625em dashed;
	outline-offset: 0.5em;
}
@media (min-width: 1280px) {
	.tab--underline .tabbed__tab:hover:before {
		background: #eee;
		bottom: 0;
		content: '';
		height: 0.25em;
		left: -.0625em;
		position: absolute;
		right: -.0625em;
	}
}

.tabbed__panels {
	position: relative;
	width: 100%;
}

.tabbed__panel {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.tabbed__panel--active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.t-cond {
	font-family: "mallory-condensed", sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

.t-ultra {
	font-family: "mallory-ultra", sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

.abs-fill {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.m-l-1 {
	margin-left: -1em;
}

.m-r-1 {
	margin-right: -1em;
}

.mxw-384 {
	max-width: 24em !important;
}

.mxw-768 {
	max-width: 48em !important;
}

.mxw-1024 {
	max-width: 64em !important;
}

.mxw-1280 {
	max-width: 80em !important;
}

.pos-a {
	position: absolute;
}

.pos-r {
	position: relative;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 24em) {
  .stack-384 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .unstack-384 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 48em) {
  .stack-768 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .unstack-768 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 64em) {
  .stack-1024 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .unstack-1024 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 80em) {
  .stack-1280 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .unstack-1280 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 90em) {
  .stack-1440 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .unstack-1440 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.child-main-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.child-main-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.child-main-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.child-main-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.child-main-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.child-cross-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.child-cross-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.child-cross-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.child-cross-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}

.show-768 {
	display: none;
}
@media (min-width:768px) {
	.show-768 {
			display: inline;
			display: initial;
	}
	.hide-768 {
		display: none;
	}
}

.show-1024 {
	display: none;
}
@media (min-width:1024px) {
	.show-1024 {
		display: initial;
	}

	.hide-1024 {
		display: none;
	}
}

main.cx-left #right-side,
main.cx-right #left-side {
    display: none;
}

.heading__divider {
    position: relative;
}
.heading__divider span {
    background: #fff;
    padding-left: 1em;
    padding-right: 1em;
}
.heading__divider:before {
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #cccccc 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#cccccc 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#cccccc 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-.0625em);
    height: 2px;
    content: '';
    z-index: -1;
}
