body,input,textarea{font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;margin:0;padding:0;color:#222;font-size:14px;font-weight:500}
input {
    border: 1px solid #666;
    font-size: 14px;
    padding:6px 2px 7px 10px;
    -webkit-appearance: none;
    border-radius: 0
}
input[type="search"] {
  -webkit-appearance: none;
}
:focus {outline:none}
.content {
  width: calc(100% - 2rem);
  margin: 0 auto
}
ul {padding:0;margin:0}
li {list-style: none;}
img {width:100%}
a {text-decoration: none;color:#222}
h1,h2,h3,h4 {margin:0;padding:0;font-weight:600}
p {line-height: 24px;max-width:1280px}
.l {position:absolute;left:0}
.r {position:absolute !important;right:0}
.c {text-align: center;}
.hidden {display: none!important}
.trans {opacity: 0!important}
.bold {font-weight:600}
.note {color:#444}
.roman {font-family: Georgia,serif !important;font-style:italic;}
ins{color: #B21010;text-decoration: none;}
del{color: #4B5563;text-decoration: line-through;margin: 0 0 0 4px;}
table .note {display:block}
button{font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;cursor:pointer;line-height:42px;font-size: 12px;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;
text-align: center;border: 2px solid #222;box-sizing: border-box;height: 48px;
padding: 2px 24px 0;transition:background-color .4s ease, border-color .4s ease;background:#f2f2f2}
.button-primary {color:#fff;background:#222}
.button-primary:hover {background: #000;border-color: #000}
.button-secondary {background: #fff;color:#222;border-color:#666}
.button-secondary:hover {border-color: #222}
.button2 {background:transparent;}
.button2:hover {border-color: #000;  background: #ffffff0a;}
button.arrow{border: 0;
  width: 40px;
  background: #222;
  height: 40px;
  top: calc(50% - 24px);
  color:#eee;
  fill:#eee;
  margin: 8px;
  border: 1px solid #fffc;
  text-align: center;
  padding:2px 0
}
button.arrow svg{border: 0;
  transform: rotate(90deg);
  width: 24px;
  vertical-align: -5px;
}
button.arrow.r svg{transform: rotate(270deg);}
button.arrow.off{pointer-events: none;opacity:0}
button.loading{
    background:#444!important;
    color:#444!important;
    position:relative;
    pointer-events:none
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

button.loading:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  margin:0;
  padding:0;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: #444;
  animation: spinner 1.1s linear infinite;
}
.loader{
  position: relative;
pointer-events: none;
display: inline-block;
color: #666;
font-weight: 400;
margin-top: 20px
}

.loader:after {
  content: '';
box-sizing: border-box;
position: absolute;
top: 2px;
right: -24px;
width: 16px;
height: 16px;
margin: 0;
padding: 0;
border-radius: 50%;
border: 1px solid #666;
border-top-color: #fff;
animation: spinner 1.1s linear infinite;
}
.co .summary .thumb .loader:after {top: 17px;right: 36px}

@font-face {
  font-family: 'HelveticaNeue';
  font-weight:400;
  src: url('/assets/fonts/HelveticaNeue1.woff2') format('woff2'),
   url('/assets/fonts/HelveticaNeue1.woff') format('woff'),
   url('/assets/fonts/HelveticaNeue1.ttf') format('truetype'),
   url('/assets/fonts/HelveticaNeue1.eot');
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  font-weight:500;
  src: url('/assets/fonts/HelveticaNeue2.woff2') format('woff2'),
   url('/assets/fonts/HelveticaNeue2.woff') format('woff'),
   url('/assets/fonts/HelveticaNeue2.ttf') format('truetype'),
   url('/assets/fonts/HelveticaNeue2.eot');
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  font-weight:600;
  src: url('/assets/fonts/HelveticaNeue3.woff2') format('woff2'),
   url('/assets/fonts/HelveticaNeue3.woff') format('woff'),
   url('/assets/fonts/HelveticaNeue3.ttf') format('truetype'),
   url('/assets/fonts/HelveticaNeue3.eot');
  font-display: swap;
}

.underinput {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #222;
    transition:width .3s ease-out;
}
.focus .underinput{
 width: calc(100% - 4px);
}
input:focus ~ .underinput {
 width: 100%;
}

.overlay {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#0006;
  transition: opacity .3s, ease .25s;
}
.overlay.on {
  opacity: 1;
  z-index: 25;
  visibility: visible;
}
.overlay.on.top {
  z-index: 900;
}

.modal {
  background: #fff;
z-index: 950;
position: fixed;
width: 440px;
top: 0;
right: -100%;
height: 100%;
padding: 24px 32px;
max-width: calc(92% - 64px);
transition: right .3s ease;
}
.modal.on {
right: 0;
}
.modalTitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    width: calc(100% - 30px);
}
.modalContent {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 75px);
    padding:0 0 10px
}
.modalContent.btn {
    height: calc(100% - 165px);
}
.modalContent p:first-child {
    margin-top:0
}
.modalUpdate {
  position: absolute;
  bottom: 50px;
  width: 440px;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  z-index: 7
}
.modalUpdate .button-primary {
  width:100%
}

.modalContent h4 {
    font-weight: 600
}

.modal .closer {
  position: absolute;
right: 32px;
top: 18px;
display: block;
width: 40px;
height: 40px;
}
.modal .closer:before, .modal .closer:after {
  content: '';
  display: block;
  width: 2px;
  height: 32px;
  background: #666;
  rotate: 45deg;
  position: absolute;top: 4px;
  right: 14px;
  transition:color .3s ease-out;
}
.modal .closer:after {
  rotate: -45deg;
}
.modal .closer:hover:before, .modal .closer:hover:after {
  background: #444;
}
.modal .country a {font-size:16px}
.modal .country img {width: 34px;
margin-right: 10px;
vertical-align: -6px;}

.progress {
  width: 100%;
  background: #eee;
  height: 8px;
  border-radius: 4px;
  margin:6px 0 12px;
  overflow: hidden;
}
.progress div {
  height: 8px;
  background: #222;
  width: 0;
}

a:hover .tooltip{
    visibility:visible;
    opacity:.98;
    -webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
    transition:opacity .3s ease;
    -moz-transition-delay:.4s;
    -webkit-transition-delay:.4s;
    -o-transition-delay:.4s;
    transition-delay:.4s
}
.tooltip{
    opacity:0;
    position:absolute;
    visibility:hidden;
    left:50%;
    margin-left:-100px;
    width:200px;
    bottom:120%;
    bottom:-webkit-calc(100% + 7px);
    bottom:-moz-calc(100% + 7px);
    bottom:calc(100% + 7px);
    z-index:100;
        background: rgba(255, 255, 255, 0.9);
}
.tooltipContent{
    background: rgba(255, 255, 255, 0.9);
    padding:8px 12px 7px;
    display:inline-block;
    height:20px;
    height:auto;
    font-weight:400;
}

.usp-box {
  width: calc(100% - 2rem);
  max-width: 1360px;
  margin: 1.5rem auto;
  display: flex;
  justify-content: space-around;
}
.usp {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.usp h4 {
  line-height: 24px;  font-weight: 600;
}
.usp p {
  margin: 0;
}
.usp svg {
  fill: #222;
  width: 36px;
  margin: 1rem;
}
.usp-text {
  font-size: 14px;
  margin: 0;
}

.mob{display: none !important;}
.mob2{display: none !important;}

.reel{left:0;width:100%;position: relative;top:unset;display: flex;transition: left .3s ease}
.reel a{flex-shrink: 0}

.banner {
    background:#222;
    color:#fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    line-height: 36px;
    z-index: 80;
    position: relative;
}
.banner li {
    display: inline-block;
    text-transform: uppercase;
}
.banner li + li:before{
    content: "•";
    margin:0 12px;
}
.banner a {
    color: #fff;
}
.banner a:hover {
    text-decoration:underline
}

header {
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 90;
}
header .content {
    display: flex;
    line-height: 56px;
}
header .logo {
    flex: 1 1 0%;
}
header .logo svg {
    height: 52px;
    vertical-align: middle;
}
header .nav {
    display: flex;
    justify-content: left; 
    flex-grow: 1; 
    max-width: 840px;  
    overflow-x: hidden;
}
header .nav > ul{
    display: flex;
    flex-grow: 1;  
    scrollbar-width: none;
    white-space: nowrap;
}
header .nav a {
    font-weight: 600;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 0 10px;
}
header .menu {
    flex: 1 1 0%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
header .menu.mob {
    display: none!important;
}

header .menu a {
    font-weight: 600;
    padding: 0 1.25rem;
    white-space: nowrap;
    position: relative;
}
header .menu a.search {
    font-weight: 500;
    transition: all .3s ease-in-out;
    left: 0;
}
header .menu a.search.on {
    opacity: 0;
    left: -20px;
}
header .menu svg {
    width: 18px;
    margin-right: 4px;
    vertical-align: -4px;
}
header .menu label {
    cursor: inherit;
}
#menu-button {
  width: 22px;
  height: 100%;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: calc(100% - 1.5rem);
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: .75rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#menu-button span:nth-child(1) {
  top: 21px;
}

#menu-button span:nth-child(2) {
  top: 28px;
}
#menu-button span:nth-child(3) {
  top: 28px;
}

#menu-button span:nth-child(4) {
  top: 35px;
}

#menu-button.open span:nth-child(1) {
  top: 28px;
  width: 0%;
  left: 50%;
}

#menu-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 28px;
}

#menu-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
}

#menu-button.open span:nth-child(4) {
  top: 28px;
  width: 0%;
  left: 50%;
}
.drop {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  line-height: 24px;
  padding: 20px 30px 24px;
  width: calc(100% - 60px);
  box-shadow: #2224 0px 5px 7px;
  grid-template-columns: repeat(5,1fr);
  align-items: self-start;
  justify-content: center;
  grid-template-columns: repeat(5, minmax(100px, 260px));
  grid-gap:24px;
  z-index: 100;
  white-space: normal;
}
.drop .sec.wide {
  grid-column: span 2;
}
.drop .sec.wide li{
  width: 45%;
  display: inline-block;
}
.drop .sec h3 {
  font-size: 14px;
}
.drop .sec h3 + h3, .drop .sec ul + h3 {
  margin-top: 12px;
}
.drop .sec a + h3 {
  margin: 4px 0 10px;
}
.drop .sec a:not(.mob) + a img {
  margin: 24px 0 0;
}
.drop .sec a {
  line-height: 20px;
  padding: 5px 0;
  justify-content: left;
}
.drop .sec a:hover {
  text-decoration: underline;
}
.drop .sec li a {
  font-weight: 500;
}
.navitem {
  flex-grow: 1;
}
.navitem:hover .drop{
  display: grid;
}
.navitem:hover > a:after, .menu a:hover:after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #222;
}

.find {
  display: block;
  position: absolute;
  top: -1000px;
  width: 70%;
  background: #f2f2f2;
  max-width: 1080px;
  text-align: center;
  margin: auto;
  left: 20px;
  right: 0;
  transition: opacity, left .3s ease-in;
}
.find.on {
  left: 0;
  opacity: 1;
  top: 0;
}
.find svg {
  width: 22px;
  vertical-align: -8px;
}
.find .inp {
  display: flex;
  border: 1px solid #e5e7eb;
  border-top: 0;
}
.find .arr {
  display: none;
  height: 100%;
}
.find .crs {
  position: relative;
}
.find .crs::after, .find .crs::before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #222;
  rotate: 45deg;
  position: absolute;
  top: 20px;
  right: 4px;
}
.find .crs::after {
  rotate: -45deg;
}
.find button {
  border: 0;
  line-height: 56px;
  padding: 0px 16px;
  height: unset;
  background: none;
}
.find #searchTerm {
  flex-grow: 1;
  padding: 9px 0;
}
.find .search {
  display: block;
  height: 56px;
  width: 44px;
}
.find input {
  font-size: 17px;
  border: 0;
  background: none;
}

.search-area {
background: #fff;
  box-shadow: #2224 0px 5px 7px;
  line-height: 26px;
    padding: 2rem 3rem 3rem;
    text-align: left;
    font-size: 14px;
    max-height:800px;
    overflow-y: auto;

}
.search-area h3{
    font-size: 16px;  
    margin-bottom: 6px;
}
.search-area .cats{
    display:flex;
    gap: .5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.search-area .cats a{
    padding: .5rem 1rem;
    background: #f2f2f2;
}
.search-area .res{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
}
.search-area img{
    display:block
}
.search-area .lead{
    position: relative;
}
.search-area .details{
    display: none;
}

.search-area a:hover{
    text-decoration: underline;
}

.search-area img:hover{
    opacity: .8;
}

.promo {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.promo a {
  display: block;
  padding:12px;
}

.section {
    padding:40px 0
}
.section .title {margin:0 0 16px;font-size:30px}
.section h2 {
    font-size:24px;
    margin:0 0 12px
}
.section h2 .sub{
    font-size:18px;
    margin:0 0 0 8px;
    font-weight: 500
}
.section h3 {
    font-size:18px;
    margin:0 0 10px
}
h3 .note {
    font-size: 14px;
    font-weight: 500;
    margin-left: 16px;
}
.section hr {border:1px solid #e0e0e0;margin:24px 0}


.section .text.c {
    margin: 0 auto;
}
.section .inl {
  width: 24px;
  vertical-align: middle;
}

.title {
  text-align: center;
  border-bottom:1px solid #e0e0e0
}
.title h1 {
  margin: 30px 0 10px;
  font-size: 28px;
}
.title p {
  margin: 0 auto 30px;
}
.title .intro {
  line-height: 24px;
  font-size: 14px;
  max-width: 1080px;
  margin: 0 auto 30px;
  display: flex;
}
.title .intro p{
  margin: 16px 0;
}
.title .intro div{
  flex: 1 1 0%;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  max-height: 24px;
}
.title .intro.more{
  margin-bottom: 0;
}
.title .intro.more div{
  white-space:unset;
  word-break:unset;
  text-overflow:unset;
  max-height:unset;
}
.title a, .text a {
  text-decoration: underline;
  margin: 0 10px;text-underline-position: under;
}
.title.just {border:0}
.title.just + .section {padding-top:20px}

.intro .readmore {
  background: #fff;
}
.intro.more .readmore {
  display: none;
}
.intro .readless {
  text-align: right;
  display: none;
}
.intro.more .readless {
  display: block;
}

.section.prods {
  display: flex;
  gap: 24px;
  position: relative;
}

.prods .grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 60px;
}
.prod .images {
  position: relative;
}
.prod img.hover {
  opacity: 0;
  position: absolute;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
}
.prod .images:hover img.hover {
  opacity: 1;
}
.prod .desc {
  padding: 16px 16px 8px 16px;
  position: relative;
}
.prod .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  width: calc(100% - 32px);
}
.prod .price {
  font-size: 14px;
  line-height: 24px;
}

.bonus {
  background: #f2f2f2;
  width: fit-content;
  margin: 4px 6px 0 0;
  color: #444;
  padding: .25rem .5rem;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
}
.prod .addToFav {
  border: 0;
  position: absolute;
  right: 0;
  top: 3px;
  padding: 8px 16px;
  fill:#222;
  background: #fff;
}
.prod .addToFav svg{
  width: 18px;
  height:18px;
}
.prod .addToFav:not(:active) svg{
  transition:all .0s ease;
  transition-delay:.05s
}
.prod .addToFav:active svg {
  transform: scale(.95);
}
#viewmore {text-align: center;}
#viewmore .note{margin-bottom: 12px;}

.ctrls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 57px;
  background: #fff;
  margin: 10px 0;
  padding: 12px 0;
  z-index: 2;
}
.ctrls + .prods {
  padding-top:0
}
.ctrls button {
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  height: auto;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.ctrls #filters {
  border: 0;
}
.ctrls button svg{
  margin: 0 0 0 6px;
  vertical-align: -3px;
  width: 16px;
}
.ctrls #filters svg {
  margin: 0 6px 0 0;
}
/*.ctrls button + button, .ctrls .sep + button{
  margin-right:8px
}
.ctrls span:not(.sep) + button{
  margin-left:16px
}
.ctrls button.on {
  border-color: #666;
}
.ctrls .sep {
  display: inline-block;
  width: 1px;
  height: 28px;
  background: #999;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: -8px;
}*/

.filters {
  max-width: 260px;
  min-width: 260px;
  transition: all .5s ease;
  position: absolute;
  background:#fff;
  opacity: 0;
  left: -50%;  
  height: 100%;
  height: calc(100vh - 114px);
  overflow-y: auto;
  top: 114px;
}
.filters > div {
  position: sticky;
}
.filters.on {
  left: 0;
  opacity: 1;
  position: sticky;
}
.filters .panel {
  margin-right:12px
}
.filters .panel a {
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}
.filters .panel .inner {
  padding: 0 18px;
}
.filters .panel a{
  line-height: 30px;
  position: relative;
}
.filters .cb li {
  display: flex;
}
.filters .cb a {
  flex-grow: 1;
}
.filters .cb a:has(+.subgroup){
  padding-right: 8px;
  flex-grow: 0;
}
.filters .cb a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #666;
  margin-right: 12px;
  vertical-align: text-bottom;
}
.filters .cb a.on:before {
  background: #666;
}
.filters .cb a.on:after {
  content: "";
  position: absolute;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 3px;
  top: 10px;
  width: 10.5px;
  height: 4.5px;
  transform: rotate(315deg);
}
.filters .cb a.onSub:before {
  border-color:#bbb
}
.filters .cb a.onSub:after {
  content: "";
  position: absolute;
  border-left: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  left: 3px;
  top: 10px;
  width: 10.5px;
  height: 4.5px;
  transform: rotate(315deg);
}

.filters .panel .subgroup {
  flex-grow: 1;
  padding-left: 2px;
  cursor: pointer;
  align-content: center;
}
.filters .panel .subgroup svg{
  transform: rotate(180deg);
  height: 15px;
  vertical-align: middle;
  transition: transform .3s ease-in-out;
}
.filters .panel .subgroup.closed svg{
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
}
.filters .panel.sub, .filters .panel.sub ul {
  margin: 0;
}
.filters .sub .inner {
  border-left: 2px solid #ddd;
  margin-left: 7px;
  padding: 0 0 0 18px;
}

.filters .cbcol ul {display: grid;grid-template-columns: repeat(2,1fr);}
.filters .cbcol a {line-height:36px}
.filters .cbcol a:before {width: 20px;height:20px;border-width: 0;}
.filters .cbcol a.on:after {left: 4px;top: 11.5px;}

.filters .beige:before {background: rgb(240, 223, 204)!important;}
.filters .bw:before {background: linear-gradient(135deg, rgb(54, 54, 54) 0%, rgb(54, 54, 54) 49%, rgb(255, 255, 255) 51%, rgb(255, 255, 255) 100%)!important;width: 18px!important;height:18px!important;border: 1px solid #ccc !important;}.filters .bw:after {border-color: #666!important;}
.filters .black:before {background: rgb(54, 54, 54)!important;}
.filters .blue:before {background: rgb(15, 91, 153)!important;}
.filters .brown:before {background: rgb(127, 85, 70)!important;}
.filters .gold:before {background: linear-gradient(135deg, #dfa52e 0%, #ffd172 100%)!important;}
.filters .green:before {background: rgb(95, 167, 44)!important;}
.filters .grey:before {background: rgb(143, 151, 159) !important;}
.filters .multi:before {background:conic-gradient(from 0deg, rgb(213, 27, 50), rgb(238, 113, 30), rgb(255, 226, 78), rgb(95, 167, 44), rgb(15, 91, 153), rgb(148, 78, 135), rgb(250, 198, 221),rgb(213, 27, 50))!important}
.filters .orange:before {background: rgb(238, 113, 30)!important;}
.filters .pink:before {background: rgb(250, 198, 221)!important;}
.filters .purple:before {background: rgb(148, 78, 135)!important;}
.filters .red:before {background: rgb(213, 27, 50)!important;}
.filters .turquoise:before {background: rgb(105, 214, 204) !important;}
.filters .white:before {background: white!important;border: 1px solid #ccc !important;width: 18px!important;height:18px!important;}.filters .white:after {border-color: #666!important;}
.filters .yellow:before {background: rgb(255, 226, 78) !important;}

.filter-list {
  margin-bottom: 10px;
}
.filt-clear {
  margin: 0 10px 4px 2px;
  font-size: 12px;
  text-decoration: underline;  display: inline-block;
}
.filt {
  line-height: 28px;
  padding: 0 8px;
  margin: 0 10px 10px 2px;
  background: #f2f2f2;
  font-size: 12px;
  display: inline-block;
}
.filt svg {
  width: 12px;
  vertical-align: -2px;
  margin-left: 6px;
  opacity: .8;
  fill: #444;
}

.dd {
  position: absolute;
  right: 0;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 6px;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  top: 52px;
  display: none;
}
.dd.on {
  display: block;
}
.dd a {
  display: block;
  padding: 4px 10px;
}
.dd a:hover {
  text-decoration: underline;
}
.dd a.selected {
  background: #ddd;
}

.inform  {
  margin: 0 auto 1rem;
  max-width: 1280px;
  gap: 2rem;
}
.inform h2 {
  font-size: 16px;
  margin: 8px 0;
}
.inform p {
  font-size: 14px;
  margin: 8px 0 0;
  line-height: 24px;
}
.inform p + h2 {
  margin-top:16px
}
.inform p a{
  text-decoration: underline;
}


.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  opacity: 0;
  transition: opacity .1s, ease .25s;
}

.arrow.l {
  left: 8px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow.r {
  right: 8px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}








.section .description {
    width: calc(70% - 88px);
    margin-right:48px;
    display: inline-block;
    vertical-align: top;
}
.section .advice {
    display: inline-block;
    vertical-align: top;
    width:calc(30% + 40px)
}
.app .section.info h2{
    font-size: 20px
}
.app .section.info h3{
    font-size: 14px
}
.app.ol {
  overflow-y: scroll;
  position: fixed;
  height: 100%;  
  width: 100%;
}

.section.tags li{
  display: inline-block;
}
.section.tags li a{
  display: block;
  padding: 10px 14px;
  margin: 0 4px 8px 0;
  background: #f2f2f2
}
.section.tags li a:hover{
  text-decoration: underline;
}

.section.info {
  margin: 0 auto;
  position: relative;
    max-width: 1080px;
}

.app .section.info {
  max-width: unset;
}
.section.info a{
  text-decoration: underline;
}
#delArea p{
  margin: 2px 0 6px;
}
.section.info h3{
  margin: 20px 0 6px;
font-size: 15px;
}
.section.info ul {
	padding-left: 20px;
	line-height: 24px;
}
.section.info li {
	list-style: disc;
	padding: 4px 0 0 10px;
}
.section.info table {
	width: 100%;
	line-height: 24px;
	max-width: 600px;
}
.section.info td {
	width: 33%;
}
.section.info .feat {
  border: 1px solid #222;
  padding: 20px;
  margin: 24px 0 32px;
}
.section.info .faq {
  margin: 10px 0 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.section.info .faq:first-of-type {
    margin-top: 30px;
}
.section.info .inset {
  width: 22%;
  max-width: 400px;
  position: absolute;
  top: 60px;
  background: #fff;
  padding: 20px;
  right: 20px;
}
.section.info .box-two {
  width: calc(49% - 20px);
  display: inline-block;
  vertical-align: top;
}
.section.info .box-two:first-of-type {margin-right: 40px}
.section.info .form {
  border: 2px solid #222;
padding: 32px 40px;max-width: 480px;margin: 0 auto}
.section.info .errorMessage {
    color: #d55;
    padding: 3px 0;
    display: none;
}
.section.info .error .errorMessage{
    display:block
}
.section.info label {
    display: block;padding: 4px 0;margin-top:12px
}
.section.info input,textarea {
    width: 100%;line-height: 21px;
}
.section.info .form button{
    width: 100px;margin-top: 20px
}
.section.info h3.country {
  margin-bottom:24px
}
.country img {
  width: 24px;
  vertical-align: -3px;
margin: 0 6px 0 2px;
}

.panel {position: relative;margin-bottom:4px}
.panel a{text-decoration: underline;}
.panel button{transition:none}
.panel-header {
  border: 0;
width: 100%;
line-height: 58px;
background: #f2f2f2;
text-align: left;
padding-left: 18px;
color: #222;
height: unset;
}
.panel .panel-header svg{
  top: 22px;
    right: 19px;
    position: absolute;
    height:18px;
    transform: rotate(180deg);
    transition: transform .3s ease-in-out;
}
.panel.closed .panel-header svg{
    transform: rotate(0deg);
}
.panel.lock  .panel-header {
    pointer-events: none;
}
.panel.lock  .panel-header svg{
    opacity: .4
}
.panel .inner{
    padding:10px 18px;
    max-height:450px;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.panel.closed .inner{
    padding:0 18px;
    max-height:0;
    overflow: hidden;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.panel p, .panel ul, .panel table {margin:14px 0}
.panel table {width: 100%;line-height: 24px}
.panel h3 {margin:20px 0 6px; font-size: 15px}

.product {
  padding: 0 40px 40px;
  max-width: 1480px;
  margin: 0 auto;
}
.product a:hover{text-decoration: underline;}

.product .gallery {
  width: calc(70% - 80px);
    display:inline-block;
    position: sticky;
    top:calc(56px + 1rem);
    transition:top .3s ease;
    margin:0 48px 0 0
}
.product .gallery .reel{display: block;transition: none}
.product .gallery a{
    line-height:0;
        display: block;
        width: 100%;
        max-height: 100%;
}
.product .gallery img {
  aspect-ratio:1 / 1;
  object-fit: contain;
  max-height: calc(100vh - 160px);
  background: #fff;
  color: #fff
}
.product .gallery button.arrow{display:none}
.product .gallery .notes{position: absolute;
bottom: 8px;
right: 8px;
font-weight: 600;
font-size: 12px}
.product .gallery .notes div{background: #fff;
padding: 1px 5px;
letter-spacing: 1px;display: block;
line-height: 18px;}

    .gallery .keen-slider:not([data-keen-slider-disabled]) {
        width: calc(100% - 124px);
        height: 100%;
    }
    .gallery .keen-slider:not(.thumbnail) {
        margin-left: 120px;
    }

    .thumbnail .keen-slider__slide {
        cursor: pointer;
        transition: all .2s ease-out;
        box-sizing: border-box;
    }
    .thumbnail .keen-slider__slide img{
        border: 2px solid #fff;
        margin-top:8px;
        width: calc(100% - 4px);
    }
    .thumbnail .keen-slider__slide.active img{
        border: 2px solid #222;
        transition: all .2s ease-out;
    }

    .gallery .keen-slider.thumbnail {
        width: 100px;  
        height: calc(100% + 2px)%;
        position: absolute;
        left: 0;
        top:0
    }

    .gallery .keen-slider.thumbnail .keen-slider__slide {
        font-size: 30px;
        height: 88px;
        min-height: 88px;
        width: 80px;
    }

.product .details {
  margin-top: 20px;
  width: calc(30% + 32px);
  position: sticky;
  top:122px;
  transition:top .3s ease;
  display: inline-block;
  vertical-align: top;
}
.product .product-title {
  font-size: 22px;
  margin: 4px 0;
}
.product .product-subtitle {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.product .product-stars {
  font-size: 18px;
}
.product .product-stars .note {
  margin-left:8px;
  font-size:14px
}
.product .details .product-price {
  margin:5px 0;
  font-size:18px;
  font-weight:600
}
.product .details .product-price span{
  font-size:15px;
}
.product-price .bonus {
  float: right;
  margin: 0px;
  font-weight: 500;
}
.product .product-buttons {
  margin:20px 0 46px;
}
.product .product-buttons .button-primary{
  width:100%;
  position: relative;
}
.product .product-buttons .button-primary svg {
    fill: #fff;
    position: absolute;
    top: 14px;
    height: 18px;
    right: 12px;
}
.product .product-buttons .button-secondary{
  margin: 0;
}

.product .product-buttons svg {
  height: 18px;
vertical-align: middle
}
.product .product-buttons .use-example {
    font-family: Georgia,serif !important;
    font-style:italic;
    line-height:44px
}
.product .product-buttons .subs {
    text-align: right
}
.product-buttons .button-primary{
    margin: 12px 0 6px;
}
.product-buttons .button-note {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}
.product-buttons .button-note div{
  flex-grow: 1;
  align-content: space-evenly;
}
.product-buttons .button-note span{
  display: block;
  font-weight: bold;
  line-height: 24px;
}

.product .details {
  font-size: 14px
}
.product .details ul {
  padding-left:20px;
  line-height: 24px
}
.product .details li {
    list-style: disc;
    padding: 4px 0 0 10px;
}
.canvArt {
  height:100%;
  width: 100%;
  perspective-origin: 0 top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.canvSvg {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}


footer {
  background: #222;
  color: #fff;
}
footer ul a {
  color: #fff;
  letter-spacing: .5px;
}
footer a:hover {
  text-decoration: underline;
}
footer .content {
  max-width: 1080px;
  width: calc(100% - 8rem);
}
footer .call {
  background: #222;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 64px;
  text-align: left;
  justify-content: center;
  padding: 32px 0;
}
footer .call h2{
  font-size: 24px;
  margin: 0;
  padding: 0;
}
footer .call p{
  font-size: 14px;
  padding: 0;
  color: #fff;
  margin: 0;
  line-height: 20px;
}
footer .call button{
  background: #fff;
  color: #222;
  border-color: #f2f2f2;
}
footer .map {
  display: flex;
  padding: 3rem 0;
  justify-content: space-between;
  flex-direction: row;
  gap: 4rem;
}
footer .signup {
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  margin: 0 auto;
}
footer .links {
  display: flex;
  width: 50%;
  justify-content: space-around;
  margin:0 auto;
}
  footer .line {
    border-right: 1px solid #ccc;
  }

footer ul {
  flex: 1 1 0%;
}
footer li {
  margin: 0 auto 1.25rem;
}
footer li:last-child {
  margin: 0
}
footer form {
  display: flex;
  gap:8px
}
footer input {
  flex-grow:1;
  border:0;
  height:41px;
  padding:0 2px 0 10px
}
footer button {
  border:0;
  height:41px;
  padding: 0 24px
}
footer .note{
  color: #a9a9a9;
  margin-top: 1rem;
  font-size: 13px;
}
footer .note a{
  color: #a9a9a9;
  text-decoration: underline;
}
footer .signup p {
  font-weight: bold;
  margin: 1rem 0;
}
footer .footer-end {
  color: #ccc;
  display: flex;
  font-size: 13px;
  padding: 0px 0 .5rem;
  flex-direction: column;
  align-items: center;
}
footer .payicons{
  display: flex;
  justify-content: right;
  gap: 1rem;
}
footer .footer-end svg{
  width: 40px;
}


section {
        display: flex;
        margin: 3rem 0;
    }
    section:first-of-type {
        margin: 0;
    }
    section.slide {
        display: block;
        margin-left: 1rem;
    }
    section.margin {
        margin: 3rem;
    }
    section.gap {
        gap: 1rem;
    }
    section.inform {
        max-width: 1360px;
        width: calc(100% - 2rem);
        margin:0 auto 2rem
    }
    section.inform p a{
        font-size: 14px;
        font-weight: 500;
    }
    section div {
        position: relative;
    }
    section.two>div {
        width: 50%;
    }
    section .all {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
    }
    section button {
        position: relative;
        z-index: 3;
        margin: 1rem 0 0px;
    }
    section .light, section .light a {
        color: #fff;
        fill: #fff;
    }
    section .light button {
        background: #fff;
        color:#222;
        border: #fff;
    }
    section .light .button2 {
        color:#fff;
        border: 2px solid #fff;
        background: unset;
    }
    section .light button:hover {
        background:#e2e2e2
    }
    section .light .button2:hover {
        background: #ffffff0a;
        border-color: #e2e2e2;
    }
    section .cent {
        display: flex;
        align-items: center;
    }
    section .abs {
        position: absolute;
    }
    section .left {
        left: 4rem;
    }
    section .right {
        right: 4rem;
        text-align: right;
    }
    section .top {
        top: 4rem;
    }
    section .bottom {
        bottom: 4rem;
    }
    section .left.sml {
        left: 2rem;
    }
    section .right.sml {
        right: 2rem;
    }
    section .top.sml {
        top: 2rem;
    }
    section .bottom.sml {
        bottom: 2rem;
    }
    section .grid2 {
        display: grid;
  grid-template-columns: auto auto;
    }
    section .grid2 > div {
        display: flex;
    }
    section .grid2 > div > a {
       flex: 1 1 0%;
        font-size: 0;
    }

    section img {
        display: block;
    }
    section .text {
        padding: 4rem;
    }
    section.text a{
        margin: 0;
    }
    section h1 {
        font-size: 50px;
        line-height: 4rem;
    }
    section h2 {
        font-size: 40px;
        margin: 1rem 0 .5rem;
        line-height: 42px;
    }
    section .sub {
        font-size: 21px;
        font-weight: bold;
        line-height: 2rem;
    }
    section p {
        font-size: 16px;
        line-height: 30px;
        margin: .5rem 0;
    }
    .sub .arr {
      vertical-align: -1px;
      font-size: 18px;
      margin: 0 0 0 4px;
    }
    
    section .abs h2, section .text h2 {
        margin: .25rem 0
    }
    
    section .text a {
        margin: 0
    }
    section .text P + a {
        margin: 1rem 0 0;
        display: block;
    }

    section.slide h2 {
        margin: 1rem 0 1.5rem
    }
    section:not(.slide) a {
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
    }
    section .cat {
        font-weight: bold;
        text-align: center
    }
    section .cat h4{
        font-size: 24px;
        margin: 1rem 0 0;
    }
    section .cat .sub {
        font-size: 22px;
        margin: .5rem 0 0;
        display: block;
        font-weight: 500;
    }
    section .sml .cat {
        text-align: unset;
        font-size:21px;
        line-height: 30px;
    }
    section .sml .sub {
        margin: 0;
        font-weight:500;
        line-height: 30px;
    }
    section .cat h3 {
        font-size: 16px;
        text-align: left;
    }
    .ovr {
        position: absolute;
        width: 100%;
        height: 100%;
        top:0
    }
    .ddn {
        background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
    }
    .ldn {
        background: linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.3) 100%);
    }
    .dup {
        background: linear-gradient(0deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
    }
    .lup {
        background: linear-gradient(0deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.3) 100%);
    }

    .track .form {
      text-align: left;
      max-width: 480px;
      margin: 24px auto;
      padding: 0;
    }
    .track #trackOrder {
      width: 100%;
      margin-top: 24px;
    }
    .form .errmsg {
      color:#b00;
      margin:6px 0 0;
      display:none
  }
  .form .error .errmsg{
      display:block
  }
  .form .report{
    border-bottom: 1px solid #ddd;
    margin:24px 0 40px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }



@media only screen and (max-width: 1680px) {
    .content {width:calc(100% - 2rem)}
    header .content {width:calc(100% - 1rem)}
    header .logo {padding-left: 12px;}
}

@media only screen and (max-width: 1360px) {
    .product{padding: 0 0 40px;}
    .product .gallery{
      width: calc(60% - 40px);
      margin: 0 40px 0 0;
    }
    .gallery .keen-slider:not(.thumbnail) {
      margin-left: 80px;
      width: calc(100% - 74px);
    }
    .gallery .keen-slider.thumbnail {
      top: 6px;
        width: 84px
    }
    .gallery .keen-slider.thumbnail .keen-slider__slide {
      width:66px;
      height: 70px;
      min-height: 66px;
    }
    .thumbnail .keen-slider__slide img{
      margin-top:4px;
   }
    .product .details {
      width:40%
    }
    section .left {
        left: 3rem;
    }
    section .right {
        right: 3rem;
    }
    section .top {
        top: 3rem;
    }
    section .bottom {
        bottom: 3rem;
    }
    section.group h2 {
        margin: 1rem 0 0;
        font-size:32px
    }
    section .cat h4{
    font-size: 21px;
    }
    section .cat .sub {
        font-size: 21px;
        margin: .25rem 0 0;
    }
}

@media only screen and (max-width: 1160px) {
  
    header .nav {
      padding: 0 16px;
    }
    header .menu a {
      padding: 0 .75rem;
    }
    header .menu::after {
      position: absolute;
      content: "";
      mask-image: linear-gradient(270deg,#000 calc(100% - 1rem),transparent);
      display: block;
      width: 24px;
      height: 100%;
      left: -18px;
      background: #fff;
    }
    header .search label {display: none;}

    section.margin {
        margin: 1rem;
    }
    section .left {
        left: 2rem;
    }
    section .right {
        right: 2rem;
    }
    section .top {
        top: 2rem;
    }
    section .bottom {
        bottom: 2rem;
    }
    section .abs {
        max-width: calc(100% - 4rem);
    }
    section .text {
        padding: 2rem;
    }
    
    section .left.sml {
        left: 1rem;
    }
    section .right.sml {
        right: 1rem;
    }
    section .top.sml {
        top: 1rem;
    }
    section .bottom.sml {
        bottom: 1rem;
    }
    section .sml .cat, section .sml .sub {
        font-size:18px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1060px) {
  .dt {display: none;}

  .find {
    width: 100%;
    background: #fff;
    max-width: 1080px;
    left: 0;
  }
  .find .inp {
    flex-direction: row-reverse;
  }
.find .arr {
  display: block;
  rotate: 90deg;
}
.find .crs {
  display: none;
}
.find .search {
  width: 30px;
  padding-left:12px
}
header .menu a.search.on {left:-10px}
 
      .prods .grid {
        grid-template-columns: repeat(3,1fr);
      }

    .gallery .keen-slider:not(.thumbnail) {
      margin:0;
      width: 100%;
    }
    .gallery .keen-slider.thumbnail {
      position: relative;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(6,1fr);
      grid-gap: 4px;
    }
    .gallery .keen-slider.thumbnail .keen-slider__slide {
      width: 100%;
    height: 100%;
line-height: 0;
    }
    .thumbnail .keen-slider__slide img {
      margin-top: 0;
    }
}

@media only screen and (max-width: 900px) {
    header .menu.mob {
      display: flex!important;
    justify-content: flex-start;
    }
    header .menu:not(.mob) .search, header .menu::after {
      display: none!important;
    }
    header .logo {
      text-align: center;
      padding: 0;
    }
    header .logo svg {
      height: 48px;
    }
    header .nav {
        display: block;
        position: absolute;
        background: #fff;
        text-align: left;
        height: 100%;
        width: 360px;
        z-index: 999;
        left: 0;
        top: 57px;
        transform: translate3d(-100%,0,0);
        overflow-y: scroll;
        padding-bottom: 30px;
    }
    header .nav.ready {
        transition: transform .5s cubic-bezier(.25,1,.3,1),-webkit-transform .5s cubic-bezier(.25,1,.3,1);
    }
    header .nav > ul {
      flex-direction: column;
    }
    .navitem {
      border-bottom: 1px solid #e5e7eb;
      position: relative;
    }
    header .nav a {
      justify-content: flex-start;
      padding:0 16px;
    }
    header .nav {
       padding: 0 0 30px;
    }
    header .nav.on {
        transform: translate3d(0,0,0);
    }
    .navitem:hover .drop{
      display: none;
    }
    .navitem:hover > a:after, .menu a:hover:after {
      display: none;
    }
    .navitem svg {
      width: 18px;
      right:16px;
      top:20px;
      position: absolute;
      transition: transform .3s cubic-bezier(.25,1,.3,1);
    }
    .navitem.open svg {
      transform: rotate(180deg);
    }
    
    .navitem.open .drop {
      display: block;
      box-shadow: none;
      padding: 0;
      width: 100%;
      margin: -5px 0 12px;
      position: relative;
    }
    .drop ul {display: none;}
    header .nav .drop a {
      font-weight: 500;
      padding: 14px 18px 14px 0;
    }
    .navitem.open .drop h3 {
      margin: 0;
      font-weight: 500;
      position: relative;
    }
    .navitem.open .drop .sec {
      padding: 0 20px 0 40px;
    }
    .drop .sec.wide li {
      width: auto;
      display: block;
    }
    .navitem.open .drop svg {
      transform: rotate(0deg);
      top: 15px;
      right: 0;
    }
    .navitem.open .drop .open svg {
      transform: rotate(180deg);
    }
    .navitem.open .drop .open + ul {
      display: block;
    }
    .drop li {
      padding-left: 24px;
    }

    .banner ul{
      height: 24px;
    }
    .banner li {
      opacity: 0;
      margin: 0 auto;
      text-align: center;
      width: 100%;
      left: 0;
      line-height: 24px;
      position: absolute;
      transition:opacity .3s ease-in-out;
    }
    .banner li.on {
      opacity: 1;
      transition:opacity .3s ease-in-out;
    }
    .banner li + li:before{
        content: "";
        margin: 0;
    }
    
    .search-area {
        padding: 1rem;
    }
    .search-area .res{
        grid-template-columns: repeat(3,1fr);
    }

    .mob{display: block !important;}

    .nav .logo{height:54px;margin:0 auto}
    .nav .logo svg{height: 57px;padding:0}
    .nav .menu {margin-top:9px}
    .nav.cart .menu {margin:15px 4px 0 0}
    .nav .search {margin-top:11px;transition:width .3s ease-out;width:200px;z-index: 0}
    .nav .search input{padding:18px 28px;width:50%;border:0;transition:width .2s ease-out, left .4s ease-out;font-size: 24px;left: -50%;top: 54px;position: fixed;border-top: 2px solid #222;border-radius:0!important}
    .nav .search .underinput{display: none}
    .nav .search.on input{width:100%;left:0}
    .nav .search button {position: relative;padding: 3px 8px 0px;background:#fff;line-height:36px}
    .nav .search button svg{height:18px;vertical-align: 2px}
    .nav .search-area {transition-property:height,max-height,opacity,width,top;position:fixed;top:120px;padding: 10px 16px;}
    .nav .search-area a{font-size:16px;line-height:32px}
    .nav .search-area .app{margin-top:4px}
    .nav .search-area .details{line-height:24px;margin:12px 0 0}
    .nav .search-area .product-details{font-size: 14px}

    
.filters.on + .grid {
  padding-left: 0;
}
.filters.on {
  position: fixed;
  top: 81px;
}
.filters {
  padding:20px;
  top: 81px;
  height: calc(100vh - 81px);
  z-index: 80;
  overflow-y: auto;
  left:-280px;
  position: fixed;
  max-height: unset;
}
.filters > div {
  position: relative;
  top: unset;
}
.filters.on .actions {
  left: 0;
}
.filters .actions {
  left: -280px;
  position: fixed;
  width: 260px;
  background: #fff;
  display: block;
  bottom: 0;
  transition: all .5s ease;
  padding: 20px;
  top:unset
}
.filters .actions button{
  width: 100%;
}
.filters .panel:not(.sub):last-of-type {
  padding-bottom: 90px;
}

    .arrow {display: none;}

      .gallery .keen-slider.thumbnail {
        grid-template-columns: repeat(4,1fr);
      }

    .product .details {top: 62px;}

    .section.info .box-two {
      width: 100%;
      display:block;
      padding: 0 0 50px
    }
    .section.info .box-two:first-of-type {0}

    
  .usp-box {
    margin: 2rem auto
  }
  .usp {
    flex-direction: column;
    text-align: center;
  }
  .usp svg {
    margin: .5rem;
  }

footer .content {
  width: calc(100% - 4rem);
}
  footer .map {
    flex-direction: column;
    gap: 3rem;
  }
  footer .signup {
    align-items: center;
    text-align: center;
    padding: 0
  }
  footer form {
    width: 100%;
  }
  footer input {
    width: 100%;
  }
  footer .line {
    display: none;
  }
  footer .links {
   gap:2rem;
   width: 100%;
  }
  footer .links ul:first-child {
    text-align: right;
  }

  section h1 {
      font-size: 44px;
      line-height: 3rem;
  }
  section.group h2 {
      margin: 1rem 0 0;
      font-size:28px
  }
  section h2 {
      font-size: 36px;
      line-height: 40px;
  }

  section.slide h2 {
      margin: 1rem 0
  }
  section .sub {
      font-size: 19px;
  }


}

@media only screen and (max-width: 760px) {
  
  .content {width:calc(100% - 2rem)}
  .dt2 {display: none;}

.gallery .keen-slider:not(.thumbnail){
  margin-left: 72px;
  width: calc(100% - 72px);
}
.gallery .keen-slider.thumbnail {
  width: 100px;
  position: absolute;
  left: 0;
  top: 2px;
  height: 100%;
  display: block;
}
.gallery .keen-slider.thumbnail .keen-slider__slide {
  width: 66px;
  height: 70px;
  min-height: 70px;
}
.product .gallery .notes {position: absolute;
bottom:6px;
right:6px;
font-size: 10px}
.product .gallery .notes div{
letter-spacing: 0px;
line-height: 14px;}

.prod .name {
  font-size: 14px;
}
.prod .price {
  font-size: 13px;
}

.mob2{display: block !important;}
    .product{overflow: hidden;margin: 0;padding: 0}
    .product .gallery{width:100%;position: relative;top:unset;margin:0}
    .product .gallery .reel{display: flex;transition: left .3s ease}
    .product .gallery .reel a{pointer-events: none;}
    .product .gallery .notes {display: block;}
    .product .gallery button.arrow{display:block}
    .product .details {width:96%;margin:24px 2%;position: relative;top:unset}
    .product .actions .use-example {display: none}

    .section.info .inset {display: none;}

    .usp-box {
      display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 2rem;
    max-width:540px;
  }
  .usp svg {
    margin: .25rem;
  }
  section.inform {
      flex-direction: column;
      gap: 0;
  }
  section.two {
      flex-direction: column;
  }
  section.two.text {
      flex-direction: column-reverse;
  }
  section.two > div{
      width: unset;
  }
  section.lead>div+div{display: none;}
  section.group{
      flex-direction: column;
      gap: 1rem;
  }
  section.group h2{
      font-size: 32px;
  }
  section.group a + div{
      margin: 1rem;
  }
  section.margin{
      margin: 0;
  }
  section .abs h2 {
      margin: 0;
  }
  section .grid2.keen-slider {
      margin:1rem 0 0 1rem;
      width: calc(100% - 1rem);
  }
  section .cat h4, section .cat .sub{
      font-size: 19px;
  }

}

@media only screen and (max-width: 660px) {
  .ctrls #filters {
    text-decoration: none;
    border: 1px solid #e0e0e0;
  }

    .ddn {
        background: linear-gradient(180deg, rgba(0,0,0,0) 36%, rgba(0,0,0,0.75) 100%);
    }
    .ldn {
        background: linear-gradient(180deg, rgba(255,255,255,0) 36%, rgba(255,255,255,0.5) 100%);
    }
    .dup {
        background: linear-gradient(0deg, rgba(0,0,0,0) 36%, rgba(0,0,0,0.75) 100%);
    }
    .lup {
        background: linear-gradient(0deg, rgba(255,255,255,0) 36%, rgba(255,255,255,0.5) 100%);
    }

    .prods .grid {
      grid-template-columns: repeat(2,1fr);
    }

    .gallery .keen-slider.thumbnail {
      width: 70px;
      height: 100%
    }
    .gallery .keen-slider:not(.thumbnail){
      margin-left: 58px;
      width: calc(100% - 58px);
    }
    .thumbnail .keen-slider__slide img{
      margin-top:3px;
    }
    .gallery .keen-slider.thumbnail .keen-slider__slide {
      width: 54px;
      height: 57px;
      min-height: 57px;
    }

    .section h2 .sub{
      display: block;
      margin: 6px 0 0;
    }

    .modal {padding: 24px 16px}
    .modal .closer {right:12px}
    .modalUpdate {width: calc(100% - 32px);}

}

@media only screen and (max-width: 500px) {
  .dt3 {display: none;}
    .search-area .res{
        grid-template-columns: repeat(2,1fr);
    }
.modalTitle {
    font-size: 20px;
}
    .modal {
    max-width: calc(98% - 64px);
    }
    .menu span {
      position: absolute;
      text-align: right;
      font-size: 12px;
      top: -13px;
      right: 4px;
      letter-spacing: .52px;
    }
    header .menu svg {margin: 0;}
    section .abs {
        max-width: calc(100% - 2rem);
    }
    section .left {
        left: 1rem;
    }
    section .right {
        right: 1rem;
    }
    section .top {
        top: 1rem;
    }
    section .bottom {
        bottom: 1rem;
    }
    section h1 {
        font-size: 32px;
        line-height: 2.5rem;
    }
    section h2 {
        font-size: 32px;
    }
    section .sub {
        font-size: 17px;
        }
        
    section.group h2{
        font-size: 28px;
    }
}

@media only screen and (max-width: 420px) {
  header .logo svg {
    height: 44px;
  }
}
