@keyframes hmk-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}:root{--color-black:hsl(0, 0%, 10%);--color-darks:hsl(0, 0%, 25%);--color-greys:hsl(0, 0%, 60%);--color-light:hsl(0, 0%, 95%);--color-white:hsl(0, 0%, 100%);--color-blue-100:hsl(217, 91%, 65%);--color-blue-200:hsl(221, 83%, 55%);--color-blue-300:hsl(224, 76%, 45%);--shadow-small:0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);--shadow-medium:0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-large:0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05)}*,::after,::before,body{font-family:"Outfit",sans-serif,"Rubik",ui-sans-serif,system-ui,-apple-system,sans-serif}*,::after,::before{padding:0;margin:0;box-sizing:border-box;list-style:none;list-style-type:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{font-size:100%;box-sizing:inherit;scroll-behavior:smooth;height:-webkit-fill-available}body{font-size:1rem;font-weight:400;line-height:1.5;color:var(--color-black);background-color:var(--color-white)}h1,h2{font-family:"Syne",sans-serif}button,input{font-family:"Outfit",sans-serif}a,button{cursor:pointer;border:0;outline:0;background:0 0;text-transform:unset}img{display:block;max-width:100%;height:auto;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.container{max-width:1800px;height:auto;margin:0 auto;padding:0 1.25rem}.header,.navbar{width:100%;margin:0 auto}.header{position:fixed;left:0;top:0;height:auto;z-index:10;background-color:var(--color-white);box-shadow:0 1px 3px rgb(0 0 0/.1)}.navbar{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:4rem}.menu{position:fixed;top:0;left:-100%;width:80%;height:100%;z-index:10;overflow-y:auto;background-color:var(--color-white);box-shadow:var(--shadow-medium);transition:all .5s ease-in-out}.menu-inner{display:flex;flex-direction:column;row-gap:1.25rem;margin:1.25rem}.menu-link{font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;text-transform:uppercase;color:var(--color-black);transition:all .3s ease}.menu-link:hover{color:var(--color-blue-200)}@media only screen and (min-width:48rem){.menu{position:relative;top:0;left:0;width:auto;height:auto;margin-right:auto;margin-left:4%;background:0 0;box-shadow:none}.menu-inner{display:flex;flex-direction:row;column-gap:1.75rem;margin:0 auto;margin-right:5rem}.menu-link{text-transform:capitalize}}.burger,.burger-line{display:block;cursor:pointer}.burger{position:relative;order:-1;width:1.6rem;height:auto;border:0;outline:0;visibility:visible}.burger-line{width:100%;height:2px;margin:6px auto;transform:rotate(0deg);border-radius:1rem;background:var(--color-black)}@media only screen and (min-width:48rem){.burger{display:none;visibility:hidden}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9;opacity:0;visibility:hidden;background-color:rgb(0 0 0/.6);transition:all .3s ease-in-out}.search-toggle{display:block;cursor:pointer;font-size:1.45rem;line-height:inherit;color:var(--color-black)}*{scrollbar-width:thin;scrollbar-color:#333 #fff}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#333;border-radius:10px}.hmk-modal-overlay{z-index:10;position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0/.5);display:flex;align-items:center;justify-content:center;padding:16px}.hmk-modal-container{background:#fff;width:95%;max-width:800px;border-radius:8px;overflow:hidden;display:flex;height:90vh;max-height:600px}.hmk-modal-image-section{flex:1;background:#f0f0f0;position:relative;overflow:hidden}.hmk-modal-image-section img{width:100%;height:100%;object-fit:contain}.hmk-modal-content{flex:1;display:flex;flex-direction:column;max-height:100%;min-height:0}.hmk-modal-header{padding:24px 24px 0}.hmk-modal-header h2{text-align:center;font-size:24px;color:#333;margin-bottom:20px}.hmk-search-container{padding:0 24px;margin-bottom:20px}.hmk-search-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:16px}.hmk-collections-list{flex:1;overflow-y:auto;padding:0 24px;position:relative}.hmk-no-results{text-align:center;color:#666;padding:20px;font-size:14px;display:none}.hmk-collection-wrapper{margin-bottom:20px}.hmk-create-collection{display:flex;align-items:center;padding:12px;color:#666;cursor:pointer}.hmk-create-collection:hover{background:#f5f5f5}.hmk-create-collection-icon{width:24px;height:24px;margin-right:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.hmk-new-collection-input{display:none;background:#f9fafb;border-radius:8px;align-items:center;padding:12px;margin-bottom:1rem}.hmk-new-collection-input input{flex:1;margin-right:8px}.as_hmk-input-group{margin-bottom:.4rem}.as_hmk-input-group input,.as_hmk-input-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.875rem;margin-bottom:.5rem;transition:border-color .2s,box-shadow .2s}.as_hmk-input-group textarea{height:5rem;resize:vertical}.as_hmk-input-group input:focus,.as_hmk-input-group textarea:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246/.1)}.hmk-action-buttons{display:flex;gap:8px}.hmk-btn-confirm,.hmk-btn-delete{color:#fff;border:0;width:36px;height:36px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.hmk-btn-delete{background:#333}.hmk-btn-confirm{background:#2196f3}.hmk-modal-footer{padding:20px 24px;border-top:1px solid #eee;display:flex;gap:12px;background:#fff}.hmk-btn{padding:10px 20px;border-radius:6px;border:0;cursor:pointer;font-size:16px;flex:1}.hmk-btn:hover{opacity:.9}.hmk-btn-cancel{background:#333;color:#fff}.hmk-btn-save{background:#2196f3;color:#fff}.hmk-btn-delete-wishlist,.hmk-close-button{border:0;cursor:pointer;align-items:center;justify-content:center;font-size:20px}.hmk-btn-delete-wishlist{width:40px;height:40px;background:#333;color:#fff;border-radius:6px;display:none}.hmk-close-button{position:absolute;top:10px;right:10px;background:rgb(255 255 255/.9);border-radius:50%;width:30px;height:30px;display:flex}.hmk-close-button:hover{background:rgb(255 255 255/.3);border:1px solid #333}@media (max-width:768px){.hmk-modal-container{flex-direction:column;height:100vh;max-height:none;border-radius:0}.hmk-modal-overlay{padding:0}.hmk-modal-header{padding:12px 24px 0}.hmk-modal-image-section{display:none}.hmk-modal-content{width:100%}.hmk-collections-list{flex:1;overflow-y:auto}}.hmk-spinner-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(255 255 255/.9);display:none;align-items:center;justify-content:center;z-index:9999}.hmk-spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #2196f3;border-radius:50%;animation:hmk-spin 1s linear infinite}.as_hmk_footer{width:100%;padding:20px 15px;text-align:center}.as_hmk_footer-divider{width:100%;height:1px;background-color:#ccccccce;margin-bottom:15px}.as_hmk_footer-copyright{font-size:14px;color:#333}@media screen and (max-width:768px){.as_hmk_footer{padding:15px 10px}.as_hmk_footer-copyright{font-size:12px}}.as_hmk_header_content{display:flex;align-items:center;justify-content:flex-end;height:100%;gap:16px}.as_hmk_menu_btn,.as_hmk_search_btn{background:0 0;border:0;padding:8px;cursor:pointer;color:#666;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.as_hmk_menu_btn:hover,.as_hmk_search_btn:hover{background-color:rgb(0 0 0/.05)}.as_hmk_auth_buttons{display:flex;gap:8px}.as_hmk_login_btn,.as_hmk_signup_btn{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.as_hmk_login_btn{background:0 0;border:1px solid #ddd;color:#333}.as_hmk_login_btn:hover{background:#f5f5f5}.as_hmk_signup_btn{background:#2196f3;border:0;color:#fff}.as_hmk_signup_btn:hover{background:#1976d2}.as_hmk_menu{position:relative}.as_hmk_dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:4px;min-width:200px;display:none;margin-top:8px;border:.0625rem solid #e9ecef;box-shadow:rgb(0 0 0/.05)0 .0625rem .1875rem,rgb(0 0 0/.05)0 1.25rem 1.5625rem -.3125rem,rgb(0 0 0/.04)0 .625rem .625rem -.3125rem;border-radius:.25rem;padding:.25rem;font-size:.875rem}.as_hmk_dropdown nav{display:flex;flex-direction:column;padding:8px 0}.as_hmk_dropdown a{padding:8px 16px;text-decoration:none;transition:background-color .2s;border-radius:.25rem;color:#000}.as_hmk_dropdown a:hover{background-color:#f5f5f5}@media (max-width:640px){.as_hmk_auth_buttons:not(.as_hmk_mobile-only){display:none}.as_hmk_dropdown{right:-16px}}.as_hmk_auth-buttons-mobile{display:none;flex-direction:column;align-items:stretch;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid #ddd}.as_hmk_auth-buttons-mobile .as_hmk_login_btn,.as_hmk_auth-buttons-mobile .as_hmk_signup_btn{width:100%;margin:6px}@media (max-width:640px){.as_hmk_auth_buttons.as_hmk_desktop-only{display:none}.as_hmk_auth-buttons-mobile{display:flex;flex-direction:row;justify-content:space-around;align-items:center}}ul{box-sizing:border-box}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.masonry-wrapper{padding:20px;padding-right:0!important;padding-top:0;max-width:1800px;margin:0 auto}.masonry-grid{position:relative;width:100%;margin:0-10px}.loading-indicator{text-align:center;padding:20px;display:none}.loading-spinner{display:inline-block;width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.masonry-grid:after{content:"";display:table;clear:both}