*{box-sizing:border-box}body,html{margin:0}body{color:#60646c;font-family:Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px;line-height:1.618}h1,h2,h3,h4,h5,h6{color:#484c51}input,textarea{color:#43454b;font-family:Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:1rem}input:focus,textarea:focus{outline:1px solid #000}h1{font-size:2.6rem;font-weight:300;margin:0 0 .5em}a:not(.button),a:not(.button):visited{color:#007bff}.layout{margin:auto;max-width:1232px;padding:0 16px 60px}.product-cards-grid{grid-gap:1rem 2rem;display:grid}@media (min-width:1160px){.product-cards-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:860px) and (max-width:1159px){.product-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:580px) and (max-width:859px){.product-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:579px){.product-cards-grid{grid-template-columns:repeat(1,1fr);justify-items:center}}.header{border-bottom:1px solid #f0f0f0;padding:2rem 16px}.header__inner{margin:auto;max-width:1200px}.header__top-level{align-items:center;display:grid;grid-template-columns:1fr auto}@media (max-width:767px){.header__top-level{grid-row-gap:1rem;grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:center}}.header__branding{color:#333;font-size:32px;font-weight:700;line-height:1}@media (max-width:740px){.header__branding{justify-self:start}}@media (max-width:480px){.header__branding{font-size:28px}}.header__search-form{color:#6d6d6d;position:relative}@media (max-width:740px){.header__search-form{justify-self:end}}.header__search-form svg{height:14px;left:6px;position:absolute;top:50%;transform:translateY(-50%);width:14px}.header__search-field{padding-left:1.6rem}.header__navigation.header__navigation{margin-top:1.5rem}.header__navigation.header__navigation a{color:#333;text-decoration:none}.header__navigation.header__navigation a:hover{color:#747474}.header__navigation.header__navigation a+a{margin-left:2rem}@media (max-width:480px){.header__navigation.header__navigation a+a{margin-left:1rem}}.header__navigation.header__navigation [data-role=link-to-checkout]{position:relative}.header__navigation.header__navigation .header__cart-badge{background:red;border-radius:100%;height:5px;position:absolute;right:-5px;top:0;width:5px}.button{background-color:#2c2d33;border:1px solid #2c2d33;color:#fff;cursor:pointer;font-size:16px;font-weight:600;outline:none;padding:10px 22px;transition:all .3s ease}.button:disabled{cursor:not-allowed;opacity:.5}.button:hover:not(:disabled){background-color:#13141a;border-color:#13141a}a.button{text-decoration:none}.button_success{background-color:#28a745;border:1px solid #28a745}.button_success:hover:not(:disabled){background-color:#1e7e34;border-color:#1e7e34}.button_danger{background-color:#dc3545;border:1px solid #dc3545}.button_danger:hover:not(:disabled){background-color:#bd2130;border-color:#bd2130}.cart-product-list{border-collapse:collapse;margin-bottom:1.6rem;width:100%}.cart-product-list thead{background-color:#f8f8f8}.cart-product-list th{padding:1.5rem 0}.cart-product-list tbody tr{padding:.5rem 0}.cart-product-list tbody tr:nth-child(odd){background-color:#fdfdfd}.cart-product-list tbody tr:nth-child(2n){background-color:#fbfbfb}.cart-product-list__remove-column{padding-left:1rem;width:60px}.cart-product-list__remove-icon{fill:#ff1717;cursor:pointer;height:14px;width:14px}.cart-product-list__product-image-column{padding-right:1rem;width:100px}.cart-product-list__product-image-column img{max-width:100%}.cart-product-list__product-name-column,.cart-product-list__product-price-column{text-align:center}.cart-product-list__subtotal{display:inline-block;font-weight:700;padding:30px 0;position:relative}.cart-product-list__subtotal:before{content:"Subtotal:";left:-1rem;position:absolute;transform:translateX(-100%)}.cart-products-list_mobile{margin-bottom:1.6rem}.cart-product-list-row_mobile{grid-column-gap:1.5rem;grid-row-gap:24px;display:grid;grid-template-columns:72px 1fr 16px;grid-template-rows:100px}.cart-product-list__image-column_mobile img{max-height:100%;max-width:100%}.cart-product-list__product-name_mobile{line-height:1.2}.cart-product-list__remove-product_mobile{display:inline-block;justify-self:end}.cart-product-list__subtotal_mobile{align-items:center;display:flex;font-weight:700;height:72px;justify-content:flex-end}.cart-product-list__subtotal-label{margin-right:1rem}.cart-product-list__shipping label{display:inline-block;margin-right:1.5rem;position:relative}.cart-product-list__shipping label:after{color:red;content:"*";position:absolute;right:-.5rem;top:0}.cart-product-list__checkout-button-wrapper{margin-top:1rem}.cart-product-list__checkout-button{width:204px}.empty-cart{align-items:center;display:flex;flex-direction:column}.empty-cart__message{font-size:32px;margin-bottom:2rem}