.product-card{--product-card-bg:#fbf7f1;--product-card-border:rgba(110,84,52,.08);--product-card-shadow:0 20px 44px rgba(34,24,14,.08);--product-card-shadow-hover:0 28px 56px rgba(34,24,14,.14);--product-card-text:#2c2219;--product-card-muted:#7f7061;--product-card-pill:#514231;--product-card-primary:#a18254;--product-card-primary-hover:#907145;--product-card-secondary:#efe5d6;--product-card-secondary-hover:#e7dac7;height:100%;display:flex;flex-direction:column;border-radius:28px;background:linear-gradient(180deg,#fcfaf6,#f8f3eb);border:1px solid var(--product-card-border);box-shadow:var(--product-card-shadow);overflow:hidden;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.product-card--listing{min-height:100%}.product-card:hover{transform:translateY(-6px);box-shadow:var(--product-card-shadow-hover);border-color:rgba(110,84,52,.14)}.product-card__media{position:relative;aspect-ratio:1/.78;overflow:hidden;background:radial-gradient(circle at 50% 30%,hsla(0,0%,100%,.46),transparent 42%),linear-gradient(180deg,#f3ece2,#e8ded0)}.product-card__media--listing{aspect-ratio:1/.79}.product-card__image{display:block;width:100%;height:100%}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .42s ease,filter .42s ease}.product-card:hover .product-card__image img{transform:scale(1.035);filter:saturate(1.03)}.product-card__overlay{position:absolute;top:16px;left:16px;right:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;z-index:2;pointer-events:none}.product-card__pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 15px;border-radius:999px;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;backdrop-filter:blur(8px)}.product-card__pill--badge{background:hsla(37,68%,96%,.96);color:#9b7748;box-shadow:0 8px 20px rgba(56,38,16,.08)}.product-card__pill--price{margin-left:auto;background:rgba(81,66,49,.96);color:#fff7ec;box-shadow:0 12px 24px rgba(32,24,15,.18)}.product-card__wishlist{position:absolute;right:18px;bottom:18px;z-index:2;width:48px;height:48px;border-radius:999px;border:1px solid rgba(133,107,72,.12);background:hsla(37,68%,96%,.98);color:#8f7146;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 28px rgba(37,25,14,.12);transition:transform .22s ease,background-color .22s ease,color .22s ease}.product-card__wishlist:hover{transform:translateY(-2px);background:#fffaf3;color:#775b34}.product-card__wishlist svg{width:18px;height:18px}.product-card__body{flex:1;display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:22px;color:var(--product-card-text)}.product-card__body--listing{padding:22px}.product-card__material{font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#9b7748;font-weight:700}.product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.55em;color:var(--product-card-text);font-family:var(--font-playfair,"Georgia"),serif;font-size:21px;font-weight:700;line-height:1.22;letter-spacing:-.02em;text-decoration:none}.product-card__title:hover{color:#6c5132}.product-card__title--listing{font-size:21px}.product-card__meta{min-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--product-card-muted);font-size:15px;line-height:1.45}.product-card__price-note{display:inline-flex;align-items:center;gap:8px;min-height:20px}.product-card__price-note-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:rgba(127,112,97,.78)}.product-card__price-note-old{font-size:14px;color:rgba(127,112,97,.92);text-decoration:line-through}.product-card__footer{margin-top:auto;display:grid;gap:12px;padding-top:6px}.product-card__cta{width:100%;min-height:54px;border-radius:18px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;font-size:15px;font-weight:700;line-height:1;text-decoration:none;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease,color .2s ease}.product-card__cta:hover{transform:translateY(-1px)}.product-card__cta--primary{background:var(--product-card-primary);color:#fffaf2;box-shadow:0 14px 28px rgba(98,72,40,.16)}.product-card__cta--primary:hover{background:var(--product-card-primary-hover)}.product-card__cta--primary:disabled{opacity:.62;cursor:not-allowed;transform:none;box-shadow:none}.product-card__cta--secondary{background:var(--product-card-secondary);color:#3f3020}.product-card__cta--secondary:hover{background:var(--product-card-secondary-hover)}.product-card__cta svg{flex-shrink:0}@media(max-width:768px){.product-card{border-radius:24px}.product-card__body,.product-card__body--listing{padding:20px 18px 18px}.product-card__title,.product-card__title--listing{font-size:20px}.product-card__cta{min-height:52px}}@media(max-width:640px){.product-card__media,.product-card__media--listing{aspect-ratio:1/.86}.product-card__overlay{top:14px;left:14px;right:14px}.product-card__pill{min-height:32px;padding:0 13px;font-size:12px}.product-card__wishlist{width:44px;height:44px;right:14px;bottom:14px}.product-card__material{font-size:12px}.product-card__title,.product-card__title--listing{font-size:19px}.product-card__meta{font-size:14px}.product-card__cta{min-height:50px;font-size:14px;border-radius:16px}}.product-quicklook{position:relative;padding:28px}.product-quicklook__close{position:absolute;top:18px;right:18px;border:0;background:transparent;color:#7f7f7f;padding:4px;display:inline-flex;align-items:center;justify-content:center}.product-quicklook__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);gap:28px}.product-quicklook__media{background:#f3f3f3;border:1px solid #ececec;min-height:380px;display:flex;align-items:center;justify-content:center;padding:24px}.product-quicklook__media-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-quicklook__content{display:flex;flex-direction:column;gap:18px}.product-quicklook__head{display:flex;flex-direction:column;gap:10px}.product-quicklook__title{margin:0;font-size:34px;line-height:1.12;color:#2f2118;font-weight:700}.product-quicklook__price{display:inline-flex;align-items:baseline;gap:10px}.product-quicklook__price-current{font-size:27px;font-weight:700;color:#a18474}.product-quicklook__price-old{font-size:16px;color:#8c8c8c;text-decoration:line-through;font-weight:600}.product-quicklook__colors{display:grid;gap:10px}.product-quicklook__color-label{margin:0;font-size:15px;font-weight:600;color:#3c3028}.product-quicklook__color-label span{font-weight:500;color:#6f5f55}.product-quicklook__color-options{display:flex;flex-wrap:wrap;gap:8px}.product-quicklook__color-swatch{width:34px;height:34px;border:1px solid #d8d0ca;background:#fff;padding:3px;display:inline-flex;align-items:center;justify-content:center}.product-quicklook__color-swatch.is-active{border-color:#6c5548}.product-quicklook__color-dot{width:100%;height:100%;border:1px solid rgba(0,0,0,.08);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#3e332c}.product-quicklook__color-dot.is-text{border-color:#cec3bb;background:#f8f3ef}.product-quicklook__actions{display:grid;gap:12px;margin-top:4px}.product-quicklook__quantity{width:132px;min-height:44px;border:1px solid #ddd4ce;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.product-quicklook__quantity button{border:0;background:transparent;height:100%;color:#7a6b61;font-size:20px;line-height:1}.product-quicklook__quantity span{min-width:22px;text-align:center;font-size:17px;color:#3a2f27}.product-quicklook__add{min-height:48px;border:0;background:#a18474;color:#fff;font-size:13px;letter-spacing:.07em;text-transform:uppercase;font-weight:700}.product-quicklook__add:hover{background:#8f7262}.product-quicklook__add:disabled{opacity:.6;cursor:not-allowed}.product-quicklook__details{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#7a6d64}.product-quicklook__details:hover{color:#3a2f27}@media(max-width:900px){.product-quicklook{padding:22px 20px}.product-quicklook__grid{grid-template-columns:1fr;gap:20px}.product-quicklook__media{min-height:300px}.product-quicklook__title{font-size:28px}.product-quicklook__price-current{font-size:22px}}