.card{background-color:#fff;border:none;border-radius:10px;width:290px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.image-container{position:relative}.thumbnail-image{border-radius:10px!important}.discount{background-color:red;padding:1px 4px;font-size:10px;border-radius:6px;color:#fff}.wishlist{height:25px;width:25px;background-color:#eee;display:flex;justify-content:center;align-items:center;border-radius:50%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.first{position:absolute;width:100%;padding:9px}.dress-name{width:75%}.dress-name,.new-price{font-size:13px;font-weight:700}.new-price{color:red}.old-price{font-size:8px;font-weight:700;color:grey}.btn{width:14px;height:14px;border-radius:50%;padding:3px}.creme{background-color:#fff;border:2px solid grey}.creme:hover{border:3px solid grey}.creme:focus{background-color:grey}.red{background-color:#fff;border:2px solid red}.red:hover{border:3px solid red}.red:focus{background-color:red}.blue{background-color:#fff;border:2px solid #40c4ff}.blue:hover{border:3px solid #40c4ff}.blue:focus{background-color:#40c4ff}.darkblue{background-color:#fff;border:2px solid #01579b}.darkblue:hover{border:3px solid #01579b}.darkblue:focus{background-color:#01579b}.yellow{background-color:#fff;border:2px solid #ffca28}.yellow:hover{border-radius:3px solid #ffca28}.yellow:focus{background-color:#ffca28}.item-size{width:15px;height:15px;border-radius:50%;background:#fff;border:1px solid grey;color:grey;font-size:10px;text-align:center;align-items:center;display:flex;justify-content:center}.rating-star{font-size:10px!important}.rating-number{font-size:10px;color:grey}.buy{font-size:12px;color:purple;font-weight:500}.voutchers{background-color:#fff;border:none;border-radius:10px;width:290px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);overflow:hidden}.voutcher-divider{display:flex}.voutcher-left{width:60%}.voutcher-name{color:grey;font-size:9px;font-weight:500}.voutcher-code{color:red;font-size:11px;font-weight:700}.voutcher-right{width:40%;background-color:purple;color:#fff}.discount-percent{font-size:12px;font-weight:700;position:relative;top:5px}.off{font-size:14px;position:relative;bottom:5px}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}