@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap);.auth-modal .ant-modal-content{border-radius:4px}.auth-modal .ant-modal-header{background-color:#fff;padding:24px 24px 0}.auth-modal .ant-modal-title{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:500;letter-spacing:1px}.auth-modal .ant-modal-body{padding:24px}.auth-form{padding:10px 0}.auth-form .form-group{margin-bottom:20px}.auth-form label{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.auth-form .ant-input,.auth-form .ant-input-password{border-color:#e5e5e5;border-radius:2px;height:44px}.auth-form .ant-input-affix-wrapper-focused,.auth-form .ant-input-affix-wrapper:focus,.auth-form .ant-input-password:focus,.auth-form .ant-input:focus{border-color:#1a1a1a;box-shadow:none}.auth-form .ant-input-affix-wrapper{padding:0 11px}.auth-form .ant-input-affix-wrapper .ant-input{height:42px}.auth-form .ant-btn{border-radius:2px;font-size:16px;height:44px}.auth-form .ant-btn,.auth-form .ant-btn:hover{background-color:#1a1a1a;border-color:#1a1a1a}.form-actions{margin-bottom:0;margin-top:24px}.text-button{color:#1a1a1a;font-weight:500}.auth-modal .ant-modal-content{border-radius:8px;overflow:hidden}.auth-modal .ant-modal-header{border-bottom:none;padding:24px 24px 16px}.auth-modal .ant-modal-body{padding:0 24px 24px}.auth-modal .ant-modal-title{color:#333;font-size:18px;font-weight:600;text-align:center}.auth-form{gap:16px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-size:14px}.form-group .ant-input,.form-group .ant-input-password{border-radius:4px;height:40px}.error-message{color:#ff4d4f;font-size:12px;margin-top:4px}.form-actions{margin-top:8px}.form-actions .ant-btn{border-radius:4px;font-size:16px;height:40px}.form-footer{color:#666;font-size:14px;margin-top:16px;text-align:center}.text-button{background:none;border:none;color:#1890ff;cursor:pointer;font-size:14px;margin-left:4px;padding:0}.text-button:hover{text-decoration:underline}.header{background-color:#fffffff2;box-shadow:0 2px 10px #0000001a;left:0;padding:15px 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between}.logo{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;letter-spacing:3px}.logo a{color:#000;text-decoration:none}.nav-menu ul{display:flex;list-style:none}.nav-menu li{margin:0 20px;position:relative}.nav-menu li:after{background-color:#000;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu li.active:after,.nav-menu li:hover:after{width:100%}.nav-menu a{color:#000;font-size:15px;font-weight:500;letter-spacing:1px;text-decoration:none;text-transform:uppercase}.header-actions{align-items:center;display:flex}.icon-btn{background:none;border:none;color:#000;cursor:pointer;font-size:20px;margin-left:15px}.menu-toggle{margin-left:15px}.close-menu,.menu-toggle{background:none;border:none;cursor:pointer;display:none;font-size:24px}.close-menu{position:absolute;right:20px;top:20px}.user-btn{align-items:center;background:none;border:none;border-radius:4px;color:#333;cursor:pointer;display:flex;font-weight:500;padding:6px 10px;transition:background-color .3s}.user-btn:hover{background-color:#0000000d}.user-nickname{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.nav-menu{background-color:#fff;box-shadow:-5px 0 15px #0000001a;height:100vh;padding:60px 0;position:fixed;right:-300px;top:0;transition:all .3s ease;width:300px;z-index:1100}.nav-menu.active{right:0}.nav-menu ul{flex-direction:column;padding:0 30px}.nav-menu li{margin:15px 0}.close-menu,.menu-toggle{display:block}}.footer{background-color:#000;color:#fff;padding:80px 0 40px}.footer-top{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin-bottom:50px}.footer-column h3{color:#fff;font-size:18px;font-weight:500;letter-spacing:1px;margin-bottom:20px}.footer-column ul{list-style:none}.footer-column li{margin-bottom:12px}.footer-column a{color:#999;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-column p{color:#999;font-size:14px;line-height:1.6;margin-bottom:20px}.newsletter{display:flex;max-width:100%}.newsletter input{background-color:#222;color:#fff;flex:1 1;min-width:0}.newsletter .btn,.newsletter input{border:none;font-size:14px;padding:12px 15px}.newsletter .btn{background-color:#fff;color:#000;cursor:pointer;flex-shrink:0;letter-spacing:1px;min-width:60px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.newsletter .btn:hover{background-color:#f1f1f1}.newsletter .btn.subscribed{background-color:#d4af37;color:#fff;cursor:default}.newsletter input:disabled{cursor:not-allowed;opacity:.7}.footer-middle{display:flex;justify-content:center;margin-bottom:50px}.social-links{display:flex;gap:20px}.social-links a{align-items:center;background-color:#222;border-radius:50%;color:#fff;display:flex;font-size:18px;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-links a:hover{background-color:#fff;color:#000}.footer-bottom{align-items:center;border-top:1px solid #222;display:flex;justify-content:space-between;padding-top:30px}.footer-bottom p{color:#777;font-size:13px}.footer-links{display:flex;gap:20px}.footer-links a{color:#777;font-size:13px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width:992px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.newsletter{flex-wrap:nowrap}.newsletter input{min-width:0}}.floating-service-btn{background-color:#333!important;border-color:#333!important;border-radius:50%!important;bottom:20px;box-shadow:0 3px 10px #0003;height:56px!important;line-height:1!important;min-height:56px!important;min-width:56px!important;overflow:hidden;padding:0!important;position:fixed;right:20px;transition:all .3s ease;width:56px!important;z-index:1000}.floating-service-btn,.floating-service-btn .anticon{align-items:center;display:flex;font-size:22px;justify-content:center}.floating-service-btn .anticon{height:100%;width:100%}.floating-service-btn:hover{background-color:#222!important;border-color:#222!important;box-shadow:0 5px 15px #0000004d;transform:scale(1.05)}.service-chat-modal .ant-modal-content{border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.service-chat-modal .ant-modal-header{background-color:initial;border-bottom:none;margin-top:-4px;padding:0 24px}.service-chat-modal .ant-modal-title{color:#333;display:inline-block;font-weight:500;margin:0 auto;position:relative;text-align:center;width:auto}.service-chat-modal .ant-modal-title:after{background-color:#333;border-radius:2px;content:"";display:block;height:3px;margin:10px auto 0;width:40px}.service-chat-modal .ant-modal-close{color:#333}.service-chat-content{padding:15px 0}.service-intro{background-color:#f5f5f5;border-radius:8px;margin-bottom:20px;padding:10px}.service-avatar,.service-intro{align-items:center;display:flex}.service-avatar{background-color:#4a4a4a;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;font-size:20px;height:40px;justify-content:center;margin-right:15px;width:40px}.service-info h4{font-weight:500;margin:0 0 5px}.service-info p{color:#666;font-size:14px;margin:0}.service-contact-info{border-top:1px solid #eee;color:#666;margin-top:20px;padding-top:15px;text-align:center}.service-contact-info p{font-size:13px;margin:5px 0}.service-chat-modal .ant-btn-primary{background-color:#4a4a4a!important;border-color:#4a4a4a!important;border-radius:4px;color:#fff!important;pointer-events:auto!important;position:relative;transition:all .3s ease;z-index:10}.service-chat-modal .ant-btn-primary:hover{background-color:#333!important;border-color:#333!important;box-shadow:0 2px 6px #0000001a;color:#fff!important;transform:translateY(-1px)}.service-chat-modal .ant-btn-primary .anticon{color:#fff!important}@media screen and (max-width:768px){.floating-service-btn{bottom:15px;font-size:18px;height:48px!important;min-height:48px!important;min-width:48px!important;right:15px;width:48px!important}.floating-service-btn .anticon{font-size:18px}.service-chat-modal{margin:0 auto;width:90%!important}}.login-notice{background-color:#f9f9f9;border-radius:8px;margin-bottom:20px;padding:20px;text-align:center}.login-notice p{color:#666;margin-bottom:10px}.chat-message-list{background-color:#f9f9f9;border-radius:8px;display:flex;flex:1 1;flex-direction:column;margin-bottom:15px;max-height:300px;overflow-y:auto;overscroll-behavior:contain;padding:10px;scroll-behavior:smooth;transform:translateZ(0);will-change:transform}.chat-message-list:empty{min-height:100px}.scroll-anchor{height:1px;margin-top:10px;width:100%}.message-item{display:flex;margin-bottom:15px;opacity:1;position:relative;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.admin-message{flex-direction:row}.user-message{flex-direction:row-reverse}.message-avatar{flex-shrink:0;margin:0 8px}.admin-avatar{background-color:#333!important}.user-avatar{background-color:#5cb85c!important}.message-content-wrapper{max-width:70%}.message-sender{color:#999;font-size:12px;margin-bottom:4px}.user-message .message-sender{text-align:right}.message-time{font-size:12px;margin-left:8px}.message-content{border-radius:8px;line-height:1.5;padding:10px 14px;position:relative;word-break:break-word}.admin-message .message-content{background-color:#fff;border-top-left-radius:0;color:#333}.user-message .message-content{background-color:#333;border-top-right-radius:0;color:#fff;margin-left:auto}.loading-container{align-items:center;display:flex;height:100px;justify-content:center}.chat-message-list .ant-empty{margin:40px 0}.chat-message-list::-webkit-scrollbar{width:6px}.chat-message-list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.chat-message-list::-webkit-scrollbar-track{background-color:#0000000d}.service-chat-modal .ant-modal-body{display:flex;flex-direction:column;max-height:70vh;padding-bottom:20px}.service-chat-modal .ant-modal-content{display:flex;flex-direction:column;height:100%}.service-chat-modal .ant-modal-body{flex:1 1;overflow:hidden}.service-chat-content{display:flex;flex-direction:column;height:100%;overflow:hidden}.new-message{animation:fadeIn .5s ease-out;will-change:opacity,transform}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.service-chat-modal .send-button{color:#fff!important;cursor:pointer!important;margin-top:8px!important;pointer-events:auto!important;position:relative!important;width:100%;z-index:100!important}.service-chat-modal .ant-form-item:last-child{margin-bottom:0;position:relative;z-index:50}.message-input{margin-top:10px;position:relative;z-index:2}.send-button{margin-top:8px;position:relative!important;width:100%;z-index:10}.service-chat-modal .ant-form-item-control-input{position:relative;z-index:10}.service-chat-modal .ant-input-textarea{z-index:1}.floating-service-btn .ant-btn-icon-only{align-items:center;display:flex;justify-content:center;vertical-align:middle}.floating-service-btn i,.floating-service-btn span{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.floating-service-btn.ant-btn.ant-btn-icon-only{align-items:center;display:flex;height:56px!important;justify-content:center;padding:0!important;width:56px!important}.service-chat-modal .ant-btn-primary span,.service-chat-modal .ant-btn-primary:active,.service-chat-modal .ant-btn-primary:active .anticon,.service-chat-modal .ant-btn-primary:focus,.service-chat-modal .ant-btn-primary:focus .anticon,.service-chat-modal .ant-btn-primary[disabled],.service-chat-modal .ant-btn-primary[disabled] .anticon,.service-chat-modal .send-button.ant-btn-primary,.service-chat-modal .send-button.ant-btn-primary *,.service-chat-modal .send-button.ant-btn-primary:active,.service-chat-modal .send-button.ant-btn-primary:active *,.service-chat-modal .send-button.ant-btn-primary:focus,.service-chat-modal .send-button.ant-btn-primary:focus *,.service-chat-modal .send-button.ant-btn-primary:hover,.service-chat-modal .send-button.ant-btn-primary:hover *,.service-chat-modal .send-button.ant-btn-primary[disabled],.service-chat-modal .send-button.ant-btn-primary[disabled] *{color:#fff!important}.home-banner{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:100vh;position:relative}.banner-overlay{background:#0006;height:100%;left:0;position:absolute;top:0;width:100%}.banner-content{margin:0 auto;max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:1}.banner-content h1{font-size:60px;font-weight:500;letter-spacing:1px;line-height:1.2;margin-bottom:20px}.banner-content p{font-size:18px;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:550px}.banner-buttons{display:flex;gap:20px;justify-content:center}.banner-buttons .btn{min-width:160px;text-align:center}.banner-buttons .btn-outline{background:#0000;border:1px solid #fff;color:#fff}.banner-buttons .btn-outline:hover{background:#fff3}@media (max-width:992px){.banner-content{margin:0 auto;text-align:center}.banner-content h1{font-size:48px}.banner-content p{margin:0 auto 40px}.banner-buttons{justify-content:center}}@media (max-width:768px){.banner-content h1{font-size:36px}.banner-content p{font-size:16px}.banner-buttons{flex-direction:column;gap:15px}.banner-buttons .btn{min-width:100%}}.featured-products{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:50px}.product-card{transition:all .3s ease}.product-card:hover{box-shadow:0 10px 20px #0000000d}.product-image{height:350px}.product-overlay{align-items:center;background:#0000004d;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.product-card:hover .product-overlay{opacity:1}.product-info{padding:25px}.product-category{color:#777;font-size:12px;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.product-name{font-size:20px}.product-description{color:#666;font-size:14px;height:66px;line-height:1.6;margin-bottom:15px;overflow:hidden}.product-price{color:#000;font-size:18px;font-weight:600}@media (max-width:992px){.featured-products{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.featured-products{grid-template-columns:1fr}}.brand-story-section{background-color:#000;color:#fff;padding:120px 0}.brand-story-content{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:1fr 1fr}.brand-story-text h2{font-size:42px;letter-spacing:1px;margin-bottom:20px}.brand-subtitle{color:#ccc;font-family:Cormorant Garamond,serif;font-size:18px;font-style:italic;font-weight:300;margin-bottom:25px}.brand-description{color:#bbb;font-size:15px;line-height:1.8;margin-bottom:20px}.brand-story-text .btn{background-color:#fff;color:#000;margin-top:20px}.brand-story-text .btn:hover{background-color:#f1f1f1}.brand-quote{border:1px solid #fff3;display:flex;flex-direction:column;height:100%;justify-content:center;padding:80px 60px;position:relative}.brand-quote:before{color:#ffffff1a;content:'"';font-family:Cormorant Garamond,serif;font-size:100px;left:30px;line-height:1;position:absolute;top:30px}.brand-quote blockquote{font-family:Cormorant Garamond,serif;font-size:24px;font-style:italic;line-height:1.6;margin-bottom:20px}.quote-author{color:#999;font-size:14px;text-align:right}@media (max-width:992px){.brand-story-content{gap:40px;grid-template-columns:1fr}.brand-quote{padding:60px 40px}.brand-quote blockquote{font-size:20px}}@media (max-width:576px){.brand-story-section{padding:80px 0}.brand-story-text h2{font-size:36px}.brand-quote{padding:40px 30px}}.categories-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.category-card{align-items:center;background-color:#fff;border:1px solid #f0f0f0;color:#333;display:flex;flex-direction:column;justify-content:center;padding:50px 30px;text-align:center;text-decoration:none;transition:all .3s ease}.category-card:hover{border-color:#0000;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.category-icon{font-size:40px;margin-bottom:20px}.category-name{font-size:22px;font-weight:500;letter-spacing:1px;margin-bottom:15px}.category-description{color:#777;font-size:14px;line-height:1.6}@media (max-width:992px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.categories-grid{grid-template-columns:1fr}}.home-page{min-height:100vh}.featured-section{background-color:#fff;padding-bottom:60px}.view-all{margin-top:60px;text-align:center}.view-all .btn{align-items:center;display:inline-flex;gap:10px;justify-content:center;min-width:200px}.categories-section{background-color:#f9f9f9;padding:100px 0}.newsletter-section{background-color:#000;color:#fff;padding:100px 0}.newsletter-content{margin:0 auto;max-width:600px;text-align:center}.newsletter-content h2{color:#fff;font-size:36px;margin-bottom:20px}.newsletter-content p{color:#ccc;font-size:16px;line-height:1.6;margin-bottom:30px}.newsletter-form{display:flex;margin:0 auto;max-width:500px}.newsletter-form input{background-color:#ffffff1a;border:none;color:#fff;flex:1 1;font-size:14px;padding:15px 20px}.newsletter-form input::placeholder{color:#fff9}.newsletter-form .btn{background-color:#fff;border:none;color:#000;cursor:pointer;font-weight:500;letter-spacing:1px;padding:15px 30px;text-transform:uppercase;transition:all .3s ease}.newsletter-form .btn:hover{background-color:#f1f1f1}@media (max-width:768px){.newsletter-section{padding:80px 0}.newsletter-content h2{font-size:28px}.newsletter-form{flex-direction:column;gap:15px}.newsletter-form .btn,.newsletter-form input{width:100%}}.shop-banner{align-items:center;background-image:url(/static/media/shop-banner.d691c4b13d883cfc7d62.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:40vh;position:relative}.shop-banner .banner-overlay{background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.shop-banner .banner-content{margin:0 auto;max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:1}.shop-banner .banner-content h1{font-family:Cormorant Garamond,serif;font-size:50px;font-weight:500;letter-spacing:1px;line-height:1.2;margin-bottom:15px}.shop-banner .banner-content p{font-size:18px;line-height:1.6;margin-bottom:0;margin-left:auto;margin-right:auto;max-width:550px}@media (max-width:768px){.shop-banner{height:30vh}.shop-banner .banner-content h1{font-size:36px}.shop-banner .banner-content p{font-size:16px}}.shop-search{background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000d;margin-bottom:30px;padding:20px}.search-wrapper{margin-bottom:15px}.shop-search .ant-input-search .ant-input{align-items:center;border-radius:2px 0 0 2px;display:flex;height:46px;line-height:46px;padding-bottom:0;padding-top:0}.shop-search .ant-input-search .ant-input-group-addon{border-radius:0 2px 2px 0}.shop-search .ant-input-search .ant-btn{align-items:center;background-color:#1a1a1a;border-color:#1a1a1a;border-radius:0 2px 2px 0;display:flex;height:46px;justify-content:center}.shop-search .ant-input-search .ant-btn:focus,.shop-search .ant-input-search .ant-btn:hover{background-color:#333;border-color:#333}.shop-search .ant-input-search .ant-input-affix-wrapper{align-items:center;display:flex;height:46px;line-height:46px;padding:0 11px}.shop-search .ant-input-search .ant-input-affix-wrapper .ant-input{height:auto;line-height:normal}.popular-tags{align-items:center;display:flex;flex-wrap:wrap;margin-top:15px}.tags-label{color:#666;font-size:14px;margin-bottom:10px;margin-right:10px;white-space:nowrap}.tags-list{display:flex;flex-wrap:wrap;gap:10px}.tag-btn{background:#0000;border:1px solid #ddd;border-radius:20px;color:#666;font-size:13px;height:30px;line-height:28px;padding:0 15px;transition:all .3s ease}.tag-btn:hover{background-color:initial;border-color:#1a1a1a;color:#1a1a1a}@media (max-width:768px){.shop-search{padding:15px}.popular-tags{align-items:flex-start;flex-direction:column}.tags-label{margin-bottom:10px}.tags-list{width:100%}}.shop-filter{background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000d;padding:25px}.filter-section{margin-bottom:20px}.filter-section h3{color:#1a1a1a;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:500;margin-bottom:15px}.filter-checkbox-group{display:flex;flex-direction:column;gap:8px}.filter-checkbox-group .ant-checkbox-wrapper{margin-bottom:5px;margin-left:0}.price-range{color:#666;display:flex;font-size:14px;justify-content:space-between;margin-top:10px}.shop-filter .ant-radio-group{display:flex;flex-direction:column;gap:10px}.shop-filter .ant-radio-wrapper{margin-bottom:5px;margin-right:0}@media (max-width:768px){.shop-filter{padding:15px}.filter-section h3{font-size:16px}}.product-card{background-color:#fff;border-radius:4px;box-shadow:0 2px 10px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.product-image{overflow:hidden;padding-bottom:125%;position:relative}.product-image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .5s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-tag{border-radius:2px;font-size:12px;font-weight:500;left:10px;padding:5px 10px;position:absolute;text-transform:uppercase;top:10px;z-index:1}.new-tag{background-color:#1a1a1a;color:#fff}.discount-tag{background-color:#d23f3f;color:#fff;left:auto;right:10px}.product-actions{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;display:flex;gap:10px;justify-content:center;left:0;opacity:0;padding:15px;position:absolute;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;width:100%}.product-card:hover .product-actions{opacity:1;transform:translateY(0)}.action-btn{align-items:center;background-color:#fff;border:none;border-radius:50%;color:#1a1a1a;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background-color .3s ease,color .3s ease;width:36px}.action-btn:hover{background-color:#1a1a1a;color:#fff}.buy-now-btn{background-color:#ff4d4f;color:#fff}.buy-now-btn:hover{background-color:#ff7875}.product-info{cursor:pointer;padding:15px}.product-link{color:inherit;text-decoration:none}.product-brand{color:#666;font-size:14px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.product-name{color:#1a1a1a;font-size:16px;font-weight:500;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{align-items:center;display:flex;gap:10px;margin-bottom:15px}.current-price{color:#1a1a1a;font-size:18px;font-weight:600}.original-price{color:#999;font-size:14px;text-decoration:line-through}.buy-now-button{background-color:#ff4d4f;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 0;transition:background-color .3s ease;width:100%}.buy-now-button:hover{background-color:#ff7875}@media (max-width:768px){.product-info{padding:12px}.product-brand{font-size:12px}.product-name{font-size:14px}.current-price{font-size:16px}.buy-now-button{font-size:12px;padding:6px 0}}.purchase-content{padding:10px 0}.product-brief{align-items:center;display:flex;margin-bottom:15px}.product-brief .product-image{border-radius:4px;height:80px;margin-right:15px;object-fit:cover;width:80px}.product-brief .product-info{flex:1 1}.product-brief h4{font-size:16px;font-weight:500;margin:0 0 5px}.product-brief .product-price{color:#ff4d4f;font-size:16px;font-weight:700;margin:0}.purchase-options{margin:20px 0}.option-label{color:#666;display:inline-block;width:80px}.quantity-section{margin-bottom:15px}.quantity-control,.quantity-section{align-items:center;display:flex}.quantity-input{margin:0 5px;text-align:center;width:60px}.address-section{display:flex;margin-bottom:15px}.address-input{flex:1 1;margin-left:80px;margin-top:-22px}.order-summary{background-color:#f5f5f5;border-radius:4px;margin:20px 0;padding:15px}.summary-label{color:#333;font-weight:500}.summary-value{color:#ff4d4f;font-weight:700;text-align:right}.compact-modal .ant-modal-body{padding:16px}.compact-modal .ant-modal-header{padding:12px 16px}.purchase-content-compact{padding:0}.product-brief-compact{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;margin-bottom:12px;padding-bottom:12px}.product-image-compact{border-radius:4px;height:60px;margin-right:12px;object-fit:cover;width:60px}.product-info-compact{flex:1 1}.product-info-compact h4{font-size:14px;font-weight:500;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price-compact{color:#ff4d4f;font-size:14px;font-weight:700;margin:0}.form-item-compact{align-items:flex-start;display:flex;margin-bottom:12px}.form-item-compact label{color:#666;flex-shrink:0;font-size:13px;line-height:28px;width:70px}.quantity-control-compact{align-items:center;display:flex}.quantity-input-compact{margin:0 4px;text-align:center;width:40px}.address-input-compact{flex:1 1;font-size:13px}.order-total-compact{font-size:13px;margin-bottom:12px;padding:8px 0;text-align:right}.price-highlight{color:#ff4d4f;font-size:16px;font-weight:700;margin-left:4px}.modal-footer-compact{display:flex;gap:8px;justify-content:flex-end}.recharge-content{padding:10px 0}.amount-section,.payment-section{margin-bottom:20px}.amount-section h4,.payment-section h4{color:#333;font-size:15px;margin-bottom:15px}.amount-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.amount-option{min-width:80px;text-align:center}.custom-amount{margin-top:15px}.payment-options{display:flex;flex-direction:column;gap:12px}.payment-option{display:block;margin-bottom:0!important}.recharge-summary{background-color:#f5f5f5;border-radius:4px;margin:20px 0;padding:15px}.amount-highlight{color:#ff4d4f;font-size:18px;font-weight:700}.modal-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.product-list{margin-bottom:40px}.product-list-loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #0000001a;border-radius:50%;border-top-color:#1a1a1a;height:40px;margin-bottom:16px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.product-list-empty{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:center;min-height:400px;padding:40px}.pagination-container{display:flex;justify-content:center;margin-top:40px}.pagination-container .ant-pagination-item{border-color:#d9d9d9;font-family:Arial,sans-serif}.pagination-container .ant-pagination-item-active{background-color:#1a1a1a;border-color:#1a1a1a}.pagination-container .ant-pagination-item-active a{color:#fff}.pagination-container .ant-pagination-item:hover{border-color:#1a1a1a}.pagination-container .ant-pagination-item:hover a{color:#1a1a1a}.pagination-container .ant-pagination-next:hover .ant-pagination-item-link,.pagination-container .ant-pagination-prev:hover .ant-pagination-item-link{border-color:#1a1a1a;color:#1a1a1a}.shop-page{min-height:100vh}.shop-page h1{font-family:Cormorant Garamond,serif;font-size:36px;margin-bottom:24px;text-align:center}.shop-page p{color:#666;font-size:18px;margin:0 auto;max-width:600px;text-align:center}.shop-content{padding:40px 0}.filter-col{margin-bottom:30px}.mobile-filter-btn{display:none;margin-bottom:20px}.mobile-filter-btn .ant-btn{background-color:#1a1a1a;border-color:#1a1a1a;color:#fff;height:40px;padding:0 20px}@media (min-width:769px){.desktop-only{display:block}.mobile-only{display:none}}@media (max-width:768px){.shop-content{padding:20px 0}.desktop-only{display:none}.mobile-only{display:block}.mobile-filter-btn{display:flex;justify-content:flex-end;margin:0 0 20px}}.investment-banner{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;min-height:500px;padding:80px 0;position:relative}.investment-banner:before{background:#0009;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.investment-banner .container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;width:100%;z-index:2}.investment-banner .banner-content{max-width:600px;padding:20px 0}.investment-banner h1{color:#fff;font-size:48px;font-weight:600;line-height:1.2;margin-bottom:20px;margin-top:40px;word-break:break-word}.investment-banner p{font-size:20px;line-height:1.5;margin-bottom:0}.investment-banner .banner-btn{align-items:center;background-color:#d4af37;border:none;border-radius:2px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;height:50px;justify-content:center;margin-top:20px;padding:0 30px;transition:all .3s ease}.investment-banner .banner-btn:focus,.investment-banner .banner-btn:hover{background-color:#c9a227;outline:none}.investment-banner .banner-btn .anticon{margin-left:8px}@media (max-width:1024px){.investment-banner{min-height:450px;padding:60px 0}.investment-banner h1{font-size:42px}.investment-banner p{font-size:18px}}@media (max-width:768px){.investment-banner{min-height:400px;padding:50px 0}.investment-banner h1{font-size:36px;margin-bottom:15px}.investment-banner p{font-size:18px;margin-bottom:20px}.investment-banner .banner-btn{height:46px;padding:0 25px}}@media (max-width:480px){.investment-banner{min-height:350px;padding:40px 0}.investment-banner h1{font-size:32px}.investment-banner p{font-size:16px;margin-bottom:20px}.investment-banner .banner-btn{font-size:14px;height:42px;padding:0 20px}}.investment-intro{padding:80px 0 60px}.investment-intro .section-header{margin-bottom:60px;text-align:center}.investment-intro h2{color:#1a1a1a;font-size:32px;font-weight:600;margin-bottom:20px}.investment-intro .section-header p{color:#666;font-size:18px;line-height:1.6;margin:0 auto;max-width:800px}.investment-intro .feature-card{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;height:100%;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.investment-intro .feature-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.investment-intro .feature-icon{color:#d4af37;font-size:40px;margin-bottom:25px}.investment-intro .feature-card h3{color:#1a1a1a;font-size:20px;font-weight:600;margin-bottom:15px;width:100%}.investment-intro .feature-card p{color:#666;font-size:15px;line-height:1.6;margin-bottom:0;width:100%}@media (max-width:768px){.investment-intro{padding:60px 0 40px}.investment-intro h2{font-size:28px}.investment-intro .section-header p{font-size:16px}.investment-intro .feature-card{padding:30px 20px}}@media (max-width:991px){.investment-intro .feature-card{min-height:280px}}.investment-products{padding:80px 0 60px}.investment-products .section-header{margin-bottom:60px;text-align:center}.investment-products h2{color:#1a1a1a;font-size:32px;font-weight:600;margin-bottom:20px}.investment-products .section-header p{color:#666;font-size:18px;line-height:1.6;margin:0 auto;max-width:800px}.investment-products .product-card{border:none;border-radius:5px;box-shadow:0 5px 15px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.investment-products .product-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.investment-products .product-card .ant-card-cover img{height:250px;object-fit:cover}.investment-products .product-card h3{color:#1a1a1a;font-size:22px;font-weight:600;margin-bottom:15px;padding:0}.investment-products .product-card .description{color:#666;font-size:15px;line-height:1.6;margin-bottom:20px;padding:0;width:100%}.investment-products .product-card .ant-card-body{padding:20px}.investment-products .investment-details{align-items:center;display:flex;justify-content:space-between;margin-top:20px;padding:0}.investment-products .min-investment{display:flex;flex-direction:column}.investment-products .min-investment .label{color:#999;font-size:13px;margin-bottom:5px}.investment-products .min-investment .value{color:#1a1a1a;font-size:18px;font-weight:600}.investment-products .learn-more-btn{align-items:center;background-color:#d4af37;border:none;border-radius:2px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:32px;justify-content:center;padding:0 15px;transition:all .3s ease}.investment-products .learn-more-btn:focus,.investment-products .learn-more-btn:hover{background-color:#c9a227;outline:none}.investment-products .more-products{margin-top:50px;text-align:center}.investment-products .view-all-btn{align-items:center;background-color:initial;border:1px solid #1a1a1a;border-radius:2px;color:#1a1a1a;cursor:pointer;display:inline-flex;font-size:16px;height:48px;justify-content:center;padding:0 30px;transition:all .3s ease}.investment-products .view-all-btn:focus,.investment-products .view-all-btn:hover{border-color:#d4af37;color:#d4af37;outline:none}.investment-products .learn-more-btn .anticon,.investment-products .view-all-btn .anticon{margin-left:8px}@media (max-width:768px){.investment-products{padding:60px 0 40px}.investment-products h2{font-size:28px}.investment-products .section-header p{font-size:16px}.investment-products .product-card .ant-card-cover img{height:200px}}.investment-services{background-color:#fff;padding:80px 0 60px}.investment-services .services-image img{border-radius:5px;box-shadow:0 15px 25px #0000001a;width:100%}.investment-services .services-content{padding:20px 0}.investment-services h2{color:#1a1a1a;font-size:32px;font-weight:600;margin-bottom:20px}.investment-services .subtitle{color:#666;font-size:18px;line-height:1.6;margin-bottom:30px}.investment-services .services-list{list-style:none;margin:0 0 40px;padding:0}.investment-services .services-list li{align-items:flex-start;color:#333;display:flex;font-size:16px;margin-bottom:15px}.investment-services .check-icon{color:#d4af37;font-size:18px;margin-right:12px;margin-top:3px}.investment-services .consult-btn{align-items:center;background-color:#d4af37;border:none;border-radius:2px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;height:50px;justify-content:center;padding:0 30px;transition:all .3s ease}.investment-services .consult-btn:focus,.investment-services .consult-btn:hover{background-color:#c9a227;outline:none}.investment-services .consult-btn .anticon{margin-left:8px}@media (max-width:768px){.investment-services{padding:60px 0 40px}.investment-services h2{font-size:28px}.investment-services .subtitle{font-size:16px}.investment-services .services-list li{font-size:15px}}.investment-calculator{background-color:#f9f9f9;padding:60px 0;position:relative;scroll-margin-top:80px}.investment-calculator .section-header{margin-bottom:60px;text-align:center}.investment-calculator h2{color:#1a1a1a;font-size:32px;font-weight:600;margin-bottom:20px}.investment-calculator .section-header p{color:#666;font-size:18px;line-height:1.6;margin:0 auto;max-width:800px}.investment-calculator .calculator-form{background-color:#fff;border-radius:5px;box-shadow:0 5px 15px #0000000d;padding:30px}.investment-calculator .ant-form-item-label>label{color:#1a1a1a;font-weight:500}.investment-calculator .calculate-btn{background-color:#d4af37;border-color:#d4af37;font-size:16px;height:50px}.investment-calculator .calculate-btn:focus,.investment-calculator .calculate-btn:hover{background-color:#c9a227;border-color:#c9a227}.investment-calculator .results-card{border-radius:5px;box-shadow:0 5px 15px #0000000d;height:100%;overflow:hidden}.investment-calculator .results-summary{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.investment-calculator .result-item{display:flex;flex:1 1;flex-direction:column;min-width:30%;padding:10px}.investment-calculator .result-item .label{color:#666;font-size:14px;margin-bottom:5px}.investment-calculator .result-item .value{color:#1a1a1a;font-size:20px;font-weight:600}.investment-calculator .chart-container{height:250px;margin-bottom:20px}.investment-calculator .simple-chart{align-items:flex-end;display:flex;height:100%;justify-content:space-between;padding:0 10px}.investment-calculator .chart-column{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;padding:0 5px}.investment-calculator .chart-bar{background-color:#d4af37;border-radius:4px 4px 0 0;max-width:40px;position:relative;transition:height .5s ease;width:100%}.investment-calculator .chart-bar:hover{background-color:#b08d1e}.investment-calculator .chart-label{color:#666;font-size:12px;margin-top:8px;text-align:center}.investment-calculator .disclaimer{color:#999;font-size:12px;line-height:1.5;text-align:center}.investment-calculator .ant-slider-mark-text{color:#666}.investment-calculator .ant-slider-track{background-color:#d4af37}.investment-calculator .ant-slider-handle{border-color:#d4af37}@media (max-width:768px){.investment-calculator{padding:60px 0 40px}.investment-calculator h2{font-size:28px}.investment-calculator .section-header p{font-size:16px}.investment-calculator .calculator-form{padding:20px}.investment-calculator .results-card{margin-top:20px}.investment-calculator .result-item{min-width:50%}.investment-calculator .chart-label{font-size:10px}}#calculator:before{content:"";display:block;height:80px;margin-top:-80px;pointer-events:none;visibility:hidden}.investment-calculator .investment-button{align-items:center;background-color:#d4af37;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:50px;justify-content:center;transition:all .3s ease;width:100%}.investment-calculator .investment-button:hover{background-color:#c9a227;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.investment-calculator .investment-button:active{transform:translateY(0)}.investment-calculator .investment-button:disabled{background-color:#ccc;box-shadow:none;color:#888;cursor:not-allowed;transform:none}.modal-cancel-button{background:#f7f7f7;border:1px solid #d9d9d9;border-radius:4px;color:#000000a6;cursor:pointer;margin-right:8px;padding:8px 16px;transition:all .3s ease}.modal-cancel-button:hover{border-color:#40a9ff;color:#40a9ff}.modal-recharge-button{background:#1890ff;border:1px solid #1890ff;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px;transition:all .3s ease}.modal-recharge-button:hover{background:#40a9ff;border-color:#40a9ff}.charge-tips{background-color:#f9f9f9;border-left:3px solid #d4af37;border-radius:4px;margin-top:15px;padding:10px 15px}.charge-tips p{color:#666;font-size:13px;margin:5px 0}.ant-modal-body .ant-input-number-lg{width:100%}.ant-modal-body .ant-form-item-label>label{font-weight:500}.investment-page{background-color:#f9f9f9;padding-bottom:60px}.investment-page .container{margin:0 auto;max-width:1200px;padding:0 20px}@media (max-width:768px){.investment-page{padding-bottom:40px}}.investment-page h1{font-family:Cormorant Garamond,serif;font-size:36px;margin-bottom:24px;text-align:center}.investment-page p{color:#666;font-size:18px;margin:0 auto;max-width:600px;text-align:center}.about-banner{align-items:center;background-image:url(/static/media/about-banner.28c812944877a7a63328.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:60vh;position:relative}.about-banner .banner-overlay{background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.about-banner .banner-content{margin:0 auto;max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:1}.about-banner .banner-content h1{font-family:Cormorant Garamond,serif;font-size:60px;font-weight:500;letter-spacing:1px;line-height:1.2;margin-bottom:20px}.about-banner .banner-content p{font-size:20px;line-height:1.6;margin-bottom:0;margin-left:auto;margin-right:auto;max-width:550px}@media (max-width:768px){.about-banner{height:50vh}.about-banner .banner-content h1{font-size:40px}.about-banner .banner-content p{font-size:16px}}.our-story-section{background-color:#fff;padding:100px 0}.section-header{margin-bottom:60px;text-align:center}.section-header h2{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:500;margin-bottom:20px}.section-header .divider{background-color:#1a1a1a;height:2px;margin:0 auto;width:60px}.story-content{align-items:center;display:flex;gap:60px}.story-text{flex:1 1}.story-text p{color:#333;font-size:16px;line-height:1.8;margin-bottom:24px}.story-text p:last-child{margin-bottom:0}.story-image{flex:1 1;position:relative}.story-image img{box-shadow:0 10px 30px #0000001a;display:block;height:auto;width:100%}@media (max-width:992px){.our-story-section{padding:70px 0}.story-content{flex-direction:column-reverse;gap:40px}.story-image,.story-text{flex:none;width:100%}}@media (max-width:768px){.our-story-section{padding:50px 0}.section-header{margin-bottom:40px}.section-header h2{font-size:28px}}.our-values-section{background-color:#f9f9f9;padding:100px 0}.values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin-top:60px}.value-card{background-color:#fff;border-radius:4px;box-shadow:0 5px 20px #0000000d;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.value-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;height:70px;margin:0 auto 20px;width:70px}.value-icon.quality{background-image:url(/static/media/quality-icon.39d9a4fbafd316b55b01.png)}.value-icon.style{background-image:url(/static/media/style-icon.f798c348ec99b11422a5.png)}.value-icon.service{background-image:url(/static/media/service-icon.876dd5edfa18d57b7679.png)}.value-icon.sustainable{background-image:url(/static/media/sustainable-icon.7e6bd9cc0a98fe39bf70.png)}.value-card h3{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;margin-bottom:15px}.value-card p{color:#666;font-size:15px;line-height:1.6}@media (max-width:1200px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.our-values-section{padding:70px 0}.values-grid{gap:20px;grid-template-columns:1fr;margin-top:40px}.value-card{padding:30px 20px}}.our-team-section{background-color:#fff;padding:100px 0}.team-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin-top:60px}.team-member{text-align:center}.member-image{border-radius:4px;box-shadow:0 5px 15px #0000001a;margin-bottom:20px;overflow:hidden;position:relative}.member-image img{display:block;height:auto;transition:transform .5s ease;width:100%}.team-member:hover .member-image img{transform:scale(1.05)}.member-info h3{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;margin-bottom:5px}.member-info h4{color:#777;font-size:16px;font-weight:400;margin-bottom:15px}.member-info p{color:#666;font-size:14px;line-height:1.6}@media (max-width:1200px){.team-grid{gap:40px 30px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.our-team-section{padding:70px 0}.team-grid{gap:50px;grid-template-columns:1fr;margin-top:40px}.member-image{margin:0 auto 20px;max-width:250px}}.contact-section{background-color:#fafafa;padding:70px 0}.contact-header{margin-bottom:50px;text-align:center}.contact-header h2{color:#1a1a1a;font-size:32px;font-weight:500;margin-bottom:15px}.contact-header p{color:#666;font-size:16px;margin:0 auto;max-width:700px}.contact-content-container{margin:0 auto;max-width:1200px;padding:0 20px}.contact-flex-wrapper{display:flex;gap:40px;justify-content:center}.contact-left,.contact-right{max-width:500px;width:100%}.info-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-5px)}.info-card-header{align-items:center;display:flex;margin-bottom:15px}.info-card-header .anticon{align-items:center;background-color:#d4af371a;border-radius:50%;color:#d4af37;display:flex;font-size:24px;height:50px;justify-content:center;margin-right:15px;width:50px}.info-card-header h3{color:#1a1a1a;font-size:18px;font-weight:500;margin:0}.info-card p{color:#666;font-size:15px;line-height:1.5;margin:0}.contact-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;height:100%;padding:30px}.contact-form h3{color:#1a1a1a;font-size:24px;font-weight:500;margin-bottom:25px;text-align:center}.contact-form .ant-form-item{margin-bottom:20px}.contact-form .ant-input{border-radius:4px;font-size:15px;padding:12px 15px}.contact-form .ant-input::placeholder{color:#aaa}.contact-form .ant-input:focus{border-color:#d4af37;box-shadow:0 0 0 2px #d4af3733}.contact-btn{background-color:#d4af37;border-color:#d4af37;border-radius:4px;font-size:16px;height:44px;margin-top:10px;width:100%}.contact-btn:focus,.contact-btn:hover{background-color:#c79f30;border-color:#c79f30}@media (max-width:992px){.contact-flex-wrapper{align-items:center;flex-direction:column}.contact-left,.contact-right{max-width:600px}}@media (max-width:768px){.contact-section{padding:50px 0}.contact-header h2{font-size:26px}.contact-header p{font-size:15px}.contact-form,.info-card{padding:20px}.contact-flex-wrapper{gap:20px}}.about-page{min-height:100vh;padding:120px 0 80px}.about-page h1{font-family:Cormorant Garamond,serif;font-size:36px;margin-bottom:24px;text-align:center}.about-page p{color:#666;font-size:18px;margin:0 auto;max-width:600px;text-align:center}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#1a1a1a;font-family:Noto Sans SC,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}a{color:inherit;text-decoration:none}ul{list-style:none}.btn{background-color:#1a1a1a;border:1px solid #1a1a1a;color:#fff;cursor:pointer;display:inline-block;font-size:14px;letter-spacing:1px;padding:12px 28px;transition:all .3s ease}.btn:hover{background-color:#333;border-color:#333}.btn-outline{background-color:initial;color:#1a1a1a}.btn-outline:hover{background-color:#1a1a1a;color:#fff}.section{padding:80px 0}.section-title{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:500;letter-spacing:1px;margin-bottom:48px;text-align:center}
/*# sourceMappingURL=main.8b812a65.css.map*/