.collection__info-main{width:100%}.collection-product-grid{column-count:4;column-gap:30px}@media (min-width: 768px){.collection-product-grid{column-count:4;column-gap:30px}}@media (min-width: 1200px){.collection-product-grid{column-count:4;column-gap:30px}}.product-card-pinterest{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column;cursor:pointer}.product-card-pinterest:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.product-card-pinterest__image-wrapper{position:relative;width:100%;padding-top:125%;overflow:hidden;background:#f8f8f8}.product-card-pinterest__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card-pinterest:hover .product-card-pinterest__image{transform:scale(1.08)}.product-card-pinterest__badge{position:absolute;top:12px;left:12px;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card-pinterest__badge--sale{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;box-shadow:0 4px 12px #ff52524d}.product-card-pinterest__badge--new{background:linear-gradient(135deg,#4ecdc4,#44a3a0);color:#fff;box-shadow:0 4px 12px #44a3a04d}.product-card-pinterest__badge--soldout{background:#000000b3;color:#fff}.product-card-pinterest__actions{position:absolute;top:12px;right:12px;display:flex;gap:8px;opacity:0;transform:translateY(-10px);transition:all .3s ease;z-index:2}.product-card-pinterest:hover .product-card-pinterest__actions{opacity:1;transform:translateY(0)}.product-card-pinterest__action-btn{width:40px;height:40px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0000001a}.product-card-pinterest__action-btn:hover{transform:scale(1.1);background:#fff}.product-card-pinterest__action-btn svg{width:20px;height:20px}.product-card-pinterest__content{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px;flex-grow:1}.product-card-pinterest__vendor{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#999;font-weight:600}.product-card-pinterest__title{font-size:16px;font-weight:600;color:#2d3436;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.product-card-pinterest:hover .product-card-pinterest__title{color:#0984e3}.product-card-pinterest__description{font-size:13px;color:#636e72;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:4px 0}.product-card-pinterest__rating{display:flex;align-items:center;gap:6px;margin:4px 0}.product-card-pinterest__stars{display:flex;gap:2px}.product-card-pinterest__star{color:gold;font-size:14px}.product-card-pinterest__reviews{font-size:12px;color:#999}.product-card-pinterest__price-wrapper{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:12px}.product-card-pinterest__price{font-size:22px;font-weight:700;color:#2d3436}.product-card-pinterest__compare-price{font-size:16px;color:#999;text-decoration:line-through}.product-card-pinterest__discount{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;margin-left:auto}.product-card-pinterest__cart-btn{width:100%;padding:14px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;margin-top:12px;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:8px}.product-card-pinterest__cart-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.product-card-pinterest__cart-btn:active{transform:translateY(0)}.product-card-pinterest__cart-btn--soldout{background:linear-gradient(135deg,#95a5a6,#7f8c8d);cursor:not-allowed}.product-card-pinterest__swatches{display:flex;gap:6px;margin:8px 0;flex-wrap:wrap}.product-card-pinterest__swatch{width:28px;height:28px;border-radius:50%;border:2px solid #e8e8e8;cursor:pointer;transition:all .2s ease;position:relative}.product-card-pinterest__swatch:hover,.product-card-pinterest__swatch--active{border-color:#2d3436;transform:scale(1.1)}.product-card-pinterest__swatch:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;background:var(--swatch-color)}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.product-card-pinterest--loading{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite}@media (max-width: 767px){.collection-product-grid{column-count:4;column-gap:30px}.product-card-pinterest__content{padding:12px 14px 14px}.product-card-pinterest__title{font-size:14px}.product-card-pinterest__price{font-size:18px}.product-card-pinterest__description{display:none}}.collection-product-grid--masonry{column-count:4;column-gap:30px}@media (max-width: 1200px){.collection-product-grid--masonry{column-count:3}}@media (max-width: 768px){.collection-product-grid--masonry{column-count:2}}.collection-product-grid--masonry .product-card-pinterest{break-inside:avoid;margin-bottom:30px}.product-card-pinterest__image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#0000004d);opacity:0;transition:opacity .3s ease}.product-card-pinterest:hover .product-card-pinterest__image-overlay{opacity:1}.collection-pagination{display:flex;justify-content:center;gap:10px;margin:40px 0}.collection-pagination__btn{padding:12px 24px;border-radius:12px;background:#fff;border:2px solid #e8e8e8;color:#2d3436;font-weight:600;cursor:pointer;transition:all .2s ease}.collection-pagination__btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.collection-pagination__btn--active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}
/*# sourceMappingURL=/cdn/shop/t/13/assets/pinterest-collection-style.css.map */
