@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800;900&family=Montserrat:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Cormorant Garamond,serif;background-color:#fff;line-height:1.6;margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700}li,a,p,button{font-family:Nunito,sans-serif}p{line-height:1.8}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}button:active{outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#d0b65a;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#c2a647}*:focus-visible{outline:2px solid #D4AF37;outline-offset:2px}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}.text-gray-400{color:#999}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media print{body{background:#fff}}html,body{width:100%;overflow-x:hidden}.header-v2{background:linear-gradient(to bottom,#4b0025 0%,#4b0025 60%,transparent 60%)}.header-top-strip{height:0}.header-inner{margin:0 auto;padding:12px 40px;border-radius:0;display:flex;align-items:center;background-color:#fff}.logo-v2{display:flex;align-items:center;margin-right:32px}.logo-v2 img{height:48px;-o-object-fit:contain;object-fit:contain;display:block}.nav-v2{display:flex;align-items:center;gap:50px;white-space:nowrap;font-size:1rem;font-weight:600;color:#3b283a}.nav-link-v2{color:inherit;text-decoration:none;position:relative;padding-bottom:2px}.nav-link-v2:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1.5px;background-color:#8b4b8b;transition:width .2s ease}.nav-link-v2:hover:after{width:100%}.nav-loading{font-size:.9rem;color:#888}.search-wrapper-v2{margin-left:auto;display:flex;justify-content:center}.search-bar-v2{width:500px;max-width:500px;height:44px;display:flex;align-items:stretch;border-radius:7px;overflow:hidden;border:1px solid #5b1633;background-color:#f3f3f3}.search-input-v2{flex:1;border:none;outline:none;background-color:#f3f3f3;padding:0 18px;font-size:.9rem;color:#4b3b4b}.search-input-v2::-moz-placeholder{color:#777}.search-input-v2::placeholder{color:#777}.search-btn-v2{width:70px;border:none;border-left:1px solid #5b1633;background-color:#4b0025;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.search-btn-v2 svg{stroke-width:2}.delivery-v2{display:none}.actions-v2{display:flex;align-items:center;gap:24px;margin-left:32px}.egold-btn-v2{margin-left:18px;background:#f5c766;border:none;border-radius:999px;padding:6px 14px;font-weight:700;cursor:pointer;color:#2b0b1a}.icon-btn-v2{border:none;background:none;cursor:pointer;color:#4b0025;display:flex;align-items:center;justify-content:center}.flag-btn-v2{padding:0}.flag-placeholder-v2{width:24px;height:16px;border-radius:2px;background:linear-gradient(to bottom,#f93,#fff,#138808)}.cart-btn-v2{position:relative}.cart-count-v2{position:absolute;top:-6px;right:-8px;width:16px;height:16px;border-radius:50%;background-color:#3b003b;color:#fff;font-size:.68rem;display:flex;align-items:center;justify-content:center}@media(max-width:1200px){.header-inner{gap:16px;padding-inline:18px}.nav-v2{gap:16px;font-size:.85rem}}@media(max-width:900px){.header-inner{flex-wrap:wrap;row-gap:10px;padding:12px 16px}.nav-v2{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:12px}.search-wrapper-v2{order:2;width:100%}.delivery-v2{display:none}.actions-v2{order:1;margin-left:auto}}@media(max-width:600px){.header-inner{padding:10px 12px}.logo-v2 img{height:32px}.nav-v2{font-size:.8rem;gap:8px}.search-bar-v2{max-width:100%}.actions-v2{gap:12px}}.profile-container-v2{position:relative}.profile-menu-v2{position:absolute;top:100%;right:0;width:220px;background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px #0000001a;z-index:1000;padding:10px 0}.profile-header-v2{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid #eee}.profile-avatar-large-v2{width:40px;height:40px;background-color:#7b1fa2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:10px;font-size:18px}.profile-info-v2{display:flex;flex-direction:column}.profile-name-v2{font-weight:700;margin:0}.profile-email-v2{font-size:12px;color:#555;margin:0}.menu-items-v2{display:flex;flex-direction:column}.menu-item-v2{display:flex;align-items:center;padding:8px 15px;background:none;border:none;cursor:pointer;font-size:14px;gap:8px}.menu-item-v2:hover{background-color:#f5f5f5}.menu-divider-v2{height:1px;background:#eee;margin:5px 0}.logout-v2{color:#ea4335;font-weight:700}@media(max-width:768px){.nav-v2{font-size:.8rem;gap:40px}}.pgm-footer{background:#fff;color:#333}.footer-top{display:grid;grid-template-columns:repeat(5,1fr);gap:2.5rem;padding:2.5rem 3rem 1.5rem;background-color:#f2d6d6}.footer-col h3{color:#4a002d;font-weight:600;font-size:1rem;margin-bottom:1rem}.footer-col ul{padding:0;margin:0;list-style:none}.footer-col ul li{margin-bottom:.4rem}.footer-col ul li a{color:#444;text-decoration:none;font-size:.9rem}.footer-col ul li a:hover{color:#d0006f}.footer-col p{font-size:.85rem;color:#555;line-height:1.6}.footer-company-name{font-weight:600}.footer-address{max-width:260px}.footer-support .support-actions{margin-top:.75rem;display:flex;gap:.75rem;font-size:.8rem;color:#444}.footer-follow-row{padding:2rem 3rem;align-items:center;gap:1.25rem;background-color:#f2d6d6}.footer-follow-label{font-size:.9rem;font-weight:600;color:#4a002d;padding-bottom:.5rem}.footer-social{display:flex;gap:2rem;font-size:2rem;color:#4a002d}.footer-bottom{background:#4a002d;color:#fff;padding:2rem 3rem;display:flex;justify-content:space-between;align-items:flex-end}.footer-bottom .bottom-left svg{position:relative;top:2px;margin-right:6px}.bottom-left span{display:inline-block;margin-right:1.5rem;font-size:.95rem}.bottom-left p{margin-top:.5rem;font-size:.9rem}.bottom-right img{height:150px}@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr;padding:2rem 1.5rem 1.25rem}.footer-follow-row{padding:0 1.5rem}.footer-bottom{flex-direction:column;text-align:center;padding:1.75rem 1.5rem}.bottom-right img{margin-top:1rem}}@media(max-width:600px){.footer-top{grid-template-columns:1fr;gap:1.5rem}.footer-follow-row{padding:1rem 1.25rem}.footer-bottom{align-items:center}.bottom-right img{height:100px}}@media(max-width:600px){.footer-social{justify-content:center;font-size:1.6rem}.footer-follow-label{text-align:center}}#root{display:flex;font-family:Cormorant Garamond,serif;flex-direction:column;min-height:100vh}body{font-family:Cormorant Garamond,serif}main{flex:1}
