@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";.loader-container{margin-top:20%;display:flex;align-items:center;justify-content:center;height:100vh;background-color:transparent}.loader-ring{width:80px;height:80px;border:6px solid transparent;border-top:6px solid gold;border-radius:50%;box-shadow:0 0 10px #ffd700cc}*{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box}.header{position:fixed;top:0;left:0;right:0;background-color:#f1e5e5cc;padding:1rem;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:100vw;overflow-x:hidden}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;width:100%;background-color:#fff;box-shadow:0 4px 6px #0000001a;position:relative}.logo{width:120px;height:auto}.search-container{display:flex;align-items:center;border:1px solid #b59574;border-radius:25px;padding:5px 15px;width:400px;transition:border-color .3s ease-in-out}.search-input{border:none;outline:none;padding:7px;width:100%;font-size:15px;background-color:#fff}.nav-links{list-style:none;display:flex;gap:20px}.nav-links li{font-size:16px;font-weight:500;position:relative;list-style:none}.nav-links a{text-decoration:none;color:#3f3832;transition:color .3s ease-in-out,transform .2s ease-in-out;position:relative;padding-bottom:5px}.nav-links a.active{color:#b59574;font-weight:700}.nav-links a:hover{color:#b59574!important;transform:scale(1.05)}.nav-links a:after{content:"";position:absolute;bottom:-3px;left:100%;width:0%;height:3px;background-color:#b47333;transition:all .4s ease-in-out}.nav-links a:hover:after{left:0;width:100%}.hamburger{display:none;font-size:24px;cursor:pointer;color:#b59574;padding:0 10px}@media screen and (max-width: 768px){.nav-links{display:none;flex-direction:column;position:absolute;top:60px;left:0;width:100%;background-color:#fff;padding:20px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:all .3s ease-in-out;z-index:100}.nav-links.active{display:flex}}@media screen and (max-width: 450px){.search-container{display:none}}.footer{width:100%;background:linear-gradient(135deg,#756d65,#3f3832);color:#fff;padding:50px 20px;text-align:center;margin:0}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1100px;margin:0 auto;gap:20px}.footer-links,.footer-info{flex:1;min-width:250px;text-align:left}.footer-links h3,.footer-info h3{font-size:22px;margin-bottom:15px;border-bottom:2px solid #fff;display:inline-block;padding-bottom:5px}.footer-links ul{list-style:none;width:fit-content;padding:0;margin-left:20px}.footer-links ul li{font-size:18px;margin:10px 0;cursor:pointer;transition:color .3s}.footer-links ul li:hover{color:#f5c518}.footer-info p{font-size:18px;margin:8px 0}.footer-bottom{font-size:16px;margin-top:20px;padding-top:10px;border-top:1px solid #fff;text-align:center}.logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:15px}.logo{width:60px;height:60px;border-radius:50%;object-fit:cover}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-links,.footer-info{width:100%;text-align:center}.footer-links ul{width:90%}.footer-links ul li{font-size:10px}.footer-info p{font-size:16px}.footer-bottom{font-size:14px}}@media (max-width: 480px){.footer{padding:30px 10px}.footer-links h3,.footer-info h3{font-size:20px}.footer-links ul li,.footer-info p{font-size:14px}.footer-bottom{font-size:12px}.logo{width:50px;height:50px}}.store-container{min-height:100vh;background-color:#fff}.hero-section{height:100vh;position:relative;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-section .hero-overlay{background:linear-gradient(to right,rgba(0,0,0,.4),transparent)!important}.hero-image{margin-top:0%;width:100%;height:100%;object-fit:contain}.hero-content{position:absolute;top:50%;left:2rem;transform:translateY(-50%);z-index:2;color:#fff}.hero-content h1{font-size:3rem;font-style:italic;font-family:serif;margin-bottom:1rem}.hero-content p{font-size:1.25rem}.page-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:.75rem}.indicator{width:.75rem;height:.75rem;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s ease}.indicator.active{background-color:#fff;transform:scale(1.2)}.main-content{max-width:1280px;margin:0 auto;padding:2rem}.main-content section{margin-bottom:4rem;margin-top:7rem}.store-description{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.image-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.image-grid img{width:100%;height:auto;border-radius:.5rem;transition:transform .3s ease}.image-grid img:hover{transform:scale(1.05)}.description-content{display:flex;flex-direction:column;gap:1rem}.description-content h2{font-family:serif;font-size:1.5rem}.description-content p{color:#666;line-height:1.6}.best-selling h2,.editorial h2{text-align:center;font-family:serif;font-size:1.5rem;margin-bottom:2rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.item-card{aspect-ratio:1;overflow:hidden;border-radius:.5rem}.item-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.item-card img:hover{transform:scale(1.05)}.editorial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.editorial-card{aspect-ratio:1;overflow:hidden;border-radius:.5rem}.editorial-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.editorial-card img:hover{transform:scale(1.05)}@media (max-width: 768px){.store-description{grid-template-columns:1fr}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.nav-links{display:none}}.featured{text-align:center;padding:50px 20px;background-color:#efe3e3}.featured h2{font-size:1.5rem;margin-bottom:30px;color:#333}.featured-grid{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.featured-card{background:#fff;padding:10px;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.featured-card:hover{transform:translateY(-5px)}.featured-card img{width:100%;height:auto;border-radius:10px}@media (max-width: 768px){.hero-section{height:calc(50vh - 80px);margin-top:100px}.hero-image{margin-top:0;height:100%;width:100%;object-fit:fill}}@media (max-width: 768px){.items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (max-width: 768px){.items-grid,.editorial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (max-width: 768px){.items-grid,.editorial-grid,.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}.users-collection-container{padding:20px;text-align:center;background-color:#f8f8f8;margin-top:10%}.breadcrumb{font-size:14px;color:#555;margin-bottom:10px}.highlight{font-weight:700;color:#d4a373}.title{width:fit-content;height:45px;margin-left:41.5%;border-bottom:1px solid gray;border-top:1px solid gray;font-family:Times New Roman,Times,serif;font-size:28px;font-weight:700;margin-bottom:20px}.loading,.no-designs{font-size:18px;color:#777;margin:20px 0}.grid-container{background-color:#c5b1a4;margin:40px 40px 30px;padding:30px;box-shadow:0 4px 8px #0000001a;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center}.design-card{box-shadow:0 4px 8px #05050580;margin-bottom:50px;width:200px;height:210px;background:#fff;padding:5px;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;align-items:center;justify-content:center}.design-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.form-wrapper{background:#bda8b1;padding:80px;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:500px;margin:20px auto}.form-heading{font-size:22px;font-weight:700;margin-bottom:10px}h3{display:flex;align-items:center;justify-content:center}.form-subtitle{margin:-80px -80px 40px;font-size:30px;height:80px;color:#fff;background-image:url(../assets/img/bgimg.png)}.design-form{display:flex;flex-direction:column;gap:15px}.form-group{display:flex;flex-direction:column}.input-field{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px}input[type=file]{border:none;font-size:14px}.preview-image{margin-top:10px;margin-left:25%;max-width:50%;align-items:center;height:auto;border-radius:5px}.submit-btn{padding:10px;background-color:#d4a373;color:#fff;font-size:16px;font-weight:700;border:none;border-radius:5px;cursor:pointer;transition:background .3s}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.submit-btn:hover{background-color:#b88b5a}.success-message{color:green;font-size:14px}.error-message{color:red;font-size:14px}.success-message{background-color:#67cc6b;color:#fff;padding:12px;border-radius:5px;text-align:center;position:fixed;top:10px;left:50%;transform:translate(-50%);z-index:1000;font-size:16px;font-weight:700;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.loader-container{display:flex;justify-content:center;align-items:center;height:100px}.loader{border:5px solid #f3f3f3;border-top:5px solid #a89b8d;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container{background-image:url(../assets/img/bgimg.png)}.about-section{text-align:center;margin-bottom:4rem;margin-top:-7%}.about-title{padding-top:10%;font-size:2.25rem;line-height:2.5rem}.about-title span{color:#d4af37}.about-content{max-width:56rem;margin-left:auto;margin-right:auto;color:#374151;margin-bottom:2rem}.about-quote{font-size:1.5rem;line-height:2rem;font-style:italic;color:#d4af37;margin-bottom:2rem}.why-choose-section{margin-bottom:1rem;margin-left:5%}.why-choose-title{margin-bottom:3%;border:1px solid red;font-size:1.875rem;line-height:2.25rem;margin-bottom:-1rem}.why-choose-title span{color:#d4af37}.why-choose-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}.why-choose-text{color:#374151;margin-bottom:1.5rem}.features-list{display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.5rem}.feature-dot{width:.5rem;height:.5rem;background-color:#d4af37;border-radius:9999px}.logo-container{display:flex;justify-content:center}.logo-circle{width:16rem;height:16rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:2rem}.logo-image{width:100%}.thanks-section{text-align:center}.thanks-title{font-size:1.875rem;line-height:2.25rem;margin-bottom:2rem;font-family:Dancing Script,cursive;color:#d4af37}.thanks-card{background-image:url(../assets/img/main_card.png);background-size:cover;background-repeat:no-repeat;height:660px;border-radius:0rem;max-width:100%;margin-left:auto;margin-right:auto}.thanks-brand{color:#d4af37;font-family:Dancing Script,cursive;font-size:2.25rem;line-height:2.5rem}.thanks-tagline{color:#fff;letter-spacing:.1em}.about-story{position:relative;background:transparent;padding:50px;text-align:center;border-radius:10px;max-width:800px;margin:auto}.about-story-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:15px}.about-story-title span{color:#d4af37;font-weight:700}.about-story-content{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:15px}.quote-container{margin:20px 0;padding:15px}.customer-loyalty-quote{font-size:1.5rem;font-weight:700;color:#222;font-style:italic;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.background-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/path-to-your-background-pattern.png) no-repeat center/cover;z-index:-1;opacity:.3}.container{max-width:1200px;margin:10% auto 0;padding:2rem;position:relative;overflow:hidden}.contact-section{text-align:center;margin-bottom:4rem;position:relative}.contact-title{font-size:2.5rem;color:#333;margin-bottom:1.5rem;font-weight:600}.contact-title span{color:#b45309}.contact-content{font-size:1.1rem;color:#666;max-width:800px;margin:0 auto;line-height:1.6}.contact-quote{font-style:italic;color:#b45309;font-size:1.25rem;margin:2rem 0;padding:1rem;border-left:4px solid #b45309;background:#b453090d}.contact-info-section{margin:4rem 0;padding:2rem;background:#ffffffe6;border-radius:1rem;box-shadow:0 4px 6px #0000001a}.contact-info-title{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.contact-info-title span{color:#b45309}.contact-info-grid{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.contact-info-text{color:#666;line-height:1.6;margin-bottom:2rem}.contact-list{list-style:none;padding:0;margin:0}.contact-item{display:flex;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000000d;transition:transform .3s ease}.contact-item:hover{transform:translate(10px)}.contact-icon{color:#b45309;margin-right:1rem;flex-shrink:0}.contact-item div{flex-grow:1}.contact-item strong{display:block;color:#333;margin-bottom:.25rem}.contact-item p{color:#666;margin:0}.logo-container{display:flex;justify-content:center;align-items:center}.logo-circle{width:200px;height:200px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 8px 16px #b4530933;animation:pulse 2s infinite}.logo-image{width:280px;height:280px;color:#fff}.store-info{margin:4rem 0;text-align:center}.store-info-title{font-size:2.5rem;color:#333;margin-bottom:2rem}.store-info-title span{color:#b45309}.store-info-content{color:#666;line-height:1.6;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.quote-container{margin:3rem 0;padding:2rem;background:#b453090d;border-radius:1rem}.customer-service-quote{font-style:italic;color:#b45309;font-size:1.5rem;margin:0}.background-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(#b45309 1px,transparent 1px);background-size:50px 50px;opacity:.05;pointer-events:none;z-index:-1}@keyframes pulse{0%{transform:scale(1);box-shadow:0 8px 16px #b4530933}50%{transform:scale(1.05);box-shadow:0 12px 24px #b453094d}to{transform:scale(1);box-shadow:0 8px 16px #b4530933}}@media (max-width: 768px){.contact-info-grid{grid-template-columns:1fr}.logo-circle{width:150px;height:150px}.logo-image{width:75px;height:75px}.contact-title,.store-info-title{font-size:2rem}.customer-service-quote{font-size:1.25rem}}:root{--primary-color: #d4af37;--secondary-color: #1a1a1a;--text-color: #fff;--background-gradient: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%)}.hero-container{position:relative;width:100vw;height:100vh;overflow:hidden;margin-top:2%}.main-content1{margin:0%}.hero-video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2}.luxury-title{font-size:4rem;font-family:Playfair Display,serif;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#d4af37;text-shadow:2px 2px 10px rgba(0,0,0,.8)}.luxury-subtitle{font-size:1.8rem;font-family:Cormorant Garamond,serif;margin-top:.5rem;color:#fff;text-shadow:1px 1px 5px rgba(0,0,0,.6)}.featured-container{padding:4rem 0;max-width:1200px;margin:0 auto}.featured-image{width:100%;height:400px;overflow:hidden;border-radius:8px;margin-bottom:2rem}.featured-image img{width:100%;height:100%;object-fit:cover}.best-collection{margin-top:2rem}.collection-grid{display:grid;grid-template-columns:repeat(auto,1fr);gap:2rem;padding:0 7rem}.collection-item{position:relative;overflow:hidden;border-radius:8px;transition:transform .3s ease}.collection-item img{width:100%;height:100%;object-fit:cover}.collection-section{padding:4rem 0;width:100vw;text-align:center;background:linear-gradient(to bottom,#fff5f5,#fff)}.collection-section h2{font-size:2rem;margin-bottom:3rem;font-family:serif}.collection-card{width:100%;height:200px;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.collection-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px #00000026}.collection-card img{width:100%;height:200px;object-fit:cover;transition:transform .5s ease}.collection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.collection-card:hover .collection-overlay{opacity:1}.collection-card:hover img{transform:scale(1.1)}.collection-overlay span{color:#fff;font-size:1.5rem;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-weight:300;letter-spacing:2px;transform:translateY(20px);transition:transform .3s ease}.collection-card:hover .collection-overlay span{transform:translateY(0)}.add-collection-btn{margin-top:3rem;padding:1rem 3rem;font-size:1.1rem;border:2px solid var(--primary-color);border-radius:50px;background:transparent;color:var(--primary-color);transition:all .3s ease;cursor:pointer;text-transform:uppercase;letter-spacing:1px}.add-collection-btn:hover{background:var(--primary-color);color:var(--text-color);transform:translateY(-3px);box-shadow:0 10px 20px #d4af3733}@keyframes letterAnimation{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoomIn{0%{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:1}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05);opacity:.8}70%{transform:scale(.9);opacity:.9}to{transform:scale(1);opacity:1}}@keyframes textFocusIn{0%{filter:blur(12px);opacity:0}to{filter:blur(0);opacity:1}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #0003}70%{transform:scale(1.05);box-shadow:0 0 0 10px #0000}to{transform:scale(1);box-shadow:0 0 #0000}}@media (max-width: 1024px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hero-container{flex-direction:column}.video-section,.hero-text{width:100%;height:50vh}.animated-title h1{font-size:3.5rem}.subtitle{font-size:1.2rem}.collection-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.collection-grid{grid-template-columns:1fr}}:root{--primary-color: #D4797B;--background-color: #e3dede;--hero-bg-color: #F8D0D0;--text-color: #333;--gray-light: #666;--gray-dark: #1a1a1a;--white: #fff;--shadow-color: rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--text-color)}.container1{max-width:1200px;margin:0 auto;padding:0 1rem}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#dad3d3}.navbar{background-color:var(--white);box-shadow:0 2px 4px var(--shadow-color)}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-container{display:flex;align-items:center;gap:1rem}.logo-icon{width:2rem;height:2rem;color:var(--primary-color)}.brand-name{font-size:1.5rem;font-family:serif;color:var(--gray-dark)}.nav-links{display:none}@media (min-width: 768px){.nav-links{display:flex;gap:2rem}}.nav-links a{color:var(--gray-light);text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.hero{position:relative;height:832px;background-color:var(--hero-bg-color);overflow:hidden}.hero-overlay1_RINGS{position:absolute;background-image:url(../assets/img/ringbg.png);background-size:cover;background-repeat:no-repeat;top:0;right:0;bottom:0;left:0;margin-top:7%}.hero-overlay1_NECKLACES{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../assets/img/Nackless_hero.png);background-size:cover;background-repeat:no-repeat;margin-top:7%}.hero-overlay1_BANGLES{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../assets/img/banglesImg.png);background-size:cover;background-repeat:no-repeat;margin-top:7%}.hero-overlay1_CHAINS{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../assets/img/chainhero.png);background-size:cover;background-repeat:no-repeat;margin-top:7%}.hero-overlay1_MANGALSUTRA{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../assets/img/Mangalsutrahero.png);background-size:cover;background-repeat:no-repeat;margin-top:7%}.hero-overlay1_EARRINGS{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../assets/img/earringshero.png);background-size:cover;background-repeat:no-repeat;margin-top:7%}.hero-overlay1_BRACELETS{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../assets/img/bracelatshero.png);background-size:cover;background-repeat:no-repeat;margin-top:7%}.hero-overlay1_PENDANTS{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(../assets/img/pendantshero.png);background-size:cover;background-repeat:no-repeat;margin-top:7%}.hero-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:600px}.hero-content h1{font-size:4.5rem;font-family:serif;color:var(--gray-dark);margin-bottom:1rem}.hero-content p{font-size:1.5rem;font-style:italic;font-weight:300;color:var(--gray-light)}.breadcrumb{display:flex;gap:.5rem;justify-content:center;padding:1rem 0;color:var(--gray-light)}.breadcrumb .active{color:var(--primary-color)}.main-content{padding:2rem 0;flex-grow:1}.content-wrapper{display:flex;gap:2rem}.sidebar{position:sticky;top:20px;height:fit-content;max-height:calc(100vh - 40px);overflow-y:auto;width:16rem;flex-shrink:0}.sidebar h2{margin-left:20%;font-size:2rem;font-family:serif;margin-bottom:1.5rem}.sidebar h3{font-size:1.25rem;margin-bottom:1rem}.filter-list{padding-left:20%;list-style:none;display:flex;flex-direction:column;gap:.5rem}.filter-list button{width:fit-content;text-align:left;background:none;border:none;color:var(--gray-light);cursor:pointer;transition:color .3s;padding:.25rem 0;position:relative;font-size:1rem;display:inline-block}.filter-list button:after{content:"";position:absolute;left:100%;bottom:-2px;width:0%;height:2px;background-color:var(--primary-color);transition:width .3s ease-out,left .3s ease-out;display:block}.filter-list button:hover:after{width:100%;left:0}.filter-list button:hover,.filter-list button.active{color:var(--primary-color);font-weight:500}.products-section{flex:1;min-height:832px;display:flex;flex-direction:column;justify-content:flex-start}.section-header{margin-bottom:2rem}.section-title{font-size:1.25rem;color:var(--primary-color);font-family:serif;border:none;background:none;border-bottom:2px solid var(--primary-color);padding-bottom:.25rem}.products-grid{display:grid;margin-right:3%;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.rings-section{background-color:#dad3d3}.product-card{background-color:#ddb0bb;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px var(--shadow-color);transition:box-shadow .3s}.product-card:hover{box-shadow:0 6px 12px var(--shadow-color)}.product-image{aspect-ratio:1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{background-color:#ddb0bb;padding:1rem}.product-info h3{font-size:1.125rem;font-weight:500;color:var(--gray-dark);margin-bottom:.25rem}.product-info p{font-size:.875rem;color:var(--gray-light)}.footer{background-color:var(--gray-dark);color:var(--white);padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.products-section{min-height:832px}.footer-section h3{font-size:1.25rem;font-family:serif;margin-bottom:1rem}.footer-section p,.footer-section ul{color:#9ca3af}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--white)}.footer-bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid #4b5563;text-align:center;color:#9ca3af}.breadcrumb{display:flex;gap:.5rem;justify-content:center;padding:1rem 0;color:#c98283;font-weight:700}.breadcrumb a{text-decoration:none;color:inherit;position:relative}.breadcrumb a:after{content:"";position:absolute;bottom:-3px;left:100%;width:0%;height:3px;background-color:#d4797b;transition:all .4s ease-in-out}.breadcrumb a:hover:after{width:100%;left:0}.collection-container{padding:80px 10%;background-color:#1a1a1a;text-align:center}.collection-title{font-size:3rem;font-family:Playfair Display,serif;color:#d4af37;margin-bottom:30px;text-transform:uppercase;letter-spacing:2px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;justify-content:center}.collection-item{background:#222;border-radius:10px;padding:20px;transition:transform .3s ease-in-out;cursor:pointer}.collection-item:hover{transform:scale(1.05)}.collection-image{width:100%;height:250px;object-fit:cover;border-radius:10px;border:3px solid #d4af37}.collection-name{font-size:1.2rem;font-family:Cormorant Garamond,serif;color:#fff;margin-top:15px}@media (max-width: 768px){.collection-title{font-size:2.5rem}}@media (max-width: 480px){.collection-title{font-size:2rem}.collection-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.breadcrumb{display:flex;align-items:center;gap:5px;font-size:16px}.breadcrumb-btn{background:none;border:none;color:#007bff;font-size:16px;font-weight:500;cursor:pointer;text-decoration:underline;transition:color .2s ease-in-out}.breadcrumb-btn:hover{color:#0056b3}.breadcrumb span{font-weight:600;color:#333}
