@keyframes hmk-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}main{overflow:hidden}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--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.screen-reader-text{clip-path:inset(50%);word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.hmk-nav-bar{display:flex;align-items:center;gap:20px;margin-bottom:30px}.hmk-back-button,.hmk-wishlist-button{display:flex;align-items:center;gap:5px;color:#333}.hmk-back-button{text-decoration:none}.hmk-wishlist-button{font-size:1rem;border:0;background:0 0;cursor:pointer}.hmk-main-content{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.hmk-main-content{grid-template-columns:1fr 1fr}}.hmk-gallery-section{display:flex;flex-direction:column;gap:20px}.hmk-main-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;transition:transform .3s ease}.hmk-main-image:hover{transform:scale(1.02)}.hmk-thumbnails-container{position:relative}.hmk-thumbnails-wrapper{position:relative;overflow:hidden;transition:max-height .5s ease}.hmk-thumbnails{columns:2 100px;column-gap:10px;margin-bottom:10px}@media (min-width:480px){.hmk-thumbnails{columns:3 100px}}@media (min-width:768px){.hmk-thumbnails{columns:4 100px}}.hmk-thumbnail-wrapper{break-inside:avoid;margin-bottom:10px}.hmk-thumbnails-collapsed .hmk-thumbnails-wrapper{max-height:300px}.hmk-details-section h1{font-size:2.5rem;margin-bottom:20px}.hmk-description{color:#666;line-height:1.6;margin-bottom:30px;font-size:1.0625rem!important}.hmk-hours{border:1px solid #eee;border-radius:4px;padding:15px 15px 0;margin-bottom:30px}.as_hmk_hours_header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.hmk-hours h2{margin:0;font-size:1.2rem}.as_hmk_hours_toggle{background:0 0;border:0;padding:5px;cursor:pointer;transition:transform .3s ease}.hmk-hours-grid{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:15px;overflow:hidden;max-height:0;opacity:0;transition:all .3s ease-in-out}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.hmk-contact-info{display:flex;flex-direction:column;gap:15px}.hmk-tags{display:flex;gap:10px;margin-bottom:20px}.hmk-tag{color:inherit;background:#f5f5f5;padding:5px 15px;border-radius:20px;font-size:.9rem}.hmk-map-container{width:100%;height:200px;margin-top:30px;border-radius:8px;overflow:hidden}@media (max-width:600px){#fbContainer{display:none}}