.products-section{background:#0d0b08;padding:100px 5%}.section-label{font-family:Cormorant Garamond,serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.3em;color:#c9a84c;margin-bottom:20px;display:block}.section-headline{font-family:Cormorant Garamond,serif;font-size:clamp(48px,6vw,80px);font-weight:700;color:#fafafa;margin-bottom:16px;line-height:1.05}.section-description{font-family:DM Sans,sans-serif;font-size:17px;line-height:1.7;color:#fafafa99}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}@media (max-width: 1100px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.products-grid{grid-template-columns:1fr}}.product-card{background:#ffffff08;border:1px solid rgba(201,168,76,.1);border-radius:4px;overflow:hidden;transition:all .5s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #c9a84c26;border-color:#c9a84c66}.product-card__image-wrapper{aspect-ratio:3/4;overflow:hidden;background:#fff;position:relative;padding:20px}.product-card__image-wrapper img,.product-card__image-wrapper shopify-media{width:100%;height:100%;object-fit:contain;display:block;transition:transform .7s ease}.product-card:hover .product-card__image-wrapper img,.product-card:hover .product-card__image-wrapper shopify-media{transform:scale(1.08)}.product-card__badge{position:absolute;top:16px;left:16px;padding:6px 14px;background:#c9a84c26;border:1px solid rgba(201,168,76,.4);color:#c9a84c;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-family:DM Sans,sans-serif}.product-card__content{padding:24px;flex-grow:1;display:flex;flex-direction:column}.product-card__title{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;color:#fafafa;margin-bottom:8px}.product-card__description{font-family:DM Sans,sans-serif;font-size:13px;color:#fafafa80;line-height:1.6;margin-bottom:16px;flex-grow:1}.product-card__price{font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;color:#c9a84c;margin-bottom:16px}.btn-add-cart{width:100%;padding:14px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.4);color:#fafafa;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;transition:all .3s ease;border-radius:1px}.btn-add-cart:hover{background:#c9a84c;color:#0d0b08}
