@keyframes rotating{100%{transform:rotate(360deg)}}.productCardWrapper{width:100%}.productCardWrapper .productCard{display:grid;grid-gap:clamp(2.4rem,2.614379085vw,4rem)}@media(min-width: 35.9375rem){.productCardWrapper .productCard{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62rem){.productCardWrapper .productCard{grid-template-columns:repeat(3, 1fr)}}.productCardWrapper .productCard .productCardItem{padding:0;border:none;margin:0;appearance:none;background:none;color:inherit;cursor:pointer;font-family:inherit;font-size:100%;outline:none;margin:clamp(1.6rem,1.568627451vw,2.4rem) 0 clamp(1.6rem,2.091503268vw,3.2rem) 0;color:var(--color-title, #501E6A);font-family:"Titillium Web",sans-serif;font-size:clamp(2.2rem,1.8300653595vw,2.8rem);font-weight:400;letter-spacing:.25px;line-height:123.5%;position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:clamp(0.8rem,1.045751634vw,1.6rem);width:100%;padding:clamp(2.4rem,2.614379085vw,4rem);background-color:#efecfd;line-height:123.5%;text-align:left;aspect-ratio:464/275;transition:all 350ms ease-in-out;border-radius:.8rem}.productCardWrapper .productCard .productCardItem::after{content:"";font-family:"icomoon";font-size:1.9rem;font-weight:normal;line-height:1;font-size:1.5rem;font-weight:400;text-align:right}.productCardWrapper .productCard .productCardItem:hover{background-color:var(--main-color, #6C1C75);color:#fefcff}