@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Geist:wght@400;500;600&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}main{margin-top:8.5rem}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100vw;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.mega-menu{z-index:1000;background:#fff;border-top:1px solid #f0f0f0;width:100vw;animation:.3s slideDown;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #00000026}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mega-menu-inner{max-width:1594px;min-height:250px;max-height:500px;margin:0 auto;display:flex}.mega-menu-filters{flex-direction:column;flex:1;padding:30px 0;display:flex;overflow-y:auto}.filters-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:24px;display:grid}.filter-column{min-width:0}.filter-heading{color:#532f5b;text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:2px solid #f0e0ec;margin-bottom:12px;padding-bottom:8px;font-size:13px;font-weight:700}.filter-links{flex-direction:column;gap:4px;display:flex}.filter-link{color:#000;text-transform:uppercase;box-shadow:none;white-space:nowrap;text-overflow:ellipsis;text-align:left;letter-spacing:.5px;background:#fff;border:none;padding:10px 0;font-size:12.5px;text-decoration:none;transition:all .2s;overflow:hidden}.filter-link:hover{color:#532f5b}.view-all-wrapper{text-align:center;margin-top:auto;padding-top:20px}.view-all-btn{color:#000;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:1.5px solid #c49a6c;border-radius:6px;padding:10px 28px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.view-all-btn:hover{color:#fff;background-color:#532f5b;border-color:#532f5b;transform:translateY(-2px);box-shadow:0 5px 15px #532f5b33}.mega-menu-image{border-left:1px solid #f0e0ec;justify-content:center;align-items:center;width:320px;min-width:320px;padding:20px;display:flex}.mega-menu-image img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}.mega-menu-image-placeholder{color:#999;text-transform:uppercase;background:#f5f5f5;border-radius:8px;justify-content:center;align-items:center;width:100%;height:200px;font-size:14px;display:flex}.mega-menu-loading{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:200px;display:flex}.mega-menu-loading .spinner-border{color:#c49a6c!important}.mega-menu-error{color:#666;flex-direction:column;justify-content:center;align-items:center;min-height:200px;display:flex}.mega-menu-empty{color:#999;justify-content:center;align-items:center;min-height:200px;font-size:14px;display:flex}.mega-menu-filters::-webkit-scrollbar{width:4px}.mega-menu-filters::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.mega-menu-filters::-webkit-scrollbar-thumb{background:#c49a6c;border-radius:4px}.mega-menu-filters::-webkit-scrollbar-thumb:hover{background:#b8875a}@media (width<=1400px){.mega-menu-inner{max-width:100%}.filters-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}.mega-menu-image{width:280px;min-width:280px}}@media (width<=1200px){.mega-menu-filters{padding:24px}.filters-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.mega-menu-image{width:250px;min-width:250px;padding:16px}.filter-heading{font-size:12px}.filter-link{font-size:11.5px}}@media (width<=992px){.mega-menu-inner{flex-direction:column;max-height:none}.mega-menu-filters{padding:20px}.filters-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}.mega-menu-image{border-top:1px solid #f0e0ec;border-left:none;width:100%;min-width:100%;max-height:200px;padding:16px}.mega-menu-image img{max-height:160px}.view-all-btn{padding:8px 20px;font-size:12px}}@media (width<=768px){.mega-menu{display:none}}@media (width<=576px){.mega-menu{display:none}}@media print{.mega-menu{display:none!important}}.search-modal-overlay{z-index:1039;background:#00000080;width:100%;height:100vh;display:none;position:fixed;top:99px}.search-modal-overlay.show{display:block!important}.search-modal{z-index:1040;background:#fff;width:100%;max-width:50vw;height:100vh;transition:right .3s ease-in-out;display:none;position:fixed;top:99px;right:-100%;overflow-y:auto;box-shadow:-5px 0 15px #0000001a}.search-modal.show{right:0;display:block!important}.search-modal-header{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px 20px}.close-search-modal{color:#666;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:24px;transition:color .3s}.close-search-modal:hover{color:#6d1a1a}.premium-search-wrapper{font-family:TRYClother-Regular,sans-serif}.premium-search-input-group{background:#fff;border:1px solid #e0e0e0;border-radius:70px;height:45px;transition:all .3s;position:relative;overflow:hidden}.premium-search-input-group:focus-within{border-color:#6d1a1a}.premium-search-input{color:#333;background:0 0;border:none;outline:none;width:100%;height:100%;padding:15px 89px 15px 28px;font-size:14px}.premium-search-input::placeholder{color:#0000}.floating-label{color:#999;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 120px);font-size:14px;font-weight:500;transition:all .3s;position:absolute;top:50%;left:28px;overflow:hidden;transform:translateY(-50%)}.premium-search-input:focus+.floating-label,.premium-search-input:not(:placeholder-shown)+.floating-label{opacity:0;pointer-events:none}.highlight{color:#6d1a1a;font-weight:600}.clear-btn{cursor:pointer;color:#555;background:0 0;border:none;padding:0;font-size:18px;line-height:1;position:absolute;top:50%;right:45px;transform:translateY(-50%)}.search-submit-btn{cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;top:0;right:0}.search-submit-btn:hover{background:#ffdbd8;transform:scale(1.05)}.search-modal-body{max-height:calc(100vh - 200px);padding:20px;overflow-y:auto}.searchsection-title{color:#666;text-transform:uppercase;letter-spacing:.5px;gap:2rem;margin-bottom:15px;font-weight:600;display:flex;font-size:14px!important}.recent-searches{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.recent-search-tag{cursor:pointer;font-size:14px;transition:all .2s;background:#f5f5f5!important;border:1px solid #eee!important;border-radius:20px!important;padding:10px 16px!important}.recent-search-tag:hover{background:#e9e9e9!important}.clear-recent{color:#666;cursor:pointer;font-size:13px;text-decoration:underline}.tag-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:25px;display:grid}.tag-row-item{background:#f8f8f8;border:1px solid #f0f0f0;border-radius:12px;flex-direction:row;align-items:center;gap:12px;padding:12px 8px;text-decoration:none;transition:all .2s;display:flex}.tag-row-item:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.tag-img{background:#fff;border-radius:10px;width:44px;height:44px}.tag-fallback{color:#fff;text-align:center;background:linear-gradient(135deg,#e0e0e0,#a20c03);border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:8px;padding:5px;font-size:10px;font-weight:600;display:flex}.tag-search-icon{color:#a20c03;opacity:.7;font-size:14px;position:absolute;top:8px;right:8px}.tag-name{color:#333;text-align:center;margin-top:2px;font-size:12px;font-weight:500;line-height:1.3}.suggestion-item:hover{background:#f8f9fa}.suggestion-item:last-child{border-bottom:none}.suggestion-content{flex:1}.suggestion-name{color:#333;margin-bottom:4px;font-weight:500}.loading-spinner{text-align:center;padding:50px 20px}.loading-spinner .spinner-border{border-width:3px;width:30px;height:30px}.loading-spinner p{color:#666;margin-top:15px;font-size:15px}.no-results{text-align:center;color:#666;padding:60px 20px}.no-results p{margin:0}.no-results p:first-child{color:#333;margin-bottom:8px;font-size:16px}.no-results p:last-child{font-size:14px}@media (width<=991px){.search-modal{z-index:1095;background:#fff;flex-direction:column;width:100%;max-height:100vh;transition:transform .35s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;top:auto;bottom:0;transform:translateY(100%);box-shadow:0 -10px 40px #00000026;max-width:100vw!important}.search-modal.show{display:flex;transform:translateY(0)!important}.search-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1090;background:#00000080;height:100vh;top:0}.search-modal-header{z-index:10;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}.modal-search-input{color:#333;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;outline:none;flex:1;width:80vw;max-width:80vw;height:44px;padding:0 35px 0 15px;font-size:16px}.modal-search-input::placeholder{color:#999;font-size:15px}.modal-search-input:focus{background:#fff;border-color:#a20c03}.clear-mobile-search{color:#999;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:22px;line-height:1;display:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.clear-mobile-search.active{display:flex}.search-modal-body{-webkit-overflow-scrolling:touch;text-align:left;flex:1;max-height:none;padding:15px 20px 20px;overflow-y:auto}.tag-grid{grid-template-columns:repeat(2,1fr)}.search-modal-body::-webkit-scrollbar{width:5px}.search-modal-body::-webkit-scrollbar-track{background:#f1f1f1}.search-modal-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}body.search-modal-open{width:100%;height:100%;position:fixed;overflow:hidden}}@media (width<=480px){.tag-grid{grid-template-columns:1fr 1fr;gap:8px}.tag-row-item{padding:8px 4px}.tag-img{width:36px;height:36px}.tag-fallback{width:36px;height:36px;font-size:8px}.tag-name{font-size:11px}.search-modal-body{padding:12px}}.clear-btn,.clear-mobile-search{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.clear-btn i,.clear-mobile-search i{color:#666;font-size:22px}.suggestion-image{width:50px;height:50px}.suggestion-row{gap:2rem;display:flex}.profile-trigger-wrapper{position:relative}.profile-avatar-trigger{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex;overflow:hidden}.trigger-avatar-placeholder{color:#344054;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex}.profile-popover{box-sizing:border-box;z-index:1000;background:#fff;border:1px solid #f2f4f7;border-radius:8px;flex-direction:column;align-items:flex-start;gap:4px;width:260px;padding:6px;font-family:Inter,sans-serif;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 22px 36px -4px #10182854}.user-header{box-sizing:border-box;flex-direction:row;align-items:center;gap:10px;width:100%;padding:8px 10px;display:flex}.avatar-frame{background-color:#f2f4f7;border-radius:49px;flex-direction:column;align-items:flex-start;width:48px;height:48px;padding:0;display:flex;overflow:hidden}.avatar-frame img{object-fit:cover;width:100%;height:100%}.avatar-placeholder{color:#344054;background:#d0d5dd;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;font-weight:600;display:flex}.user-details{flex-direction:column;flex:1;align-items:flex-start;gap:2px;padding:0;display:flex}.user-name{color:#141414;white-space:nowrap;text-overflow:ellipsis;max-width:136px;font-size:14px;font-weight:600;line-height:17px;overflow:hidden}.user-email{color:#667085;white-space:nowrap;text-overflow:ellipsis;max-width:136px;font-size:12px;font-weight:400;line-height:15px;overflow:hidden}.icon-arrow-right{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.divider{background:#f2f2f2;width:100%;height:1px;margin:4px 0}.menu-group{flex-direction:column;gap:1px;width:100%;display:flex}.menu-item{cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:8px 10px;font-family:Inter,sans-serif;text-decoration:none;transition:background .15s;display:flex}.menu-item:hover,.menu-item.active{background:#f9fafb}.menu-item .label{color:#344054;white-space:nowrap;flex:1;font-size:13px;font-weight:500;line-height:16px}.menu-item.active .label{color:#1d2939}.menu-item .shortcut{color:#98a2b3;text-align:right;min-width:18px;font-size:11px;font-weight:500;line-height:13px}.menu-item.logout .label{color:#f04438}.auth-menu{flex-direction:column;gap:1px;width:100%;display:flex}.auth-menu .menu-item .label{color:#344054}.footer{isolation:isolate;background:#300708;flex-direction:column;align-items:center;width:100%;padding:100px 112px 48px;display:flex;position:relative}.footer-container{flex-direction:column;align-items:center;gap:42px;width:100%;max-width:1594px;padding:0;display:flex}.footer-main{border-bottom:1px solid #fcf1f31a;flex-direction:column;align-items:flex-start;gap:10px;width:100%;padding:0 0 42px;display:flex}.footer-grid{flex-direction:row;align-items:flex-start;gap:78px;width:100%;padding:0;display:flex}.footer-brand{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:28px;width:368px;padding:0;display:flex}.footer-logo{width:258px;height:50px}.footer-logo-link{text-decoration:none;display:block}.footer-logo-link svg{width:100%;height:100%}.footer-description{text-align:left;color:#fcf1f399;margin:0;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:23px}.footer-social{flex-direction:row;align-items:center;gap:12px;padding:0;display:flex}.footer-social-link{box-sizing:border-box;border:1px solid #fcf1f333;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social-link:hover{background:#fcf1f31a;border-color:#fcf1f366;transform:translateY(-2px)}.footer-social-link svg{width:16px;height:16px}.footer-nav{flex-direction:row;flex:1;justify-content:space-between;align-items:flex-start;gap:80px;padding:0;display:flex}.footer-nav-column{flex-direction:column;align-items:flex-start;gap:20px;min-width:115px;padding:0;display:flex}.footer-nav-title{letter-spacing:2px;text-transform:uppercase;color:#fff;margin:0;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px}.footer-nav-list{flex-direction:column;align-items:flex-start;gap:19px;margin:0;padding:3px 0;list-style:none;display:flex}.footer-nav-item{margin:0}.footer-nav-link,.footer-nav-text{letter-spacing:-.14px;color:#fcf1f3b3;text-align:left;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;transition:color .3s;display:block}.footer-nav-link:hover{color:#fff}.footer-nav-text{line-height:20px}.footer-bottom{width:100%}.footer-bottom-content{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.footer-copyright{color:#fcf1f380;margin:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;line-height:16px}.footer-legal{flex-direction:row;align-items:center;gap:24px;padding:0;display:flex}.footer-legal-link{color:#fcf1f380;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;line-height:16px;text-decoration:none;transition:color .3s}.footer-legal-link:hover{color:#fcf1f3cc}@media (width<=1400px){.footer{padding:80px 60px 40px}.footer-grid,.footer-nav{gap:50px}.footer-brand{width:320px}}@media (width<=1200px){.footer{padding:70px 40px 36px}.footer-grid{gap:40px}.footer-nav{flex-wrap:wrap;gap:40px}.footer-brand{width:280px}}@media (width<=1024px){.footer{padding:60px 40px 32px}.footer-grid{flex-direction:column;gap:40px}.footer-brand{text-align:center;align-items:center;width:100%}.footer-description{text-align:center;max-width:500px}.footer-nav{justify-content:space-between;gap:30px;width:100%}.footer-nav-column{flex:1;min-width:auto}.footer-bottom-content{text-align:center;flex-direction:column;gap:16px}.footer-legal{flex-wrap:wrap;justify-content:center;gap:16px}}@media (width<=768px){.footer{padding:50px 24px 28px}.footer-container{gap:32px}.footer-main{padding:0 0 32px}.footer-grid{gap:32px}.footer-nav{flex-wrap:wrap;justify-content:flex-start;gap:24px}.footer-nav-column{flex:0 0 calc(50% - 12px);min-width:150px}.footer-nav-title{letter-spacing:1.5px;font-size:11px}.footer-nav-list{gap:16px}.footer-nav-link,.footer-nav-text{font-size:13px;line-height:18px}.footer-copyright{text-align:center;font-size:11px}.footer-legal-link{font-size:11px}}@media (width<=600px){.footer{padding:40px 20px 24px}.footer-container{gap:28px}.footer-main{padding:0 0 28px}.footer-grid{gap:28px}.footer-brand{gap:20px}.footer-logo{width:200px;height:40px}.footer-description{font-size:13px;line-height:21px}.footer-social-link{width:36px;height:36px}.footer-nav{gap:20px}.footer-nav-column{flex:0 0 calc(50% - 10px);gap:16px}.footer-nav-list{gap:14px}.footer-bottom-content,.footer-legal{gap:12px}}@media (width<=480px){.footer{padding:32px 16px 20px}.footer-container{gap:24px}.footer-main{padding:0 0 24px}.footer-grid{gap:24px}.footer-brand{gap:16px}.footer-logo{width:160px;height:35px}.footer-description{font-size:12px;line-height:20px}.footer-social{gap:8px}.footer-social-link{width:32px;height:32px}.footer-social-link svg{width:14px;height:14px}.footer-nav{gap:16px}.footer-nav-column{flex:0 0 calc(50% - 8px);gap:14px}.footer-nav-title{letter-spacing:1.5px;font-size:10px}.footer-nav-list{gap:12px;padding:2px 0}.footer-nav-link,.footer-nav-text{font-size:12px;line-height:18px}.footer-copyright{font-size:10px;line-height:14px}.footer-legal{flex-wrap:wrap;justify-content:center;gap:10px}.footer-legal-link{font-size:10px;line-height:14px}}@media (width<=320px){.footer{padding:28px 12px 16px}.footer-nav-column{flex:0 0 100%}.footer-legal{flex-direction:column;align-items:center;gap:8px}}.footer-vector{z-index:2;position:absolute;top:-35px;left:50%;transform:translate(-50%)}.footer-vector img{width:46px;height:91px;display:block}@media (width<=768px){.footer-vector img{width:36px;height:71px}}@media (width<=480px){.footer-vector img{width:28px;height:56px}}.login-modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:1050;background:#0009;justify-content:center;align-items:center;padding:16px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.login-modal{width:100%;max-width:870px;animation:.4s cubic-bezier(.4,0,.2,1) slideUp}.login-modal .modal-content{background:#fff;border-radius:6px;width:100%;height:540px;max-height:95vh;padding:0;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.login-modal .modal-left{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;width:435px;min-width:435px;height:540px;position:relative}.login-modal .modal-left-overlay{background:#00000026;position:absolute;inset:0}.login-modal .modal-right{background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:435px;min-width:435px;height:540px;display:flex;position:relative}.login-modal .modal-close-btn{cursor:pointer;z-index:10;color:#141414;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:all .3s;display:flex;position:absolute;top:24px;right:24px}.login-modal .modal-close-btn:hover{opacity:.6}.login-modal .modal-close-btn svg{stroke-width:2px;width:14px;height:14px}.login-modal .form-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:39px;width:100%;max-width:356px;padding:64px 40px 68px;display:flex}.login-modal .form-vector-icon{flex-shrink:0;width:81px;height:84px}.login-modal .form-vector-icon img{object-fit:contain;width:100%;height:100%}.login-modal .form-header{text-align:center;width:100%}.login-modal .form-header h2{letter-spacing:-.6px;color:#141414;margin:0 0 8px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:500;line-height:42px}.login-modal .form-header p{color:#666;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:400;line-height:140%}.login-modal .otp-sent-text{color:#666;margin:0 0 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:400;line-height:140%}.login-modal .phone-badge{color:#730f1b;background:#fafafa;border:1px solid #e6e6e6;border-radius:1000px;align-items:center;gap:6px;padding:4px 12px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;display:inline-flex}.login-modal .phone-badge svg{width:14px;height:14px}.login-modal .input-group{width:100%}.login-modal .phone-input-wrapper{background:#fff;border:1px solid #e6e6e6;border-radius:1000px;align-items:center;width:100%;height:44px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 0 2px #424a6217}.login-modal .phone-input-wrapper:focus-within{border-color:#730f1b;box-shadow:0 0 0 3px #730f1b14}.login-modal .country-prefix{color:#4d5874;background:#fafafa;border-radius:4px 0 0 4px;flex-shrink:0;align-items:center;height:44px;padding:8px 8px 8px 12px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex}.login-modal .input-divider{background:#e6e6e6;flex-shrink:0;width:1px;height:24px}.login-modal .phone-input-field{color:#141414;letter-spacing:.5px;background:0 0;border:none;outline:none;flex:1;height:44px;padding:0 12px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:400;line-height:20px}.login-modal .phone-input-field::placeholder{color:#7b7b7b;letter-spacing:0}.login-modal .terms-wrapper{width:100%}.login-modal .checkbox-label{cursor:pointer;color:#888;align-items:center;gap:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;font-weight:400;line-height:12px;display:flex}.login-modal .custom-login-checkbox{display:none}.login-modal .checkbox-mark{background:#fff;border:1.5px solid #dbdbdb;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .3s;display:flex;box-shadow:0 0 2px #424a6217}.login-modal .custom-login-checkbox:checked+.checkbox-mark{background:#730f1b;border-color:#730f1b}.login-modal .checkbox-mark svg{opacity:0;width:10px;height:10px;transition:all .3s}.login-modal .custom-login-checkbox:checked+.checkbox-mark svg{opacity:1}.login-modal .checkbox-text a{color:#730f1b;font-weight:500;text-decoration:underline}.login-modal .btn-primary{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;padding:0 16px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:all .3s;display:flex}.login-modal .btn-primary:hover:not(:disabled){background:#5c0d16;transform:translateY(-1px);box-shadow:0 8px 25px #730f1b4d}.login-modal .btn-primary:active:not(:disabled){transform:translateY(0)}.login-modal .btn-primary:disabled{opacity:.6;cursor:not-allowed}.login-modal .spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}.login-modal .btn-text{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;width:100%;padding:8px 0;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:400;transition:all .3s;display:flex}.login-modal .btn-text:hover{color:#141414}.login-modal .link-btn{color:#730f1b;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;transition:all .3s;display:inline-flex}.login-modal .link-btn:hover{color:#5c0d16;text-decoration:underline}.login-modal .form-footer{text-align:center;color:#666;justify-content:center;align-items:center;gap:4px;width:100%;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:400;display:flex}.login-modal .alert-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;animation:.3s slideInRight;display:flex}.login-modal .alert-error svg{flex-shrink:0}.login-modal .otp-input-group{justify-content:center;gap:8px;width:100%;display:flex}.login-modal .otp-input-field{text-align:center;color:#141414;background:#fff;border:2px solid #e6e6e6;border-radius:4px;outline:none;width:46px;height:52px;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:700;transition:all .3s;box-shadow:0 0 2px #424a6217}.login-modal .otp-input-field:focus{border-color:#730f1b;box-shadow:0 0 0 4px #730f1b0f}.login-modal .otp-input-field.filled{background:#fafafa;border-color:#dbdbdb}.login-modal .resend-wrapper{text-align:center;width:100%}.login-modal .resend-timer-text{color:#888;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:400}.login-modal .resend-timer-text strong{color:#730f1b;font-weight:600}.login-modal .form-step{flex-direction:column;align-items:center;gap:24px;width:100%;animation:.35s slideInRight;display:flex}@media (width<=870px){.login-modal{max-width:100%}.login-modal .modal-content{border-radius:6px;flex-direction:column;height:auto;max-height:95vh}.login-modal .modal-left{width:100%;min-width:unset;flex-shrink:0;height:180px;min-height:140px}.login-modal .modal-right{width:100%;min-width:unset;flex-shrink:0;height:auto;padding:0}.login-modal .form-wrapper{gap:28px;max-width:100%;padding:32px 24px 40px}.login-modal .modal-close-btn{top:16px;right:16px}.login-modal .form-header h2{font-size:26px;line-height:34px}.login-modal .otp-input-group{gap:6px}.login-modal .otp-input-field{width:40px;height:46px;font-size:18px}.login-modal .btn-primary{height:40px;font-size:13px}.login-modal .phone-input-wrapper{height:40px}.login-modal .country-prefix{height:40px;padding:6px 8px 6px 12px;font-size:13px}.login-modal .phone-input-field{height:40px;font-size:13px}}@media (width<=480px){.login-modal .form-wrapper{gap:20px;padding:24px 16px 32px}.login-modal .form-header h2{font-size:22px;line-height:30px}.login-modal .form-header p{font-size:12px}.login-modal .otp-input-field{width:36px;height:40px;font-size:16px}.login-modal .modal-left{height:120px;min-height:100px}.login-modal .btn-primary{height:36px;font-size:12px}.login-modal .phone-input-wrapper{height:36px}.login-modal .country-prefix{height:36px;padding:4px 6px 4px 10px;font-size:12px}.login-modal .phone-input-field{height:36px;padding:0 8px;font-size:12px}}:root{--header-height:84px;--header-total-height:133px;--container-max-width:1594px;--search-bar-width:893.81px;--search-input-width:484px;--color-primary:#730f1b;--color-text:#413f3a;--color-text-dark:#b2b2b2;--color-border:#e6e6e6;--color-border-light:#dbdbdb;--color-bg:#fff;--color-search-placeholder:#b3b3b3;--color-badge:#c91f46;--icon-size:24px;--icon-container:38px;--nav-height:49px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);font-family:Inter,TRYClother-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.fixed-top{z-index:1030;-webkit-backdrop-filter:blur(5px);background:#fffffffc;border-bottom:1px solid #e6e6e6;margin-bottom:1rem;position:fixed;top:0;left:0;right:0}.header-wrapper{width:100%;max-width:var(--container-max-width);flex-direction:column;justify-content:center;align-items:center;height:84px;min-height:64px;margin:0 auto;display:flex}.header-container{justify-content:space-between;align-items:center;width:100%;height:74px;margin:0 auto;display:flex}.header-logo{flex-shrink:0;align-items:center;margin-right:20px;display:flex}.header-logo img{object-fit:contain;width:auto;height:34px}.header-search{max-width:var(--search-input-width);flex:1;justify-content:center;align-items:center;min-width:300px;margin:0 20px;display:flex}.search-wrapper{width:100%;height:44px;position:relative}.search-input-group{background:var(--color-bg);border:1px solid var(--color-border-light);border-radius:30px;align-items:center;gap:8px;width:100%;height:44px;padding:0 12px;transition:all .3s;display:flex}.search-input-group:focus-within{border-color:var(--color-primary);box-shadow:0 2px 10px #730f1b1a}.search-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.search-icon img,.search-icon svg{width:24px;height:24px}.search-input{letter-spacing:-.12px;height:100%;color:var(--color-text-dark);background:0 0;border:none;outline:none;flex:1;padding:0 4px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.search-input::placeholder{color:var(--color-search-placeholder);letter-spacing:-.12px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.search-clear-btn{cursor:pointer;color:#999;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;transition:color .2s;display:flex}.search-clear-btn:hover{color:var(--color-primary)}.header-actions{flex-shrink:0;align-items:center;gap:20px;margin-left:20px;display:flex}.header-icon{width:var(--icon-container);height:var(--icon-container);color:var(--color-text-dark);cursor:pointer;background:0 0;border:none;border-radius:41px;justify-content:center;align-items:center;padding:6px;text-decoration:none;transition:all .3s;display:flex;position:relative}.header-icon:hover{background-color:#730f1b0d}.header-icon img{object-fit:contain;width:24px;height:24px}.header-icon svg{width:24px;height:24px}.header-icons-group{align-items:center;gap:5px;display:flex}.icon-with-badge{position:relative}.badge-count{background-color:var(--color-badge);color:#fff;pointer-events:none;border-radius:60px;justify-content:center;align-items:center;min-width:19px;height:15px;padding:0 4px;font-family:Clash Display,Inter,sans-serif;font-size:10px;font-weight:600;line-height:12px;display:flex;position:absolute;top:1px;right:1px;transform:translate(30%,-10%)}.header-divider{border:1px solid var(--color-border);width:0;height:20px;margin:0 8px}.header-nav{width:100%;height:var(--nav-height);background:var(--color-bg);border-bottom:1px solid var(--color-border);justify-content:center;align-items:center;padding:0;display:flex}.header-nav-container{width:100%;max-width:var(--container-max-width);height:var(--nav-height);justify-content:space-between;align-items:center;gap:32px;display:flex}.header-nav-left,.header-nav-right{align-items:center;gap:16px;display:flex}.nav-category-btn{cursor:pointer;letter-spacing:-.14px;height:50px;color:var(--color-text);white-space:nowrap;background:0 0;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;display:flex}.nav-category-btn .nav-category-img{object-fit:cover;border-radius:1000px;width:30px;height:30px}.mobile-header{background-color:var(--color-bg);padding:20px 20px 16px;display:none}.mobile-header-content{justify-content:space-between;align-items:center;display:flex}.mobile-logo{align-items:center;display:flex}.mobile-logo img{object-fit:contain;width:auto;height:32px}.mobile-header-right{align-items:center;gap:5px;display:flex}.mobile-icon{cursor:pointer;color:var(--color-text-dark);background:0 0;border:none;border-radius:41px;justify-content:center;align-items:center;width:38px;height:38px;padding:6px;text-decoration:none;transition:background-color .3s;display:flex;position:relative}.mobile-icon:hover{background-color:#730f1b0d}.mobile-icon svg{width:24px;height:24px}.mobile-icon .badge-count{color:#fff;pointer-events:none;background-color:#c91f46;border-radius:60px;justify-content:center;align-items:center;min-width:19px;height:15px;padding:0 4px;font-family:Clash Display,Inter,sans-serif;font-size:10px;font-weight:600;line-height:12px;display:flex;position:absolute;top:1px;right:1px;transform:translate(30%,-10%)}.mobile-search-bar{background-color:var(--color-bg);padding:0 18px 16px;display:none}.mobile-search-input-group{background:var(--color-bg);cursor:pointer;border:1px solid #e6e6e6;border-radius:30px;align-items:center;gap:8px;height:44px;padding:0 12px;transition:all .3s;display:flex}.mobile-search-input-group:active{border-color:var(--color-primary)}.mobile-search-input-group .search-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.mobile-search-input-group .search-icon svg{width:24px;height:24px}.mobile-search-input{color:#b3b3b3;cursor:pointer;background:0 0;border:none;outline:none;flex:1;height:100%;padding:0 4px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.mobile-search-input::placeholder{color:#b3b3b3;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.desktop-search-suggestions{border:1px solid var(--color-border-light);z-index:1050;background:#fff;border-radius:12px;max-height:400px;padding:8px 0;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 30px #0000001f}.desktop-search-suggestions .suggestion-item{cursor:pointer;padding:12px 16px;transition:background-color .2s}.desktop-search-suggestions .suggestion-item:hover{background-color:#730f1b0d}.desktop-search-suggestions .suggestion-name{color:var(--color-text-dark);font-family:Inter,sans-serif;font-size:14px}.search-modal-overlay{z-index:1040;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.search-modal-overlay.show{opacity:1;visibility:visible}.search-modal{z-index:1050;border-bottom:1px solid var(--color-border);background:#fff;max-height:100vh;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translateY(-100%)}.search-modal.show{transform:translateY(0)}.search-modal-content{width:100%;max-width:600px;margin:0 auto;padding:0}.search-modal-header{border-bottom:1px solid var(--color-border-light);z-index:1;background:#fff;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.search-modal-close{color:var(--color-text-dark);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:8px;font-size:24px;display:flex}.search-modal-input-wrapper{flex:1;align-items:center;display:flex;position:relative}.search-modal-input{border:1px solid var(--color-border-light);border-radius:30px;outline:none;width:100%;height:44px;padding:0 40px 0 16px;font-family:Inter,sans-serif;font-size:16px;transition:border-color .3s}.search-modal-input:focus{border-color:var(--color-primary)}.search-modal-clear{color:#999;cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.search-modal-body{text-align:left;min-height:200px;padding:16px}.loading-state{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.suggestions-section,.popular-searches-section{margin-bottom:24px}.suggestions-title,.popular-searches-section h6,.recent-searches-section h6{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.suggestion-item{cursor:pointer;border-bottom:1px solid #f5f5f5;padding:12px 0;transition:background-color .2s}.suggestion-item:hover{background-color:#730f1b05}.suggestion-name{color:var(--color-text-dark);font-family:Inter,sans-serif;font-size:15px}.recent-searches-section{margin-bottom:24px}.recent-searches-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.clear-recent-btn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px}.recent-searches-tags{flex-wrap:wrap;gap:8px;display:flex}.recent-search-tag{border:1px solid var(--color-border-light);color:var(--color-text-dark);cursor:pointer;background:#f5f5f5;border-radius:20px;padding:6px 14px;font-family:Inter,sans-serif;font-size:13px;transition:all .2s}.recent-search-tag:hover{border-color:var(--color-primary);background:#730f1b0d}body.search-modal-open{overflow:hidden}@media (width<=1300px){.header-container{padding:15px 16px}.header-nav-container{padding:0 16px}.header-nav-left,.header-nav-right{gap:8px}.nav-category-btn{padding:8px;font-size:13px}}@media (width<=1200px){.header-container{padding:15px 16px}.header-search{max-width:400px}.header-nav-container{gap:16px;padding:0 16px}.nav-category-btn{flex-direction:column;align-items:center;display:flex}.header-nav{height:100px}.nav-category-btn .nav-category-img{width:50px;height:50px}.mobile-search-bar{padding:0 18px}}@media (width<=991px){.header-wrapper{height:auto;display:block!important}.header-container{display:none}.header-nav{display:flex}.mobile-header,.mobile-search-bar{display:block}}@media (width>=992px){.search-modal,.search-modal-overlay{display:none!important}}.text-red{color:var(--color-primary)!important}.bg-white{background-color:var(--color-bg)!important}.d-none{display:none!important}@media (width>=992px){.d-lg-none{display:none!important}.d-lg-flex{display:flex!important}.d-lg-block{display:block!important}}@media (width<=991px){.d-lg-flex,.d-lg-block{display:none!important}}*{scrollbar-width:thin;scrollbar-color:#b3b3b3 #f1f1f1}.nav-category-btn{color:#413f3a;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:400;text-decoration:none;display:flex}.nav-category-btn:hover,.nav-category-btn.active{border-bottom:1px solid #730f1b;border-radius:0;background:0 0!important}.nav-category-img{object-fit:cover;border-radius:50%;width:30px;height:30px}.header-nav-left,.header-nav-right{align-items:center;gap:2rem;display:flex}@media (width<=991px){.mega-menu-wrapper{display:none!important}}.mega-menu-wrapper{z-index:999;background:0 0;position:absolute;top:100%;left:0;right:0}.header-nav{background-color:#fff;border-bottom:1px solid #f0f0f0;position:relative}.header-nav-container{justify-content:space-between;align-items:center;height:50px;margin:0 auto;display:flex}.header-nav-left,.header-nav-right{align-items:center;gap:2rem;display:flex}.nav-category-wrapper{position:relative}.nav-category-btn{color:#413f3a;text-transform:uppercase;cursor:pointer;white-space:nowrap;letter-spacing:.3px;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 0;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.nav-category-img{object-fit:cover;border:1px solid #f0e0ec;border-radius:50%;width:28px;height:28px}@media (width<=992px){.mega-menu-wrapper{display:none!important}main{margin-top:13.5rem}}.services-dropdown-wrapper{cursor:pointer;position:relative}.services-dropdown{z-index:1000;background:#fff;border:1px solid #f2f4f7;border-radius:8px;flex-direction:column;align-items:flex-start;gap:4px;width:293px;margin-top:8px;padding:6px;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 36px -4px #1018281c}.services-dropdown-item{color:#000;cursor:pointer;box-sizing:border-box;border-bottom:1px solid #f2f2f2;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;text-decoration:none;transition:background-color .2s;display:flex}.services-dropdown-item:last-child{border-bottom:none}.services-dropdown-item:hover{background-color:#730f1b0f}.services-dropdown-item-icon{background:0 0;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.services-dropdown-item-icon i{color:#730f1b;font-size:22px}.services-dropdown-item-label{color:#000;flex:1;margin-left:12px;font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:20px}.services-dropdown-item-arrow{color:#b3b3b3;font-size:20px}@media (width<=992px){.services-dropdown{display:none}}.back-to-top-btn{color:#fff;cursor:pointer;z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#af1212,#902121);border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.4s fadeInUp;display:flex;position:fixed;bottom:85px;right:5%}.back-to-top-btn:hover{background:linear-gradient(135deg,#af1212,#902121);transform:scale(1.12)translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.back-to-top-btn{width:46px;height:46px;font-size:20px;bottom:90px;right:10%}}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}main{flex:1}:root{--home-max-width:1506px;--banner-height:629px;--banner-inner-height:585px;--banner-inner-width:1472px;--color-primary:#6d1a1a;--color-gold:#d4af37;--color-text:#333;--color-text-light:#666;--color-white:#fff;--border-radius:12px}.hero-area{justify-content:center;align-items:center;width:100%;display:flex;overflow:visible}.position-relative{width:100%;margin:0 auto;position:relative}.nav-arrow{cursor:pointer;color:#6d1a1a;z-index:10;background:#fffffff2;border:2px solid #6d1a1a33;border-radius:50%;outline:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #00000026}.nav-arrow:hover{background:#fff;border-color:#6d1a1a;box-shadow:0 6px 20px #00000040}.nav-arrow:active{transform:translateY(-50%)scale(.95)}.nav-prev{left:25px}.nav-next{right:25px}.custom-dots-container{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000004d;border-radius:30px;gap:12px;padding:8px 20px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;outline:none;width:10px;height:10px;padding:0;transition:all .3s}.dot.active{background:#fff}.dot:hover{background:#fffc}.hero-swiper{width:100%;height:76vh;overflow:hidden}.hero-swiper .swiper-slide{border-radius:12px;height:75vh;overflow:hidden}.hero-swiper .banner-link{width:100%;height:100%;display:block}.hero-swiper .banner-content-wrapper{width:100%;height:100%}.hero-swiper .banner-image{object-position:center;border-radius:12px;width:100%;height:100%}.hero-swiper .swiper-slide{border-radius:12px;width:92%;height:76vh;overflow:hidden}.home-loading{justify-content:center;display:flex}@media (width<=992px){.hero-swiper{height:450px}.hero-swiper .swiper-slide{height:auto}.nav-arrow{width:42px;height:42px;font-size:22px}.nav-prev{left:20px}.nav-next{right:20px}}@media (width<=640px){.hero-swiper,.hero-swiper .swiper-slide{height:auto}.nav-arrow{width:36px;height:36px;font-size:20px}.nav-prev{left:12px}.nav-next{right:12px}.custom-dots-container{gap:8px;padding:6px 14px;bottom:14px}.hero-swiper .banner-image{object-fit:contain;object-position:center;border-radius:12px;width:100%}}.tag-section-3col{background:#fff;width:100%;max-width:1594px;margin:0 auto;padding:80px 0}.tag-3col-container{flex-direction:column;gap:40px;max-width:1594px;margin:0 auto;display:flex}.tag-3col-title{text-align:center;letter-spacing:-.3px;color:#0e0d10;margin:0;font-family:Instrument Sans,Inter,sans-serif;font-size:32px;font-weight:500;line-height:40px}.tag-3col-grid{grid-template-columns:repeat(3,1fr);gap:22px;max-width:1507px;display:grid}.tag-3col-card{cursor:pointer;border-radius:10px;width:100%;height:auto;text-decoration:none;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden}.tag-3col-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.tag-3col-overlay{background:linear-gradient(#0000 0%,#0000004d 40%,#000000b3 100%);padding:30px;transition:padding .3s;position:absolute;bottom:0;left:0;right:0}.tag-3col-card:hover .tag-3col-overlay{padding-bottom:40px}.tag-3col-name{color:#fff;letter-spacing:-.14px;font-family:Inter,sans-serif;font-size:20px;font-weight:500}.tag-section-3col-mobile{background:#fff;width:100%;padding:0;display:none}.tag-3col-mobile-container{flex-direction:column;align-items:flex-start;gap:14px;width:100%;padding:0 16px;display:flex}.tag-3col-mobile-title{color:#141414;width:100%;margin:0;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:24px}.tag-3col-mobile-card{border-radius:8px;width:100%;height:145px;text-decoration:none;transition:transform .3s;display:block;overflow:hidden}.tag-3col-mobile-card:hover{transform:scale(1.02)}.tag-3col-mobile-image{object-fit:cover;border-radius:8px;width:100%;height:100%}@media (width<=768px){.tag-section-3col-mobile{display:block}.tag-section-3col-carousel{display:none}}@media (width>=769px){.tag-section-3col-mobile{display:none}.tag-section-3col-carousel{display:block}}.tag-section-carousel{background:#f6f2f1;width:100%;margin:0 auto;padding:84px 120px;overflow:hidden}.tag-carousel-container{flex-direction:column;gap:48px;max-width:1594px;margin:0 auto;display:flex}.tag-carousel-header{justify-content:space-between;align-items:center;width:100%;display:flex}.tag-carousel-title{letter-spacing:-.3px;color:#0e0d10;margin:0;font-family:Instrument Sans,Inter,sans-serif;font-size:32px;font-weight:500;line-height:40px}.tag-carousel-nav{gap:8px;display:flex}.carousel-nav-btn{cursor:pointer;background:#fff;border:none;border-radius:50px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.carousel-nav-btn:hover{color:#fff;background:#6d1a1a;transform:scale(1.05)}.carousel-nav-btn i{color:#5c5c5c;font-size:20px;transition:color .3s}.carousel-nav-btn:hover i{color:#fff}.tag-carousel-scroll{scrollbar-width:none;-ms-overflow-style:none;gap:22px;padding-bottom:5px;display:flex;overflow-x:auto}.tag-carousel-scroll::-webkit-scrollbar{display:none}.tag-carousel-card{flex-direction:column;flex-shrink:0;gap:10px;min-width:259px;max-width:259px;text-decoration:none;transition:transform .3s;display:flex}.tag-carousel-card:hover{transform:translateY(-4px)}.carousel-card-image{background:#f0f0f0;border-radius:8px;width:259px;height:259px;overflow:hidden}.carousel-card-image img{width:100%;height:100%;transition:transform .5s}.tag-carousel-card:hover .carousel-card-image img{transform:scale(1.08)}.carousel-card-name{text-align:center;letter-spacing:-.14px;color:#5c5c5c;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:28px;transition:color .3s}.tag-carousel-card:hover .carousel-card-name{color:#0e0d10;font-weight:500}.tag-section-mobile-grid{background:#f6f2f1;width:100%;padding:0;display:none}.tag-mobile-grid-container{background:#f6f2f1;flex-direction:column;align-items:flex-start;gap:14px;width:100%;padding:24px 16px;display:flex}.tag-mobile-grid-title{color:#000;margin:0;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:28px}.tag-mobile-grid-scroll-container{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-items:flex-start;gap:16px;width:100%;padding:0;display:flex;overflow-x:auto}.tag-mobile-grid-scroll-container::-webkit-scrollbar{display:none}.tag-mobile-grid-row{flex-direction:row;align-items:center;gap:14px;min-width:min-content;padding:0;display:flex}.tag-mobile-grid-card{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:5px;width:111px;padding:0;text-decoration:none;display:flex}.tag-mobile-grid-image{object-fit:cover;background:#f0f0f0;border-radius:8px;width:111px;height:112px}.tag-mobile-grid-name{color:#101219;text-align:left;width:100%;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px}@media (width<=768px){.tag-section-mobile-grid{display:block}.tag-section-carousel{display:none}}@media (width>=769px){.tag-section-mobile-grid{display:none}.tag-section-carousel{display:block}}.products-tabs-section{background:#fff;width:100%;padding:100px 107px 60px}.products-tabs-container{flex-direction:column;align-items:center;gap:38px;max-width:1594px;margin:0 auto;display:flex}.section-title{letter-spacing:-.3px;color:#0e0d10;margin:0;font-family:Instrument Sans,Inter,sans-serif;font-size:32px;font-weight:500;line-height:40px}.tabs-header{border-bottom:1px solid #dbdbdb;gap:6px;display:flex}.tab-btn{letter-spacing:-.14px;color:#5c5c5c;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;height:40px;padding:4px 16px;font-family:Inter,sans-serif;font-size:20px;line-height:32px;transition:all .3s}.tab-btn.active{color:#212529;border-bottom-color:#730f1b;font-weight:500}.tab-btn:hover{color:#212529}.products-grid{flex-wrap:wrap;justify-content:center;gap:24px;width:100%;display:flex}.product-card{border-radius:4px;flex-direction:column;gap:8px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.product-image-wrapper{background:#fafafa;border:1px solid #e6e6e6;border-radius:8px;width:100%;height:286px;position:relative;overflow:hidden}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-badge{color:#000;background:#fff;border-radius:4px;padding:3px 10px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;position:absolute;top:17px;left:10px;box-shadow:0 2px 3px #424a620a,0 0 4px #424a6217,0 3px 6px #424a620a}.product-info{text-align:left;flex-direction:column;gap:4px;padding:0;display:flex}.product-name-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.product-name{letter-spacing:-.12px;color:#000;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;overflow:hidden}.wishlist-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0}.wishlist-btn i{color:#292929;font-size:24px;transition:color .3s}.wishlist-btn:hover i{color:#e74c3c}.product-price{letter-spacing:-.12px;color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tag-section-3col,.tag-section-carousel,.products-tabs-section{animation:1s ease-out fadeIn}@media (width<=1200px){.tag-section-carousel,.products-tabs-section{padding:60px 40px}.tag-3col-grid{grid-template-columns:repeat(3,1fr)}.tag-3col-card{height:400px}}@media (width<=991px){.tag-section-3col{padding:50px 16px}.tag-3col-grid{grid-template-columns:repeat(2,1fr)}.tag-section-carousel{padding:50px 24px}.tag-carousel-header{flex-direction:column;align-items:flex-start;gap:16px}.products-tabs-section{padding:50px 24px}.product-card{width:calc(50% - 12px);height:auto}.product-image-wrapper{height:220px}}@media (width<=768px){.tag-section-3col{padding:40px 12px}.tag-3col-title{font-size:24px;line-height:32px}.tag-3col-grid{gap:16px}.tag-3col-card{height:300px}.tag-section-carousel{padding:40px 16px}.tag-carousel-title{font-size:24px;line-height:32px}.carousel-nav-btn{width:36px;height:36px}.tag-carousel-card{min-width:200px;max-width:200px}.carousel-card-image{width:200px;height:200px}.carousel-card-name{font-size:15px;line-height:24px}.products-tabs-section{padding:40px 16px}.section-title{font-size:24px;line-height:32px}.products-tabs-container{gap:40px}.tab-btn{padding:4px 12px;font-size:16px}.product-card{width:100%;max-width:305px}}@media (width<=480px){.tag-section-3col{padding:30px 8px}.tag-3col-container{gap:24px}.tag-3col-title{font-size:20px;line-height:28px}.tag-3col-grid{grid-template-columns:1fr;gap:12px}.tag-3col-card{height:250px}.tag-3col-name{font-size:16px}.tag-carousel-card{min-width:160px;max-width:160px}.carousel-card-image{width:160px;height:160px}.carousel-card-name{font-size:14px}.products-tabs-section{padding:30px 12px}.section-title{font-size:20px;line-height:28px}.products-tabs-container{gap:30px}.tab-btn{height:36px;padding:4px 10px;font-size:14px}.product-image-wrapper{height:200px}.product-name,.product-price{font-size:14px}}.gold-rate-section{background:#fff;width:100%;max-width:1594px;margin:0 auto}.gold-rate-container{isolation:isolate;background:#f6f2f1;border-radius:10px;flex-direction:row;align-items:center;gap:12px;max-width:1594px;margin:0 auto;padding:16px 24px 16px 40px;display:flex;position:relative;overflow:hidden}.gold-rate-header{z-index:1;flex-shrink:0}.gold-rate-title{letter-spacing:-.14px;color:#141414;white-space:nowrap;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:28px}.gold-rate-cards{z-index:3;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;flex:1;align-items:flex-start;gap:12px;display:flex;overflow-x:auto}.gold-rate-cards::-webkit-scrollbar{display:none}.gold-rate-card{background:#fffffff7;border-radius:10px;flex-direction:column;flex:1 0;align-items:center;gap:6px;min-width:184px;padding:10px;display:flex}.rate-purity{letter-spacing:-.12px;color:#5c5c5c;white-space:nowrap;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px}.rate-price{letter-spacing:-.12px;color:#141414;white-space:nowrap;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px}.gold-rate-decor-bottom-left{z-index:0;pointer-events:none;opacity:.8;width:108px;height:119px;position:absolute;bottom:-59px;left:-40px}.gold-rate-decor-bottom-left img{object-fit:contain;filter:blur(2px);width:100%;height:100%}.gold-rate-decor-top-right{z-index:2;pointer-events:none;opacity:.8;width:80px;height:92px;position:absolute;top:-32px;right:-19px}.gold-rate-decor-top-right img{object-fit:contain;width:100%;height:100%}@media (width<=991px){.gold-rate-container{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 16px}.gold-rate-cards{width:100%;overflow-x:auto}.gold-rate-card{min-width:150px}.gold-rate-decor-bottom-left{width:70px;height:80px;bottom:-10px;left:-20px}.gold-rate-decor-top-right{width:50px;height:60px;top:-20px;right:-10px}}@media (width<=480px){.gold-rate-card{min-width:130px;padding:8px}.rate-purity{font-size:11px}.rate-price{font-size:14px}.gold-rate-decor-bottom-left{width:50px;height:60px;bottom:-5px;left:-15px}.gold-rate-decor-top-right{width:40px;height:50px;top:-15px;right:-8px}}.tag-section-3col-carousel{background:#fff;padding:40px 80px;overflow:hidden}.tag-3col-carousel-container{max-width:1594px;margin:0 auto}.tag-3col-carousel-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.tag-3col-carousel-title{letter-spacing:-.3px;color:#0e0d10;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:500;line-height:40px}.tag-3col-carousel-nav{gap:8px;display:flex}.tag-3col-carousel-nav .carousel-nav-btn{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s;display:flex}.tag-3col-carousel-nav .carousel-nav-btn:hover{background:#e0e0e0}.tag-3col-carousel-nav .carousel-nav-btn i{color:#5c5c5c;font-size:24px}.tag-3col-carousel-scroll{-ms-overflow-style:none;scrollbar-width:none;-webkit-user-select:none;user-select:none;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.tag-3col-carousel-scroll::-webkit-scrollbar{width:0;height:0;display:none}.tag-3col-carousel-card{pointer-events:auto;border-radius:8px;flex:0 0 656px;height:263px;transition:transform .3s;overflow:hidden}.tag-3col-carousel-card:hover{transform:scale(1.02)}.tag-3col-carousel-image{object-fit:cover;pointer-events:none;width:100%;height:100%}.tag-carousel-grid-scroll{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;-webkit-user-select:none;user-select:none;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.tag-carousel-grid-scroll::-webkit-scrollbar{width:0;height:0;display:none}.tag-carousel-grid-card{pointer-events:auto;flex:0 0 205.67px;text-decoration:none;transition:transform .3s}.tag-carousel-grid-image{object-fit:cover;pointer-events:none;border-radius:12px 12px 4px 4px;width:100%;height:240px;margin-bottom:5px}@media (width<=1024px){.tag-3col-carousel-card{flex:0 0 400px;height:200px}.tag-featured-layout{flex-direction:column}.tag-featured-left{flex:1;width:100%}.tag-featured-large-card{height:350px}.tag-section-3col-carousel,.tag-section-featured,.tag-section-carousel-grid{padding:40px}}@media (width<=768px){.tag-3col-carousel-card{flex:0 0 280px;height:160px}.tag-featured-left{flex-direction:column}.tag-featured-large-card{height:250px}.tag-featured-features{flex-direction:column;gap:16px}.tag-carousel-grid-card{flex:0 0 150px}.tag-carousel-grid-image{height:180px}.tag-3col-carousel-header,.tag-carousel-grid-header{flex-direction:column;align-items:flex-start;gap:16px}.tag-section-3col-carousel,.tag-section-featured,.tag-section-carousel-grid{padding:30px 20px}}.tag-section-featured{background:#fff;padding:110px 80px 60px}.tag-featured-container{max-width:1594px;margin:0 auto}.tag-featured-layout{gap:52px;margin-bottom:64px;display:flex}.tag-featured-left{flex:0 0 774px;gap:24px;display:flex}.tag-featured-large-card{border-radius:12px;flex:1;height:551px;transition:transform .3s;position:relative;overflow:hidden}.tag-featured-large-card:hover{transform:scale(1.02)}.tag-featured-large-image{object-fit:cover;width:100%;height:100%}.tag-featured-large-name{letter-spacing:1.39527px;color:#9a6d32;text-shadow:0 2px 4px #0000001a;font-family:Luxury,serif;font-size:36.7px;font-weight:400;line-height:41px;position:absolute;left:50%;transform:translate(-50%)}.tag-featured-large-card:first-child .tag-featured-large-name{top:6.15%}.tag-featured-large-card:last-child .tag-featured-large-name{bottom:6%}.tag-featured-right{flex-direction:column;flex:1;display:flex}.tag-featured-header{margin-bottom:14px}.tag-featured-label{letter-spacing:-.14px;color:#5c5c5c;margin-bottom:10px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:block}.tag-featured-title{letter-spacing:-.3px;color:#0e0d10;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:500;line-height:40px}.tag-featured-list{flex-direction:column;gap:0;margin-top:10px;display:flex}.tag-featured-list-item{border-radius:4px;justify-content:space-between;align-items:center;padding:8px 12px;text-decoration:none;transition:background .3s;display:flex}.tag-featured-list-item:hover{background:#f5f5f5}.tag-featured-list-name{letter-spacing:-.1px;color:#141414;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:28px}.tag-featured-list-image-wrapper{border:1px solid #e6e6e6;border-radius:50%;flex-shrink:0;width:72px;height:72px;overflow:hidden}.tag-featured-list-image{object-fit:cover;width:100%;height:100%}.tag-featured-features{gap:32px;padding:40px 0;display:flex}.tag-featured-feature-card{text-align:center;background:#ffffff8c;border:1px solid #fff9;border-radius:20px;flex:1;padding:32px 17px}.tag-featured-feature-icon{border:1px solid #e6e6e6;border-radius:90px;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;display:flex}.tag-featured-feature-content h4{letter-spacing:-.1px;color:#141414;margin:0 0 16px;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:28px}.tag-featured-feature-content p{letter-spacing:-.12px;color:#5c5c5c;margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.tag-section-carousel-grid{background:#f6f2f1;padding:60px 80px}.tag-carousel-grid-container{max-width:1507px;margin:0 auto}.tag-carousel-grid-header{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.tag-carousel-grid-title{letter-spacing:-.3px;color:#0e0d10;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:500;line-height:40px}.tag-carousel-grid-nav{gap:8px;display:flex}.tag-carousel-grid-nav .carousel-nav-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s;display:flex}.tag-carousel-grid-nav .carousel-nav-btn:hover{background:#e8e8e8}.tag-carousel-grid-nav .carousel-nav-btn i{color:#5c5c5c;font-size:24px}.tag-carousel-grid-scroll{scroll-behavior:smooth;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.tag-carousel-grid-scroll::-webkit-scrollbar{height:4px}.tag-carousel-grid-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:2px}.tag-carousel-grid-scroll::-webkit-scrollbar-thumb{background:silver;border-radius:2px}.tag-carousel-grid-card{flex:0 0 205.67px;text-decoration:none;transition:transform .3s}.tag-carousel-grid-card:hover{transform:translateY(-4px)}.tag-carousel-grid-image{object-fit:cover;border-radius:12px 12px 4px 4px;width:100%;height:240px;margin-bottom:5px}.tag-carousel-grid-name{letter-spacing:-.14px;color:#141414;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:block}@media (width<=768px){.tag-section-featured{background:#fff;padding:1rem}}.guided-scheme-section{background:#fff;padding:30px 80px}.guided-scheme-container{isolation:isolate;align-items:flex-start;max-width:1594px;min-height:520px;margin:0 auto;display:flex;position:relative}.guided-scheme-content{z-index:0;background:#f6f2f1;border-radius:0 40px 40px 0;flex:1;justify-content:center;align-items:center;min-height:520px;padding:80px;display:flex}.guided-scheme-text-stack{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:540px;display:flex}.guided-scheme-eyebrow{text-align:center;text-transform:capitalize;color:#5c5c5c;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:17px}.guided-scheme-title{text-align:center;letter-spacing:-.4px;color:#141414;max-width:424px;margin:0;font-family:Instrument Sans,sans-serif;font-size:40px;font-weight:500;line-height:48px}.guided-scheme-description{text-align:center;color:#5c5c5c;max-width:480px;margin:0;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:150%}.guided-scheme-button{letter-spacing:-.14px;color:#fff;background:#730f1b;border-radius:45px;justify-content:center;align-items:center;gap:6px;width:288px;height:54px;padding:0 18px;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:28px;text-decoration:none;transition:background .3s;display:inline-flex}.guided-scheme-button:hover{color:#fff;background:#8f1a2a}.guided-scheme-image-wrapper{z-index:1;background:#f4ece2;border-radius:40px 0 0 40px;flex:0 0 580px;height:520px;position:relative}.guided-scheme-border-ring{z-index:2;border:2.8px solid #efb578;border-radius:497px 497px 0 0;width:458px;height:430px;position:absolute;top:calc(50% - 211px);left:calc(50% - 229.5px)}.guided-scheme-image{z-index:3;object-fit:cover;width:482px;height:419px;position:absolute;top:101px;left:calc(50% - 229.5px)}@media (width<=1024px){.guided-scheme-section{padding:30px 40px}.guided-scheme-container{flex-direction:column}.guided-scheme-content{border-radius:40px 40px 0 0;min-height:auto;padding:40px}.guided-scheme-image-wrapper{border-radius:0 0 40px 40px;flex:0 0 400px;width:100%;height:400px}.guided-scheme-border-ring{display:none}.guided-scheme-image{object-fit:cover;border-radius:0 0 40px 40px;width:100%;height:100%;position:relative;top:0;left:0}}@media (width<=768px){.guided-scheme-section{padding:20px 16px}.guided-scheme-content{padding:30px 20px}.guided-scheme-title{font-size:28px;line-height:36px}.guided-scheme-description{font-size:16px}.guided-scheme-button{width:100%;max-width:288px}.guided-scheme-image-wrapper{flex:0 0 300px;height:300px}}.single-child-section{flex-direction:column;justify-content:center;align-items:center;gap:64px;width:100%;padding:110px 80px;display:flex}.single-child-container{width:100%;max-width:1294px}.single-child-layout{flex-direction:row;align-items:flex-start;gap:52px;width:100%;padding:0;display:flex}.single-child-large-image{border-radius:12px;flex:none;width:647px;height:793px;overflow:hidden}.single-child-large-image img{object-fit:cover;border-radius:12px;width:100%;height:100%;transition:transform .3s}.single-child-large-image:hover img{transform:scale(1.03)}.single-child-right{flex-direction:column;flex:1;align-items:flex-start;gap:30px;width:595px;padding:0;display:flex}.single-child-title{letter-spacing:-.3px;color:#0e0d10;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:500;line-height:40px}.single-child-products-grid{flex-flow:wrap;align-content:flex-start;align-items:flex-start;gap:26px;width:100%;padding:0;display:flex}.single-child-product-card{width:284px;height:350px;color:inherit;border-radius:4px;flex-direction:column;align-items:flex-start;gap:8px;padding:0;text-decoration:none;display:flex;position:relative}.single-child-product-image-wrapper{box-sizing:border-box;background:#f9f9f9;border:1px solid #e6e6e6;border-radius:8px;flex:1;align-self:stretch;width:100%;height:290px;position:relative;overflow:hidden}.single-child-product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.single-child-product-card:hover .single-child-product-image-wrapper img{transform:scale(1.05)}.single-child-placeholder-image{background:#fafafa;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.single-child-product-badge{letter-spacing:-.14px;color:#000;z-index:2;background:#fff;border-radius:4px;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:3px 10px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:flex;position:absolute;top:17px;left:10px;box-shadow:0 2px 3px #424a620a,0 0 4px #424a6217,0 3px 6px #424a620a}.single-child-product-info{flex-direction:column;align-self:stretch;align-items:flex-start;gap:4px;width:100%;padding:0;display:flex}.single-child-product-name-row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;padding:0;display:flex}.single-child-product-name{letter-spacing:-.12px;color:#000;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;overflow:hidden}.single-child-wishlist-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.single-child-wishlist-btn i{color:#292929;font-size:20px}.single-child-wishlist-btn:hover i{color:#730f1b}.single-child-product-price{letter-spacing:-.12px;color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px}@media (width<=1400px){.single-child-section{padding:80px 40px}.single-child-large-image{width:500px;height:620px}.single-child-right{flex:1;width:auto}}@media (width<=1200px){.single-child-layout{flex-direction:column;gap:40px}.single-child-large-image{width:100%;height:400px}.single-child-right{width:100%}.single-child-products-grid{justify-content:center}}@media (width<=768px){.single-child-section{padding:60px 20px}.single-child-layout{gap:30px}.single-child-large-image{height:300px}.single-child-title{font-size:24px;line-height:32px}.single-child-product-card{width:100%;max-width:284px;height:auto}.single-child-products-grid{gap:16px}}.trust-badges-section{flex-direction:column;justify-content:center;align-items:center;gap:64px;width:100%;padding:10px 80px;display:flex}.trust-badges-container{box-sizing:border-box;background:#fff;flex-direction:row;align-items:center;gap:32px;width:100%;max-width:1346px;padding:30px 0 120px;display:flex}.trust-badge-card{box-sizing:border-box;background:#ffffff8c;border:1px solid #fff9;border-radius:20px;flex-direction:column;flex:1;align-items:center;gap:24px;min-width:0;padding:0 17px;display:flex}.trust-badge-icon-circle{box-sizing:border-box;border:1px solid #e6e6e6;border-radius:90px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;display:flex}.trust-badge-icon-circle svg{width:40px;height:40px}.trust-badge-content{flex-direction:column;align-items:center;gap:16px;width:100%;padding:0;display:flex}.trust-badge-title{letter-spacing:-.1px;color:#141414;text-align:center;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:28px}.trust-badge-description{letter-spacing:-.12px;color:#5c5c5c;text-align:center;max-width:376px;margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}@media (width<=1024px){.trust-badges-section{padding:10px 40px}.trust-badges-container{gap:24px;padding:20px 0 80px}.trust-badge-card{padding:0 12px}.trust-badge-title{font-size:18px;line-height:24px}.trust-badge-description{font-size:14px;line-height:20px}}@media (width<=768px){.trust-badges-section{padding:10px 20px}.trust-badges-container{flex-direction:column;gap:20px;padding:20px 0 60px}.trust-badge-card{width:100%;max-width:410px;padding:24px 17px}.trust-badge-icon-circle{width:64px;height:64px}.trust-badge-icon-circle svg{width:32px;height:32px}.trust-badge-content{gap:12px}}@media (width<=480px){.trust-badges-section{padding:10px 16px}.trust-badges-container{gap:16px;padding:16px 0 40px}.trust-badge-card{gap:16px;padding:20px 16px}.trust-badge-icon-circle{width:56px;height:56px}.trust-badge-icon-circle svg{width:28px;height:28px}.trust-badge-title{font-size:16px;line-height:22px}.trust-badge-description{font-size:14px;line-height:20px}}.luxury-banner-section{background:#faf7f2;flex-direction:column;align-items:flex-start;width:100%;padding:0;display:flex}.luxury-banner-container{background:#faf7f2;flex-direction:row;align-items:flex-start;width:100%;max-width:1506px;margin:0 auto;padding:0;display:flex}.luxury-banner-left{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:32px;width:720px;min-height:591px;padding:80px 64px 80px 112px;display:flex}.luxury-banner-eyebrow{flex-direction:row;align-items:center;gap:12px;padding:0;display:flex}.luxury-banner-brand{text-transform:uppercase;color:#c5a059;letter-spacing:.5px;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;line-height:16px}.luxury-banner-dot{background:#c5a059;border-radius:2px;width:4px;height:4px}.luxury-banner-collection{text-transform:uppercase;color:#6e6560;letter-spacing:.5px;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;line-height:16px}.luxury-banner-text-stack{flex-direction:column;align-items:flex-start;gap:16px;width:100%;padding:0;display:flex}.luxury-banner-headline{color:#1c1714;letter-spacing:-.5px;margin:0;font-family:Playfair Display,Luxury,serif;font-weight:400;line-height:110%}.luxury-banner-accent-line{flex-direction:row;align-items:flex-start;width:100%;padding:8px 0;display:flex}.luxury-banner-gold-divider{border:1.5px solid #c5a059;width:120px;height:0}.luxury-banner-subline{color:#6e6560;margin:0;font-family:Instrument Serif,Georgia,serif;font-size:28px;font-style:italic;font-weight:400;line-height:130%}.luxury-banner-description{color:#6e6560;max-width:480px;margin:0;font-family:Manrope,sans-serif;font-size:14px;font-weight:400;line-height:160%}.luxury-banner-cta{box-sizing:border-box;text-transform:uppercase;color:#1c1714;cursor:pointer;background:0 0;border:1px solid #c5a059;border-radius:50px;flex-direction:row;justify-content:center;align-items:center;padding:14px 36px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;line-height:18px;text-decoration:none;transition:all .3s;display:flex}.luxury-banner-cta:hover{color:#fff;background:#c5a059}.luxury-banner-right{isolation:isolate;flex-direction:column;flex:1;align-items:flex-start;min-height:591px;padding:0;display:flex;position:relative}.luxury-banner-image-wrapper{border-radius:20px;width:100%;height:591px;position:relative;overflow:hidden}.luxury-banner-image{object-fit:cover;width:100%;height:100%;display:block}.luxury-banner-overlay{z-index:1;background:linear-gradient(90deg,#faf7f226 0%,#faf7f200 30%);border-radius:20px 0 0 20px;width:100%;height:100%;position:absolute;top:0;left:0}.luxury-banner-curve{z-index:2;width:30px;height:59px;position:absolute;top:50%;left:-1px;transform:translateY(-50%)}.luxury-banner-curve svg{width:100%;height:100%}@media (width<=1400px){.luxury-banner-left{width:600px;padding:60px 40px 60px 80px}.luxury-banner-headline{font-size:56px}.luxury-banner-subline{font-size:24px}.luxury-banner-image-wrapper{height:550px}}@media (width<=1200px){.luxury-banner-left{gap:24px;width:500px;min-height:500px;padding:50px 40px 50px 60px}.luxury-banner-headline{font-size:48px}.luxury-banner-subline{font-size:22px}.luxury-banner-description{max-width:400px;font-size:13px}.luxury-banner-image-wrapper{height:500px}.luxury-banner-text-stack{gap:12px}}@media (width<=1024px){.luxury-banner-container{flex-direction:column}.luxury-banner-left{order:2;width:100%;min-height:auto;padding:60px 40px}.luxury-banner-right{order:1;width:100%;min-height:auto}.luxury-banner-image-wrapper{border-radius:0;height:400px}.luxury-banner-overlay{border-radius:0}.luxury-banner-headline{font-size:48px}.luxury-banner-headline br{display:none}.luxury-banner-description{max-width:100%}.luxury-banner-curve{display:none}}@media (width<=768px){.luxury-banner-left{gap:20px;padding:40px 32px}.luxury-banner-headline{font-size:40px;line-height:115%}.luxury-banner-subline{font-size:20px}.luxury-banner-image-wrapper{height:350px}.luxury-banner-description{font-size:13px;line-height:150%}.luxury-banner-cta{padding:12px 28px;font-size:12px}.luxury-banner-text-stack{gap:10px}.luxury-banner-accent-line{padding:6px 0}.luxury-banner-gold-divider{width:100px}}@media (width<=600px){.luxury-banner-left{gap:18px;padding:32px 24px}.luxury-banner-headline{font-size:36px}.luxury-banner-subline{font-size:18px}.luxury-banner-image-wrapper{height:300px}.luxury-banner-cta{justify-content:center;width:100%;padding:12px 24px}.luxury-banner-eyebrow{gap:8px}.luxury-banner-brand,.luxury-banner-collection{font-size:11px}}@media (width<=480px){.luxury-banner-left{gap:16px;padding:28px 20px}.luxury-banner-headline{font-size:32px;line-height:120%}.luxury-banner-subline{font-size:16px}.luxury-banner-image-wrapper{height:250px}.luxury-banner-description{font-size:12px;line-height:150%}.luxury-banner-cta{padding:10px 20px;font-size:11px}.luxury-banner-gold-divider{border-width:1px;width:80px}}@media (width<=320px){.luxury-banner-headline{font-size:28px}.luxury-banner-image-wrapper{height:200px}.luxury-banner-left{padding:24px 16px}.luxury-banner-subline{font-size:14px}}.category-nav-strip{box-sizing:border-box;background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;width:100%;height:112px;position:relative;overflow:hidden}.category-nav-viewport{width:100%;height:100%;overflow:hidden}.category-nav-track{flex-direction:row;align-items:center;gap:60px;width:max-content;height:100%;padding:0 80px;animation:30s linear infinite category-scroll-left;display:flex}.category-nav-strip:hover .category-nav-track{animation-play-state:paused}@keyframes category-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.category-nav-item{cursor:pointer;flex-direction:row;flex:none;align-items:center;gap:12px;text-decoration:none;display:flex}.category-thumbnail{background-color:#f6f2f1;background-position:50%;background-size:cover;border-radius:50%;flex:none;width:56px;height:56px;overflow:hidden}.category-thumbnail img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.category-label{letter-spacing:-.14px;color:#111827;white-space:nowrap;flex:none;align-items:center;height:32px;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:32px;display:flex}.category-nav-strip:before,.category-nav-strip:after{content:"";z-index:2;pointer-events:none;width:60px;position:absolute;top:0;bottom:0}.category-nav-strip:before{background:linear-gradient(90deg,#fff,#fff0);left:0}.category-nav-strip:after{background:linear-gradient(270deg,#fff,#fff0);right:0}@media (width<=992px){.category-nav-strip{height:96px}.category-nav-track{gap:28px;padding:0 40px;animation-duration:24s}.category-thumbnail{width:48px;height:48px}.category-label{height:28px;font-size:17px;line-height:28px}}@media (width<=640px){.category-nav-strip{height:84px}.category-nav-track{gap:20px;padding:0 20px;animation-duration:20s}.category-thumbnail{width:40px;height:40px}.category-label{height:24px;font-size:15px;line-height:24px}}.video-showcase-section{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:100px 80px 60px;display:flex}.video-showcase-container{flex-direction:column;align-items:center;gap:34px;width:100%;max-width:1594px;padding:0;display:flex}.video-showcase-header{flex-direction:column;align-items:center;gap:14px;padding:0;display:flex}.video-showcase-title{letter-spacing:-.3px;color:#0e0d10;text-align:center;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:500;line-height:40px}.video-showcase-subtitle{letter-spacing:-.14px;color:#5c5c5c;text-align:center;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:32px}.video-showcase-carousel-wrapper{flex-direction:row;align-items:center;gap:0;width:100%;padding:0;display:flex;position:relative}.video-showcase-scroll{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;flex-direction:row;align-items:center;gap:16px;width:100%;padding:0;display:flex;overflow-x:auto}.video-showcase-scroll::-webkit-scrollbar{display:none}.video-showcase-scroll:active{cursor:grabbing}.video-card{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:16px;width:312px;height:100%;padding:0;display:flex;position:relative}.video-card-thumbnail{background:#000;border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.video-card-video{object-fit:cover;border-radius:12px;width:100%;height:100%;display:block}.video-card-overlay{pointer-events:none;background:linear-gradient(#0000 0%,#0000001a 100%);border-radius:12px;width:100%;height:100%;position:absolute;top:0;left:0}.video-showcase-nav-btn{cursor:pointer;z-index:3;background:#f5f5f5;border:none;border-radius:50%;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;padding:14px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.video-showcase-nav-btn:hover{background:#e8e8e8;transform:translateY(-50%)scale(1.05)}.video-showcase-nav-btn:active{transform:translateY(-50%)scale(.95)}.video-showcase-nav-prev{left:-27px}.video-showcase-nav-next{right:-27px}.video-showcase-nav-btn svg{width:24px;height:24px}@media (width<=1400px){.video-showcase-section{padding:80px 60px 50px}.video-card{width:280px;height:430px}}@media (width<=1200px){.video-showcase-section{padding:70px 40px 40px}.video-card{width:260px;height:400px}.video-showcase-nav-prev{left:-20px}.video-showcase-nav-next{right:-20px}}@media (width<=1024px){.video-showcase-section{padding:60px 40px 40px}.video-showcase-container{gap:28px}.video-showcase-title{font-size:28px;line-height:36px}.video-showcase-subtitle{font-size:18px;line-height:28px}.video-card{width:250px;height:380px}.video-showcase-nav-btn{width:48px;height:48px;padding:12px}}@media (width<=768px){.video-showcase-section{padding:50px 24px 30px}.video-showcase-container{gap:24px}.video-showcase-header{gap:10px}.video-showcase-title{font-size:24px;line-height:32px}.video-showcase-subtitle{font-size:16px;line-height:24px}.video-card{width:220px;height:340px}.video-showcase-scroll{gap:12px}.video-showcase-nav-btn{width:44px;height:44px;padding:10px}.video-showcase-nav-prev{left:-18px}.video-showcase-nav-next{right:-18px}}@media (width<=600px){.video-showcase-section{padding:40px 20px 30px}.video-showcase-container{gap:20px}.video-card{width:200px;height:310px}.video-showcase-nav-btn{width:40px;height:40px;padding:8px}.video-showcase-nav-btn svg{width:20px;height:20px}.video-showcase-nav-prev{left:-12px}.video-showcase-nav-next{right:-12px}}@media (width<=480px){.video-showcase-section{padding:32px 16px 24px}.video-showcase-container{gap:16px}.video-showcase-title{font-size:22px;line-height:28px}.video-showcase-subtitle{font-size:14px;line-height:22px}.video-card{width:180px;height:280px}.video-showcase-scroll{gap:10px}.video-showcase-nav-btn{width:36px;height:36px;padding:6px}.video-showcase-nav-btn svg{width:18px;height:18px}.video-showcase-nav-prev{left:-10px}.video-showcase-nav-next{right:-10px}}@media (width<=320px){.video-showcase-title{font-size:20px;line-height:26px}.video-card{width:160px;height:250px}.video-showcase-nav-btn{display:none}}.benefits-headline-section{background:#fff;flex-direction:column;align-items:center;width:100%;padding:90px 80px 140px;display:flex}.benefits-headline-container{flex-direction:column;align-items:center;gap:48px;width:100%;max-width:1346px;padding:0;display:flex}.benefits-chips-row{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:16px;width:100%;padding:0;display:flex}.benefit-chip{box-sizing:border-box;white-space:nowrap;background:#fff;border:1px solid #e6e6e6;border-radius:30px;flex-direction:row;align-items:center;gap:8px;height:44px;padding:10px 16px;transition:all .3s;display:flex}.benefit-chip:hover{background:#fafafa;border-color:#ccc}.benefit-chip-icon{background:#f2f2f2;border-radius:1000px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.benefit-chip-icon svg{width:12px;height:12px}.benefit-chip-label{letter-spacing:-.14px;color:#5c5c5c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px}.benefits-content-stack{flex-direction:column;align-items:center;gap:40px;width:100%;padding:0;display:flex}.benefits-heading{text-align:center;letter-spacing:-.3px;color:#141414;width:100%;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:500;line-height:40px}.benefits-cta-link{box-sizing:border-box;letter-spacing:-.12px;color:#141414;border-bottom:1px solid #141414;flex-direction:column;align-items:flex-start;padding:0 0 4px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;transition:all .3s;display:flex}.benefits-cta-link:hover{color:#730f1b;border-bottom-color:#730f1b}@media (width<=1400px){.benefits-headline-section{padding:80px 60px 120px}}@media (width<=1200px){.benefits-headline-section{padding:70px 40px 100px}.benefits-heading{font-size:28px;line-height:36px}.benefits-chips-row{gap:12px}}@media (width<=1024px){.benefits-headline-section{padding:60px 40px 80px}.benefits-headline-container{gap:40px}.benefits-heading{font-size:26px;line-height:34px}.benefits-content-stack{gap:32px}.benefit-chip{height:40px;padding:8px 14px}.benefit-chip-label{font-size:13px}}@media (width<=768px){.benefits-headline-section{padding:50px 24px 70px}.benefits-headline-container{gap:32px}.benefits-heading{font-size:24px;line-height:32px}.benefits-chips-row{gap:10px}.benefit-chip{gap:6px;height:38px;padding:8px 12px}.benefit-chip-icon{width:20px;height:20px}.benefit-chip-icon svg{width:10px;height:10px}.benefit-chip-label{font-size:12px;line-height:18px}.benefits-content-stack{gap:28px}.benefits-cta-link{font-size:15px}}@media (width<=600px){.benefits-headline-section{padding:40px 20px 60px}.benefits-headline-container{gap:28px}.benefits-heading{font-size:22px;line-height:30px}.benefits-chips-row{justify-content:center;gap:8px}.benefit-chip{gap:5px;height:34px;padding:6px 10px}.benefit-chip-icon{width:18px;height:18px}.benefit-chip-icon svg{width:9px;height:9px}.benefit-chip-label{font-size:11px;line-height:16px}.benefits-content-stack{gap:24px}.benefits-cta-link{font-size:14px;line-height:22px}}@media (width<=480px){.benefits-headline-section{padding:32px 16px 50px}.benefits-headline-container{gap:24px}.benefits-heading{font-size:20px;line-height:28px}.benefits-chips-row{flex-flow:wrap;justify-content:center;gap:8px}.benefit-chip{gap:4px;height:32px;padding:6px 10px}.benefit-chip-icon{width:16px;height:16px}.benefit-chip-icon svg{width:8px;height:8px}.benefit-chip-label{letter-spacing:-.1px;font-size:11px;line-height:16px}.benefits-content-stack{gap:20px}.benefits-cta-link{font-size:13px;line-height:20px}}@media (width<=320px){.benefits-headline-section{padding:28px 12px 40px}.benefits-heading{font-size:18px;line-height:26px}.benefits-chips-row{gap:6px}.benefit-chip{height:30px;padding:5px 8px}.benefit-chip-label{font-size:10px}.benefits-cta-link{font-size:12px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.about-page{background:#fff;width:100%;max-width:1508px;margin:0 auto}.about-hero{border-radius:16px;width:100%;height:680px;position:relative;overflow:hidden}.about-hero-bg{width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-gradient{background:linear-gradient(#0000 0%,#000 100%);width:100%;height:317px;position:absolute;bottom:0;left:0}.about-hero-content{text-align:left;z-index:2;flex-direction:column;gap:58px;display:flex;position:absolute;top:435px;left:112px}.about-hero-title{color:#fafafa;max-width:429px;margin:0;font-family:Geist,sans-serif;font-size:50px;font-weight:500;line-height:60px}.about-hero-scroll{color:#5c5c5c;margin:0;font-family:Geist,sans-serif;font-size:18px;font-weight:400;line-height:180%}.about-hero-dots{z-index:2;align-items:center;gap:2px;display:flex;position:absolute;bottom:38px;right:145px}.about-hero-dots .dot{background:#fff6;border-radius:20px;width:8px;height:8px;transition:all .3s}.about-hero-dots .dot.active{background:#fff9;width:24px}.about-hero-play-area{z-index:2;align-items:center;gap:8px;display:flex;position:absolute;bottom:68px;right:146px}.about-hero-play-btn{cursor:pointer;background:#fff3;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.about-hero-play-btn:hover{background:#ffffff4d;transform:scale(1.05)}.about-hero-play-text{color:#fafafa;font-family:Geist,sans-serif;font-size:14px;font-weight:400}.about-story{padding:80px 10px 0}.about-story-container{flex-direction:column;gap:100px;max-width:1074px;margin:0 auto;display:flex}.about-story-content{text-align:left;flex-direction:column;gap:38px;display:flex}.about-story-label{color:#5c5c5c;font-family:Geist,sans-serif;font-size:25px;font-weight:400;line-height:110%}.about-story-heading{color:#141414;max-width:1064px;margin:0;font-family:Geist,sans-serif;font-size:33px;font-weight:500;line-height:150%}.about-story-description{color:#5c5c5c;max-width:712px;margin:0;font-family:Geist,sans-serif;font-size:18px;font-weight:400;line-height:180%}.about-stats-row{gap:50px;display:flex}.about-stat-item{flex-direction:column;flex:1;gap:16px;display:flex}.about-stat-number{color:#141414;font-family:Geist,sans-serif;font-size:72px;font-weight:400;line-height:76px}.about-stat-label{letter-spacing:-.01em;color:#5c5c5c;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:20px}.about-full-image{width:100%}.about-full-image-gradient{z-index:1;background:linear-gradient(#fff 0%,#fff0 100%);width:100%;height:451px;position:absolute;left:0}.about-full-image-img{object-fit:cover;width:100%;height:100%;top:-77px}.about-values{padding:100px 10px}.about-values-container{text-align:left;flex-direction:column;gap:60px;max-width:1594px;margin:0 auto;display:flex}.about-values-header{justify-content:space-between;align-items:flex-start;display:flex}.about-values-heading{color:#111827;max-width:510px;margin:0;font-family:Geist,sans-serif;font-size:40px;font-weight:500;line-height:56px}.about-values-subtext{color:#374151;max-width:474px;margin:0;font-family:Geist,sans-serif;font-size:16px;font-weight:400;line-height:26px}.about-values-grid{gap:24px;display:flex}.about-value-card{isolation:isolate;background:#f6f2f1;border-radius:16px;flex-direction:column;flex:1;gap:40px;padding:40px;display:flex;position:relative}.about-value-card-content{flex-direction:column;gap:24px;display:flex}.about-value-card-header{justify-content:space-between;align-items:center;display:flex}.about-value-card-number{letter-spacing:1px;text-transform:uppercase;color:#730f1b;font-family:Geist,sans-serif;font-size:12px;font-weight:600;line-height:16px}.about-value-card-title{color:#111827;margin:0;font-family:Geist,sans-serif;font-size:34px;font-weight:500;line-height:44px}.about-value-card-text{letter-spacing:-.12px;color:#5c5c5c;margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px}.about-value-card-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.about-value-card-list li{letter-spacing:-.12px;color:#5c5c5c;align-items:flex-start;gap:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;display:flex}.about-value-card-list li:before{content:"";background:#730f1b;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:9px}.about-value-card-vector{width:22px;height:43px;position:absolute;bottom:0;left:50%;transform:translate(-50%)rotate(90deg)}.about-team{background:#f6f2f1;padding:80px 10px}.about-team-container{flex-direction:column;align-items:center;gap:53px;max-width:1594px;margin:0 auto;display:flex}.about-team-title{text-align:center;color:#1a1a1a;margin:0;font-family:Geist,sans-serif;font-size:40px;font-weight:500;line-height:110%}.about-team-grid{flex-wrap:wrap;justify-content:center;gap:32px;max-width:1208px;display:flex}.about-team-card{background:#fff;border-radius:10px;flex-direction:column;gap:10px;width:304px;padding:4px 4px 10px;display:flex}.about-team-image-wrapper{border-radius:10px;width:296px;height:324px;overflow:hidden}.about-team-image{object-fit:cover;width:100%;height:100%}.about-team-info{flex-direction:column;gap:8px;padding:0 10px;display:flex}.about-team-name{color:#1a1a1a;margin:0;font-family:Geist,sans-serif;font-size:20px;font-weight:500;line-height:26px}.about-team-role{color:#666;margin:0;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:140%}.about-team-image-wrapper{border-radius:10px;width:296px;height:324px;position:relative;overflow:hidden}.about-team-card-vector{z-index:2;width:35px;height:40px;position:absolute;bottom:-11px;left:50%;transform:translate(-50%)}@media (width<=768px){.about-team-image-wrapper{width:100%;height:250px}}@media (width<=480px){.about-team-image-wrapper{height:300px}.about-team-card-vector{width:16px;height:32px}}.about-trust{padding:100px 80px}.about-trust-container{gap:32px;max-width:1594px;margin:0 auto;display:flex}.about-trust-card{border:1px solid #fff9;border-radius:20px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;min-height:204px;padding:0 17px;display:flex}.about-trust-icon{border:1px solid #e6e6e6;border-radius:90px;justify-content:center;align-items:center;width:76px;height:76px;display:flex}.about-trust-title{letter-spacing:-.1px;text-align:center;color:#141414;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:28px}.about-trust-text{letter-spacing:-.14px;text-align:center;color:#5c5c5c;max-width:376px;margin:0;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:20px}.about-divider{background:#f2f2f2;width:100%;max-width:1296px;height:1px;margin:0 auto}.about-gallery{padding:90px 0 10px}.about-gallery-container{flex-direction:column;align-items:center;gap:53px;max-width:1594px;margin:0 auto;display:flex}.about-gallery-title{text-align:center;color:#1a1a1a;margin:0;font-family:Geist,sans-serif;font-size:42px;font-weight:500;line-height:110%}.about-gallery-grid{flex-direction:column;gap:12px;width:100%;display:flex}.about-gallery-top,.about-gallery-bottom{gap:12px;width:100%;height:360px;display:flex}.about-gallery-item{border-radius:12px;overflow:hidden}.about-gallery-item img{object-fit:cover;width:100%;height:100%}.about-gallery-top-left{flex:0 0 751px}.about-gallery-top-right,.about-gallery-bottom-left,.about-gallery-bottom-center,.about-gallery-bottom-right{flex:1}.about-faq{padding:100px}.about-faq-container{text-align:left;gap:80px;max-width:1290px;margin:0 auto;display:flex}.about-faq-left{flex-direction:column;flex:0 0 416px;gap:24px;display:flex}.about-faq-title{letter-spacing:-.3px;color:#0e0d10;margin:0;font-family:Geist,sans-serif;font-size:36px;font-weight:600;line-height:40px}.about-faq-description{color:#5c5c5c;margin:0;font-family:Geist,sans-serif;font-size:18px;font-weight:400;line-height:28px}.about-faq-right{flex-direction:column;flex:1;gap:16px;display:flex}.about-faq-item{border-bottom:1px solid #debfbe4d;padding-bottom:16px}.about-faq-question{cursor:pointer;text-align:left;color:#141414;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 0;font-family:Geist,sans-serif;font-size:18px;font-weight:600;line-height:28px;display:flex}.about-faq-arrow{flex-shrink:0;transition:transform .3s}.about-faq-arrow.rotated{transform:rotate(180deg)}.about-faq-answer{max-height:0;padding-right:32px;transition:max-height .3s,padding .3s;overflow:hidden}.about-faq-answer.open{max-height:300px;padding-bottom:8px}.about-faq-answer p{color:#5c5c5c;margin:0;font-family:Geist,sans-serif;font-size:16px;font-weight:400;line-height:26px}@media (width<=1400px){.about-hero-content{left:60px}.about-story-container{padding:0 40px}}@media (width<=1200px){.about-values-grid{flex-direction:column}.about-values-header{flex-direction:column;gap:20px}.about-faq-container{flex-direction:column;gap:40px}.about-faq-left{flex:none}}@media (width<=1024px){.about-hero{border-radius:0;height:500px}.about-hero-content{gap:30px;top:300px;left:40px}.about-hero-title{font-size:36px;line-height:44px}.about-stats-row{flex-wrap:wrap;gap:30px}.about-stat-item{flex:0 0 calc(50% - 15px)}.about-gallery-top{flex-direction:column;height:auto}.about-gallery-top-left,.about-gallery-top-right{flex:none;width:100%;height:300px}.about-gallery-bottom{flex-direction:column;height:auto}.about-gallery-bottom-left,.about-gallery-bottom-center,.about-gallery-bottom-right{width:100%;height:300px}.about-trust,.about-faq{padding:60px 40px}}@media (width<=768px){.about-hero{height:400px}.about-hero-content{gap:20px;top:220px;left:24px}.about-hero-title{font-size:28px;line-height:36px}.about-hero-scroll{font-size:14px}.about-hero-play-area{bottom:40px;right:24px}.about-hero-dots{bottom:20px;right:24px}.about-story{padding:60px 16px 0}.about-story-heading{font-size:24px}.about-story-description{font-size:16px}.about-stat-number{font-size:48px;line-height:52px}.about-full-image-wrapper{height:500px}.about-values{padding:60px 16px}.about-values-heading{font-size:28px;line-height:38px}.about-value-card{padding:24px}.about-value-card-title{font-size:24px;line-height:32px}.about-team{padding:60px 16px}.about-team-title{font-size:28px}.about-team-card{width:calc(50% - 20px)}.about-team-image-wrapper{width:100%;height:250px}.about-trust{padding:40px 16px}.about-trust-container{flex-direction:column}.about-gallery{padding:60px 16px 10px}.about-gallery-title{font-size:28px}.about-faq{padding:40px 16px}.about-faq-title{font-size:28px;line-height:34px}}@media (width<=480px){.about-hero{height:350px}.about-hero-content{top:180px;left:16px}.about-hero-title{font-size:24px;line-height:30px}.about-stat-item{flex:0 0 100%}.about-stat-number{font-size:40px;line-height:44px}.about-full-image-wrapper{height:350px}.about-team-card{width:100%}.about-team-image-wrapper{height:300px}.about-gallery-top-left,.about-gallery-top-right,.about-gallery-bottom-left,.about-gallery-bottom-center,.about-gallery-bottom-right{height:200px}}.about-value-card{isolation:isolate;background:#f6f2f1;border-radius:16px;flex-direction:column;flex:1;gap:40px;padding:40px;display:flex;position:relative;overflow:hidden}.about-value-card>img:last-child{z-index:1;width:84px;height:43px;left:50%;transform:translate(-50%)}.about-value-card-content{z-index:0;flex-direction:column;gap:24px;display:flex;position:relative}.about-value-card-vector{z-index:1;width:22px;height:43px;position:absolute;left:50%;transform:translate(-50%)rotate(90deg)}.about-value-card-vector.vector-vision,.about-value-card-vector.vector-mission,.about-value-card-vector.vector-legacy{bottom:0}.header-nav{border-bottom:none!important}.contact-us-page{background:#fff;width:100%;max-width:1506px;margin:0 auto}.contact-hero{width:100%;height:570px;position:relative}.hero-background{width:100%;height:1110px;position:absolute;top:-77px;left:0}.hero-bg-image{object-fit:cover;width:100%;height:100%;position:relative;top:4rem}.hero-gradient-top{background:linear-gradient(#fff 0%,#fff0 100%);width:100%;height:223px;position:absolute;top:75px;left:0}.hero-gradient-bottom{background:linear-gradient(#fff 0%,#fff0 100%);width:100%;height:369px;position:absolute;bottom:-4rem;left:0;transform:rotate(180deg)}.hero-content{z-index:2;flex-direction:column;align-items:center;gap:24px;width:586px;display:flex;position:absolute;top:110px;left:50%;transform:translate(-50%)}.hero-title{text-align:center;color:#111827;margin:0;font-family:Geist,sans-serif;font-size:60px;font-weight:500;line-height:58px}.hero-description{text-align:center;color:#4b5563;margin:0;font-family:Geist,sans-serif;font-size:16px;font-weight:400;line-height:150%}@media (width<=991px){.hero-bg-image{object-fit:contain;width:100%;height:100%;top:20rem}.hero-background{width:100%;height:1110px;position:absolute;top:-42rem;left:0}.hero-content{top:2rem}.hero-gradient-bottom{height:169px;bottom:6rem}}.contact-main{margin-top:-15rem;padding:80px 100px 60px;position:relative}.contact-container{background:#fff;border-radius:20px;gap:80px;max-width:1306px;margin:0 auto;padding:20px 20px 20px 40px;display:flex}.contact-info{flex:0 0 592px;padding:30px 0}.contact-info-header{margin-bottom:38px}.eyebrow-text{color:#4b5563;margin-bottom:7px;font-family:Geist,sans-serif;font-size:12px;font-weight:700;line-height:16px;display:block}.contact-heading{color:#111827;margin:0;font-family:Geist,sans-serif;font-size:34px;font-weight:500;line-height:44px}.contact-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.contact-card{text-align:left;background:#f6f2f1;border-radius:16px;flex-direction:column;gap:20px;padding:32px;display:flex;box-shadow:0 0 2px #424a6217}.contact-card-icon{background:#fff;border-radius:24px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-card-icon img{width:24px;height:24px}.contact-card-content{flex-direction:column;gap:8px;display:flex}.contact-card-title{color:#141414;margin:0;font-family:Geist,sans-serif;font-size:20px;font-weight:500;line-height:26px}.contact-card-text{color:#5c5c5c;margin:0;font-family:Geist,sans-serif;font-size:16px;font-weight:400;line-height:140%}.contact-card-subtext{color:#5c5c5c;opacity:.7;margin:0;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:18px}.contact-form-wrapper{flex:1;min-width:0}.contact-form{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:28px;padding:48px;display:flex;box-shadow:0 4px 20px #00000005}.form-row{gap:20px;display:flex}.form-group{flex-direction:column;flex:1;gap:8px;display:flex}.form-group.full-width{flex:none;width:100%}.form-label{color:#111827;font-family:Geist,sans-serif;font-size:14px;font-weight:600;line-height:18px}.form-input{color:#111827;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;outline:none;padding:12px 16px;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:18px;transition:border-color .3s}.form-input:focus,.form-input.active{border-color:#730f1b}.form-input::placeholder{color:#9ca3af}.form-textarea{color:#111827;resize:none;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;outline:none;min-height:140px;padding:12px 16px;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:18px;transition:border-color .3s}.form-textarea:focus{border-color:#730f1b}.form-textarea::placeholder{color:#9ca3af}.form-actions{flex-direction:column;gap:16px;display:flex}.submit-button{cursor:pointer;background:#730f1b;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;transition:background-color .3s;display:flex}.submit-button:hover{background:#5a0c15}.submit-icon{width:16px;height:16px}.submit-button span{color:#fff;font-family:Geist,sans-serif;font-size:14px;font-weight:700;line-height:18px}.consent-text{text-align:center;color:#4b5563;margin:0;font-family:Geist,sans-serif;font-size:12px;font-weight:400;line-height:16px}.faq-section{padding:100px}.faq-container{gap:80px;max-width:1290px;margin:0 auto;display:flex}.faq-left{flex:0 0 416px}.faq-heading{letter-spacing:-.3px;color:#0e0d10;margin:0 0 24px;font-family:Geist,sans-serif;font-size:36px;font-weight:600;line-height:40px}.faq-description{color:#5c5c5c;margin:0;font-family:Geist,sans-serif;font-size:18px;font-weight:400;line-height:28px}.faq-right{flex:1}.faq-accordion{flex-direction:column;gap:16px;display:flex}.faq-item{border-bottom:1px solid #debfbe4d;padding-bottom:16px}.faq-question{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.faq-question h3{color:#141414;margin:0;font-family:Geist,sans-serif;font-size:18px;font-weight:600;line-height:28px}.faq-icon{width:12px;height:7.4px;transition:transform .3s}.faq-icon.rotated{transform:rotate(180deg)}.faq-answer{padding:0 32px 0 0;animation:.3s slideDown}.faq-answer p{color:#5c5c5c;margin:0;font-family:Geist,sans-serif;font-size:16px;font-weight:400;line-height:26px}@media (width<=1200px){.contact-main{padding:60px 40px}.contact-container{flex-direction:column;padding:20px}.contact-info{flex:none;width:100%}.faq-section{padding:60px 40px}.faq-container{flex-direction:column}.faq-left{flex:none;width:100%}}@media (width<=768px){.hero-title{font-size:40px;line-height:44px}.hero-content{width:90%}.contact-main{margin-top:-17rem;padding:40px 20px}.contact-cards-grid{grid-template-columns:1fr}.form-row{flex-direction:column}.contact-form{padding:24px}.faq-section{padding:40px 20px}.faq-heading{font-size:28px;line-height:34px}.faq-description{font-size:16px;line-height:24px}}@media (width<=480px){.hero-title{font-size:32px;line-height:38px}.hero-description{font-size:14px}.contact-heading{font-size:28px;line-height:36px}}.product-details-page{color:#141414;background:#fff;max-width:1594px;margin:0 auto;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif}.product-details-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.spinner-border{border:4px solid #f3f3f3;border-top-color:#730f1b;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-details-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:40px;display:flex}.product-details-error h2{color:#141414;margin-bottom:12px;font-size:28px}.product-details-error p{color:#5c5c5c;margin-bottom:24px}.btn-home{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:8px;padding:12px 32px;font-size:14px;font-weight:500;transition:background .2s}.btn-home:hover{background:#5c0c16}.product-breadcrumb{padding:16px 0 0}.product-breadcrumb nav{color:#5c5c5c;letter-spacing:-.12px;align-items:center;gap:8px;font-size:12px;font-weight:400;display:flex}.product-breadcrumb nav a{color:#5c5c5c;text-decoration:none;transition:color .2s}.product-breadcrumb nav a:hover{color:#730f1b}.product-breadcrumb .separator{color:#b3b3b3}.product-breadcrumb .current{color:#730f1b;font-weight:500}.product-hero-core{flex-direction:column;gap:14px;padding:16px 0 0;display:flex}.product-hero-content{flex-direction:row;align-items:flex-start;gap:34px;display:flex}.hero-left-gallery{flex-direction:column;flex:1;align-items:flex-start;gap:16px;width:636px;display:flex;overflow:hidden}.thumbnail-row{background:#fff;flex-direction:row;align-items:flex-start;gap:8px;width:100%;height:84px;display:flex}.thumbnail-item{cursor:pointer;background:#f5f5f5;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:98px;height:84px;transition:border-color .2s;overflow:hidden}.thumbnail-item.active{border-color:#b92a53}.thumbnail-item img{object-fit:cover;width:100%;height:100%}.thumbnail-item:hover:not(.active){border-color:#d4d4d4}.hero-right-controls{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:28px;width:624px;display:flex;scrollbar-width:none!important}.title-sharing{flex-direction:column;align-items:flex-start;gap:16px;width:100%;display:flex}.status-badges-row{flex-direction:row;align-items:flex-start;gap:8px;display:flex}.in-stock-badge{color:#141414;letter-spacing:-.12px;background:#f0f0f0;border-radius:6px;align-items:center;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.video-call-badge{color:#000;letter-spacing:-.12px;cursor:pointer;background:#eefcf3;border:none;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;font-weight:500;transition:background .2s;display:flex}.video-call-badge:hover{background:#d4f7e0}.video-call-badge i{color:#38bc5c;font-size:20px}.product-title-block{width:100%}.product-title-main{color:#141414;letter-spacing:-.3px;margin:0;font-size:28px;font-weight:600;line-height:40px}.rating-share-row{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.rating-group{align-items:center;gap:6px;display:flex}.rating-group .star-filled{color:#ffae3d;font-size:16px}.rating-value{color:#141414;font-size:14px;font-weight:600}.rating-count{color:#5c5c5c;font-size:14px;font-weight:400}.share-actions{align-items:flex-start;gap:12px;display:flex}.share-actions button{color:#5c5c5c;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;transition:color .2s}.share-actions button:hover{color:#730f1b}.price-info-box{border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}.price-amount{color:#5c143c;letter-spacing:-.3px;font-size:28px;font-weight:600}.price-note{color:#5c5c5c;font-size:12px;font-weight:400}.spec-badges-group{background:#fff;border:1px solid #e6e6e6;border-radius:8px;flex-direction:row;align-items:center;gap:12px;width:100%;height:56px;padding:6px 6px 6px 12px;display:flex}.spec-badge-item{flex-direction:column;align-items:flex-start;gap:4px;min-width:80px;display:flex}.spec-label{color:#141414;font-size:11px;font-weight:600}.spec-value{color:#730f1b;font-size:13px;font-weight:600}.spec-divider-vertical{background:#e6e6e6;width:1px;height:32px}.btn-customize-spec{color:#730f1b;letter-spacing:-.14px;cursor:pointer;white-space:nowrap;background:#f3d9e0;border:none;border-radius:4px;height:44px;margin-left:auto;padding:0 20px;font-size:14px;font-weight:500;transition:background .2s}.btn-customize-spec:hover{background:#e8c4cd}.delivery-details-module{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.delivery-title{color:#141414;font-size:14px;font-weight:600}.delivery-box{border:1px solid #e6e6e6;border-radius:8px;flex-direction:column;align-items:flex-start;width:100%;display:flex;overflow:hidden}.delivery-location-row{background:#98246414;border-bottom:1px solid #b92a53;flex-direction:row;align-items:center;gap:12px;width:100%;padding:16px;display:flex}.delivery-location-row i{color:#730f1b;font-size:20px}.location-text{color:#141414;flex:1;font-size:13px;font-weight:400}.change-link{color:#730f1b;cursor:pointer;letter-spacing:-.12px;background:0 0;border:none;font-size:12px;font-weight:500;text-decoration:underline}.delivery-estimate-row{background:#fff;flex-direction:row;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.delivery-estimate-row i{color:#730f1b;font-size:20px}.estimate-text{color:#141414;font-size:13px;font-weight:600}.cutoff-text{color:#5c5c5c;font-size:11px;font-weight:400}.action-buttons-group{flex-direction:column;gap:12px;width:100%;display:flex}.action-row{flex-direction:row;align-items:center;gap:12px;width:100%;display:flex}.btn-video-consult{cursor:pointer;background:#eefcf3;border:1px solid #b1f1c6;border-radius:8px;justify-content:center;align-items:center;width:52px;height:48px;padding:8px;transition:background .2s;display:flex}.btn-video-consult:hover{background:#d4f7e0}.btn-video-consult i{color:#38bc5c;font-size:32px}.btn-consult{color:#730f1b;letter-spacing:-.14px;cursor:pointer;background:#fff;border:1px solid #e6e6e6;border-radius:58px;flex:1;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 20px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.btn-consult:hover{background:#f8f8f8}.btn-consult i{font-size:18px}.btn-add-to-cart-main{color:#fff;letter-spacing:-.14px;cursor:pointer;background:#730f1b;border:none;border-radius:58px;justify-content:center;align-items:center;gap:12px;width:100%;height:46px;padding:0 20px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.btn-add-to-cart-main:hover{background:#5c0c16}.btn-add-to-cart-main i{font-size:18px}.benefits-scroll-row{border-radius:6px;flex-direction:row;align-items:center;gap:4px;width:100%;padding:10px 0;display:flex;overflow-x:scroll}.benefits-scroll-row::-webkit-scrollbar{height:2px}.benefits-scroll-row::-webkit-scrollbar-track{background:#f0f0f0;border-radius:2px}.benefits-scroll-row::-webkit-scrollbar-thumb{background:#b92a53;border-radius:2px}.benefit-item-scroll{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;min-width:167px;padding:0 16px;display:flex}.benefit-item-scroll i{color:#730f1b;font-size:24px}.benefit-item-scroll div{text-align:center;flex-direction:column;align-items:center;display:flex}.benefit-title{color:#141414;letter-spacing:-.12px;font-size:12px;font-weight:500}.benefit-sub{color:#5c5c5c;letter-spacing:.1px;font-size:11px;font-weight:400}.benefit-divider{border:1px solid #ffd9a3;flex-shrink:0;width:0;height:33.5px}.purity-info-box{border:1px solid #e6e6e6;border-radius:6px;flex-direction:row;align-items:center;gap:10px;width:100%;height:116.11px;padding:0 10px 0 0;display:flex}.purity-image{object-fit:cover;border-radius:6px;flex-shrink:0;width:110px;height:116.11px}.purity-content{flex-direction:row;flex:1;align-items:center;gap:18px;height:100%;padding:14px 0;display:flex}.purity-text{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:4px;display:flex}.purity-label{color:#141414;letter-spacing:-.12px;font-size:16px;font-weight:500}.purity-value{color:#5c5c5c;letter-spacing:.1px;font-size:11px;font-weight:400}.btn-purity-check{color:#05703d;letter-spacing:-.14px;cursor:pointer;white-space:nowrap;background:#eefcf3;border:1px solid #d4f7e0;border-radius:30px;justify-content:center;align-items:center;gap:12px;height:44px;padding:0 20px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.btn-purity-check:hover{background:#d4f7e0}.btn-purity-check i{font-size:18px}.tabs-section{flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-top:8px;display:flex}.product-tabs-header{border-bottom:1px solid #dbdbdb;flex-direction:row;justify-content:space-around;align-items:flex-start;gap:9px;width:100%;display:flex}.tab-btn{color:#141414;cursor:pointer;letter-spacing:-.12px;background:0 0;border:none;border-bottom:2px solid #0000;font-size:16px;font-weight:500;transition:all .2s}.tab-btn.active{color:#730f1b;border-bottom-color:#b92a53}.tab-btn:hover:not(.active){color:#730f1b}.tab-content-area{width:100%;padding:12px 0 16px}.price-breakup-content{flex-direction:column;align-items:flex-start;gap:2px;width:100%;display:flex}.price-breakup-item{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:3px 0;display:flex}.price-breakup-item .label{color:#5c5c5c;font-size:14px;font-weight:400}.price-breakup-item .value{color:#141414;font-size:13px;font-weight:500}.price-breakup-item.total{border-top:1px solid #e6e6e6;margin-top:4px;padding:4px 0}.price-breakup-item.total .label{color:#5c5c5c;font-size:16px;font-weight:400}.price-breakup-item.total .value{color:#141414;font-size:16px;font-weight:500}.details-content{flex-direction:column;gap:6px;display:flex}.detail-row{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:3px 0;display:flex}.detail-label{color:#5c5c5c;min-width:100px;font-size:14px;font-weight:500}.detail-value{color:#141414;font-size:14px;font-weight:400}.detail-row.description{flex-direction:column;gap:4px;margin-top:4px}.detail-row.description .detail-label{min-width:auto}.detail-row.description .detail-value{line-height:1.6}.contact-section{flex-direction:column;align-items:flex-start;gap:12px;width:100%;padding:12px 0;display:flex}.contact-title{color:#141414;letter-spacing:-.12px;font-size:16px;font-weight:500}.contact-buttons{flex-direction:row;align-items:flex-start;gap:6px;width:100%;display:flex}.contact-btn{color:#141414;letter-spacing:-.12px;cursor:pointer;background:#f5f5f5;border:none;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:6px;height:48px;padding:10px 22px;font-size:12px;font-weight:500;transition:background .2s;display:flex}.contact-btn i{font-size:20px}.contact-btn i.bx-phone{color:#730f1b}.contact-btn i.bxl-whatsapp,.contact-btn.whatsapp i{color:#25d366}.trust-badges-row{flex-direction:row;align-items:center;gap:2px;width:100%;padding:4px 0;display:flex}.trust-badge{background:#f5f5f5;flex:1;justify-content:center;align-items:center;gap:10px;height:47px;padding:6px 10px;display:flex}.trust-badge img{object-fit:contain;max-height:100%}.similar-products-section{border-top:1px solid #e6e6e6;padding:80px 106px}.similar-products-section h3{color:#141414;margin-bottom:32px;font-size:24px;font-weight:600}.similar-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.similar-product-card{color:inherit;text-decoration:none;transition:transform .2s}.similar-product-card:hover{transform:translateY(-4px)}.similar-product-card img{aspect-ratio:1;object-fit:cover;background:#f5f5f5;border:1px solid #e6e6e6;border-radius:4px;width:100%}.similar-product-info{padding:8px 0}.similar-product-name{color:#000;font-size:14px;font-weight:400;display:block}.similar-product-price{color:#000;font-size:14px;font-weight:500}.customer-reviews-section{border-top:1px solid #e6e6e6;margin-top:2rem;padding:52px 106px 40px}.reviews-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.reviews-header-left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.reviews-header-left h3{color:#141414;letter-spacing:-.1px;font-size:18px;font-weight:500}.rating-big{color:#141414;letter-spacing:-.5px;font-size:48px;font-weight:500}.rating-stars{gap:2px;display:flex}.star-icon{color:#ffae3d;font-size:16px}.star-icon.bx-star{color:#b3b3b3}.star-icon-small{color:#ffae3d;font-size:14px}.star-icon-small.bx-star{color:#b3b3b3}.btn-write-review{color:#730f1b;letter-spacing:-.14px;cursor:pointer;background:0 0;border:1px solid #d62f85;border-radius:1000px;height:44px;padding:0 20px;font-size:14px;font-weight:500;transition:all .2s}.btn-write-review:hover{color:#fff;background:#730f1b}.reviews-list{flex-direction:column;gap:0;display:flex}.review-item{border-bottom:1px solid #dbdbdb;padding:16px 0}.review-item:last-child{border-bottom:none}.review-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.reviewer-info{align-items:center;gap:12px;display:flex}.reviewer-avatar{color:#5c5c5c;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex}.reviewer-name{color:#141414;font-weight:500}.reviewer-date{color:#5c5c5c;letter-spacing:-.12px;font-size:12px;font-weight:400}.review-text{color:#141414;letter-spacing:-.12px;font-size:12px;font-weight:400;line-height:1.6}.review-stars{gap:2px;display:flex}.no-reviews{text-align:center;color:#5c5c5c;padding:32px 0}.customize-modal-overlay{z-index:1035;background:#00000080;justify-content:flex-end;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.customize-modal{background:#fff;flex-direction:column;width:480px;max-width:90vw;height:100vh;animation:.3s slideIn;display:flex;overflow-y:auto}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.customize-modal-header{border-bottom:1px solid #e6e6e6;flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 28px 16px;display:flex}.customize-modal-header h3{color:#141414;margin:0;font-size:20px;font-weight:600}.customize-modal-close{color:#5c5c5c;cursor:pointer;background:0 0;border:none;padding:4px;font-size:28px;transition:color .2s}.customize-modal-close:hover{color:#141414}.customize-modal-body{text-align:left;flex:1;padding:24px 28px;overflow-y:auto}.customize-group{margin-bottom:24px}.customize-group:last-child{margin-bottom:0}.customize-label{color:#141414;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.customize-options{flex-wrap:wrap;gap:8px;display:flex}.customize-option{color:#141414;cursor:pointer;background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.customize-option:hover{border-color:#b92a53}.customize-option.active{color:#730f1b;background:#f3d9e0;border-color:#b92a53}.customize-modal-footer{border-top:1px solid #e6e6e6;flex-shrink:0;gap:12px;padding:16px 28px 28px;display:flex}.btn-cancel-customize{color:#141414;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;flex:1;padding:12px;font-size:14px;font-weight:500;transition:background .2s}.btn-cancel-customize:hover{background:#ebebeb}.btn-apply-customize{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:8px;flex:2;padding:12px;font-size:14px;font-weight:500;transition:background .2s}.btn-apply-customize:hover{background:#5c0c16}.review-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.review-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;padding:24px;overflow-y:auto}.review-modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.review-modal-header h4{color:#141414;margin:0;font-size:20px;font-weight:600}.review-modal-close{color:#5c5c5c;cursor:pointer;background:0 0;border:none;padding:4px;font-size:28px;transition:color .2s}.review-modal-close:hover{color:#141414}.review-modal-body{flex-direction:column;gap:16px;display:flex}.review-modal-body .field{flex-direction:column;gap:4px;display:flex}.review-modal-body .field label{color:#141414;font-size:14px;font-weight:500}.review-modal-body .field input,.review-modal-body .field textarea{border:1px solid #e6e6e6;border-radius:8px;padding:10px 14px;font-size:14px;transition:border-color .2s}.review-modal-body .field input:focus,.review-modal-body .field textarea:focus{border-color:#730f1b;outline:none;box-shadow:0 0 0 3px #730f1b1a}.review-modal-body .field textarea{resize:vertical;min-height:100px}.rating-selector{gap:4px;display:flex}.rating-selector button{cursor:pointer;background:0 0;border:none;padding:4px;font-size:28px;transition:transform .2s}.rating-selector button:hover{transform:scale(1.1)}.btn-submit-review{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:8px;width:100%;margin-top:8px;padding:12px;font-size:16px;font-weight:500;transition:background .2s}.btn-submit-review:hover{background:#5c0c16}@media (width<=1400px){.product-breadcrumb,.product-hero-core,.similar-products-section,.customer-reviews-section{padding-left:60px;padding-right:60px}}@media (width<=1200px){.product-hero-content{flex-direction:column;align-items:center}.hero-left-gallery,.hero-right-controls{width:100%}.hero-left-gallery{max-width:100%}.main-image-container{aspect-ratio:1;height:auto}}@media (width<=1024px){.product-breadcrumb,.product-hero-core,.similar-products-section,.customer-reviews-section{padding-left:40px;padding-right:40px}.similar-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (width<=768px){.product-breadcrumb,.product-hero-core{padding:12px 20px 24px}.similar-products-section,.customer-reviews-section{padding:40px 20px}.product-title-main{font-size:22px;line-height:32px}.price-amount{font-size:24px}.thumbnail-item{width:72px;height:62px}.spec-badges-group{flex-wrap:wrap;height:auto;padding:12px}.spec-badge-item{min-width:100px}.spec-divider-vertical{display:none}.btn-customize-spec{width:100%;margin-left:0}.btn-consult{width:100%}.benefits-scroll-row{padding:8px 0;overflow-x:scroll}.benefit-item-scroll{min-width:140px;padding:0 12px}.purity-info-box{flex-direction:column;height:auto;padding:12px}.purity-image{width:100%;height:120px}.purity-content{flex-direction:column;width:100%;padding:12px 0}.purity-text{width:100%}.btn-purity-check{justify-content:center;width:100%}.similar-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.reviews-header{flex-direction:column;align-items:flex-start}.reviews-header-left{flex-wrap:wrap}.contact-btn{width:100%}.rating-big{font-size:36px}.customize-modal{border-radius:0;width:100%;max-width:100%}.trust-badges-row{gap:4px;overflow-x:scroll}.trust-badge{min-width:80px;padding:4px 8px}}@media (width<=480px){.product-breadcrumb,.product-hero-core{padding-left:12px;padding-right:12px}.similar-products-section,.customer-reviews-section{padding:24px 12px}.product-title-main{font-size:18px;line-height:26px}.price-amount{font-size:20px}.thumbnail-item{width:60px;height:52px}.similar-products-grid{grid-template-columns:1fr 1fr;gap:12px}.rating-share-row{flex-direction:column;align-items:flex-start;gap:8px}.spec-badge-item{min-width:50px}.spec-value{font-size:11px}.customize-modal-body,.customize-modal-header{padding:16px}.customize-modal-footer{flex-direction:column;padding:12px 16px 16px}.customize-option{padding:6px 12px;font-size:12px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}::-webkit-scrollbar-thumb{background:#b92a53;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#730f1b}.product-hero-content{flex-direction:row;align-items:flex-start;gap:34px;height:80vh;min-height:600px;max-height:900px;display:flex;overflow:hidden}.hero-left-gallery{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:16px;width:50%;height:100%;display:flex;position:sticky;top:0;overflow:hidden}.main-image-container{background:#fff;border-radius:6px;width:100%;height:calc(100% - 100px);overflow:hidden}.main-image-container img{object-fit:contain;width:100%;height:100%}.thumbnail-row{flex-direction:row;flex-shrink:0;align-items:flex-start;gap:8px;width:100%;height:84px;display:flex}.hero-right-controls{scrollbar-width:none;flex-direction:column;flex-shrink:0;align-items:flex-start;width:50%;height:100%;padding-right:8px;display:flex;overflow-y:auto}.hero-right-controls::-webkit-scrollbar{width:4px}.hero-right-controls::-webkit-scrollbar-track{background:#f0f0f0;border-radius:2px}.hero-right-controls::-webkit-scrollbar-thumb{background:#b92a53;border-radius:2px}.right-content-wrapper{flex-direction:column;align-items:flex-start;gap:20px;width:100%;padding-bottom:20px;display:flex}.customization-section{width:100%}.btn-buy-now{color:#fff;letter-spacing:-.14px;cursor:pointer;background:#730f1b;border:none;border-radius:58px;justify-content:center;align-items:center;gap:12px;width:100%;height:46px;padding:0 20px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.btn-buy-now:hover{background:#730f1b}.btn-buy-now i{font-size:18px}.trust-badges-scroll{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;flex-direction:row;justify-content:space-around;align-items:center;gap:8px;width:100%;padding:10px 0;display:flex}.trust-badge-item{color:#141414;flex-direction:column;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.trust-badge-item i{color:#730f1b;font-size:18px}.trust-divider{background:#e6e6e6;width:1px;height:24px}.weight-divider{background:#e6e6e6;width:100%;height:1px;margin:8px 0}.btn-view-more{color:#730f1b;cursor:pointer;background:0 0;border:1px solid #e6e6e6;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.btn-view-more:hover{background:#f3d9e0;border-color:#b92a53}.btn-view-more i{font-size:18px}.description-section{border-top:1px solid #e6e6e6;margin-top:12px;padding-top:12px}.description-title{color:#141414;margin-bottom:8px;font-size:14px;font-weight:600}.description-text{color:#5c5c5c;font-size:14px;font-weight:400;line-height:1.8}.certifications-section{grid-template-columns:repeat(4,1fr);gap:4px;width:100%;padding:4px 0;display:grid}.certification-item{background:#f5f5f5;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px 4px;display:flex}.certification-item img{object-fit:contain;max-height:30px}.certification-item span{color:#141414;text-align:center;font-size:10px;font-weight:500}@media (width<=1200px){.product-hero-content{flex-direction:column;height:auto;min-height:auto;max-height:none}.hero-left-gallery{width:100%;height:auto;max-height:600px;position:relative}.hero-right-controls{width:100%;height:auto;padding-right:0;overflow-y:auto}.certifications-section{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.product-hero-content{gap:16px}.trust-divider{display:none}.certifications-section{grid-template-columns:repeat(2,1fr);gap:6px}}@media (width<=480px){.thumbnail-item{width:60px;height:52px}.spec-badges-group{flex-wrap:wrap;height:auto;padding:12px}.btn-customize-spec{width:100%;margin-left:0}.btn-consult{width:100%}.certifications-section{grid-template-columns:1fr 1fr}}.video-call-section{width:100%}.video-call-box{border:1px solid #e6e6e6;border-radius:6px;flex-direction:row;align-items:center;gap:10px;width:100%;height:116.11px;padding:0 10px 0 0;display:flex}.video-call-image{object-fit:cover;border-radius:6px;flex-shrink:0;width:110px;height:116.11px}.video-call-content{flex-direction:row;flex:1;align-items:center;gap:18px;height:100%;padding:14px 0;display:flex}.video-call-text{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:4px;display:flex}.video-call-label{color:#141414;letter-spacing:-.12px;font-size:16px;font-weight:500}.video-call-description{color:#5c5c5c;letter-spacing:.1px;font-size:11px;font-weight:400}.btn-video-call-connect{color:#05703d;letter-spacing:-.14px;cursor:pointer;white-space:nowrap;background:#eefcf3;border:1px solid #d4f7e0;border-radius:30px;justify-content:center;align-items:center;gap:12px;height:44px;padding:0 20px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.btn-video-call-connect:hover{background:#d4f7e0}.btn-video-call-connect img{width:20px;height:20px}.trust-badges-wrapper{width:100%;position:relative;overflow:hidden}.trust-badges-scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;cursor:grab;flex-direction:row;align-items:center;gap:8px;width:100%;padding:10px 0;display:flex;overflow-x:auto}.trust-badges-scroll::-webkit-scrollbar{height:2px}.trust-badges-scroll::-webkit-scrollbar-track{background:#f0f0f0;border-radius:2px}.trust-badges-scroll::-webkit-scrollbar-thumb{background:#b92a53;border-radius:2px}.trust-badges-scroll:active{cursor:grabbing}.trust-badge-item{text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;min-width:180px;padding:8px 12px;display:flex}.trust-badge-item img{width:24px;height:24px;margin-bottom:4px}.trust-badge-item span{color:#141414;font-size:12px;font-weight:600;line-height:1.3}.trust-badge-item p{color:#5c5c5c;margin:0;font-size:10px;font-weight:400;line-height:1.3}.trust-divider{background:#e6e6e6;flex-shrink:0;width:1px;height:40px}@media (width<=1200px){.video-call-content{flex-direction:column;gap:12px;padding:12px 0}.btn-video-call-connect{justify-content:center;width:100%}}@media (width<=768px){.video-call-box{height:auto;padding:0 10px 0 0}.video-call-text{text-align:center;align-items:center}.video-call-label{font-size:14px}.trust-badge-item{min-width:150px;padding:6px 10px}.trust-badge-item span{font-size:11px}.trust-badge-item p{font-size:9px}.trust-divider{height:30px}}@media (width<=480px){.video-call-label{font-size:13px}.video-call-description{font-size:10px}.btn-video-call-connect{height:38px;padding:0 16px;font-size:12px}.trust-badge-item{min-width:130px;padding:4px 8px}.trust-badge-item span{font-size:10px}.trust-badge-item p{font-size:8px}}.similar-products-section{box-sizing:border-box;background:#fff;border-top:1px solid #e6e6e6;flex-direction:column;align-items:flex-start;gap:32px;width:100%;padding:80px 106px;display:flex}.similar-products-title{color:#141414;width:auto;margin:0;font-family:Geist,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:31px}.similar-products-row{flex-flow:wrap;align-items:flex-start;gap:24px;width:100%;padding:0;display:flex}.similar-product-card{isolation:isolate;width:calc(25% - 18px);min-width:200px;max-width:305.5px;color:inherit;border-radius:4px;flex-direction:column;flex:auto;align-items:flex-start;gap:5px;padding:0;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.similar-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.similar-product-image-wrapper{aspect-ratio:1;z-index:0;background:#f5f5f5;border:1px solid #e6e6e6;border-radius:4px;width:100%;height:auto;position:relative;overflow:hidden}.similar-product-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.similar-product-card:hover .similar-product-image{transform:scale(1.03)}.similar-product-stock-badge{letter-spacing:-.14px;color:#000;z-index:2;background:#fff;border-radius:4px;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:3px 10px;font-family:Geist,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex;position:absolute;top:10px;left:-2px;box-shadow:0 2px 3px #424a620a,0 0 4px #424a6217,0 3px 6px #424a620a}.similar-product-details{z-index:1;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:0;display:flex}.similar-product-name-row{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:0;display:flex}.similar-product-name{color:#000;white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:Geist,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:18px;overflow:hidden}.similar-product-wishlist{cursor:pointer;color:#3d3d3d;background:0 0;border:none;flex-shrink:0;padding:0;font-size:18px;transition:color .2s}.similar-product-wishlist:hover,.similar-product-wishlist .bxs-heart{color:#730f1b}.similar-product-price{color:#000;font-family:Geist,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:18px}@media (width<=1200px){.similar-products-section{padding:60px}.similar-product-card{width:calc(33.33% - 16px);min-width:180px}}@media (width<=992px){.similar-products-section{padding:48px 40px}.similar-products-row{gap:16px}.similar-product-card{width:calc(33.33% - 11px);min-width:160px}}@media (width<=768px){.similar-products-section{gap:24px;padding:40px 20px}.similar-products-title{font-size:20px;line-height:26px}.similar-products-row{gap:14px}.similar-product-card{width:calc(50% - 7px);min-width:140px}.similar-product-stock-badge{padding:2px 8px;font-size:12px;top:8px;left:-1px}.similar-product-name,.similar-product-price{font-size:13px}}@media (width<=480px){.similar-products-section{gap:20px;padding:32px 12px}.similar-products-title{font-size:18px;line-height:24px}.similar-products-row{gap:10px}.similar-product-card{gap:3px;width:calc(50% - 5px);min-width:120px}.similar-product-image-wrapper{border-radius:3px}.similar-product-stock-badge{border-radius:3px;padding:2px 6px;font-size:10px;line-height:16px;top:6px;left:-1px}.similar-product-name,.similar-product-price{font-size:12px;line-height:16px}.similar-product-wishlist{font-size:16px}.similar-product-name-row{gap:6px}}@media (prefers-color-scheme:dark){.similar-products-section{background:#1a1a1a;border-top-color:#333}.similar-products-title{color:#fff}.similar-product-image-wrapper{background:#2a2a2a;border-color:#333}.similar-product-stock-badge{color:#fff;background:#2a2a2a}.similar-product-name,.similar-product-price{color:#e0e0e0}.similar-product-wishlist{color:#888}.similar-product-wishlist:hover{color:#ff6b8a}}@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url(/assets/boxicons-CSrLvhY_.eot);src:url(/assets/boxicons-CSrLvhY_.eot)format("embedded-opentype"),url(/assets/boxicons-CeGEncwm.woff2)format("woff2"),url(/assets/boxicons-CTVby2V1.woff)format("woff"),url(/assets/boxicons-EIQNrSje.ttf)format("truetype"),url(/assets/boxicons-Dp7W9qN3.svg?#boxicons)format("svg")}.bx{font-variant:normal;text-rendering:auto;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;display:inline-block;font-family:boxicons!important}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;text-align:center;width:2em;position:absolute;left:-2em}@keyframes spin{to{transform:rotate(360deg)}}@keyframes burst{0%{opacity:1;transform:scale(1)}90%{opacity:0;transform:scale(1.5)}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes fade-left{0%{opacity:1;transform:translate(0)}75%{opacity:0;transform:translate(-20px)}}@keyframes fade-right{0%{opacity:1;transform:translate(0)}75%{opacity:0;transform:translate(20px)}}@keyframes fade-up{0%{opacity:1;transform:translateY(0)}75%{opacity:0;transform:translateY(-20px)}}@keyframes fade-down{0%{opacity:1;transform:translateY(0)}75%{opacity:0;transform:translateY(20px)}}@-webkit-keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.95,.95,.95)rotate(-10deg)}30%,50%,70%,90%{transform:scale(1)rotate(10deg)}40%,60%,80%{transform:scale(1)rotate(-10deg)}to{transform:scale(1)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.95,.95,.95)rotate(-10deg)}30%,50%,70%,90%{transform:scale(1)rotate(10deg)}40%,60%,80%{transform:rotate(-10deg)}to{transform:scale(1)}}.bx-spin,.bx-spin-hover:hover{animation:2s linear infinite spin}.bx-tada,.bx-tada-hover:hover{animation:1.5s infinite tada}.bx-flashing,.bx-flashing-hover:hover{animation:1.5s linear infinite flashing}.bx-burst,.bx-burst-hover:hover{animation:1.5s linear infinite burst}.bx-fade-up,.bx-fade-up-hover:hover{animation:1.5s linear infinite fade-up}.bx-fade-down,.bx-fade-down-hover:hover{animation:1.5s linear infinite fade-down}.bx-fade-left,.bx-fade-left-hover:hover{animation:1.5s linear infinite fade-left}.bx-fade-right,.bx-fade-right-hover:hover{animation:1.5s linear infinite fade-right}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-lg{font-size:3rem!important}.bx-fw{vertical-align:middle;width:1.28571em;height:.8em;font-size:1.28571em;line-height:.8em;margin-top:-.2em!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg)}.bx-rotate-180{transform:rotate(180deg)}.bx-rotate-270{transform:rotate(270deg)}.bx-flip-horizontal{transform:scaleX(-1)}.bx-flip-vertical{transform:scaleY(-1)}.bx-border{border:.07em solid #0000001a;border-radius:.25em;padding:.25em}.bx-border-circle{border:.07em solid #0000001a;border-radius:50%;padding:.25em}.bxs-balloon:before{content:""}.bxs-castle:before{content:""}.bxs-coffee-bean:before{content:""}.bxs-objects-horizontal-center:before{content:""}.bxs-objects-horizontal-left:before{content:""}.bxs-objects-horizontal-right:before{content:""}.bxs-objects-vertical-bottom:before{content:""}.bxs-objects-vertical-center:before{content:""}.bxs-objects-vertical-top:before{content:""}.bxs-pear:before{content:""}.bxs-shield-minus:before{content:""}.bxs-shield-plus:before{content:""}.bxs-shower:before{content:""}.bxs-sushi:before{content:""}.bxs-universal-access:before{content:""}.bx-child:before{content:""}.bx-horizontal-left:before{content:""}.bx-horizontal-right:before{content:""}.bx-objects-horizontal-center:before{content:""}.bx-objects-horizontal-left:before{content:""}.bx-objects-horizontal-right:before{content:""}.bx-objects-vertical-bottom:before{content:""}.bx-objects-vertical-center:before{content:""}.bx-objects-vertical-top:before{content:""}.bx-rfid:before{content:""}.bx-shield-minus:before{content:""}.bx-shield-plus:before{content:""}.bx-shower:before{content:""}.bx-sushi:before{content:""}.bx-universal-access:before{content:""}.bx-vertical-bottom:before{content:""}.bx-vertical-top:before{content:""}.bxl-graphql:before{content:""}.bxl-typescript:before{content:""}.bxs-color:before{content:""}.bx-reflect-horizontal:before{content:""}.bx-reflect-vertical:before{content:""}.bx-color:before{content:""}.bxl-mongodb:before{content:""}.bxl-postgresql:before{content:""}.bxl-deezer:before{content:""}.bxs-hard-hat:before{content:""}.bxs-home-alt-2:before{content:""}.bxs-cheese:before{content:""}.bx-home-alt-2:before{content:""}.bx-hard-hat:before{content:""}.bx-cheese:before{content:""}.bx-cart-add:before{content:""}.bx-cart-download:before{content:""}.bx-no-signal:before{content:""}.bx-signal-1:before{content:""}.bx-signal-2:before{content:""}.bx-signal-3:before{content:""}.bx-signal-4:before{content:""}.bx-signal-5:before{content:""}.bxl-xing:before{content:""}.bxl-meta:before{content:""}.bx-lemon:before{content:""}.bxs-lemon:before{content:""}.bx-cricket-ball:before{content:""}.bx-baguette:before{content:""}.bx-bowl-hot:before{content:""}.bx-bowl-rice:before{content:""}.bx-cable-car:before{content:""}.bx-candles:before{content:""}.bx-circle-half:before{content:""}.bx-circle-quarter:before{content:""}.bx-circle-three-quarter:before{content:""}.bx-cross:before{content:""}.bx-fork:before{content:""}.bx-knife:before{content:""}.bx-money-withdraw:before{content:""}.bx-popsicle:before{content:""}.bx-scatter-chart:before{content:""}.bxs-baguette:before{content:""}.bxs-bowl-hot:before{content:""}.bxs-bowl-rice:before{content:""}.bxs-cable-car:before{content:""}.bxs-circle-half:before{content:""}.bxs-circle-quarter:before{content:""}.bxs-circle-three-quarter:before{content:""}.bxs-cricket-ball:before{content:""}.bxs-invader:before{content:""}.bx-male-female:before{content:""}.bxs-popsicle:before{content:""}.bxs-tree-alt:before{content:""}.bxl-venmo:before{content:""}.bxl-upwork:before{content:""}.bxl-netlify:before{content:""}.bxl-java:before{content:""}.bxl-heroku:before{content:""}.bxl-go-lang:before{content:""}.bxl-gmail:before{content:""}.bxl-flask:before{content:""}.bxl-99designs:before{content:""}.bxl-500px:before{content:""}.bxl-adobe:before{content:""}.bxl-airbnb:before{content:""}.bxl-algolia:before{content:""}.bxl-amazon:before{content:""}.bxl-android:before{content:""}.bxl-angular:before{content:""}.bxl-apple:before{content:""}.bxl-audible:before{content:""}.bxl-aws:before{content:""}.bxl-baidu:before{content:""}.bxl-behance:before{content:""}.bxl-bing:before{content:""}.bxl-bitcoin:before{content:""}.bxl-blender:before{content:""}.bxl-blogger:before{content:""}.bxl-bootstrap:before{content:""}.bxl-chrome:before{content:""}.bxl-codepen:before{content:""}.bxl-c-plus-plus:before{content:""}.bxl-creative-commons:before{content:""}.bxl-css3:before{content:""}.bxl-dailymotion:before{content:""}.bxl-deviantart:before{content:""}.bxl-dev-to:before{content:""}.bxl-digg:before{content:""}.bxl-digitalocean:before{content:""}.bxl-discord:before{content:""}.bxl-discord-alt:before{content:""}.bxl-discourse:before{content:""}.bxl-django:before{content:""}.bxl-docker:before{content:""}.bxl-dribbble:before{content:""}.bxl-dropbox:before{content:""}.bxl-drupal:before{content:""}.bxl-ebay:before{content:""}.bxl-edge:before{content:""}.bxl-etsy:before{content:""}.bxl-facebook:before{content:""}.bxl-facebook-circle:before{content:""}.bxl-facebook-square:before{content:""}.bxl-figma:before{content:""}.bxl-firebase:before{content:""}.bxl-firefox:before{content:""}.bxl-flickr:before{content:""}.bxl-flickr-square:before{content:""}.bxl-flutter:before{content:""}.bxl-foursquare:before{content:""}.bxl-git:before{content:""}.bxl-github:before{content:""}.bxl-gitlab:before{content:""}.bxl-google:before{content:""}.bxl-google-cloud:before{content:""}.bxl-google-plus:before{content:""}.bxl-google-plus-circle:before{content:""}.bxl-html5:before{content:""}.bxl-imdb:before{content:""}.bxl-instagram:before{content:""}.bxl-instagram-alt:before{content:""}.bxl-internet-explorer:before{content:""}.bxl-invision:before{content:""}.bxl-javascript:before{content:""}.bxl-joomla:before{content:""}.bxl-jquery:before{content:""}.bxl-jsfiddle:before{content:""}.bxl-kickstarter:before{content:""}.bxl-kubernetes:before{content:""}.bxl-less:before{content:""}.bxl-linkedin:before{content:""}.bxl-linkedin-square:before{content:""}.bxl-magento:before{content:""}.bxl-mailchimp:before{content:""}.bxl-markdown:before{content:""}.bxl-mastercard:before{content:""}.bxl-mastodon:before{content:""}.bxl-medium:before{content:""}.bxl-medium-old:before{content:""}.bxl-medium-square:before{content:""}.bxl-messenger:before{content:""}.bxl-microsoft:before{content:""}.bxl-microsoft-teams:before{content:""}.bxl-nodejs:before{content:""}.bxl-ok-ru:before{content:""}.bxl-opera:before{content:""}.bxl-patreon:before{content:""}.bxl-paypal:before{content:""}.bxl-periscope:before{content:""}.bxl-php:before{content:""}.bxl-pinterest:before{content:""}.bxl-pinterest-alt:before{content:""}.bxl-play-store:before{content:""}.bxl-pocket:before{content:""}.bxl-product-hunt:before{content:""}.bxl-python:before{content:""}.bxl-quora:before{content:""}.bxl-react:before{content:""}.bxl-redbubble:before{content:""}.bxl-reddit:before{content:""}.bxl-redux:before{content:""}.bxl-sass:before{content:""}.bxl-shopify:before{content:""}.bxl-sketch:before{content:""}.bxl-skype:before{content:""}.bxl-slack:before{content:""}.bxl-slack-old:before{content:""}.bxl-snapchat:before{content:""}.bxl-soundcloud:before{content:""}.bxl-spotify:before{content:""}.bxl-spring-boot:before{content:""}.bxl-squarespace:before{content:""}.bxl-stack-overflow:before{content:""}.bxl-steam:before{content:""}.bxl-stripe:before{content:""}.bxl-tailwind-css:before{content:""}.bxl-telegram:before{content:""}.bxl-tiktok:before{content:""}.bxl-trello:before{content:""}.bxl-trip-advisor:before{content:""}.bxl-tumblr:before{content:""}.bxl-tux:before{content:""}.bxl-twitch:before{content:""}.bxl-twitter:before{content:""}.bxl-unity:before{content:""}.bxl-unsplash:before{content:""}.bxl-vimeo:before{content:""}.bxl-visa:before{content:""}.bxl-visual-studio:before{content:""}.bxl-vk:before{content:""}.bxl-vuejs:before{content:""}.bxl-whatsapp:before{content:""}.bxl-whatsapp-square:before{content:""}.bxl-wikipedia:before{content:""}.bxl-windows:before{content:""}.bxl-wix:before{content:""}.bxl-wordpress:before{content:""}.bxl-yahoo:before{content:""}.bxl-yelp:before{content:""}.bxl-youtube:before{content:""}.bxl-zoom:before{content:""}.bx-collapse-alt:before{content:""}.bx-collapse-horizontal:before{content:""}.bx-collapse-vertical:before{content:""}.bx-expand-horizontal:before{content:""}.bx-expand-vertical:before{content:""}.bx-injection:before{content:""}.bx-leaf:before{content:""}.bx-math:before{content:""}.bx-party:before{content:""}.bx-abacus:before{content:""}.bx-accessibility:before{content:""}.bx-add-to-queue:before{content:""}.bx-adjust:before{content:""}.bx-alarm:before{content:""}.bx-alarm-add:before{content:""}.bx-alarm-exclamation:before{content:""}.bx-alarm-off:before{content:""}.bx-alarm-snooze:before{content:""}.bx-album:before{content:""}.bx-align-justify:before{content:""}.bx-align-left:before{content:""}.bx-align-middle:before{content:""}.bx-align-right:before{content:""}.bx-analyse:before{content:""}.bx-anchor:before{content:""}.bx-angry:before{content:""}.bx-aperture:before{content:""}.bx-arch:before{content:""}.bx-archive:before{content:""}.bx-archive-in:before{content:""}.bx-archive-out:before{content:""}.bx-area:before{content:""}.bx-arrow-back:before{content:""}.bx-arrow-from-bottom:before{content:""}.bx-arrow-from-left:before{content:""}.bx-arrow-from-right:before{content:""}.bx-arrow-from-top:before{content:""}.bx-arrow-to-bottom:before{content:""}.bx-arrow-to-left:before{content:""}.bx-arrow-to-right:before{content:""}.bx-arrow-to-top:before{content:""}.bx-at:before{content:""}.bx-atom:before{content:""}.bx-award:before{content:""}.bx-badge:before{content:""}.bx-badge-check:before{content:""}.bx-ball:before{content:""}.bx-band-aid:before{content:""}.bx-bar-chart:before{content:""}.bx-bar-chart-alt:before{content:""}.bx-bar-chart-alt-2:before{content:""}.bx-bar-chart-square:before{content:""}.bx-barcode:before{content:""}.bx-barcode-reader:before{content:""}.bx-baseball:before{content:""}.bx-basket:before{content:""}.bx-basketball:before{content:""}.bx-bath:before{content:""}.bx-battery:before{content:""}.bx-bed:before{content:""}.bx-been-here:before{content:""}.bx-beer:before{content:""}.bx-bell:before{content:""}.bx-bell-minus:before{content:""}.bx-bell-off:before{content:""}.bx-bell-plus:before{content:""}.bx-bible:before{content:""}.bx-bitcoin:before{content:""}.bx-blanket:before{content:""}.bx-block:before{content:""}.bx-bluetooth:before{content:""}.bx-body:before{content:""}.bx-bold:before{content:""}.bx-bolt-circle:before{content:""}.bx-bomb:before{content:""}.bx-bone:before{content:""}.bx-bong:before{content:""}.bx-book:before{content:""}.bx-book-add:before{content:""}.bx-book-alt:before{content:""}.bx-book-bookmark:before{content:""}.bx-book-content:before{content:""}.bx-book-heart:before{content:""}.bx-bookmark:before{content:""}.bx-bookmark-alt:before{content:""}.bx-bookmark-alt-minus:before{content:""}.bx-bookmark-alt-plus:before{content:""}.bx-bookmark-heart:before{content:""}.bx-bookmark-minus:before{content:""}.bx-bookmark-plus:before{content:""}.bx-bookmarks:before{content:""}.bx-book-open:before{content:""}.bx-book-reader:before{content:""}.bx-border-all:before{content:""}.bx-border-bottom:before{content:""}.bx-border-inner:before{content:""}.bx-border-left:before{content:""}.bx-border-none:before{content:""}.bx-border-outer:before{content:""}.bx-border-radius:before{content:""}.bx-border-right:before{content:""}.bx-border-top:before{content:""}.bx-bot:before{content:""}.bx-bowling-ball:before{content:""}.bx-box:before{content:""}.bx-bracket:before{content:""}.bx-braille:before{content:""}.bx-brain:before{content:""}.bx-briefcase:before{content:""}.bx-briefcase-alt:before{content:""}.bx-briefcase-alt-2:before{content:""}.bx-brightness:before{content:""}.bx-brightness-half:before{content:""}.bx-broadcast:before{content:""}.bx-brush:before{content:""}.bx-brush-alt:before{content:""}.bx-bug:before{content:""}.bx-bug-alt:before{content:""}.bx-building:before{content:""}.bx-building-house:before{content:""}.bx-buildings:before{content:""}.bx-bulb:before{content:""}.bx-bullseye:before{content:""}.bx-buoy:before{content:""}.bx-bus:before{content:""}.bx-bus-school:before{content:""}.bx-cabinet:before{content:""}.bx-cake:before{content:""}.bx-calculator:before{content:""}.bx-calendar:before{content:""}.bx-calendar-alt:before{content:""}.bx-calendar-check:before{content:""}.bx-calendar-edit:before{content:""}.bx-calendar-event:before{content:""}.bx-calendar-exclamation:before{content:""}.bx-calendar-heart:before{content:""}.bx-calendar-minus:before{content:""}.bx-calendar-plus:before{content:""}.bx-calendar-star:before{content:""}.bx-calendar-week:before{content:""}.bx-calendar-x:before{content:""}.bx-camera:before{content:""}.bx-camera-home:before{content:""}.bx-camera-movie:before{content:""}.bx-camera-off:before{content:""}.bx-capsule:before{content:""}.bx-captions:before{content:""}.bx-car:before{content:""}.bx-card:before{content:""}.bx-caret-down:before{content:""}.bx-caret-down-circle:before{content:""}.bx-caret-down-square:before{content:""}.bx-caret-left:before{content:""}.bx-caret-left-circle:before{content:""}.bx-caret-left-square:before{content:""}.bx-caret-right:before{content:""}.bx-caret-right-circle:before{content:""}.bx-caret-right-square:before{content:""}.bx-caret-up:before{content:""}.bx-caret-up-circle:before{content:""}.bx-caret-up-square:before{content:""}.bx-carousel:before{content:""}.bx-cart:before{content:""}.bx-cart-alt:before{content:""}.bx-cast:before{content:""}.bx-category:before{content:""}.bx-category-alt:before{content:""}.bx-cctv:before{content:""}.bx-certification:before{content:""}.bx-chair:before{content:""}.bx-chalkboard:before{content:""}.bx-chart:before{content:""}.bx-chat:before{content:""}.bx-check:before{content:""}.bx-checkbox:before{content:""}.bx-checkbox-checked:before{content:""}.bx-checkbox-minus:before{content:""}.bx-checkbox-square:before{content:""}.bx-check-circle:before{content:""}.bx-check-double:before{content:""}.bx-check-shield:before{content:""}.bx-check-square:before{content:""}.bx-chevron-down:before{content:""}.bx-chevron-down-circle:before{content:""}.bx-chevron-down-square:before{content:""}.bx-chevron-left:before{content:""}.bx-chevron-left-circle:before{content:""}.bx-chevron-left-square:before{content:""}.bx-chevron-right:before{content:""}.bx-chevron-right-circle:before{content:""}.bx-chevron-right-square:before{content:""}.bx-chevrons-down:before{content:""}.bx-chevrons-left:before{content:""}.bx-chevrons-right:before{content:""}.bx-chevrons-up:before{content:""}.bx-chevron-up:before{content:""}.bx-chevron-up-circle:before{content:""}.bx-chevron-up-square:before{content:""}.bx-chip:before{content:""}.bx-church:before{content:""}.bx-circle:before{content:""}.bx-clinic:before{content:""}.bx-clipboard:before{content:""}.bx-closet:before{content:""}.bx-cloud:before{content:""}.bx-cloud-download:before{content:""}.bx-cloud-drizzle:before{content:""}.bx-cloud-lightning:before{content:""}.bx-cloud-light-rain:before{content:""}.bx-cloud-rain:before{content:""}.bx-cloud-snow:before{content:""}.bx-cloud-upload:before{content:""}.bx-code:before{content:""}.bx-code-alt:before{content:""}.bx-code-block:before{content:""}.bx-code-curly:before{content:""}.bx-coffee:before{content:""}.bx-coffee-togo:before{content:""}.bx-cog:before{content:""}.bx-coin:before{content:""}.bx-coin-stack:before{content:""}.bx-collapse:before{content:""}.bx-collection:before{content:""}.bx-color-fill:before{content:""}.bx-columns:before{content:""}.bx-command:before{content:""}.bx-comment:before{content:""}.bx-comment-add:before{content:""}.bx-comment-check:before{content:""}.bx-comment-detail:before{content:""}.bx-comment-dots:before{content:""}.bx-comment-edit:before{content:""}.bx-comment-error:before{content:""}.bx-comment-minus:before{content:""}.bx-comment-x:before{content:""}.bx-compass:before{content:""}.bx-confused:before{content:""}.bx-conversation:before{content:""}.bx-cookie:before{content:""}.bx-cool:before{content:""}.bx-copy:before{content:""}.bx-copy-alt:before{content:""}.bx-copyright:before{content:""}.bx-credit-card:before{content:""}.bx-credit-card-alt:before{content:""}.bx-credit-card-front:before{content:""}.bx-crop:before{content:""}.bx-crosshair:before{content:""}.bx-crown:before{content:""}.bx-cube:before{content:""}.bx-cube-alt:before{content:""}.bx-cuboid:before{content:""}.bx-current-location:before{content:""}.bx-customize:before{content:""}.bx-cut:before{content:""}.bx-cycling:before{content:""}.bx-cylinder:before{content:""}.bx-data:before{content:""}.bx-desktop:before{content:""}.bx-detail:before{content:""}.bx-devices:before{content:""}.bx-dialpad:before{content:""}.bx-dialpad-alt:before{content:""}.bx-diamond:before{content:""}.bx-dice-1:before{content:""}.bx-dice-2:before{content:""}.bx-dice-3:before{content:""}.bx-dice-4:before{content:""}.bx-dice-5:before{content:""}.bx-dice-6:before{content:""}.bx-directions:before{content:""}.bx-disc:before{content:""}.bx-dish:before{content:""}.bx-dislike:before{content:""}.bx-dizzy:before{content:""}.bx-dna:before{content:""}.bx-dock-bottom:before{content:""}.bx-dock-left:before{content:""}.bx-dock-right:before{content:""}.bx-dock-top:before{content:""}.bx-dollar:before{content:""}.bx-dollar-circle:before{content:""}.bx-donate-blood:before{content:""}.bx-donate-heart:before{content:""}.bx-door-open:before{content:""}.bx-dots-horizontal:before{content:""}.bx-dots-horizontal-rounded:before{content:""}.bx-dots-vertical:before{content:""}.bx-dots-vertical-rounded:before{content:""}.bx-doughnut-chart:before{content:""}.bx-down-arrow:before{content:""}.bx-down-arrow-alt:before{content:""}.bx-down-arrow-circle:before{content:""}.bx-download:before{content:""}.bx-downvote:before{content:""}.bx-drink:before{content:""}.bx-droplet:before{content:""}.bx-dumbbell:before{content:""}.bx-duplicate:before{content:""}.bx-edit:before{content:""}.bx-edit-alt:before{content:""}.bx-envelope:before{content:""}.bx-envelope-open:before{content:""}.bx-equalizer:before{content:""}.bx-eraser:before{content:""}.bx-error:before{content:""}.bx-error-alt:before{content:""}.bx-error-circle:before{content:""}.bx-euro:before{content:""}.bx-exclude:before{content:""}.bx-exit:before{content:""}.bx-exit-fullscreen:before{content:""}.bx-expand:before{content:""}.bx-expand-alt:before{content:""}.bx-export:before{content:""}.bx-extension:before{content:""}.bx-face:before{content:""}.bx-fast-forward:before{content:""}.bx-fast-forward-circle:before{content:""}.bx-female:before{content:""}.bx-female-sign:before{content:""}.bx-file:before{content:""}.bx-file-blank:before{content:""}.bx-file-find:before{content:""}.bx-film:before{content:""}.bx-filter:before{content:""}.bx-filter-alt:before{content:""}.bx-fingerprint:before{content:""}.bx-first-aid:before{content:""}.bx-first-page:before{content:""}.bx-flag:before{content:""}.bx-folder:before{content:""}.bx-folder-minus:before{content:""}.bx-folder-open:before{content:""}.bx-folder-plus:before{content:""}.bx-font:before{content:""}.bx-font-color:before{content:""}.bx-font-family:before{content:""}.bx-font-size:before{content:""}.bx-food-menu:before{content:""}.bx-food-tag:before{content:""}.bx-football:before{content:""}.bx-fridge:before{content:""}.bx-fullscreen:before{content:""}.bx-game:before{content:""}.bx-gas-pump:before{content:""}.bx-ghost:before{content:""}.bx-gift:before{content:""}.bx-git-branch:before{content:""}.bx-git-commit:before{content:""}.bx-git-compare:before{content:""}.bx-git-merge:before{content:""}.bx-git-pull-request:before{content:""}.bx-git-repo-forked:before{content:""}.bx-glasses:before{content:""}.bx-glasses-alt:before{content:""}.bx-globe:before{content:""}.bx-globe-alt:before{content:""}.bx-grid:before{content:""}.bx-grid-alt:before{content:""}.bx-grid-horizontal:before{content:""}.bx-grid-small:before{content:""}.bx-grid-vertical:before{content:""}.bx-group:before{content:""}.bx-handicap:before{content:""}.bx-happy:before{content:""}.bx-happy-alt:before{content:""}.bx-happy-beaming:before{content:""}.bx-happy-heart-eyes:before{content:""}.bx-hash:before{content:""}.bx-hdd:before{content:""}.bx-heading:before{content:""}.bx-headphone:before{content:""}.bx-health:before{content:""}.bx-heart:before{content:""}.bx-heart-circle:before{content:""}.bx-heart-square:before{content:""}.bx-help-circle:before{content:""}.bx-hide:before{content:""}.bx-highlight:before{content:""}.bx-history:before{content:""}.bx-hive:before{content:""}.bx-home:before{content:""}.bx-home-alt:before{content:""}.bx-home-circle:before{content:""}.bx-home-heart:before{content:""}.bx-home-smile:before{content:""}.bx-horizontal-center:before{content:""}.bx-hotel:before{content:""}.bx-hourglass:before{content:""}.bx-id-card:before{content:""}.bx-image:before{content:""}.bx-image-add:before{content:""}.bx-image-alt:before{content:""}.bx-images:before{content:""}.bx-import:before{content:""}.bx-infinite:before{content:""}.bx-info-circle:before{content:""}.bx-info-square:before{content:""}.bx-intersect:before{content:""}.bx-italic:before{content:""}.bx-joystick:before{content:""}.bx-joystick-alt:before{content:""}.bx-joystick-button:before{content:""}.bx-key:before{content:""}.bx-label:before{content:""}.bx-landscape:before{content:""}.bx-laptop:before{content:""}.bx-last-page:before{content:""}.bx-laugh:before{content:""}.bx-layer:before{content:""}.bx-layer-minus:before{content:""}.bx-layer-plus:before{content:""}.bx-layout:before{content:""}.bx-left-arrow:before{content:""}.bx-left-arrow-alt:before{content:""}.bx-left-arrow-circle:before{content:""}.bx-left-down-arrow-circle:before{content:""}.bx-left-indent:before{content:""}.bx-left-top-arrow-circle:before{content:""}.bx-library:before{content:""}.bx-like:before{content:""}.bx-line-chart:before{content:""}.bx-line-chart-down:before{content:""}.bx-link:before{content:""}.bx-link-alt:before{content:""}.bx-link-external:before{content:""}.bx-lira:before{content:""}.bx-list-check:before{content:""}.bx-list-minus:before{content:""}.bx-list-ol:before{content:""}.bx-list-plus:before{content:""}.bx-list-ul:before{content:""}.bx-loader:before{content:""}.bx-loader-alt:before{content:""}.bx-loader-circle:before{content:""}.bx-location-plus:before{content:""}.bx-lock:before{content:""}.bx-lock-alt:before{content:""}.bx-lock-open:before{content:""}.bx-lock-open-alt:before{content:""}.bx-log-in:before{content:""}.bx-log-in-circle:before{content:""}.bx-log-out:before{content:""}.bx-log-out-circle:before{content:""}.bx-low-vision:before{content:""}.bx-magnet:before{content:""}.bx-mail-send:before{content:""}.bx-male:before{content:""}.bx-male-sign:before{content:""}.bx-map:before{content:""}.bx-map-alt:before{content:""}.bx-map-pin:before{content:""}.bx-mask:before{content:""}.bx-medal:before{content:""}.bx-meh:before{content:""}.bx-meh-alt:before{content:""}.bx-meh-blank:before{content:""}.bx-memory-card:before{content:""}.bx-menu:before{content:""}.bx-menu-alt-left:before{content:""}.bx-menu-alt-right:before{content:""}.bx-merge:before{content:""}.bx-message:before{content:""}.bx-message-add:before{content:""}.bx-message-alt:before{content:""}.bx-message-alt-add:before{content:""}.bx-message-alt-check:before{content:""}.bx-message-alt-detail:before{content:""}.bx-message-alt-dots:before{content:""}.bx-message-alt-edit:before{content:""}.bx-message-alt-error:before{content:""}.bx-message-alt-minus:before{content:""}.bx-message-alt-x:before{content:""}.bx-message-check:before{content:""}.bx-message-detail:before{content:""}.bx-message-dots:before{content:""}.bx-message-edit:before{content:""}.bx-message-error:before{content:""}.bx-message-minus:before{content:""}.bx-message-rounded:before{content:""}.bx-message-rounded-add:before{content:""}.bx-message-rounded-check:before{content:""}.bx-message-rounded-detail:before{content:""}.bx-message-rounded-dots:before{content:""}.bx-message-rounded-edit:before{content:""}.bx-message-rounded-error:before{content:""}.bx-message-rounded-minus:before{content:""}.bx-message-rounded-x:before{content:""}.bx-message-square:before{content:""}.bx-message-square-add:before{content:""}.bx-message-square-check:before{content:""}.bx-message-square-detail:before{content:""}.bx-message-square-dots:before{content:""}.bx-message-square-edit:before{content:""}.bx-message-square-error:before{content:""}.bx-message-square-minus:before{content:""}.bx-message-square-x:before{content:""}.bx-message-x:before{content:""}.bx-meteor:before{content:""}.bx-microchip:before{content:""}.bx-microphone:before{content:""}.bx-microphone-off:before{content:""}.bx-minus:before{content:""}.bx-minus-back:before{content:""}.bx-minus-circle:before{content:""}.bx-minus-front:before{content:""}.bx-mobile:before{content:""}.bx-mobile-alt:before{content:""}.bx-mobile-landscape:before{content:""}.bx-mobile-vibration:before{content:""}.bx-money:before{content:""}.bx-moon:before{content:""}.bx-mouse:before{content:""}.bx-mouse-alt:before{content:""}.bx-move:before{content:""}.bx-move-horizontal:before{content:""}.bx-move-vertical:before{content:""}.bx-movie:before{content:""}.bx-movie-play:before{content:""}.bx-music:before{content:""}.bx-navigation:before{content:""}.bx-network-chart:before{content:""}.bx-news:before{content:""}.bx-no-entry:before{content:""}.bx-note:before{content:""}.bx-notepad:before{content:""}.bx-notification:before{content:""}.bx-notification-off:before{content:""}.bx-outline:before{content:""}.bx-package:before{content:""}.bx-paint:before{content:""}.bx-paint-roll:before{content:""}.bx-palette:before{content:""}.bx-paperclip:before{content:""}.bx-paper-plane:before{content:""}.bx-paragraph:before{content:""}.bx-paste:before{content:""}.bx-pause:before{content:""}.bx-pause-circle:before{content:""}.bx-pen:before{content:""}.bx-pencil:before{content:""}.bx-phone:before{content:""}.bx-phone-call:before{content:""}.bx-phone-incoming:before{content:""}.bx-phone-off:before{content:""}.bx-phone-outgoing:before{content:""}.bx-photo-album:before{content:""}.bx-pie-chart:before{content:""}.bx-pie-chart-alt:before{content:""}.bx-pie-chart-alt-2:before{content:""}.bx-pin:before{content:""}.bx-planet:before{content:""}.bx-play:before{content:""}.bx-play-circle:before{content:""}.bx-plug:before{content:""}.bx-plus:before{content:""}.bx-plus-circle:before{content:""}.bx-plus-medical:before{content:""}.bx-podcast:before{content:""}.bx-pointer:before{content:""}.bx-poll:before{content:""}.bx-polygon:before{content:""}.bx-pound:before{content:""}.bx-power-off:before{content:""}.bx-printer:before{content:""}.bx-pulse:before{content:""}.bx-purchase-tag:before{content:""}.bx-purchase-tag-alt:before{content:""}.bx-pyramid:before{content:""}.bx-qr:before{content:""}.bx-qr-scan:before{content:""}.bx-question-mark:before{content:""}.bx-radar:before{content:""}.bx-radio:before{content:""}.bx-radio-circle:before{content:""}.bx-radio-circle-marked:before{content:""}.bx-receipt:before{content:""}.bx-rectangle:before{content:""}.bx-recycle:before{content:""}.bx-redo:before{content:""}.bx-refresh:before{content:""}.bx-registered:before{content:""}.bx-rename:before{content:""}.bx-repeat:before{content:""}.bx-reply:before{content:""}.bx-reply-all:before{content:""}.bx-repost:before{content:""}.bx-reset:before{content:""}.bx-restaurant:before{content:""}.bx-revision:before{content:""}.bx-rewind:before{content:""}.bx-rewind-circle:before{content:""}.bx-right-arrow:before{content:""}.bx-right-arrow-alt:before{content:""}.bx-right-arrow-circle:before{content:""}.bx-right-down-arrow-circle:before{content:""}.bx-right-indent:before{content:""}.bx-right-top-arrow-circle:before{content:""}.bx-rocket:before{content:""}.bx-rotate-left:before{content:""}.bx-rotate-right:before{content:""}.bx-rss:before{content:""}.bx-ruble:before{content:""}.bx-ruler:before{content:""}.bx-run:before{content:""}.bx-rupee:before{content:""}.bx-sad:before{content:""}.bx-save:before{content:""}.bx-scan:before{content:""}.bx-screenshot:before{content:""}.bx-search:before{content:""}.bx-search-alt:before{content:""}.bx-search-alt-2:before{content:""}.bx-selection:before{content:""}.bx-select-multiple:before{content:""}.bx-send:before{content:""}.bx-server:before{content:""}.bx-shape-circle:before{content:""}.bx-shape-polygon:before{content:""}.bx-shape-square:before{content:""}.bx-shape-triangle:before{content:""}.bx-share:before{content:""}.bx-share-alt:before{content:""}.bx-shekel:before{content:""}.bx-shield:before{content:""}.bx-shield-alt:before{content:""}.bx-shield-alt-2:before{content:""}.bx-shield-quarter:before{content:""}.bx-shield-x:before{content:""}.bx-shocked:before{content:""}.bx-shopping-bag:before{content:""}.bx-show:before{content:""}.bx-show-alt:before{content:""}.bx-shuffle:before{content:""}.bx-sidebar:before{content:""}.bx-sitemap:before{content:""}.bx-skip-next:before{content:""}.bx-skip-next-circle:before{content:""}.bx-skip-previous:before{content:""}.bx-skip-previous-circle:before{content:""}.bx-sleepy:before{content:""}.bx-slider:before{content:""}.bx-slider-alt:before{content:""}.bx-slideshow:before{content:""}.bx-smile:before{content:""}.bx-sort:before{content:""}.bx-sort-alt-2:before{content:""}.bx-sort-a-z:before{content:""}.bx-sort-down:before{content:""}.bx-sort-up:before{content:""}.bx-sort-z-a:before{content:""}.bx-spa:before{content:""}.bx-space-bar:before{content:""}.bx-speaker:before{content:""}.bx-spray-can:before{content:""}.bx-spreadsheet:before{content:""}.bx-square:before{content:""}.bx-square-rounded:before{content:""}.bx-star:before{content:""}.bx-station:before{content:""}.bx-stats:before{content:""}.bx-sticker:before{content:""}.bx-stop:before{content:""}.bx-stop-circle:before{content:""}.bx-stopwatch:before{content:""}.bx-store:before{content:""}.bx-store-alt:before{content:""}.bx-street-view:before{content:""}.bx-strikethrough:before{content:""}.bx-subdirectory-left:before{content:""}.bx-subdirectory-right:before{content:""}.bx-sun:before{content:""}.bx-support:before{content:""}.bx-swim:before{content:""}.bx-sync:before{content:""}.bx-tab:before{content:""}.bx-table:before{content:""}.bx-tachometer:before{content:""}.bx-tag:before{content:""}.bx-tag-alt:before{content:""}.bx-target-lock:before{content:""}.bx-task:before{content:""}.bx-task-x:before{content:""}.bx-taxi:before{content:""}.bx-tennis-ball:before{content:""}.bx-terminal:before{content:""}.bx-test-tube:before{content:""}.bx-text:before{content:""}.bx-time:before{content:""}.bx-time-five:before{content:""}.bx-timer:before{content:""}.bx-tired:before{content:""}.bx-toggle-left:before{content:""}.bx-toggle-right:before{content:""}.bx-tone:before{content:""}.bx-traffic-cone:before{content:""}.bx-train:before{content:""}.bx-transfer:before{content:""}.bx-transfer-alt:before{content:""}.bx-trash:before{content:""}.bx-trash-alt:before{content:""}.bx-trending-down:before{content:""}.bx-trending-up:before{content:""}.bx-trim:before{content:""}.bx-trip:before{content:""}.bx-trophy:before{content:""}.bx-tv:before{content:""}.bx-underline:before{content:""}.bx-undo:before{content:""}.bx-unite:before{content:""}.bx-unlink:before{content:""}.bx-up-arrow:before{content:""}.bx-up-arrow-alt:before{content:""}.bx-up-arrow-circle:before{content:""}.bx-upload:before{content:""}.bx-upside-down:before{content:""}.bx-upvote:before{content:""}.bx-usb:before{content:""}.bx-user:before{content:""}.bx-user-check:before{content:""}.bx-user-circle:before{content:""}.bx-user-minus:before{content:""}.bx-user-pin:before{content:""}.bx-user-plus:before{content:""}.bx-user-voice:before{content:""}.bx-user-x:before{content:""}.bx-vector:before{content:""}.bx-vertical-center:before{content:""}.bx-vial:before{content:""}.bx-video:before{content:""}.bx-video-off:before{content:""}.bx-video-plus:before{content:""}.bx-video-recording:before{content:""}.bx-voicemail:before{content:""}.bx-volume:before{content:""}.bx-volume-full:before{content:""}.bx-volume-low:before{content:""}.bx-volume-mute:before{content:""}.bx-walk:before{content:""}.bx-wallet:before{content:""}.bx-wallet-alt:before{content:""}.bx-water:before{content:""}.bx-webcam:before{content:""}.bx-wifi:before{content:""}.bx-wifi-0:before{content:""}.bx-wifi-1:before{content:""}.bx-wifi-2:before{content:""}.bx-wifi-off:before{content:""}.bx-wind:before{content:""}.bx-window:before{content:""}.bx-window-alt:before{content:""}.bx-window-close:before{content:""}.bx-window-open:before{content:""}.bx-windows:before{content:""}.bx-wine:before{content:""}.bx-wink-smile:before{content:""}.bx-wink-tongue:before{content:""}.bx-won:before{content:""}.bx-world:before{content:""}.bx-wrench:before{content:""}.bx-x:before{content:""}.bx-x-circle:before{content:""}.bx-yen:before{content:""}.bx-zoom-in:before{content:""}.bx-zoom-out:before{content:""}.bxs-party:before{content:""}.bxs-hot:before{content:""}.bxs-droplet:before{content:""}.bxs-cat:before{content:""}.bxs-dog:before{content:""}.bxs-injection:before{content:""}.bxs-leaf:before{content:""}.bxs-add-to-queue:before{content:""}.bxs-adjust:before{content:""}.bxs-adjust-alt:before{content:""}.bxs-alarm:before{content:""}.bxs-alarm-add:before{content:""}.bxs-alarm-exclamation:before{content:""}.bxs-alarm-off:before{content:""}.bxs-alarm-snooze:before{content:""}.bxs-album:before{content:""}.bxs-ambulance:before{content:""}.bxs-analyse:before{content:""}.bxs-angry:before{content:""}.bxs-arch:before{content:""}.bxs-archive:before{content:""}.bxs-archive-in:before{content:""}.bxs-archive-out:before{content:""}.bxs-area:before{content:""}.bxs-arrow-from-bottom:before{content:""}.bxs-arrow-from-left:before{content:""}.bxs-arrow-from-right:before{content:""}.bxs-arrow-from-top:before{content:""}.bxs-arrow-to-bottom:before{content:""}.bxs-arrow-to-left:before{content:""}.bxs-arrow-to-right:before{content:""}.bxs-arrow-to-top:before{content:""}.bxs-award:before{content:""}.bxs-baby-carriage:before{content:""}.bxs-backpack:before{content:""}.bxs-badge:before{content:""}.bxs-badge-check:before{content:""}.bxs-badge-dollar:before{content:""}.bxs-ball:before{content:""}.bxs-band-aid:before{content:""}.bxs-bank:before{content:""}.bxs-bar-chart-alt-2:before{content:""}.bxs-bar-chart-square:before{content:""}.bxs-barcode:before{content:""}.bxs-baseball:before{content:""}.bxs-basket:before{content:""}.bxs-basketball:before{content:""}.bxs-bath:before{content:""}.bxs-battery:before{content:""}.bxs-battery-charging:before{content:""}.bxs-battery-full:before{content:""}.bxs-battery-low:before{content:""}.bxs-bed:before{content:""}.bxs-been-here:before{content:""}.bxs-beer:before{content:""}.bxs-bell:before{content:""}.bxs-bell-minus:before{content:""}.bxs-bell-off:before{content:""}.bxs-bell-plus:before{content:""}.bxs-bell-ring:before{content:""}.bxs-bible:before{content:""}.bxs-binoculars:before{content:""}.bxs-blanket:before{content:""}.bxs-bolt:before{content:""}.bxs-bolt-circle:before{content:""}.bxs-bomb:before{content:""}.bxs-bone:before{content:""}.bxs-bong:before{content:""}.bxs-book:before{content:""}.bxs-book-add:before{content:""}.bxs-book-alt:before{content:""}.bxs-book-bookmark:before{content:""}.bxs-book-content:before{content:""}.bxs-book-heart:before{content:""}.bxs-bookmark:before{content:""}.bxs-bookmark-alt:before{content:""}.bxs-bookmark-alt-minus:before{content:""}.bxs-bookmark-alt-plus:before{content:""}.bxs-bookmark-heart:before{content:""}.bxs-bookmark-minus:before{content:""}.bxs-bookmark-plus:before{content:""}.bxs-bookmarks:before{content:""}.bxs-bookmark-star:before{content:""}.bxs-book-open:before{content:""}.bxs-book-reader:before{content:""}.bxs-bot:before{content:""}.bxs-bowling-ball:before{content:""}.bxs-box:before{content:""}.bxs-brain:before{content:""}.bxs-briefcase:before{content:""}.bxs-briefcase-alt:before{content:""}.bxs-briefcase-alt-2:before{content:""}.bxs-brightness:before{content:""}.bxs-brightness-half:before{content:""}.bxs-brush:before{content:""}.bxs-brush-alt:before{content:""}.bxs-bug:before{content:""}.bxs-bug-alt:before{content:""}.bxs-building:before{content:""}.bxs-building-house:before{content:""}.bxs-buildings:before{content:""}.bxs-bulb:before{content:""}.bxs-bullseye:before{content:""}.bxs-buoy:before{content:""}.bxs-bus:before{content:""}.bxs-business:before{content:""}.bxs-bus-school:before{content:""}.bxs-cabinet:before{content:""}.bxs-cake:before{content:""}.bxs-calculator:before{content:""}.bxs-calendar:before{content:""}.bxs-calendar-alt:before{content:""}.bxs-calendar-check:before{content:""}.bxs-calendar-edit:before{content:""}.bxs-calendar-event:before{content:""}.bxs-calendar-exclamation:before{content:""}.bxs-calendar-heart:before{content:""}.bxs-calendar-minus:before{content:""}.bxs-calendar-plus:before{content:""}.bxs-calendar-star:before{content:""}.bxs-calendar-week:before{content:""}.bxs-calendar-x:before{content:""}.bxs-camera:before{content:""}.bxs-camera-home:before{content:""}.bxs-camera-movie:before{content:""}.bxs-camera-off:before{content:""}.bxs-camera-plus:before{content:""}.bxs-capsule:before{content:""}.bxs-captions:before{content:""}.bxs-car:before{content:""}.bxs-car-battery:before{content:""}.bxs-car-crash:before{content:""}.bxs-card:before{content:""}.bxs-caret-down-circle:before{content:""}.bxs-caret-down-square:before{content:""}.bxs-caret-left-circle:before{content:""}.bxs-caret-left-square:before{content:""}.bxs-caret-right-circle:before{content:""}.bxs-caret-right-square:before{content:""}.bxs-caret-up-circle:before{content:""}.bxs-caret-up-square:before{content:""}.bxs-car-garage:before{content:""}.bxs-car-mechanic:before{content:""}.bxs-carousel:before{content:""}.bxs-cart:before{content:""}.bxs-cart-add:before{content:""}.bxs-cart-alt:before{content:""}.bxs-cart-download:before{content:""}.bxs-car-wash:before{content:""}.bxs-category:before{content:""}.bxs-category-alt:before{content:""}.bxs-cctv:before{content:""}.bxs-certification:before{content:""}.bxs-chalkboard:before{content:""}.bxs-chart:before{content:""}.bxs-chat:before{content:""}.bxs-checkbox:before{content:""}.bxs-checkbox-checked:before{content:""}.bxs-checkbox-minus:before{content:""}.bxs-check-circle:before{content:""}.bxs-check-shield:before{content:""}.bxs-check-square:before{content:""}.bxs-chess:before{content:""}.bxs-chevron-down:before{content:""}.bxs-chevron-down-circle:before{content:""}.bxs-chevron-down-square:before{content:""}.bxs-chevron-left:before{content:""}.bxs-chevron-left-circle:before{content:""}.bxs-chevron-left-square:before{content:""}.bxs-chevron-right:before{content:""}.bxs-chevron-right-circle:before{content:""}.bxs-chevron-right-square:before{content:""}.bxs-chevrons-down:before{content:""}.bxs-chevrons-left:before{content:""}.bxs-chevrons-right:before{content:""}.bxs-chevrons-up:before{content:""}.bxs-chevron-up:before{content:""}.bxs-chevron-up-circle:before{content:""}.bxs-chevron-up-square:before{content:""}.bxs-chip:before{content:""}.bxs-church:before{content:""}.bxs-circle:before{content:""}.bxs-city:before{content:""}.bxs-clinic:before{content:""}.bxs-cloud:before{content:""}.bxs-cloud-download:before{content:""}.bxs-cloud-lightning:before{content:""}.bxs-cloud-rain:before{content:""}.bxs-cloud-upload:before{content:""}.bxs-coffee:before{content:""}.bxs-coffee-alt:before{content:""}.bxs-coffee-togo:before{content:""}.bxs-cog:before{content:""}.bxs-coin:before{content:""}.bxs-coin-stack:before{content:""}.bxs-collection:before{content:""}.bxs-color-fill:before{content:""}.bxs-comment:before{content:""}.bxs-comment-add:before{content:""}.bxs-comment-check:before{content:""}.bxs-comment-detail:before{content:""}.bxs-comment-dots:before{content:""}.bxs-comment-edit:before{content:""}.bxs-comment-error:before{content:""}.bxs-comment-minus:before{content:""}.bxs-comment-x:before{content:""}.bxs-compass:before{content:""}.bxs-component:before{content:""}.bxs-confused:before{content:""}.bxs-contact:before{content:""}.bxs-conversation:before{content:""}.bxs-cookie:before{content:""}.bxs-cool:before{content:""}.bxs-copy:before{content:""}.bxs-copy-alt:before{content:""}.bxs-copyright:before{content:""}.bxs-coupon:before{content:""}.bxs-credit-card:before{content:""}.bxs-credit-card-alt:before{content:""}.bxs-credit-card-front:before{content:""}.bxs-crop:before{content:""}.bxs-crown:before{content:""}.bxs-cube:before{content:""}.bxs-cube-alt:before{content:""}.bxs-cuboid:before{content:""}.bxs-customize:before{content:""}.bxs-cylinder:before{content:""}.bxs-dashboard:before{content:""}.bxs-data:before{content:""}.bxs-detail:before{content:""}.bxs-devices:before{content:""}.bxs-diamond:before{content:""}.bxs-dice-1:before{content:""}.bxs-dice-2:before{content:""}.bxs-dice-3:before{content:""}.bxs-dice-4:before{content:""}.bxs-dice-5:before{content:""}.bxs-dice-6:before{content:""}.bxs-direction-left:before{content:""}.bxs-direction-right:before{content:""}.bxs-directions:before{content:""}.bxs-disc:before{content:""}.bxs-discount:before{content:""}.bxs-dish:before{content:""}.bxs-dislike:before{content:""}.bxs-dizzy:before{content:""}.bxs-dock-bottom:before{content:""}.bxs-dock-left:before{content:""}.bxs-dock-right:before{content:""}.bxs-dock-top:before{content:""}.bxs-dollar-circle:before{content:""}.bxs-donate-blood:before{content:""}.bxs-donate-heart:before{content:""}.bxs-door-open:before{content:""}.bxs-doughnut-chart:before{content:""}.bxs-down-arrow:before{content:""}.bxs-down-arrow-alt:before{content:""}.bxs-down-arrow-circle:before{content:""}.bxs-down-arrow-square:before{content:""}.bxs-download:before{content:""}.bxs-downvote:before{content:""}.bxs-drink:before{content:""}.bxs-droplet-half:before{content:""}.bxs-dryer:before{content:""}.bxs-duplicate:before{content:""}.bxs-edit:before{content:""}.bxs-edit-alt:before{content:""}.bxs-edit-location:before{content:""}.bxs-eject:before{content:""}.bxs-envelope:before{content:""}.bxs-envelope-open:before{content:""}.bxs-eraser:before{content:""}.bxs-error:before{content:""}.bxs-error-alt:before{content:""}.bxs-error-circle:before{content:""}.bxs-ev-station:before{content:""}.bxs-exit:before{content:""}.bxs-extension:before{content:""}.bxs-eyedropper:before{content:""}.bxs-face:before{content:""}.bxs-face-mask:before{content:""}.bxs-factory:before{content:""}.bxs-fast-forward-circle:before{content:""}.bxs-file:before{content:""}.bxs-file-archive:before{content:""}.bxs-file-blank:before{content:""}.bxs-file-css:before{content:""}.bxs-file-doc:before{content:""}.bxs-file-export:before{content:""}.bxs-file-find:before{content:""}.bxs-file-gif:before{content:""}.bxs-file-html:before{content:""}.bxs-file-image:before{content:""}.bxs-file-import:before{content:""}.bxs-file-jpg:before{content:""}.bxs-file-js:before{content:""}.bxs-file-json:before{content:""}.bxs-file-md:before{content:""}.bxs-file-pdf:before{content:""}.bxs-file-plus:before{content:""}.bxs-file-png:before{content:""}.bxs-file-txt:before{content:""}.bxs-film:before{content:""}.bxs-filter-alt:before{content:""}.bxs-first-aid:before{content:""}.bxs-flag:before{content:""}.bxs-flag-alt:before{content:""}.bxs-flag-checkered:before{content:""}.bxs-flame:before{content:""}.bxs-flask:before{content:""}.bxs-florist:before{content:""}.bxs-folder:before{content:""}.bxs-folder-minus:before{content:""}.bxs-folder-open:before{content:""}.bxs-folder-plus:before{content:""}.bxs-food-menu:before{content:""}.bxs-fridge:before{content:""}.bxs-game:before{content:""}.bxs-gas-pump:before{content:""}.bxs-ghost:before{content:""}.bxs-gift:before{content:""}.bxs-graduation:before{content:""}.bxs-grid:before{content:""}.bxs-grid-alt:before{content:""}.bxs-group:before{content:""}.bxs-guitar-amp:before{content:""}.bxs-hand:before{content:""}.bxs-hand-down:before{content:""}.bxs-hand-left:before{content:""}.bxs-hand-right:before{content:""}.bxs-hand-up:before{content:""}.bxs-happy:before{content:""}.bxs-happy-alt:before{content:""}.bxs-happy-beaming:before{content:""}.bxs-happy-heart-eyes:before{content:""}.bxs-hdd:before{content:""}.bxs-heart:before{content:""}.bxs-heart-circle:before{content:""}.bxs-heart-square:before{content:""}.bxs-help-circle:before{content:""}.bxs-hide:before{content:""}.bxs-home:before{content:""}.bxs-home-circle:before{content:""}.bxs-home-heart:before{content:""}.bxs-home-smile:before{content:""}.bxs-hotel:before{content:""}.bxs-hourglass:before{content:""}.bxs-hourglass-bottom:before{content:""}.bxs-hourglass-top:before{content:""}.bxs-id-card:before{content:""}.bxs-image:before{content:""}.bxs-image-add:before{content:""}.bxs-image-alt:before{content:""}.bxs-inbox:before{content:""}.bxs-info-circle:before{content:""}.bxs-info-square:before{content:""}.bxs-institution:before{content:""}.bxs-joystick:before{content:""}.bxs-joystick-alt:before{content:""}.bxs-joystick-button:before{content:""}.bxs-key:before{content:""}.bxs-keyboard:before{content:""}.bxs-label:before{content:""}.bxs-landmark:before{content:""}.bxs-landscape:before{content:""}.bxs-laugh:before{content:""}.bxs-layer:before{content:""}.bxs-layer-minus:before{content:""}.bxs-layer-plus:before{content:""}.bxs-layout:before{content:""}.bxs-left-arrow:before{content:""}.bxs-left-arrow-alt:before{content:""}.bxs-left-arrow-circle:before{content:""}.bxs-left-arrow-square:before{content:""}.bxs-left-down-arrow-circle:before{content:""}.bxs-left-top-arrow-circle:before{content:""}.bxs-like:before{content:""}.bxs-location-plus:before{content:""}.bxs-lock:before{content:""}.bxs-lock-alt:before{content:""}.bxs-lock-open:before{content:""}.bxs-lock-open-alt:before{content:""}.bxs-log-in:before{content:""}.bxs-log-in-circle:before{content:""}.bxs-log-out:before{content:""}.bxs-log-out-circle:before{content:""}.bxs-low-vision:before{content:""}.bxs-magic-wand:before{content:""}.bxs-magnet:before{content:""}.bxs-map:before{content:""}.bxs-map-alt:before{content:""}.bxs-map-pin:before{content:""}.bxs-mask:before{content:""}.bxs-medal:before{content:""}.bxs-megaphone:before{content:""}.bxs-meh:before{content:""}.bxs-meh-alt:before{content:""}.bxs-meh-blank:before{content:""}.bxs-memory-card:before{content:""}.bxs-message:before{content:""}.bxs-message-add:before{content:""}.bxs-message-alt:before{content:""}.bxs-message-alt-add:before{content:""}.bxs-message-alt-check:before{content:""}.bxs-message-alt-detail:before{content:""}.bxs-message-alt-dots:before{content:""}.bxs-message-alt-edit:before{content:""}.bxs-message-alt-error:before{content:""}.bxs-message-alt-minus:before{content:""}.bxs-message-alt-x:before{content:""}.bxs-message-check:before{content:""}.bxs-message-detail:before{content:""}.bxs-message-dots:before{content:""}.bxs-message-edit:before{content:""}.bxs-message-error:before{content:""}.bxs-message-minus:before{content:""}.bxs-message-rounded:before{content:""}.bxs-message-rounded-add:before{content:""}.bxs-message-rounded-check:before{content:""}.bxs-message-rounded-detail:before{content:""}.bxs-message-rounded-dots:before{content:""}.bxs-message-rounded-edit:before{content:""}.bxs-message-rounded-error:before{content:""}.bxs-message-rounded-minus:before{content:""}.bxs-message-rounded-x:before{content:""}.bxs-message-square:before{content:""}.bxs-message-square-add:before{content:""}.bxs-message-square-check:before{content:""}.bxs-message-square-detail:before{content:""}.bxs-message-square-dots:before{content:""}.bxs-message-square-edit:before{content:""}.bxs-message-square-error:before{content:""}.bxs-message-square-minus:before{content:""}.bxs-message-square-x:before{content:""}.bxs-message-x:before{content:""}.bxs-meteor:before{content:""}.bxs-microchip:before{content:""}.bxs-microphone:before{content:""}.bxs-microphone-alt:before{content:""}.bxs-microphone-off:before{content:""}.bxs-minus-circle:before{content:""}.bxs-minus-square:before{content:""}.bxs-mobile:before{content:""}.bxs-mobile-vibration:before{content:""}.bxs-moon:before{content:""}.bxs-mouse:before{content:""}.bxs-mouse-alt:before{content:""}.bxs-movie:before{content:""}.bxs-movie-play:before{content:""}.bxs-music:before{content:""}.bxs-navigation:before{content:""}.bxs-network-chart:before{content:""}.bxs-news:before{content:""}.bxs-no-entry:before{content:""}.bxs-note:before{content:""}.bxs-notepad:before{content:""}.bxs-notification:before{content:""}.bxs-notification-off:before{content:""}.bxs-offer:before{content:""}.bxs-package:before{content:""}.bxs-paint:before{content:""}.bxs-paint-roll:before{content:""}.bxs-palette:before{content:""}.bxs-paper-plane:before{content:""}.bxs-parking:before{content:""}.bxs-paste:before{content:""}.bxs-pen:before{content:""}.bxs-pencil:before{content:""}.bxs-phone:before{content:""}.bxs-phone-call:before{content:""}.bxs-phone-incoming:before{content:""}.bxs-phone-off:before{content:""}.bxs-phone-outgoing:before{content:""}.bxs-photo-album:before{content:""}.bxs-piano:before{content:""}.bxs-pie-chart:before{content:""}.bxs-pie-chart-alt:before{content:""}.bxs-pie-chart-alt-2:before{content:""}.bxs-pin:before{content:""}.bxs-pizza:before{content:""}.bxs-plane:before{content:""}.bxs-plane-alt:before{content:""}.bxs-plane-land:before{content:""}.bxs-planet:before{content:""}.bxs-plane-take-off:before{content:""}.bxs-playlist:before{content:""}.bxs-plug:before{content:""}.bxs-plus-circle:before{content:""}.bxs-plus-square:before{content:""}.bxs-pointer:before{content:""}.bxs-polygon:before{content:""}.bxs-printer:before{content:""}.bxs-purchase-tag:before{content:""}.bxs-purchase-tag-alt:before{content:""}.bxs-pyramid:before{content:""}.bxs-quote-alt-left:before{content:""}.bxs-quote-alt-right:before{content:""}.bxs-quote-left:before{content:""}.bxs-quote-right:before{content:""}.bxs-quote-single-left:before{content:""}.bxs-quote-single-right:before{content:""}.bxs-radiation:before{content:""}.bxs-radio:before{content:""}.bxs-receipt:before{content:""}.bxs-rectangle:before{content:""}.bxs-registered:before{content:""}.bxs-rename:before{content:""}.bxs-report:before{content:""}.bxs-rewind-circle:before{content:""}.bxs-right-arrow:before{content:""}.bxs-right-arrow-alt:before{content:""}.bxs-right-arrow-circle:before{content:""}.bxs-right-arrow-square:before{content:""}.bxs-right-down-arrow-circle:before{content:""}.bxs-right-top-arrow-circle:before{content:""}.bxs-rocket:before{content:""}.bxs-ruler:before{content:""}.bxs-sad:before{content:""}.bxs-save:before{content:""}.bxs-school:before{content:""}.bxs-search:before{content:""}.bxs-search-alt-2:before{content:""}.bxs-select-multiple:before{content:""}.bxs-send:before{content:""}.bxs-server:before{content:""}.bxs-shapes:before{content:""}.bxs-share:before{content:""}.bxs-share-alt:before{content:""}.bxs-shield:before{content:""}.bxs-shield-alt-2:before{content:""}.bxs-shield-x:before{content:""}.bxs-ship:before{content:""}.bxs-shocked:before{content:""}.bxs-shopping-bag:before{content:""}.bxs-shopping-bag-alt:before{content:""}.bxs-shopping-bags:before{content:""}.bxs-show:before{content:""}.bxs-skip-next-circle:before{content:""}.bxs-skip-previous-circle:before{content:""}.bxs-skull:before{content:""}.bxs-sleepy:before{content:""}.bxs-slideshow:before{content:""}.bxs-smile:before{content:""}.bxs-sort-alt:before{content:""}.bxs-spa:before{content:""}.bxs-speaker:before{content:""}.bxs-spray-can:before{content:""}.bxs-spreadsheet:before{content:""}.bxs-square:before{content:""}.bxs-square-rounded:before{content:""}.bxs-star:before{content:""}.bxs-star-half:before{content:""}.bxs-sticker:before{content:""}.bxs-stopwatch:before{content:""}.bxs-store:before{content:""}.bxs-store-alt:before{content:""}.bxs-sun:before{content:""}.bxs-tachometer:before{content:""}.bxs-tag:before{content:""}.bxs-tag-alt:before{content:""}.bxs-tag-x:before{content:""}.bxs-taxi:before{content:""}.bxs-tennis-ball:before{content:""}.bxs-terminal:before{content:""}.bxs-thermometer:before{content:""}.bxs-time:before{content:""}.bxs-time-five:before{content:""}.bxs-timer:before{content:""}.bxs-tired:before{content:""}.bxs-toggle-left:before{content:""}.bxs-toggle-right:before{content:""}.bxs-tone:before{content:""}.bxs-torch:before{content:""}.bxs-to-top:before{content:""}.bxs-traffic:before{content:""}.bxs-traffic-barrier:before{content:""}.bxs-traffic-cone:before{content:""}.bxs-train:before{content:""}.bxs-trash:before{content:""}.bxs-trash-alt:before{content:""}.bxs-tree:before{content:""}.bxs-trophy:before{content:""}.bxs-truck:before{content:""}.bxs-t-shirt:before{content:""}.bxs-tv:before{content:""}.bxs-up-arrow:before{content:""}.bxs-up-arrow-alt:before{content:""}.bxs-up-arrow-circle:before{content:""}.bxs-up-arrow-square:before{content:""}.bxs-upside-down:before{content:""}.bxs-upvote:before{content:""}.bxs-user:before{content:""}.bxs-user-account:before{content:""}.bxs-user-badge:before{content:""}.bxs-user-check:before{content:""}.bxs-user-circle:before{content:""}.bxs-user-detail:before{content:""}.bxs-user-minus:before{content:""}.bxs-user-pin:before{content:""}.bxs-user-plus:before{content:""}.bxs-user-rectangle:before{content:""}.bxs-user-voice:before{content:""}.bxs-user-x:before{content:""}.bxs-vector:before{content:""}.bxs-vial:before{content:""}.bxs-video:before{content:""}.bxs-video-off:before{content:""}.bxs-video-plus:before{content:""}.bxs-video-recording:before{content:""}.bxs-videos:before{content:""}.bxs-virus:before{content:""}.bxs-virus-block:before{content:""}.bxs-volume:before{content:""}.bxs-volume-full:before{content:""}.bxs-volume-low:before{content:""}.bxs-volume-mute:before{content:""}.bxs-wallet:before{content:""}.bxs-wallet-alt:before{content:""}.bxs-washer:before{content:""}.bxs-watch:before{content:""}.bxs-watch-alt:before{content:""}.bxs-webcam:before{content:""}.bxs-widget:before{content:""}.bxs-window-alt:before{content:""}.bxs-wine:before{content:""}.bxs-wink-smile:before{content:""}.bxs-wink-tongue:before{content:""}.bxs-wrench:before{content:""}.bxs-x-circle:before{content:""}.bxs-x-square:before{content:""}.bxs-yin-yang:before{content:""}.bxs-zap:before{content:""}.bxs-zoom-in:before{content:""}.bxs-zoom-out:before{content:""}.all-products-page{background:#fff;padding:20px 0 60px}.all-products-container{max-width:1594px;margin:0 auto}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-spinner{justify-content:center;padding:40px 0;display:flex}.all-products-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:40px;display:flex}.all-products-error h2{color:#141414;margin-bottom:12px;font-size:24px}.all-products-error p{color:#5c5c5c;margin-bottom:24px}@media (width<=992px){.product-grid-header{flex-direction:column;align-items:flex-start}}@media (width<=768px){.page-title{font-size:22px}.product-title{font-size:13px}.product-price{font-size:14px}.wishlist-btn{width:32px;height:32px;font-size:16px}.add-to-cart-btn{width:36px;height:36px;font-size:16px}.rating-badge{font-size:11px}}@media (width<=480px){.page-title{font-size:18px}.product-title{font-size:12px}.product-price{font-size:13px}.wishlist-btn{width:28px;height:28px;font-size:14px;top:6px;right:6px}.add-to-cart-btn{width:32px;height:32px;font-size:14px;bottom:6px;right:6px}.product-badge{padding:2px 8px;font-size:10px;top:6px;left:6px}.rating-badge{padding:1px 6px;font-size:10px;bottom:6px;left:6px}.product-content{padding:8px 2px 0}}.skeleton{animation:1.5s infinite shimmer}.skeleton-image{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px}.skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:18px;margin-bottom:6px}.skeleton-price{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:50%;height:16px}.design-type-page{background:#fff;padding:20px 0 60px}.auto-container{max-width:1594px;margin:0 auto}.hero-area{margin-bottom:30px}.hero-area .slider-item img{object-fit:cover;width:100%}.product-grid-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 0 30px;display:flex}.page-title{color:#141414;margin:0;font-size:28px;font-weight:600}.stock-toggle{align-items:center;gap:12px;display:flex}.toggle-switch{width:50px;height:26px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:#e6e6e6;border-radius:34px;transition:all .3s;position:absolute;inset:0}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}.toggle-switch input:checked+.toggle-slider{background:#730f1b}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-label{color:#141414;font-size:14px;font-weight:500}.products-grid{margin:0 -10px}.product-item{transition:transform .3s;position:relative}.product-image-link{width:100%;height:100%;display:block}.product-image{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.hover-image{opacity:0;position:absolute;top:0;left:0}.product-item:hover .hover-image{opacity:1}.product-item:hover .normal-image{opacity:0}.product-badge{z-index:2;background:#fff;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:500;position:absolute;top:10px;left:10px;box-shadow:0 2px 8px #0000001a}.in-stock-badge{color:#05703d}.wishlist-btn{z-index:2;cursor:pointer;color:#3d3d3d;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.wishlist-btn:hover{transform:scale(1.1)}.wishlist-btn .bxs-heart{color:#730f1b}.add-to-cart-btn{z-index:2;cursor:pointer;color:#fff;opacity:0;background:#730f1b;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex;position:absolute;bottom:10px;right:10px;transform:translateY(10px);box-shadow:0 2px 8px #0003}.product-item:hover .add-to-cart-btn{opacity:1;transform:translateY(0)}.add-to-cart-btn:hover{background:#5c0c16;transform:scale(1.05)}.add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed}.filter-group{border-bottom:1px solid #edece8}.adding-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin;display:inline-block}.rating-badge{z-index:2;color:#141414;background:#fff;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;font-weight:500;display:flex;position:absolute;bottom:10px;left:10px;box-shadow:0 2px 8px #0000001a}.rating-badge i{color:#ffae3d;font-size:14px}.product-content{text-align:left;padding:12px 4px 0}.product-title-link{text-decoration:none;display:block}.product-title{color:#000;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:14px;font-weight:400;overflow:hidden}.product-title:hover{color:#730f1b}.product-price{color:#000;margin:0;font-size:16px;font-weight:600}.skeleton .skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:20px;margin-bottom:8px;animation:1.5s infinite shimmer}.skeleton-price{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:50%;height:16px;animation:1.5s infinite shimmer}.loading-spinner{flex-direction:column;align-items:center;padding:40px 0;display:flex}.no-products{text-align:center;color:#5c5c5c;padding:60px 0}.no-more-products{text-align:center;color:#5c5c5c;padding:20px 0;font-size:14px}.no-more-products p{margin:0}.design-type-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:40px;display:flex}.design-type-error h2{color:#141414;margin-bottom:12px;font-size:24px}.design-type-error p{color:#5c5c5c;margin-bottom:24px}.btn-retry{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:8px;padding:12px 32px;font-size:14px;font-weight:500;transition:background .2s}.btn-retry:hover{background:#5c0c16}.loading-text{text-align:center;color:#5c5c5c;margin-top:8px;font-size:14px}.product-count{text-align:center;color:#5c5c5c;padding:16px 0 8px;font-size:13px}.product-count p{margin:0}.sidebar-wrapper{padding-right:20px}.sidebar-content-box.modern-sidebar{background:#fff;border:1px solid #e5e0db;border-radius:8px;padding:20px;position:sticky;top:140px}.sidebar-title{color:#1a1a1a;font-family:Cormorant Garamond,serif;font-weight:600}.clear-all-btn{color:#8b1a1a;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:500;text-decoration:underline}.accordion-button{text-align:left;color:#1a1a1a;background:0 0;border:none;width:100%;padding:10px 0;font-weight:600}.accordion-button i{transition:transform .3s}.accordion-button:not(.collapsed) i{transform:rotate(180deg)}.accordion-body{padding:0 0 10px}.custom-checkbox{color:#333;align-items:center;gap:8px;font-size:13px;display:flex}.custom-checkbox input[type=checkbox]{accent-color:#8b1a1a;cursor:pointer;width:16px;height:16px}.mobile-action-bar{background:#fff;border-bottom:1px solid #e5e0db;padding:10px 0;display:none}.mobile-action-bar button,.mobile-action-bar select{color:#1a1a1a;text-align:center;background:#fff;border:1px solid #e5e0db;flex:1;margin:0 5px;padding:10px;font-size:14px;font-weight:500}.mobile-action-bar button i{margin-right:6px}.filter-overlay{z-index:1050;background:#00000080;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.filter-overlay-content{background:#fff;border-radius:12px 12px 0 0;width:100%;max-height:80vh;padding-bottom:20px;overflow-y:auto}.apply-filter-btn{color:#fff;cursor:pointer;background:#8b1a1a;border:none;width:100%;padding:12px;font-size:14px;font-weight:600}.sort-overlay{z-index:1050;background:#00000080;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.sort-overlay-content{background:#fff;border-radius:12px 12px 0 0;width:100%;padding:20px}.sort-item{cursor:pointer;color:#333;border-bottom:1px solid #e5e0db;padding:12px 0;font-size:14px}.sort-item.active{color:#8b1a1a;font-weight:600}.modern-select{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #e5e0db;padding:8px 12px;font-size:14px}.breadcrumb-nav{color:#666;font-size:14px}.breadcrumb-nav a{color:#8b1a1a;text-decoration:none}.breadcrumb-nav .separator{margin:0 6px}.breadcrumb-nav .active{color:#1a1a1a;font-weight:500}@media (width<=991px){.mobile-action-bar{display:flex}.sidebar-wrapper.d-none.d-lg-block{display:none!important}.modern-select{width:100%}}@media (width<=768px){.page-title{font-size:22px}.product-title{font-size:13px}.product-price{font-size:14px}.wishlist-btn{width:32px;height:32px;font-size:16px}.add-to-cart-btn{width:36px;height:36px;font-size:16px}.rating-badge{font-size:11px}}@media (width<=480px){.page-title{font-size:18px}.product-title{font-size:12px}.product-price{font-size:13px}.wishlist-btn{width:28px;height:28px;font-size:14px;top:6px;right:6px}.add-to-cart-btn{width:32px;height:32px;font-size:14px;bottom:6px;right:6px}.product-badge{padding:2px 8px;font-size:10px;top:6px;left:6px}.rating-badge{padding:1px 6px;font-size:10px;bottom:6px;left:6px}.product-content{padding:8px 2px 0}}.row{flex-wrap:wrap;margin:0 -10px;display:flex}.w-25{width:20%}.w-75{width:80%}.product-item{margin-bottom:30px}.product-image-wrapper{aspect-ratio:1;background:#f5f5f5;border-radius:6px;position:relative;overflow:hidden}.filter-group-btn{text-align:left;color:#1a1a1a;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 0;font-weight:600;display:flex}.filter-group-btn.active i{transform:rotate(180deg)}.filter-group-body{padding-bottom:10px;display:none}.filter-group-body.open{display:block}.custom-checkbox input[type=checkbox]{accent-color:#8b1a1a;cursor:pointer;appearance:auto;background-color:#fff;border:1px solid #ccc;border-radius:3px;width:16px;height:16px}.custom-checkbox{background-color:#0000}.shop-grid-page-top-info{flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;display:flex}@media (width<=767px){.shop-grid-page-top-info{flex-direction:column;align-items:flex-start;gap:10px}}.shop-grid-page-top-info{flex-wrap:wrap;width:100%;display:flex;justify-content:space-between!important;align-items:center!important}@media (width<=767px){.shop-grid-page-top-info{flex-direction:column;gap:10px;align-items:flex-start!important}}.design-type-page .row{flex-wrap:wrap;width:100%;margin:0 -10px;display:flex}.design-type-page .col-lg-3.sidebar-wrapper,.design-type-page .col-lg-9{box-sizing:border-box}@media (width<=991px){.design-type-page .col-lg-9.w-75{flex:0 0 105%;max-width:110%}}@media (width<=501px){.design-type-page .col-lg-9.w-75{flex:0 0 112%;max-width:112%}}#productGrid.row{margin:0 -10px}#productGrid>[class*=col-]{box-sizing:border-box;padding:0 10px}.hero-area{width:100%;margin-bottom:30px;overflow:hidden}.hero-area .slider-item{width:100%;display:block}.hero-area .slider-item img{object-fit:cover;width:100%;height:auto;max-height:420px;display:block}.shop-grid-page-top-info{flex-wrap:nowrap;gap:12px;width:100%;padding:10px 0 20px;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.shop-grid-page-top-info .breadcrumb-nav{flex-shrink:0;margin:0}.shop-grid-page-top-info>div:last-child{flex-shrink:0;margin:0 0 0 auto}.shop-grid-page-top-info .modern-select{min-width:180px}@media (width<=767px){.shop-grid-page-top-info{flex-wrap:wrap}.hero-area{width:100%;margin-bottom:0;padding:1rem;overflow:hidden}}.custom-checkbox input[type=checkbox]{appearance:none;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:3px;flex-shrink:0;width:16px;height:16px;position:relative}.custom-checkbox input[type=checkbox]:checked{background-color:#fff;border-color:#8b1a1a}.custom-checkbox input[type=checkbox]:checked:after{content:"";border:2px solid #8b1a1a;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.filterrow{justify-content:space-between;display:flex}@media (width<=991px){.mobile-action-bar{z-index:1040;background:#fff;border-top:1px solid #e5e0db;border-bottom:none;margin:0;padding:10px 12px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000014}.design-type-page{padding-bottom:70px}}.filter-overlay{z-index:1060}.empty-state-elegant{justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-state-card{background:#fff;animation:.5s fadeInUp}.empty-state-icon{color:#c9a84c;background:linear-gradient(135deg,#fdf8f8,#f8f6f3);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:2.5rem;display:flex}.empty-state-heading{color:#1a1a1a;margin:0 0 12px;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:700}.empty-state-subtext{color:#666;max-width:400px;margin:0 auto 32px;font-size:.6rem;line-height:1.6}.empty-state-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px;display:flex}.empty-state-btn{cursor:pointer;border:1.5px solid #0000;border-radius:8px;padding:12px 28px;font-size:.68rem;font-weight:600;text-decoration:none;transition:all .2s}.empty-state-btn.primary{color:#fff;background:#8b1a1a;border-color:#8b1a1a}.empty-state-btn.primary:hover{background:#6b1010;transform:translateY(-1px);box-shadow:0 4px 12px #8b1a1a40}.empty-state-btn.secondary{color:#8b1a1a;background:#fff;border-color:#8b1a1a}.empty-state-btn.secondary:hover{background:#fdf8f8}.empty-state-trust{border-top:1px solid #e5e0db;justify-content:center;gap:24px;padding-top:24px;display:flex}.trust-item{color:#999;align-items:center;gap:6px;font-size:.8rem;display:flex}.trust-item i{color:#c9a84c;font-size:1.1rem}:root{--centora-gold:#c9a96e;--centora-dark:#2c2c2c;--centora-cream:#faf7f2;--centora-border:#e8e1d5;--centora-shadow:0 4px 20px #0000000d}.centora-sidebar{box-shadow:var(--centora-shadow);border:1px solid var(--centora-border);background:#fff;border-radius:12px;padding:24px}.sidebar-header{border-bottom:1px solid var(--centora-border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.sidebar-title{color:var(--centora-dark);letter-spacing:.5px;font-family:Playfair Display,serif;font-size:1.125rem}.clear-all-link{color:var(--centora-gold);cursor:pointer;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.filter-group-header button{color:var(--centora-dark);text-transform:uppercase;letter-spacing:.5px;font-family:Lato,sans-serif;font-size:.85rem;font-weight:600}.filter-group-btn i{transition:transform .2s}.filter-group-body.open{padding:.5rem 0 .75rem .25rem}.custom-checkbox input[type=checkbox]{accent-color:var(--centora-gold)}.custom-checkbox label{color:#555;margin-left:8px;font-size:.8rem}.centora-card{border:1px solid var(--centora-border);background:#fff;border-radius:8px;transition:all .3s;overflow:hidden}.centora-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014}.centora-card .product-image-wrapper{position:relative;overflow:hidden}.centora-add-to-cart-overlay{opacity:0;background:linear-gradient(#0000,#fffffff2);justify-content:center;width:100%;padding:1.5rem 1rem 1rem;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:0;left:0;transform:translateY(10px)}.centora-card:hover .centora-add-to-cart-overlay{opacity:1;transform:translateY(0)}.centora-cart-btn{background:var(--centora-gold);color:#fff;cursor:pointer;border:none;border-radius:25px;align-items:center;gap:6px;padding:.5rem 1.5rem;font-size:.8rem;font-weight:600;transition:background .2s;display:flex}.centora-cart-btn:hover{background:#b38b4a}.centora-wishlist{width:32px;height:32px;color:var(--centora-gold);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #0000001a}.centora-wishlist:hover{background:#fff}.centora-badge{background:var(--centora-dark);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:12px;padding:3px 10px;font-size:.65rem;font-weight:600;position:absolute;top:10px;left:10px}.centora-rating{color:var(--centora-dark);background:#ffffffe6;border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;display:flex;position:absolute;bottom:10px;left:10px}.centora-rating i{color:var(--centora-gold);font-size:.75rem}.centora-title{color:var(--centora-dark);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:.9rem;font-weight:600;line-height:1.3}.centora-price{color:var(--centora-gold);font-family:Lato,sans-serif;font-size:1rem;font-weight:600}.centora-empty .empty-state-card{text-align:center;padding:3rem}.centora-empty .empty-state-icon i{color:var(--color-primary);opacity:.8;font-size:3.5rem}.centora-empty .empty-state-heading{margin:1rem 0 .5rem;font-family:Playfair Display,serif;font-size:1.75rem}.centora-empty .empty-state-subtext{color:#777;max-width:400px;margin:0 auto 1.5rem;font-size:.9rem}.centora-btn{border-radius:25px;margin:0 .5rem;padding:.6rem 1.8rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.centora-btn.primary{background:var(--color-primary);color:#fff;border:none}.centora-btn.primary:hover{background:#b38b4a}.centora-btn.secondary{border:1px solid var(--centora-dark);color:var(--centora-dark);background:0 0}.centora-btn.secondary:hover{background:var(--centora-dark);color:#fff}.filter-overlay-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding-top:.5rem}.wishlist-page{background:#fff;min-height:100vh;padding-bottom:60px}.wishlist-container{max-width:1594px}.wishlist-header{z-index:10;background:#fff;padding:20px 0;position:sticky;top:80px}.wishlist-header-content{justify-content:space-between;align-items:center;display:flex}.wishlist-title{letter-spacing:-.6px;color:#141414;margin:0;font-family:Geist,sans-serif;font-size:20px;font-weight:600;line-height:42px}.wishlist-breadcrumb{color:#666;margin:4px 0 0;font-size:.85rem}.wishlist-breadcrumb a{color:#8b1a1a;text-decoration:none}.wishlist-header-right{gap:12px;display:flex}.wishlist-header-left{text-align:left}.btn-video-call,.btn-go-to-cart{cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.btn-video-call{color:#fff;background:#8b1a1a;border:none}.btn-go-to-cart{color:#8b1a1a;background:#fff;border:1.5px solid #8b1a1a}.wishlist-content{padding:30px 0}.wishlist-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.wishlist-item-card{border-radius:0;transition:box-shadow .3s;position:relative;overflow:hidden}.wishlist-item-card:hover{box-shadow:0 4px 20px #00000014}.wishlist-remove-btn{cursor:pointer;z-index:2;color:#999;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #0000001a}.wishlist-remove-btn:hover{color:#dc3545;transform:scale(1.1)}.wishlist-item-image{cursor:pointer;background:#fafafa;overflow:hidden}.wishlist-item-image img{object-fit:cover;width:300px;height:300px;transition:transform .3s}.wishlist-item-image:hover img{transform:scale(1.05)}.wishlist-item-info{padding:16px}.wishlist-item-price{color:#b89778;margin:0 0 4px;font-size:14px;font-weight:700}.wishlist-item-name{color:#333;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;margin:0 0 12px;font-size:14px;font-weight:500;overflow:hidden}.wishlist-item-name:hover{color:#8b1a1a}.wishlist-add-to-cart-btn{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.wishlist-add-to-cart-btn:hover:not(:disabled){background:#730f1b}.wishlist-add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.wishlist-empty{justify-content:center;align-items:center;min-height:60vh;display:flex}.empty-wishlist-wrapper{text-align:center}.wishlist-empty-icon{margin-bottom:24px}.empty-title{color:#1a1a1a;margin-bottom:12px;font-size:20px;font-weight:700}.empty-subtitle{color:#666;margin-bottom:32px;font-size:14px}.btn-start-shopping{color:#fff;letter-spacing:1px;background:#330609;border-radius:30px;padding:12px 36px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-start-shopping:hover{color:#fff;background:#330609;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.wishlist-login-prompt{text-align:center;background:#fff8e1;border-top:1px solid #ffe082;padding:16px 0}.wishlist-login-prompt p{color:#795548;margin:0;font-size:.9rem}.wishlist-login-prompt a{color:#8b1a1a;font-weight:600;text-decoration:underline}@media (width<=992px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.wishlist-page{padding-top:120px}.wishlist-header{top:60px}.wishlist-header-content{text-align:center;flex-direction:column;gap:12px}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:12px}.wishlist-item-image{height:200px}.wishlist-header-right{justify-content:center;width:100%}}@media (width<=480px){.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:8px}.wishlist-item-image{height:160px}.wishlist-item-info{padding:10px}}.skeleton{pointer-events:none}.skeleton .skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;height:280px;animation:1.5s infinite shimmer}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;margin-bottom:8px;animation:1.5s infinite shimmer}.skeleton-price-line{width:50%;height:16px}.skeleton-name-line{width:85%;height:18px;margin-bottom:14px}.skeleton-btn-line{border-radius:6px;width:100%;height:38px}.wishlist-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}@media (width<=768px){.skeleton .skeleton-image{height:200px}}@media (width<=480px){.skeleton .skeleton-image{height:160px}.skeleton-line{margin-bottom:6px}.skeleton-price-line{width:45%;height:14px}.skeleton-name-line{width:80%;height:15px}.skeleton-btn-line{height:32px}}.cart-page{background:#fff;max-width:1506px;margin:0 auto;padding:0;font-family:Inter,Geist,sans-serif}.cart-main-row{padding:40px 108px}.cart-layout{flex-direction:row;align-items:flex-start;gap:40px;width:100%;display:flex}.cart-left-column{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:24px;width:889px;max-height:750px;display:flex}.cart-title-header{flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:42px;display:flex}.cart-title-group{flex-direction:row;align-items:baseline;gap:12px;display:flex}.cart-title{letter-spacing:-.6px;color:#141414;margin:0;font-family:Geist,sans-serif;font-size:20px;font-weight:600;line-height:42px}.cart-item-count{color:#5c5c5c;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:19px}.cart-clear-all{color:#730f1b;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:17px;text-decoration:underline}.cart-clear-all:hover{color:#730f1b}.cart-items-container{background:#fff;border-radius:8px;flex-direction:column;gap:12px;width:100%;padding:12px 0;display:flex}.cart-item-wrapper{flex-direction:column;align-items:flex-start;width:100%;display:flex}.cart-item-card{background:#fff;border-radius:4px;flex-direction:row;align-items:flex-start;gap:10px;width:100%;height:128px;display:flex;position:relative}.cart-item-image{border:1px solid #e6e6e6;border-radius:4px;flex-shrink:0;width:122px;height:128px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;gap:10px;width:757px;height:128px;padding:6px 0;display:flex}.cart-item-info{flex-direction:column;align-items:flex-start;gap:6px;width:100%;display:flex}.cart-item-name-wrapper{text-align:left;flex-direction:row;align-items:flex-start;gap:10px;width:100%;display:flex}.cart-item-name{color:#141414;flex:1;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:22px;text-decoration:none}.cart-item-name:hover{color:#730f1b}.cart-item-remove{cursor:pointer;color:#9e9e9e;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:24px;display:flex}.cart-item-remove:hover{color:#e53e3e}.cart-item-sku{letter-spacing:-.12px;color:#5c5c5c;margin:0;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px}.cart-item-actions-row{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.cart-item-price{color:#141414;font-family:Geist,sans-serif;font-size:18px;font-weight:500;line-height:24px}.quantity-selector{border:1px solid #dbdbdb;border-radius:50px;flex-direction:row;align-items:center;gap:2px;padding:2px 6px 2px 10px;display:flex;position:relative}.quantity-selector select{appearance:none;color:#141414;cursor:pointer;background:0 0;border:none;outline:none;width:50px;padding:0;font-family:Clash Display,sans-serif;font-size:13px;font-weight:500;line-height:16px}.quantity-selector i{color:#b3b3b3;pointer-events:none;font-size:22px}.barcode-notice{color:#5c5c5c;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:12px;display:flex}.barcode-notice i{color:#730f1b;font-size:16px}.cart-item-divider{border:1px dashed #dbdbdb;width:100%;height:0;margin-top:12px}.cart-right-column{flex-direction:column;flex-shrink:0;align-items:flex-start;width:361px;display:flex}.order-summary-card{background:#fff;border-left:1px solid #f2f2f2;border-radius:0;flex-direction:column;align-items:flex-start;gap:20px;width:100%;padding:10px 0 10px 29px;display:flex}.order-summary-title{color:#141414;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px}.summary-details{flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:332px;display:flex}.summary-row{flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;height:17px;display:flex}.summary-label{color:#5c5c5c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:17px}.summary-value{color:#141414;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px}.free-text{color:#097939}.summary-divider{border:1px dashed #dbdbdb;width:100%;max-width:332px;height:0}.total-payable-row{flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;max-width:332px;height:22px;display:flex}.total-payable-label{color:#141414;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:22px}.total-payable-value{color:#730f1b;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:22px}.place-order-btn{letter-spacing:-.14px;color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:24px;flex-direction:row;justify-content:center;align-items:center;gap:4px;width:332px;height:48px;padding:0 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:background .2s;display:flex}.place-order-btn:hover{background:#730f1b}.secure-checkout-text{text-transform:uppercase;color:#5c5c5c;width:100%;max-width:332px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px}.payment-methods{background:#fff;border-radius:6px;flex-direction:row;align-items:center;gap:14px;width:332px;height:40px;padding:0 10px;display:flex}.payment-icon{-webkit-backdrop-filter:blur(.597px);backdrop-filter:blur(.597px);border-radius:4px;flex:1;justify-content:center;align-items:center;height:40px;display:flex}.payment-icon span{color:#141414;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.mastercard span{color:#f79e1b}.visa span{color:#1434cb}.upi span{color:#097939}.paypal span{color:#253b80}.payment-divider{border:1px solid #f2f2f2;width:0;height:20px}.cart-trust-banner{box-sizing:border-box;background:#fff;border:1px solid #e6e6e6;border-width:1px 0;flex-direction:row;justify-content:center;align-items:center;gap:24px;width:100%;height:204px;padding:40px 80px;display:flex}.trust-scroll{scrollbar-width:none;background:#fff;border-radius:6px;flex-direction:row;align-items:center;gap:22px;width:100%;max-width:1276px;height:110px;padding:20px 0;display:flex;overflow-x:auto}.trust-scroll::-webkit-scrollbar{height:3px}.trust-scroll::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.trust-scroll::-webkit-scrollbar-thumb{background:#730f1b;border-radius:3px}.trust-item{flex-direction:row;flex:1;justify-content:center;align-items:flex-start;gap:16px;min-width:220px;height:70px;padding:0 16px;display:flex}.trust-item i{color:#730f1b;flex-shrink:0;font-size:24px}.trust-item div{flex-direction:column;flex:1;align-items:flex-start;gap:4px;display:flex}.trust-item span{letter-spacing:-.12px;color:#141414;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px}.trust-item p{letter-spacing:.1px;color:#5c5c5c;margin:0;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:17px}.trust-divider{border:1px solid #ffd9a3;flex-shrink:0;width:0;height:70px}.cart-contact-section{background:#fff;flex-direction:column;align-items:center;gap:18px;width:100%;padding:24px 80px;display:flex}.contact-buttons{flex-direction:row;align-items:flex-start;gap:6px;width:100%;max-width:890px;display:flex}.contact-btn{letter-spacing:-.12px;color:#141414;cursor:pointer;background:#f5f5f5;border:none;border-radius:4px;flex-direction:row;flex:1;justify-content:center;align-items:center;gap:6px;height:48px;padding:10px 22px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;transition:background .2s;display:flex}.contact-btn:hover{background:#ebebeb}.contact-btn i{color:#730f1b;font-size:24px}.contact-phone{letter-spacing:.1px;color:#5c5c5c;flex-direction:row;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:12px;display:flex}.phone-number{color:#730f1b;font-weight:400}.cart-empty-container{flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:80px 20px;display:flex}.cart-empty-icon{margin-bottom:24px}.cart-empty-title{color:#141414;margin-bottom:8px;font-family:Geist,sans-serif;font-size:24px;font-weight:600}.cart-empty-text{color:#5c5c5c;margin-bottom:32px;font-family:Inter,sans-serif;font-size:16px;font-weight:400}.cart-cta-btn{color:#fff;background:#330609;border-radius:30px;padding:12px 36px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.cart-cta-btn:hover{background:#730f1b}.cart-skeleton-container{flex-direction:column;gap:20px;padding:40px 108px;display:flex}.skeleton-item{background:#f5f5f5;border-radius:8px;gap:20px;padding:20px;animation:1.5s infinite pulse;display:flex}.skeleton-img{background:#e0e0e0;border-radius:4px;width:122px;height:128px}.skeleton-details{flex-direction:column;flex:1;gap:12px;display:flex}.skeleton-line{background:#e0e0e0;border-radius:4px;height:16px}.skeleton-line.w-60{width:60%}.skeleton-line.w-40{width:40%}.skeleton-line.w-30{width:30%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (width<=1200px){.cart-main-row{padding:24px 40px}.cart-layout{flex-direction:column;gap:32px}.cart-left-column,.cart-right-column{width:100%}.order-summary-card{border-top:1px solid #f2f2f2;border-left:none;padding:20px 0}.place-order-btn,.summary-details,.summary-divider,.total-payable-row,.secure-checkout-text,.payment-methods{width:100%;max-width:100%}.payment-methods{gap:10px;padding:0}.cart-trust-banner{height:auto;min-height:150px;padding:24px 20px}.trust-scroll{gap:12px;height:auto;padding:12px 0}.trust-item{min-width:180px;padding:0 12px}}@media (width<=768px){.cart-main-row{padding:16px}.cart-title{font-size:24px;line-height:32px}.cart-item-card{flex-direction:column;gap:12px;height:auto}.cart-item-image{width:100%;height:200px}.cart-item-details{width:100%;height:auto;padding:0}.cart-item-actions-row{flex-wrap:wrap;gap:8px}.cart-item-price{font-size:16px}.quantity-selector{padding:4px 8px}.contact-buttons{flex-direction:column;gap:8px}.contact-btn{width:100%}.trust-item{min-width:150px;padding:0 8px}.trust-item span{font-size:11px}.trust-item p{font-size:10px}.cart-trust-banner,.cart-contact-section{padding:16px}.payment-methods{flex-wrap:wrap;gap:8px;height:auto;padding:8px 0}.payment-divider{display:none}.payment-icon{flex:none;width:auto;padding:0 8px}}@media (width<=480px){.cart-title{font-size:20px}.cart-item-count{font-size:14px}.cart-clear-all{font-size:12px}.cart-item-image{height:160px}.cart-item-name,.cart-item-price{font-size:14px}}.cart-left-column{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:24px;width:889px;max-height:750px;display:flex;overflow-y:auto}.cart-left-column::-webkit-scrollbar{display:none}.co-page{background:#fff;min-height:100vh;font-family:Inter,Geist,sans-serif}.co-header{background:#fff;border-bottom:1px solid #e6e6e6;justify-content:center;align-items:center;width:100%;height:84px;min-height:64px;padding:0;display:flex}.co-header-container{flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1294px;height:74px;padding:15px 0;display:flex}.co-logo{align-items:center;gap:8px;text-decoration:none;display:flex}.co-logo-icon{color:#730f1b;font-size:32px;font-weight:700}.co-logo-text{color:#730f1b;font-family:Geist,sans-serif;font-size:24px;font-weight:600}.co-header-actions{align-items:center;gap:16px;display:flex}.co-cart-icon{color:#730f1b;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;display:flex;position:relative}.co-cart-icon i{font-size:26px}.co-cart-badge{color:#fff;background:#c91f46;border-radius:60px;justify-content:center;align-items:center;width:19px;height:15px;font-family:Clash Display,sans-serif;font-size:10px;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.co-main-row{padding:0 0 0 108px}.co-layout{flex-direction:row;justify-content:center;align-items:flex-start;gap:40px;width:100%;max-width:1594px;margin:auto;padding:30px 0;display:flex}.co-left-column{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:24px;width:878px;padding:0 30px 0 0;display:flex}.co-title-header{width:100%}.co-title{letter-spacing:-.6px;color:#141414;margin:0;font-family:Geist,sans-serif;font-size:32px;font-weight:600;line-height:42px}.co-delivery-section{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.co-delivery-label{color:#5c5c5c;margin:0;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:20px}.co-delivery-tabs{flex-direction:row;align-items:flex-start;gap:16px;width:100%;display:flex}.co-delivery-tab{cursor:pointer;background:#fff;border:none;border-top:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-radius:8px;flex-direction:row;flex:1;align-items:flex-start;gap:12px;height:59px;padding:12px;transition:all .2s;display:flex}.co-delivery-tab.co-active{background:#ffe6f1;border-color:#730f1b currentColor currentColor #730f1b;border-bottom-style:none;border-bottom-width:medium;border-right-style:none;border-right-width:medium}.co-delivery-tab i{color:#b3b3b3;flex-shrink:0;font-size:24px}.co-delivery-tab.co-active i{color:#730f1b}.co-delivery-tab:hover:not(.co-active){border-color:#730f1b currentColor currentColor #730f1b;border-bottom-style:none;border-bottom-width:medium;border-right-style:none;border-right-width:medium}.co-delivery-tab-details{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.co-delivery-tab-title{color:#141414;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:18px}.co-delivery-tab-sub{color:#5c5c5c;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px}.co-address-card{box-sizing:border-box;background:#fff;border:1px solid #e6e6e6;border-radius:10px;flex-direction:column;align-items:flex-start;width:100%;padding:0;display:flex}.co-address-title-row{box-sizing:border-box;border-bottom:1px solid #e6e6e6;flex-direction:row;justify-content:space-between;align-items:center;gap:9px;width:100%;padding:12px 14px;display:flex}.co-address-title{color:#5c5c5c;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:20px}.co-change-address{color:#730f1b;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:17px;text-decoration:underline}.co-change-address:hover{color:#730f1b}.co-address-info{flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:12px 14px;display:flex}.co-address-name{color:#141414;margin:0;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:19px}.co-address-text{color:#5c5c5c;margin:0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:17px}.co-items-section{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.co-items-header{width:100%}.co-items-label{color:#5c5c5c;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:20px}.co-items-list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-height:296px;padding:0 0 16px;display:flex;overflow-y:auto}.co-items-list::-webkit-scrollbar{display:none}.co-item{background:#fff;border-radius:4px;flex-direction:row;align-items:center;gap:10px;width:100%;padding:0;display:flex}.co-item-image{border:1px solid #e6e6e6;border-radius:4px;flex-shrink:0;width:124px;height:128px;position:relative;overflow:hidden}.co-item-image img{object-fit:cover;width:100%;height:100%}.co-stock-badge{color:#000;background:#fff;border-radius:4px;padding:3px 10px;font-family:Clash Display,sans-serif;font-size:14px;font-weight:400;line-height:17px;position:absolute;top:10px;left:0}.co-item-details{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-start;gap:10px;height:128px;padding:6px 0;display:flex}.co-item-info{flex-direction:column;align-items:flex-start;gap:6px;width:100%;display:flex}.co-item-name{color:#141414;margin:0;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:22px}.co-item-sku{color:#5c5c5c;margin:0;font-family:Geist,sans-serif;font-size:14px;font-weight:400;line-height:20px}.co-item-meta{flex-direction:row;align-items:center;gap:12px;display:flex}.co-item-price{color:#141414;font-family:Geist,sans-serif;font-size:20px;font-weight:500;line-height:28px}.co-item-qty{color:#141414;font-family:Clash Display,sans-serif;font-size:13px;font-weight:500;line-height:16px}.co-item-delivery{flex-direction:row;align-items:center;gap:4px;display:flex}.co-delivery-label-text{color:#5c5c5c;font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:20px}.co-delivery-date{color:#730f1b;font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:20px}.co-right-column{flex-direction:column;flex-shrink:0;align-items:flex-start;width:520px;display:flex}.co-summary-card{box-sizing:border-box;background:#f5f5f5;border-left:1px solid #f2f2f2;border-radius:0;flex-direction:column;align-items:flex-start;gap:20px;width:100%;height:100vh;max-height:100vh;padding:32px 108px 24px 29px;display:flex}.co-summary-title{color:#141414;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px}.co-summary-details{flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:383px;display:flex}.co-summary-row{flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;height:17px;display:flex}.co-summary-label{color:#5c5c5c;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:17px}.co-summary-value{color:#141414;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px}.co-free-text{color:#097939}.co-summary-divider{border:1px dashed #dbdbdb;width:100%;max-width:383px;height:0}.co-total-row{flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;max-width:383px;height:22px;display:flex}.co-total-label{color:#141414;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:22px}.co-total-value{color:#730f1b;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:22px}.co-place-order{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:24px;flex-direction:row;justify-content:center;align-items:center;gap:4px;width:383px;height:48px;padding:0 12px;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:24px;transition:background .2s;display:flex}.co-place-order:hover{background:#730f1b}.co-payment-icons{flex-direction:row;align-items:center;gap:14px;width:383px;height:40px;display:flex}.co-payment-icon{color:#141414;flex:1;justify-content:center;align-items:center;height:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;display:flex}.co-mastercard{color:#f79e1b}.co-visa{color:#1434cb}.co-upi{color:#097939}.co-paypal{color:#253b80}.co-payment-divider{border:1px solid #f2f2f2;width:0;height:20px}.co-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0009;justify-content:center;align-items:center;animation:.3s coFadeIn;display:flex;position:fixed;inset:0}@keyframes coFadeIn{0%{opacity:0}to{opacity:1}}.co-modal-container{background:#fff;border-radius:10px;width:90%;max-width:520px;max-height:90vh;animation:.3s coSlideUp;overflow-y:auto}@keyframes coSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.co-modal-header{color:#fff;background:#730f1b;border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.co-modal-header h3{margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.co-modal-header button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.3rem;transition:opacity .2s}.co-modal-header button:hover{opacity:.7}.co-modal-body{padding:24px}.co-edit-form{flex-direction:column;gap:12px;display:flex}.co-edit-form input{color:#000;background:#fff;border:1px solid #e6e6e6;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s}.co-edit-form input:focus{border-color:#730f1b;box-shadow:0 0 0 3px #9824641a}.co-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.co-modal-footer{background:#fafafa;border-top:1px solid #e6e6e6;border-radius:0 0 10px 10px;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.co-save-btn{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:30px;padding:12px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:background .2s}.co-save-btn:hover:not(:disabled){background:#730f1b}.co-save-btn:disabled{opacity:.6;cursor:not-allowed}.co-cancel-btn{cursor:pointer;color:#5c5c5c;background:#f0f0f0;border:1px solid #e6e6e6;border-radius:30px;padding:12px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:background .2s}.co-cancel-btn:hover{background:#e5e0db}.co-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.co-spinner{border:3px solid #e6e6e6;border-top-color:#730f1b;border-radius:50%;width:44px;height:44px;animation:.8s linear infinite coSpin}@keyframes coSpin{to{transform:rotate(360deg)}}.co-loading p{color:#5c5c5c;font-family:Inter,sans-serif;font-size:.9rem}@media (width<=1200px){.co-main-row{padding:0 40px}.co-layout{flex-direction:column;gap:32px}.co-left-column{width:100%;padding-right:0}.co-right-column{width:100%}.co-summary-card{border-top:1px solid #f2f2f2;border-left:none;padding:32px 0 24px}.co-place-order,.co-summary-details,.co-summary-divider,.co-total-row,.co-payment-icons{width:100%;max-width:100%}}@media (width<=768px){.co-main-row{padding:0 16px}.co-header-container{padding:15px 16px}.co-title{font-size:24px;line-height:32px}.co-delivery-tabs{flex-direction:column}.co-delivery-tab{height:auto;padding:12px}.co-item{flex-direction:column;gap:12px;height:auto}.co-item-image{width:100%;height:200px}.co-item-details{width:100%;height:auto;padding:0}.co-item-meta{flex-wrap:wrap}.co-summary-card{padding:20px 0}.co-payment-icons{flex-wrap:wrap;gap:8px;height:auto}.co-payment-divider{display:none}.co-payment-icon{flex:none;padding:0 8px}.co-form-row{grid-template-columns:1fr}}@media (width<=480px){.co-title{font-size:20px}.co-item-name{font-size:14px}.co-item-price{font-size:16px}.co-item-sku{font-size:12px}}.checkout-page .fixed-top,body.checkout-page-active .fixed-top,body.checkout-page-active .fixed-top{display:none!important}body.checkout-page-active main{margin-top:0!important}.profile-container{background:#fff;flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:1506px;min-height:100vh;margin:0 auto;padding:27px 108px 80px;font-family:Inter,sans-serif;display:flex}.profile-title-block{flex-direction:column;align-items:flex-start;gap:8px;width:100%;max-width:1290px;padding:0;display:flex}.profile-page-title{letter-spacing:-.6px;color:#101828;font-family:Geist,sans-serif;font-size:32px;font-weight:600;line-height:42px}.profile-breadcrumb{letter-spacing:-.12px;color:#5c5c5c;font-family:Geist,sans-serif;font-size:12px;font-weight:400;line-height:16px}.profile-main-grid{box-sizing:border-box;border-top:1px solid #e6e6e6;flex-direction:row;align-items:flex-start;gap:15px;width:100%;max-width:1290px;padding:0;display:flex}.profile-sidebar{box-sizing:border-box;background:#fff;border-right:1px solid #f2f2f2;flex-direction:column;align-items:flex-start;width:311px;padding:0;display:flex}.profile-sidebar-item{box-sizing:border-box;cursor:pointer;letter-spacing:-.12px;color:#000;background:0 0;border-bottom:1px solid #f2f2f2;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;width:100%;height:58px;padding:10px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;transition:background .15s;display:flex}.profile-sidebar-item:hover{background:#fafafa}.profile-sidebar-item.profile-sidebar-active{background:#730f1b14}.profile-sidebar-left{flex-direction:row;align-items:center;gap:12px;padding:0;display:flex}.profile-sidebar-icon{background:0 0;border-radius:30px;flex-direction:row;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.profile-sidebar-icon i{color:#730f1b;font-size:22px}.profile-sidebar-label{white-space:nowrap}.profile-sidebar-arrow{color:#b3b3b3;margin:0 auto;font-size:24px}.profile-settings-form{flex-direction:column;flex:1;align-items:flex-start;gap:24px;width:964px;padding:13px 0;display:flex}.profile-banner-section{flex-direction:column;align-items:flex-start;width:100%;padding:0;display:flex}.profile-banner-gradient{background:linear-gradient(90deg,#e0e3f3 0%,#f2e3e8 50%,#fdf5f2 100%);border-radius:12px 12px 0 0;align-items:flex-start;width:100%;height:160px;padding:28px 28px 0;display:flex;position:relative}.profile-banner-name{color:#101828;margin:0;font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:29px}.profile-subhead{flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%;padding:10px 24px 24px;display:flex;position:relative}.profile-summary{flex-direction:row;align-items:flex-end;gap:48px;display:flex;position:relative}.profile-avatar-wrapper{background:#fff;border:3px solid #fff;border-radius:84px;justify-content:center;align-items:center;width:127px;height:127px;display:flex;position:absolute;top:-88px;left:16px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.profile-avatar-wrapper img{object-fit:cover;border-radius:84px;width:100%;height:100%}.profile-spacer{width:96px;height:40px}.profile-text-details{flex-direction:column;align-items:flex-start;gap:2px;padding:0;display:flex}.profile-photo-actions{flex-direction:row;align-items:center;gap:12px;display:flex}.profile-delete-action{color:#475467;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px;transition:color .15s}.profile-delete-action:hover{color:#344054;text-decoration:underline}.profile-update-action{color:#730f1b;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px}.profile-update-action:hover{text-decoration:underline}.profile-action-buttons{flex-direction:row;align-items:center;gap:12px;display:flex}.profile-cancel-button{color:#475467;cursor:pointer;background:#fff;border:1px solid #eaecf0;border-radius:8px;align-items:center;padding:10px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px;transition:background .15s;display:flex}.profile-cancel-button:hover{background:#f9fafb}.profile-save-button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;align-items:center;padding:10px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px;transition:opacity .15s;display:flex}.profile-save-button:hover{opacity:.9}.profile-save-button:disabled{opacity:.5;cursor:not-allowed}.profile-fields-form{flex-direction:column;align-items:flex-start;width:100%;padding:0 14px;display:flex}.profile-form-row{box-sizing:border-box;border-bottom:1px solid #eaecf0;flex-direction:row;align-items:flex-start;gap:32px;width:100%;max-width:936px;padding:20px 0;display:flex}.profile-row-label{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:4px;width:280px;padding:0;display:flex}.profile-row-label label{color:#101828;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px}.profile-row-hint{color:#667085;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:140%}.profile-row-content{flex-direction:column;flex:1;align-items:flex-start;width:624px;padding:0;display:flex}.profile-row-content input,.profile-row-content select,.profile-row-content textarea{color:#101828;background:#fff;border:1px solid #eaecf0;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;line-height:17px;transition:border-color .15s}.profile-row-content input:focus,.profile-row-content select:focus,.profile-row-content textarea:focus{border-color:#730f1b}.profile-row-content input[readonly]{color:#667085;background:#f9fafb}.profile-photo-uploader{flex-direction:row;align-items:center;gap:20px;display:flex}.profile-thumbnail{background:#f9fafb;border:1px solid #eaecf0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.profile-thumbnail img{object-fit:cover;width:100%;height:100%}.profile-pincode-group{width:100%;position:relative}.profile-pincode-group input{padding-right:36px}.profile-pincode-group i{color:#730f1b;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.profile-checkbox-row{color:#475467;align-items:center;gap:8px;margin:20px 0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;display:flex}.profile-checkbox-row input{accent-color:#730f1b;margin-right:8px}.profile-alert{border-radius:8px;width:100%;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:500}.profile-alert-success{color:#166534;background:#f0fdf4;border-left:4px solid #16a34a}.profile-alert-error{color:#991b1b;background:#fef2f2;border-left:4px solid #dc2626}.profile-accordion{background:#fff;border:1px solid #e6e6e6;border-radius:8px;width:100%;max-width:936px;margin:12px 0}.profile-accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#730f1b14;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.profile-accordion-left{flex-direction:row;align-items:center;gap:12px;display:flex}.profile-accordion-left i{color:#730f1b;font-size:22px}.profile-accordion-left div{text-align:left;flex-direction:column;gap:2px;display:flex}.profile-accordion-title{letter-spacing:-.12px;color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px}.profile-accordion-sub{color:#667085;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:140%}.profile-accordion-right{flex-direction:row;align-items:center;gap:8px;display:flex}.profile-accordion-edit{color:#5c5c5c;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;height:32px;padding:0 12px;font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:background .15s}.profile-accordion-edit:hover{background:#ebebeb}.profile-accordion-cancel{color:#f31616;cursor:pointer;background:#feecec;border:none;border-radius:8px;height:32px;padding:0 12px;font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:background .15s}.profile-accordion-cancel:hover{background:#fdd8d8}.profile-accordion-save{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:8px;height:32px;padding:0 12px;font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:opacity .15s}.profile-accordion-save:hover{opacity:.9}.profile-accordion-body{flex-direction:column;gap:0;padding:16px;display:flex}.profile-accordion-grid{flex-direction:column;gap:0;display:flex}.profile-upload-row{flex-direction:column;align-items:flex-start;width:100%;max-width:936px;padding:12px 0;display:flex}.profile-upload-label{color:#101828;margin-bottom:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px}.profile-upload-cards{flex-direction:row;align-items:flex-start;gap:12px;width:100%;display:flex}.profile-upload-card{box-sizing:border-box;background:#fff;border:1px dashed #dbdbdb;border-radius:8px;flex-direction:column;align-items:flex-start;gap:10px;width:50%;min-height:116px;padding:16px;transition:border-color .2s;display:flex;position:relative}.profile-upload-card:hover{border-color:#730f1b}.profile-upload-header{flex-direction:row;align-items:center;gap:10px;width:100%;display:flex}.profile-upload-icon{box-sizing:border-box;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.profile-upload-icon i{color:#667085;font-size:18px}.profile-upload-title{color:#101828;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:17px}.profile-upload-drag{color:#667085;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:140%}.profile-upload-formats{color:#667085;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px}.profile-upload-card input[type=file]{width:100%;margin-top:8px;font-size:12px}.profile-upload-preview-thumb{border:1px solid #eaecf0;border-radius:4px;width:80px;height:80px;margin-top:8px;overflow:hidden}.profile-upload-preview-thumb img{object-fit:cover;width:100%;height:100%}.profile-section-divider{border-bottom:1px solid #eaecf0;width:100%;max-width:936px;margin:16px 0 8px}.profile-section-subtitle{color:#101828;margin:16px 0 8px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:20px}@media (width<=1200px){.profile-container{padding:24px}.profile-main-grid{flex-direction:column}.profile-sidebar{border-bottom:1px solid #f2f2f2;border-right:none;flex-flow:wrap;width:100%}.profile-sidebar-item{border-bottom:none;border-right:1px solid #f2f2f2;flex:none;width:auto}.profile-settings-form{width:100%}.profile-form-row{flex-direction:column;gap:12px;width:100%}.profile-row-label,.profile-row-content{width:100%}.profile-banner-gradient{height:120px}.profile-avatar-wrapper{width:100px;height:100px;top:-70px;left:12px}.profile-spacer{width:60px}.profile-upload-cards{flex-direction:column}.profile-upload-card{width:100%}}@media (width<=768px){.profile-container{padding:16px}.profile-page-title{font-size:26px}.profile-avatar-wrapper{width:80px;height:80px;top:-60px;left:8px}.profile-spacer{width:40px}.profile-summary{gap:24px}.profile-action-buttons{flex-wrap:wrap;gap:8px}.profile-settings-form{padding:0}.profile-sidebar-item{height:48px;padding:8px 12px;font-size:14px}.profile-sidebar-icon i{font-size:18px}}.profile-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.profile-spinner{border:3px solid #eaecf0;border-top-color:#730f1b;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite profile-spin}@keyframes profile-spin{to{transform:rotate(360deg)}}.profile-shipping-container{flex-direction:column;align-items:flex-start;gap:24px;width:100%;max-width:964px;padding:20px;display:flex;overflow-y:auto}.profile-address-card{box-sizing:border-box;background:#fff;border:1px solid #e6e6e6;border-radius:8px;flex-direction:column;align-items:flex-start;width:100%;padding:0;display:flex}.profile-address-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#730f1b14;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px 14px;display:flex}.profile-address-left{flex-direction:row;align-items:center;gap:12px;display:flex}.profile-address-left i{color:#730f1b;font-size:22px}.profile-address-left div{text-align:left;flex-direction:column;gap:2px;display:flex}.profile-address-title{letter-spacing:-.12px;color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px}.profile-address-sub{color:#667085;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:140%}.profile-address-right{flex-direction:row;align-items:center;gap:8px;display:flex}.profile-address-body{flex-direction:column;gap:0;width:100%;padding:16px;display:flex}.profile-address-body .profile-form-row{border-bottom:1px solid #eaecf0;width:100%;max-width:100%;padding:20px 0}.profile-address-body .profile-form-row:last-child{border-bottom:none}.profile-address-body .profile-checkbox-row{margin:12px 0 0}@media (width<=768px){.profile-shipping-container,.profile-address-body{padding:12px}.profile-address-header{flex-wrap:wrap;gap:8px}.profile-address-right{flex-wrap:wrap}}.profile-empty-state{flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;max-width:964px;min-height:507px;padding:20px;display:flex;overflow-y:auto}.profile-empty-content{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:396px;display:flex}.profile-empty-icon{justify-content:center;align-items:center;width:98px;height:98px;display:flex;position:relative}.profile-empty-icon i{color:#730f1b;font-size:98px}.profile-empty-text{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.profile-empty-text h3{text-align:center;letter-spacing:-.14px;color:#141414;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:32px}.profile-empty-text p{text-align:center;letter-spacing:-.14px;color:#5c5c5c;max-width:348px;margin:0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px}.profile-empty-button{color:#fff;cursor:pointer;background:#730f1b;border:none;border-radius:1000px;flex-direction:row;justify-content:center;align-items:center;gap:12px;width:180px;height:44px;padding:0 20px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;transition:opacity .15s;display:flex}.profile-empty-button:hover{opacity:.9}@media (width<=768px){.profile-empty-state{min-height:400px;padding:12px}.profile-empty-icon i{font-size:72px}.profile-empty-text h3{font-size:18px;line-height:28px}.profile-empty-text p{font-size:13px;line-height:18px}.profile-empty-button{width:100%;max-width:200px}}.scheme-page{min-height:100vh;padding:2rem 0 60px}.container{margin:0 auto;padding:0 24px}.scheme-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.scheme-title{color:#141414;letter-spacing:-.3px;margin:0;font-size:28px;font-weight:600;line-height:40px}.btn-primary{color:#fff;cursor:pointer;background:#8b1a1a;border:none;border-radius:4px;padding:12px 24px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.btn-primary:hover{background:#6b1010}.schemes-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;display:grid}.scheme-card{background:#fff;border:1px solid #e5e0db;transition:box-shadow .2s;overflow:hidden}.scheme-card:hover{box-shadow:0 4px 16px #0000000f}.card-header{border-bottom:1px solid #e5e0db;justify-content:space-between;align-items:center;padding:16px 20px;font-size:.75rem;display:flex}.start-date{color:#1a1a1a;background:#f5f5f5;padding:4px 10px;font-weight:600}.due-badge{color:#fff;padding:4px 10px;font-weight:600}.scheme-name{color:#1a1a1a;margin:16px 20px 4px;font-size:1.1rem;font-weight:700}.scheme-number{color:#666;background:#f5f5f5;margin:0 20px 12px;padding:2px 10px;font-size:.8rem;display:inline-block}.progress-section{margin:0 20px 16px}.progress-stats{color:#666;justify-content:space-between;margin:4px 0;font-size:.75rem;display:flex}.progress-bar{background:#e5e0db;height:6px;margin:8px 0}.progress-fill{background:#8b1a1a;height:100%;transition:width .5s}.weight-display{text-align:center;background:#fafafa;margin:0 20px 16px;padding:12px}.weight-value{color:#1a1a1a;font-size:1.6rem;font-weight:800}.weight-label{color:#666;text-transform:uppercase;font-size:.7rem}.card-footer{border-top:1px solid #e5e0db;gap:12px;padding:16px 20px;display:flex}.btn-outline{color:#8b1a1a;cursor:pointer;background:0 0;border:1px solid #8b1a1a;flex:1;padding:10px;font-weight:600}.btn-outline:hover{background:#fdf8f8}.join-card{color:#fff;background:#730f1b;border:none;border-radius:30px}.join-card .card-accent{background:linear-gradient(90deg,#8b1a1a,#c9a84c);height:4px}.join-card .card-body{padding:24px}.offer-label{text-transform:uppercase;letter-spacing:2px;color:#c9a84c;margin-bottom:12px;font-size:.75rem}.offer-text{opacity:.9;margin-bottom:20px;font-size:.9rem;line-height:1.6}.offer-benefits{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px;font-size:.8rem;display:grid}.btn-join{color:#1a1a1a;background:#fff;margin-bottom:16px;padding:12px 28px;font-weight:700;text-decoration:none;display:inline-block}.btn-join:hover{background:#e5e0db}.trust-text{opacity:.6;font-size:.75rem}.no-schemes{text-align:center;background:#fff;border:1px solid #e5e0db;padding:60px}.scheme-loading{flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.spinner{border:3px solid #e5e0db;border-top-color:#8b1a1a;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.scheme-form-page{background:#f8f6f3;min-height:100vh;padding:140px 0 60px}.scheme-form-page .container{max-width:800px}.back-btn{color:#8b1a1a;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:20px;font-weight:600;display:inline-flex}.scheme-form{background:#fff;border:1px solid #e5e0db;padding:32px}.form-section{margin-bottom:24px}.form-section h4{color:#1a1a1a;align-items:center;gap:8px;margin-bottom:12px;display:flex}.form-row,.address-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}input,select{border:1px solid #e5e0db;outline:none;width:100%;font-size:.9rem}input:focus,select:focus{border-color:#8b1a1a}.terms-checkbox{align-items:center;gap:8px;margin-top:8px;font-size:.85rem;display:flex}.link-btn{color:#8b1a1a;cursor:pointer;background:0 0;border:none;text-decoration:underline}.modal-overlay{z-index:1100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;width:90%;max-height:80vh;padding:24px;overflow-y:auto}.terms-list p{margin-bottom:8px;font-size:.85rem;line-height:1.5}.receipt-page,.payment-page{background:#f8f6f3;min-height:100vh;padding:140px 0 60px}.receipt-header-card,.payment-header-card{background:#fff;border:1px solid #e5e0db;margin-bottom:24px;padding:24px}.receipt-header-card h1,.payment-header-card h1{margin:0 0 4px;font-family:Cormorant Garamond,serif;font-size:1.8rem}.summary-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.summary-card{text-align:center;background:#fff;border:1px solid #e5e0db;padding:20px}.summary-label{color:#666;text-transform:uppercase;font-size:.8rem}.summary-value{color:#1a1a1a;font-size:.89rem;font-weight:700}.receipts-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.receipt-card{background:#fff;border:1px solid #e5e0db}.receipt-card-header{border-bottom:1px solid #e5e0db;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.receipt-number{color:#8b1a1a;font-weight:700}.installment-badge{background:#f5f5f5;padding:2px 10px;font-size:.75rem}.receipt-details{padding:20px}.detail-row{border-bottom:1px solid #f5f5f5;justify-content:space-between;padding:8px 0;font-size:.9rem;display:flex}.amount-highlight{background:#fafafa;justify-content:space-between;margin:12px 0;padding:12px;font-weight:700;display:flex}.running-total{background:#f5f5f5;padding:12px}.total-row{justify-content:space-between;padding:4px 0;font-size:.85rem;display:flex}.installment-info{align-items:center;gap:24px;margin-top:16px;display:flex}.info-label{color:#666;font-size:.8rem;display:block}.info-value{font-size:1.1rem;font-weight:700}.due-badge{color:#fff;padding:6px 12px;font-size:.8rem;font-weight:600}.due-badge.ontime{background:#059669}.due-badge.overdue{background:#dc2626}.payment-card{background:#fff;border:1px solid #e5e0db;padding:32px}.amount-section{margin-bottom:24px}.amount-label{margin-bottom:8px;font-weight:600;display:block}.amount-input{border:2px solid #e5e0db;outline:none;width:100%;padding:14px;font-size:1.2rem}.amount-input:focus{border-color:#8b1a1a}.validation-message{margin-top:6px;font-size:.8rem;display:block}.validation-message.success{color:#059669}.validation-message.error{color:#dc2626}.suggestion-chips{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.suggestion-chip{cursor:pointer;background:#f5f5f5;border:1px solid #e5e0db;padding:8px 16px;font-weight:600;transition:all .2s}.suggestion-chip:hover{color:#fff;background:#8b1a1a}.payment-actions{margin-bottom:24px}.btn-pay{color:#fff;cursor:pointer;background:#8b1a1a;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:1rem;font-weight:600;display:flex}.btn-pay:hover{background:#6b1010}.how-it-works{cursor:pointer;color:#8b1a1a;align-items:center;gap:8px;margin-bottom:16px;font-weight:600;display:flex}.how-panel{background:#fafafa;border:1px solid #e5e0db;padding:20px}.step{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.step-icon{color:#fff;background:#8b1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.terms-toggle{color:#8b1a1a;cursor:pointer;background:#fff;border:1px solid #8b1a1a;align-items:center;gap:6px;margin-top:16px;padding:10px 16px;font-weight:600;display:inline-flex}
