.product__card{position:relative;display:flex;flex-direction:column;width:100%;background-color:#fff;overflow:hidden}.product__card__badge{position:absolute;top:.75rem;left:.75rem;z-index:3;background-color:#b87253;color:#fff;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;line-height:1.2}.product__card__image{aspect-ratio:3 / 4;overflow:hidden;position:relative;z-index:1}.product__card__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:top;transition:opacity .3s ease-in-out}.product__card__image img:last-child{display:none}.product__card:hover .product__card__image img:first-child{display:none}.product__card:hover .product__card__image img:last-child{display:block}.product__card__content{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem 1rem 1rem;text-align:center;margin-top:-1.5rem;position:relative;z-index:2}.product__card__tag{display:inline-block;background-color:#f2f2f2;color:var(--secondary-color);padding:.3rem .8rem;font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;line-height:1;margin-top:-.5rem}.product__card__vendor{font-size:.8rem;font-weight:600;color:#222;width:100%;font-family:portrait}.product__card__title{font-size:.8rem;font-weight:500;color:#222;width:100%;font-family:Nunito Sans}.product__card__title a{font-family:Nunito Sans;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product__card__price{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;font-weight:500}.price--sale{color:#b87253;font-weight:600}.price--compare{text-decoration:line-through;color:#999;font-size:.8rem}.product__card__variant__info .product__card__color__variant{display:flex;justify-content:center;align-items:center;gap:.3rem;height:12px}.color-swatch{width:10px;height:10px;border-radius:50%;border:1px solid #ddd;background-size:cover;background-position:center}.color-swatch-more{font-size:.7em;color:#888;margin-left:2px}.color-swatch[style*="background-color: #ffffff"],.color-swatch[style*="background-color: white"]{border-color:#ccc}.produc__card__detail{position:absolute;bottom:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem;display:flex;flex-direction:column;gap:.8rem;opacity:0;visibility:hidden;transform:translateY(100%);transition:transform .35s ease,opacity .35s ease,visibility .35s;z-index:5;min-height:40%}.product__card:hover .produc__card__detail{opacity:1;visibility:visible;transform:translateY(0)}.variant-group{text-align:center}.variant__label{font-size:.8rem;font-weight:600;color:#333;margin-bottom:.5rem;display:none}.variant-slider{width:100%;position:relative}.variant-slider .swiper-slide{display:flex;justify-content:center;align-items:center;width:auto}.variant-color-swatch{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:#555;font-size:.7rem}.variant-color-swatch figure{margin:0;width:40px;height:50px;border:1px solid #eee;border-radius:4px;overflow:hidden;transition:border-color .2s}.variant-color-swatch img{width:100%;height:100%;object-fit:cover}.variant-color-swatch:hover figure{border-color:#000}.variant-color-swatch:hover span{color:#000}.variant__option{font-size:.8rem;font-weight:500;color:var(--secondary-color)}.variant-slider .swiper-button-next,.variant-slider .swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:22px;height:22px;background-color:#ffffffb3;border-radius:50%;box-shadow:0 1px 3px #0000001a;margin-top:0;transition:opacity .2s ease,background-color .2s ease}.variant-slider .swiper-button-prev{left:-5px}.variant-slider .swiper-button-next{right:-5px}.variant-slider .swiper-button-next:after,.variant-slider .swiper-button-prev:after{content:""!important;display:block;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:45%}.variant-slider .swiper-button-prev:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E")}.variant-slider .swiper-button-next:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E")}.variant-slider .swiper-button-next:hover,.variant-slider .swiper-button-prev:hover{background-color:#fff}.variant-slider .swiper-button-disabled{opacity:0;cursor:auto;pointer-events:none}.swiper-free-mode>.swiper-wrapper{justify-content:center}.product__card__detail__title{font-size:.9rem;font-weight:600;line-height:1.2;display:block;width:100%;text-align:center}.product__card__detail__price{display:flex;align-items:center;justify-content:center;gap:.5rem}.product__card__detail__price .price--sale,.product__card__detail__price .price--compare{font-size:.8rem}@media (hover: hover) and (pointer: fine){.product__card__image img:last-child{display:none}.product__card:hover .product__card__image img:first-child{display:none}.product__card:hover .product__card__image img:last-child{display:block}.product__card:hover .produc__card__detail{opacity:1;visibility:visible;transform:translateY(0)}}@media (hover: none) and (pointer: coarse){.product__card__image img:last-child{display:none!important}.product__card:hover .product__card__image img:first-child{display:block!important}.product__card:hover .product__card__image img:last-child{display:none!important}.produc__card__detail{opacity:0!important;visibility:hidden!important;transform:translateY(100%)!important}}@media (max-width: 768px){.product__card__price .price--compare,.product__card__price .price--sale{font-size:.7rem}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/product-card-custom.css.map */
