.products-page{font-family:Georgia,serif;color:#1a1a1a;padding-bottom:4rem}.product-category h2{font-family:Playfair Display,serif;color:#1a1a1a;letter-spacing:.5px;position:relative;margin-bottom:1.5rem;font-size:2.25rem}.product-category h2:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,#dcbf6a,#b79520);margin-top:6px;border-radius:2px}.product-category{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.product-category:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12),0 0 15px rgba(220,191,106,.4)}.product-card-wrapper{position:relative;overflow:visible}.product-card{background:#fffaf3;border-radius:1rem;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;height:420px;overflow:hidden}.product-card.tall-card{height:480px}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.12),0 0 15px rgba(220,191,106,.4)}.product-image{width:100%;height:200px;object-fit:contain;display:block;margin:0 auto;transition:transform .5s ease}.product-image.tall-image{height:250px}.product-card:hover .product-image{transform:scale(1.05)}.product-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;gap:.2rem}.product-price{font-weight:600;color:#b79520;font-size:1.1rem}.product-name{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;color:#1a1a1a}.product-description{font-size:.95rem;color:#4d3820}.button-container{display:flex;justify-content:center;margin-top:.5rem}.add-to-cart-button{background:linear-gradient(90deg,#fdf6e3,#e2d6c3);color:#5a3e28;font-weight:600;font-family:Playfair Display,serif;font-size:.95rem;padding:.5rem 1rem;border-radius:9999px;cursor:pointer;transition:all .3s ease;max-width:332px;width:100%;text-align:center}.add-to-cart-button:hover{background-position:100% 0;color:#d9a55c;filter:brightness(1.05);box-shadow:0 0 20px rgba(201,161,76,.6)}@media (max-width:768px){.product-card{flex-direction:column}}.shade-dropdown.floating{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:320px;max-width:95vw;background:#fdfaf5;border:1px solid #e2c97c;border-radius:.75rem;padding:1rem;flex-direction:column;gap:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:999}.shade-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.shade-circle{width:20px;height:20px;border-radius:50%;border:1px solid #ccc;flex-shrink:0}.shade-item span{flex-grow:1;margin-left:.5rem;font-size:.95rem;color:#1a1a1a}.shade-dropdown{display:none;pointer-events:none}.shade-dropdown.floating{display:flex;pointer-events:auto}.add-to-cart-button.small-btn{width:auto;max-width:none;flex-shrink:0}.add-to-cart-button.small-btn,.small-btn{padding:.25rem .75rem;font-size:.85rem}.quantity-selector-wrapper{display:flex;justify-content:center;margin-top:16px}.quantity-selector{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:155px;padding:12px 16px;font-size:1.3rem;font-weight:600;border-radius:12px;gap:16px}.quantity-selector button{background:transparent;border:none;font-size:1.25rem;font-weight:700;cursor:pointer}.quantity-selector span{min-width:32px;text-align:center;display:inline-block}