﻿@charset "UTF-8";.productcard{display:flex;flex-wrap:wrap;flex:0 0 300px;min-width:240px;padding:.5em;margin:.5%;margin-bottom:2em;position:relative;transition:.3s ease-in-out;user-select:none;touch-action:manipulation;align-self:flex-start;}.productcard .has-note{right:5%;top:3%;width:90%;}.productcard:before{content:"";position:absolute;top:0;right:0;bottom:-12px;left:0;z-index:-9999;-webkit-transform:scale(.9);transform:scale(.9);transition:all .2s ease;background-color:transparent;}.productcard:hover:before{-webkit-transform:scale(1);transform:scale(1);background:#f4f4f5;}.productcard__detailslink{width:100%;}.productcard__detailslink:after{content:"VIEW DETAILS";position:absolute;left:25%;top:20%;text-align:center;width:50%;color:#fff;background:rgba(15,0,20,.5);border-radius:30px;padding:1rem 2rem;white-space:nowrap;letter-spacing:.5px;transition:all .2s ease-in-out;cursor:pointer;pointer-events:none;opacity:0;font-size:.8em;}.productcard__detailslink:hover:after{opacity:1;top:18%;}.productcard__row{display:flex;align-items:center;max-width:100%;flex:0 0 100%;padding-bottom:.5em;position:relative;justify-content:flex-end;}.productcard__img{width:100%;flex:0 0 100%;border:1px solid #dbd9dd;background-size:cover;background-repeat:no-repeat;background-position:center;}.productcard__img--rect{padding-bottom:49.47368%;}.productcard__img--square{padding-bottom:105%;}.productcard__title{font-weight:500;font-size:1.2em;flex:0 0 100%;height:4em;display:flex;align-items:center;}.productcard__description{font-size:.8em;flex:0 0 100%;margin-bottom:.5em;height:6em;overflow:hidden;position:relative;}.productcard__description:focus{border:none;overflow:visible;outline:none;position:static;}.productcard__description--overflowing{cursor:zoom-in;}.productcard__description--overflowing:focus{border:none;overflow:visible;outline:none;position:static;}.productcard__description--overflowing:focus .description__content{border:none;overflow:visible;outline:none;position:absolute;width:80%;background-color:#fff;height:auto;left:10%;bottom:15%;box-shadow:0 0 1em #504b5a;padding:5%;z-index:5000;text-overflow:ellipsis;font-size:1.2em;}.productcard__description--overflowing:not(:focus):after{content:"▼";width:100%;font-size:1em;margin-top:1em;font-weight:bold;text-align:center;background:linear-gradient(transparent 0%,#fff 80%);bottom:0;position:absolute;cursor:zoom-in;color:#05000a;white-space:pre;}.productcard__option{flex:1 1 60%;height:3em;display:flex;padding-top:.5em;padding-bottom:.5em;}.productcard__option--single,.productcard__option select{width:100%;font-size:.8em;padding-left:.5em;}.productcard__option--single{border:none;display:flex;align-items:center;}.productcard__option--single+select{display:none;}.productcard__option select{transition:.3s ease-in-out;border:1px solid #dbd9dd;}.productcard__option select:hover,.productcard__option select:active,.productcard__option select:focus{background-color:#dbd9dd;}@media only screen and (max-width:790px) and (-webkit-min-device-pixel-ratio:0){@supports (-webkit-touch-callout:none){.productcard__option select{font-size:16px;}}}.productcard__option-link{width:auto;flex:1 1 20%;border-radius:0;align-items:center;justify-content:center;background-color:#8b8690;display:flex;line-height:1.2;padding:.3em;cursor:pointer;font-size:.7em;align-self:stretch;margin-right:.25em;transition:.3s ease-in-out;}.productcard__option-link:hover{background-color:#c7c5c9;border-color:#c7c5c9;}.productcard__salebanner{position:absolute;background:linear-gradient(135deg,#d63809 0%,#e57428 100%);display:none;color:#fff;font-size:1em;padding:.4em;left:-.25em;top:-.15em;overflow:hidden;min-height:0;transform:rotate(-15deg);}.productcard__salebanner:after{content:"";background:linear-gradient(120deg,transparent 45%,#fff 65%,transparent 100%);position:absolute;width:100%;left:0;top:0;height:100%;opacity:.5;animation:shimmer;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear;}.productcard__salebanner sup{font-size:.45em;top:-.85em;}.productcard__price{flex:1 0 30%;text-align:center;display:flex;align-items:center;justify-content:flex-end;line-height:1;}.productcard__price--transition{transform:rotateX(180deg);}.productcard__price--main{color:#ec690a;text-shadow:0 0 1px #504b5a;font-size:2em;transition:.25s ease-in-out;}.productcard__price--crossout{color:#504b5a;font-size:1.4em;text-shadow:none;position:relative;margin-right:.25em;margin-left:.25em;}.productcard__price--crossout:after,.productcard__price--crossout:before{content:"";left:0;top:40%;height:1px;width:100%;position:absolute;background-color:#cc2429;}.productcard__price--crossout:empty:after,.productcard__price--crossout:empty:before{content:"";}.productcard__price--crossout:after{transform:rotate(25deg);}.productcard__price--crossout:before{transform:rotate(-25deg);}.productcard__price sup{font-size:.45em;top:-.85em;}.productcard__addtocart{flex:1 1 65%;border-radius:0;padding-top:0;padding-bottom:0;align-items:center;display:flex;justify-content:center;height:2.5em;white-space:nowrap;}.productcard__addtocart--hardredirect{margin-left:1em;flex:1 1 55%;}.productrack{display:flex;width:100%;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;}.productrack-center{justify-content:center;}.productrack .productcard{flex:0 0 19%;}@media only screen and (max-width:1800px){.productrack .productcard{flex:0 0 24%;}}@media only screen and (max-width:1400px){.productrack .productcard{flex:0 0 31%;}}@media only screen and (max-width:1200px){.productrack:after{content:"";}.productrack .productcard,.productrack:after{flex:1 1 48%;min-width:225px;max-width:400px;}}.productrack-toggle{transition:ease-in-out .3s;}.productrack-toggle-showfirstrow .productrack .productcard:nth-child(1n+6){display:none;}@media only screen and (max-width:1800px){.productrack-toggle-showfirstrow .productrack .productcard:nth-child(1n+5){display:none;}}@media only screen and (max-width:1400px){.productrack-toggle-showfirstrow .productrack .productcard:nth-child(1n+4){display:none;}}@media only screen and (max-width:1200px){.productrack-toggle-showfirstrow .productrack .productcard:nth-child(1n+3){display:none;}}.morelink{visibility:visible;}.morelink-0,.morelink-1,.morelink-2,.morelink-3,.morelink-4,.morelink-5{visibility:hidden;}@media only screen and (max-width:1800px){.morelink-5{visibility:visible;}}@media only screen and (max-width:1400px){.morelink-4{visibility:visible;}}@media only screen and (max-width:1200px){.morelink-3{visibility:visible;}}@keyframes shimmer{0%{transform:translateX(-100%);}2%{transform:translateX(100%);}100%{transform:translateX(100%);}}