.product-navigation .row-fluid{flex-wrap:wrap}.product-navigation .row-fluid+.row-fluid .product-navigation__item{margin-top:var(--row-spacing)}@media not screen and (min-width:768px){.product-navigation .row-fluid+.row-fluid .product-navigation__item{margin-bottom:var(--row-spacing)}}.product-navigation .row-fluid:not(:last-child) .product-navigation__item{margin-bottom:var(--row-spacing)}@media (min-width:768px){.product-navigation .row-fluid:first-child .product-navigation__item{margin-top:calc(var(--row-spacing)/2)}.product-navigation .row-fluid:last-child .product-navigation__item{margin-bottom:calc(var(--row-spacing)/2)}}.product-navigation__item{background-image:var(--thumbnail);background-position:50%;background-size:cover;box-shadow:0 0 20px rgba(0,0,0,.2);position:relative}@media not screen and (min-width:768px){.product-navigation__item{margin-bottom:var(--row-spacing);margin-top:var(--row-spacing)}.product-navigation__item:not(:hover):not(:focus):not(:focus-within){height:var(--mobile-condensed-height,140px)}}@media (min-width:768px){@media not screen and (min-width:1024px){.product-navigation__item.span3{width:calc(50% - var(--gutter))}.product-navigation__item.span3:nth-child(odd){margin-left:0}}}.product-navigation__item:before{background-color:var(--title-overlay,rgba(0,0,0,.5));content:"";height:100%;left:0;position:absolute;top:0;transition:all .35s ease-in-out;width:100%}.product-navigation__item--details{height:100%}.product-navigation__item--details p{margin-top:0}.product-navigation__item--details .theme-ctas{margin-top:1rem}.product-navigation__item--title{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:all .35s ease-in-out;z-index:2}.product-navigation__item--description{align-items:center;background-color:var(--description-background,#fff);display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;padding:3rem 2rem;position:relative;transition:all .35s ease-in-out;z-index:2}.product-navigation__item--description p{font-size:1rem}.product-navigation__item--description strong{font-size:32px;font-weight:600;line-height:1;text-transform:uppercase}.product-navigation__item:focus-visible .product-navigation__item--title,.product-navigation__item:focus-within .product-navigation__item--title,.product-navigation__item:hover .product-navigation__item--title{opacity:0}.product-navigation__item:focus-visible .product-navigation__item--description,.product-navigation__item:focus-within .product-navigation__item--description,.product-navigation__item:hover .product-navigation__item--description{opacity:1}.product-navigation__item:focus-visible .product-navigation__item--details:before,.product-navigation__item:focus-within .product-navigation__item--details:before,.product-navigation__item:hover .product-navigation__item--details:before{opacity:1}