.site-header{background:#efece4;position:fixed;top:0;left:0;width:100%;z-index:1000;overflow:visible;transition:transform .3s ease}.site-header.hide{transform:translateY(-100%)}body{padding-top:120px}.header-container{max-width:1200px;margin:0 auto;padding:15px 20px;display:flex;align-items:center;gap:30px;position:relative;justify-content:center}.header-logo{flex-shrink:0}.header-logo a{display:block;text-decoration:none}.header-logo img{max-height:60px;display:block}.logo-text{font-size:24px;font-weight:700;color:#333}.header-search{flex:1;max-width:600px;position:relative}.search-bar{display:flex;align-items:center;background:#fff;border:2px solid #e5e5e5;border-radius:50px;padding:8px 20px;cursor:pointer;transition:all .2s ease;pointer-events:auto!important;z-index:9;position:relative}.search-bar:hover{border-color:#d4a574;box-shadow:0 2px 8px #d4a5741a}.search-category-dropdown{border-right:1px solid #e5e5e5;padding-right:15px;margin-right:15px}.custom-select{position:relative}.select-button{background:transparent;border:none;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#666;padding:4px 0;min-width:120px;text-align:left;cursor:pointer}.select-button:focus{outline:none}.select-button:hover{color:#d4a574}.select-arrow{transition:transform .2s ease}.select-button.active .select-arrow{transform:rotate(180deg)}.select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:200px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.select-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.select-option{padding:12px 16px;cursor:pointer;font-size:14px;color:#333;transition:background-color .2s ease}.select-option:hover{background:#f8f9fa}.select-option:first-child{border-radius:8px 8px 0 0}.select-option:last-child{border-radius:0 0 8px 8px}.search-input-wrapper{flex:1;display:flex;align-items:center;position:relative;pointer-events:auto!important;cursor:text;z-index:10}.header-search-input{width:100%;border:none;background:transparent;font-size:16px;color:#333;outline:none;pointer-events:auto!important;user-select:text!important;cursor:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;z-index:11!important;position:relative}.site-header.scroll-up-sticky .search-bar .header-search-input{color:#fff!important}.site-header.scroll-up-sticky .search-bar .header-search-input::placeholder{color:#ffffffb3!important}.site-header.scroll-up-sticky.scrolled .search-bar .header-search-input{color:#333!important}.site-header.scroll-up-sticky.scrolled .search-bar .header-search-input::placeholder{color:#999!important}.header-search-input::placeholder{color:#999}.search-clear-btn{background:#f0f0f0;border:none;border-radius:20px;padding:6px 12px;font-size:14px;color:#666;margin-left:10px;cursor:pointer;transition:background-color .2s ease}.search-clear-btn:hover{background:#e0e0e0}.search-btn{background:#d4a574;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:10px;cursor:pointer;transition:all .2s ease}.search-btn:hover{background:#c19660;transform:scale(1.05)}.search-btn svg{color:#fff}.header-icons{display:flex;align-items:center;gap:15px}.header-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#666;text-decoration:none;border-radius:50%;transition:all .2s ease}.header-icon:hover{background:#f0f0f0;color:#d4a574}.header-nav{background:#fff;border-bottom:1px solid #e5e5e5;position:relative;z-index:999}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px}.nav-menu{display:flex;list-style:none;margin:20px 0 0;padding:0;gap:40px;justify-content:center}.nav-item{position:relative}.nav-link{display:block;color:#666;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease;position:relative}.search-results-container{position:absolute;top:100%;left:0;width:100%;max-width:100vw;z-index:9999;background:#fff;border:1px solid #e5e5e5;border-top:none;box-shadow:none;opacity:0;visibility:hidden;transform:translateY(-20px) scale(.95);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1);overflow-x:hidden}.search-results-container.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}body:has(.search-results-container.active){overflow-x:hidden}.search-results-wrapper{padding:30px 20px}.search-results-content{display:flex;gap:40px;min-height:400px}.search-results-left{flex:1}.search-results-right{width:300px;flex-shrink:0}.keywords-section{background:#f8f9fa;border-radius:12px;padding:20px}.keywords-title{font-size:18px;font-weight:600;color:#333;margin:0 0 20px}.keywords-list{display:flex;flex-direction:column;gap:12px}.keyword-link{display:block;padding:12px 16px;background:#fff;color:#666;text-decoration:none;border-radius:8px;font-size:15px;font-weight:500;transition:all .2s ease;border:1px solid transparent}.keyword-link:hover{color:#d4a574;border-color:#d4a574;transform:translate(4px)}.search-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:995;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.search-overlay.show{opacity:1}.section-title{font-size:24px;font-weight:600;color:#333;margin:0 0 30px}.featured-products-grid,.search-results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:20px;width:100%;max-width:100%;overflow-x:hidden}.featured-product-item,.search-result-item{display:block;color:inherit;text-decoration:none;transition:all .3s ease;border-radius:12px;background:#fff;border:1px solid #f0f0f0;overflow:hidden;max-width:250px}.featured-product-item:hover,.search-result-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#d4a574}.product-image{position:relative;margin-bottom:0;border-radius:0;overflow:hidden;background:#f8f9fa;aspect-ratio:1;width:100%;height:200px}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.search-result-item:hover .product-image img{transform:scale(1.05)}.best-choice-badge,.new-badge{position:absolute;top:10px;left:10px;padding:4px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:500}.best-choice-badge{background:#333}.new-badge{background:#00b894}.product-info{padding:16px}.product-title{font-size:20px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.product-price{display:flex;align-items:center;gap:8px}.price{font-size:15px;font-weight:600;color:#1d1a11}.price-compare{font-size:13px;color:#999;text-decoration:line-through}.no-results-section{text-align:center;padding:60px 20px}.no-results-section p{font-size:16px;color:#666;margin-top:10px}.see-all-results-btn{background:#333;color:#fff;border:none;padding:15px 30px;border-radius:50px;font-size:16px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .2s ease}.see-all-results-btn:hover{background:#555;transform:translateY(-1px)}predictive-search,.predictive-search,.search-suggestions-wrapper,.predictive-search-wrapper{display:none!important}@media (max-width: 1024px){.featured-products-grid,.search-results-grid{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:100%}.search-results-content{flex-direction:column;gap:30px}.search-results-right{width:100%}}@media (max-width: 768px){.header-container{flex-direction:column;gap:15px;padding:15px}.header-search{order:-1;max-width:none;width:100%}.search-bar{flex-direction:column;gap:15px;padding:15px 20px;border-radius:12px}.search-category-dropdown{border-right:none;border-bottom:1px solid #e5e5e5;padding-bottom:15px;margin-bottom:15px;width:100%}.search-input-wrapper{width:100%}.nav-menu{flex-wrap:wrap;gap:20px}.search-results-wrapper{padding:20px 15px}.featured-products-grid,.search-results-grid{grid-template-columns:repeat(2,1fr);gap:15px;width:100%;max-width:100%}.section-title{font-size:20px;margin-bottom:20px}}@media (max-width: 480px){.header-container{padding:10px}.featured-products-grid,.search-results-grid{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;max-width:100%}.product-title,.price{font-size:14px}.nav-menu{gap:15px}.nav-link{font-size:13px}.search-results-content{gap:20px}}header custom css header#shopify-section-sections--24938018144567__header_section{display:none}body{padding-top:0!important;line-height:unset}.header-container{max-width:1260px!important;justify-content:space-between!important}.header-container .header-nav{background:transparent;border-bottom:none}.header-container .header-logo.mobile-menu{display:none}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;position:relative}.mobile-menu-toggle svg{width:24px;height:24px;stroke:currentColor}.mobile-menu-drawer{position:fixed;top:0;left:-100%;width:80%;max-width:300px;height:100vh;background:#fff;z-index:1000;transition:left .3s ease;box-shadow:2px 0 10px #0000001a}.mobile-menu-drawer.open{left:0}@media (max-width: 768px){.mobile-menu-drawer,.mobile-menu-overlay,.mobile-menu-toggle{display:block!important}}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-content{padding:60px 20px 20px}.mobile-menu-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#000}.mobile-menu-nav{list-style:none;padding:0;margin:0}.mobile-menu-nav li{margin-bottom:15px}.mobile-menu-nav a{display:block;padding:12px 0;color:#333;text-decoration:none;font-size:30px;font-family:Font-1750698372353!important;border-bottom:1px solid #f0f0f0}.mobile-menu-nav a:hover{color:#d4a574}.site-header.scroll-up-sticky .mobile-menu-toggle{color:#fff!important}.site-header.scroll-up-sticky .mobile-menu-toggle svg{stroke:#fff!important}.site-header.scroll-up-sticky.scrolled .mobile-menu-toggle{color:#000!important}.site-header.scroll-up-sticky.scrolled .mobile-menu-toggle svg{stroke:#000!important}#header-group .site-header.scroll-up-sticky .mobile-menu-toggle{color:#fff!important}#header-group .site-header.scroll-up-sticky .mobile-menu-toggle svg{stroke:#fff!important}#header-group .site-header.scroll-up-sticky.scrolled .mobile-menu-toggle{color:#000!important}#header-group .site-header.scroll-up-sticky.scrolled .mobile-menu-toggle svg{stroke:#000!important}#header-group .site-header.scroll-up-sticky .search-icon-mobile{color:#fff!important}#header-group .site-header.scroll-up-sticky .search-icon-mobile svg{stroke:#fff!important}#header-group .site-header.scroll-up-sticky.scrolled .search-icon-mobile{color:#000!important}#header-group .site-header.scroll-up-sticky.scrolled .search-icon-mobile svg{stroke:#000!important}#header-group .site-header.scroll-up-sticky .header-search-input{color:#fff!important}#header-group .site-header.scroll-up-sticky .header-search-input::placeholder{color:#ffffffb3!important}#header-group .site-header.scroll-up-sticky.scrolled .header-search-input{color:#000!important}#header-group .site-header.scroll-up-sticky.scrolled .header-search-input::placeholder{color:#0009!important}.site-header.scroll-up-sticky .search-bar-main .search-bar .search-input-wrapper .header-search-input{color:#fff!important}.site-header.scroll-up-sticky .search-bar-main .search-bar .search-input-wrapper .header-search-input::placeholder{color:#ffffffb3!important}.site-header.scroll-up-sticky.scrolled .search-bar-main .search-bar .search-input-wrapper .header-search-input{color:#333!important}.site-header.scroll-up-sticky.scrolled .search-bar-main .search-bar .search-input-wrapper .header-search-input::placeholder{color:#999!important}#header-group .search-overlay{background:transparent}#header-group .header-search{max-width:600px}#header-group .site-header.scroll-up-sticky{position:fixed;top:0;width:100%;z-index:1000;transition:transform .3s ease,background-color .3s ease;background:transparent}#header-group .site-header.scrolled{background-color:#fff}#header-group .site-header.force-white{background-color:#fff!important}#header-group .site-header.force-white .nav-link,#header-group .site-header.force-white .wishlist-icon,#header-group .site-header.force-white .account-icon,#header-group .site-header.force-white .search-icon-mobile,#header-group .site-header.force-white .select-text,#header-group .site-header.force-white .header-search-input,#header-group .site-header.force-white .mobile-menu-toggle{color:#000!important}#header-group .site-header.force-white .header-icon svg,#header-group .site-header.force-white .wishlist-icon svg,#header-group .site-header.force-white .account-icon svg,#header-group .site-header.force-white .search-icon-mobile svg,#header-group .site-header.force-white .select-arrow,#header-group .site-header.force-white .mobile-menu-toggle svg{stroke:#000!important}#header-group .site-header.force-white .header-search-input::placeholder{color:#0009!important}#header-group .site-header.scroll-up-sticky.hide-on-scroll{transform:translateY(-100%)}#header-group .site-header.scroll-up-sticky.show-on-scroll{transform:translateY(0)}#header-group .search-bar-main{display:flex;width:100%}#header-group .search-bar-main .search-bar{padding:0;flex:auto;background:#efece499;border:none}#header-group .search-bar-main .search-bar .search-category-dropdown{border-right:none;background:#efece4e6;border-radius:20px;padding:9px 0;margin:2px 0 2px 2px}#header-group .search-bar-main .search-bar .search-category-dropdown .select-button{justify-content:center;padding:0!important}#header-group .search-bar-main .search-bar .search-input-wrapper{padding-left:29px}#header-group .search-bar-main .search-bar .search-btn{background:#b14028;border:none;border-radius:20px;width:50px;height:35px;margin:2px}#header-group .search-bar-main .search-bar .search-btn:hover{transform:none}#header-group .search-bar-main button#header-search-clear-btn{flex:0 0 7%;width:7%;background:transparent;color:#000;margin-left:0;padding:5px 6px}.site-header.scroll-up-sticky .logo-transparent{display:block}.site-header.scroll-up-sticky .logo-normal,.site-header.scroll-up-sticky.scrolled .logo-transparent{display:none}.site-header.scroll-up-sticky.scrolled .logo-normal{display:block}.site-header:not(.scroll-up-sticky) .logo-transparent,.site-header:not(.scroll-up-sticky) .logo-normal{display:none}.site-header:not(.scroll-up-sticky) img:not(.logo-transparent):not(.logo-normal),.site-header:not(.scroll-up-sticky) .logo-text:not(.logo-transparent):not(.logo-normal){display:block}.site-header.scroll-up-sticky .nav-link{color:#fff!important}.site-header.scroll-up-sticky .header-icon svg{stroke:#fff!important}.site-header.scroll-up-sticky .wishlist-icon,.site-header.scroll-up-sticky .account-icon{color:#fff!important}.site-header.scroll-up-sticky .wishlist-icon svg,.site-header.scroll-up-sticky .account-icon svg{stroke:#fff!important;color:#fff!important}.site-header.scroll-up-sticky .search-icon-mobile svg{stroke:#fff!important}.site-header.scroll-up-sticky .search-icon-mobile{color:#fff!important}.site-header.scroll-up-sticky .select-text{color:#000!important}.site-header.scroll-up-sticky .select-arrow{stroke:#fff!important}.site-header.scroll-up-sticky .header-search-input{color:#fff!important}.site-header.scroll-up-sticky .header-search-input::placeholder{color:#ffffffb3!important}div#featured-products{max-width:900px}.site-header.scroll-up-sticky.scrolled .nav-link{color:#000!important}.site-header.scroll-up-sticky.scrolled .header-icon svg{stroke:#000!important}.site-header.scroll-up-sticky.scrolled .wishlist-icon,.site-header.scroll-up-sticky.scrolled .account-icon{color:#000!important}.site-header.scroll-up-sticky.scrolled .wishlist-icon svg,.site-header.scroll-up-sticky.scrolled .account-icon svg{stroke:#000!important;color:#000!important}.site-header.scroll-up-sticky.scrolled .search-icon-mobile svg{stroke:#000!important}.site-header.scroll-up-sticky.scrolled .search-icon-mobile,.site-header.scroll-up-sticky.scrolled .select-text{color:#000!important}.site-header.scroll-up-sticky.scrolled .select-arrow{stroke:#000!important}.site-header.scroll-up-sticky.scrolled .header-search-input{color:#000!important}.site-header.scroll-up-sticky.scrolled .header-search-input::placeholder{color:#0009!important}.site-header.auto-transparent{background:transparent!important;color:#000}.site-header.auto-transparent .nav-link{color:#000!important}.site-header.auto-transparent .header-icon svg{stroke:#000}.site-header.auto-transparent .search-bar{background:#0000001a!important}.site-header.auto-transparent .header-search-input{color:#000!important}.site-header.auto-transparent .header-search-input::placeholder{color:#000!important;opacity:.7}.site-header.auto-transparent .select-text{color:#000!important}.site-header.auto-dark{background:#000000e6!important;color:#fff}.site-header.auto-dark .nav-link{color:#fff!important}.site-header.auto-dark .header-icon svg{stroke:#fff}.site-header.auto-dark .search-bar{background:#fff3!important}.site-header.auto-dark .header-search-input{color:#fff!important}.site-header.auto-dark .header-search-input::placeholder{color:#fff!important;opacity:.7}.site-header.auto-dark .select-text{color:#fff!important}.site-header.scroll-up-sticky{transform:translateY(0)!important}div#search-results-container{max-height:calc(100vh - 100px)!important;overflow-y:auto;scrollbar-width:none}div#search-results-container .search-results-content{min-height:auto}.custom-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0002;z-index:9999}.popup-inner{background:#fff;width:90%;max-width:800px;margin:auto;padding:20px;border-radius:10px;position:relative}.close-btn{position:absolute;top:12px;right:16px;font-size:22px;cursor:pointer}.tab-buttons{display:flex;justify-content:center;background:#f5f5f5;max-width:180px;margin:auto;padding:5px 7px;border-radius:.5rem}.tab-button{padding:10px 20px;background:#f5f5f5;border:none;margin:0 5px;cursor:pointer;border-radius:6px;transition:background-color .3s ease}.calendar-date.empty:hover{border:0;border-radius:none}.calendar-date:hover{border:1px solid rgba(177,64,40,1);border-radius:50%;padding:11px 0}.calendar-date.in-range:hover{border:0;color:#b14028}.calendar-date.selected-end:hover,.calendar-date.selected-start:hover{padding:12px 0;border:0}.tab-button.active{background-color:#b14028;color:#fff}.tab-content{display:none}.tab-content.active{display:block}.calendar-wrapper{display:flex;flex-direction:column;align-items:center}.calendar-month-header-arrow{display:flex;justify-content:space-between;width:80%}.calendar-month-header{display:flex;align-items:flex-start;justify-content:space-between}.month-arrow{background:none;border:none;font-size:24px;cursor:pointer}.month-arrow svg{height:20px;width:20px}.calendar-container{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}.calendar-month{width:300px}.month-header{font-weight:700;text-align:center;margin-bottom:32px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;text-align:center}.calendar-day{font-weight:700}.calendar-date{padding:12px 0;cursor:pointer}div#filtered-products-container{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:10px}.month-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:12px 10px 10px}.month-item{background-color:#f2f2f2;padding:12px;text-align:center;border-radius:6px;cursor:pointer;transition:background .3s;position:relative}.month-item:hover{background-color:#ddd}.calendar-date.selected-start,.calendar-date.selected-end{background-color:#b14028;color:#fff;position:relative;z-index:2;border-radius:50%}.calendar-date.single-selected{background-color:#b14028;color:#fff;border-radius:50%}.calendar-date.in-range{background-color:#b140281a;color:#b14028;position:relative;z-index:1;border-radius:0}.calendar-date.selected-start,.calendar-date.selected-end{position:relative}.calendar-date.selected-start:before{content:"";position:absolute;left:0;right:0;top:0%;height:100%;background-color:#b140281a;z-index:-1;border-top-left-radius:9999px;border-bottom-left-radius:9999px}.calendar-date.selected-end:before{content:"";position:absolute;left:0;right:0;top:0%;height:100%;background-color:#b140281a;z-index:-1;border-top-right-radius:9999px;border-bottom-right-radius:9999px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-weight:700;margin-bottom:18px}.calendar-grid-date{display:flex;flex-direction:column;gap:5px}.calendar-week-row{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.calendar-date.empty{background:transparent}.calendar-week-row:has(.calendar-date.in-range:first-of-type) .calendar-date.in-range:first-of-type{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.calendar-week-row:has(.calendar-date.in-range:last-of-type) .calendar-date.in-range:last-of-type{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.calendar-icon svg{height:20px;width:20px}.calendar-month-name{display:flex;gap:10px;align-items:center;max-width:145px;margin:auto}.section-sections--24938018111799__custom_footer_dztmmH.footer-sections--24938018111799__custom_footer_dztmmH{border:none!important}#confirm-dates:hover{background:#b14028;color:#fff}.nav-link{color:#000!important}@media (max-width: 1024px){div#filtered-products-container{grid-template-columns:repeat(2,1fr)}.search-results-right{order:1}.search-results-left{order:2}}@media (max-width: 768px){.mobile-menu-toggle{display:block}#header-group .header-container{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;row-gap:0}#header-group .header-container .header-logo.mobile-menu{display:block;order:1;width:70px}#header-group .header-container .header-logo{order:2}#header-group .header-container .header-icons{order:3;width:70px}#header-group .header-container .header-search{flex:0 0 100%;width:100%;order:4}#header-group .header-container .header-search .search-bar{flex-direction:row;flex:auto;gap:0;border-radius:50px}#header-group .header-container .header-search .search-bar .search-category-dropdown{width:auto}#header-group .header-container .header-search nav.header-nav.desktop-header-menu{display:none}.search-section-grid:has(.page-item),.search-section-grid:has(.collection-item){display:block}.search-section-grid:not(:has(.page-item)):not(:has(.collection-item)){display:flex;overflow-x:scroll}.search-section-grid:not(:has(.page-item)):not(:has(.collection-item)) a{flex:0 0 40%;width:40%}.search-results-left{order:2}.search-results-left .featured-products-grid{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.search-results-left .featured-products-grid a{flex:0 0 40%;width:40%}.search-results-left .featured-products-grid::-webkit-scrollbar{display:none}.search-results-right{order:1}.search-results-right .keywords-section{background:transparent;padding:0}.search-results-right .keywords-section a.keyword-link{padding:0}.search-results-right .keywords-section .keyword-link:hover{color:#d4a574;border:none;border-color:transparent;transform:translate(1px)}.month-grid{grid-template-columns:repeat(1,1fr)}.header-icons .search-icon-mobile{display:block}#header-group .header-search .search-bar-main{display:none;margin-top:20px;margin-bottom:20px}.custom-popup{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.custom-popup::-webkit-scrollbar{display:none;width:0;height:0}div#filtered-products-container{grid-template-columns:repeat(1,1fr)}#header-group .search-bar-main .search-bar .search-input-wrapper{padding-left:13px}.search-results-container.active .header-search-input,.search-results-container.show .header-search-input,.search-overlay.show .header-search-input{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:auto!important;min-height:20px!important}.search-results-container.active .search-input-wrapper,.search-results-container.show .search-input-wrapper,.search-overlay.show .search-input-wrapper{display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important}.header-search-input{display:block!important;visibility:visible!important;opacity:1!important}.search-input-wrapper,.search-bar{display:flex!important;visibility:visible!important;opacity:1!important}.header-search{display:block!important;visibility:visible!important;opacity:1!important}.search-results-container.active .header-search-input{pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important;cursor:text!important}.search-results-container.active .header-search-input:focus{outline:none;border:none}.mobile-search-input-container{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;z-index:9999;display:flex;flex-direction:column;padding:20px;box-sizing:border-box}.mobile-search-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.mobile-search-input-wrapper{display:flex;align-items:center;gap:10px;background:#f8f9fa;border:2px solid #e5e5e5;border-radius:25px;padding:12px 20px;flex:1}.mobile-search-input{flex:1;border:none;outline:none;font-size:18px;background:transparent;color:#333}.mobile-search-input::placeholder{color:#999}.mobile-search-close{background:none;border:none;cursor:pointer;padding:8px;color:#666;display:flex;align-items:center;justify-content:center;font-size:18px}.mobile-search-close:hover{color:#333}.mobile-search-results{flex:1;overflow-y:auto;margin-top:20px}.mobile-search-results .search-results-wrapper{padding:0}.mobile-search-results .featured-products-grid{grid-template-columns:1fr;gap:15px}.mobile-search-results .product-item{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;margin-bottom:8px}.mobile-search-results .product-item:hover{border-color:#d4a574;box-shadow:0 2px 8px #d4a5741a;transform:translateY(-1px)}.mobile-search-results .product-item .product-image{flex-shrink:0;width:40px;height:40px;border-radius:6px;overflow:hidden;background:#f8f9fa}.mobile-search-results .product-item .product-image img{width:100%;height:100%;object-fit:cover;border-radius:6px}.mobile-search-results .product-item .product-info{flex:1;min-width:0}.mobile-search-results .product-item .product-title{font-size:16px;font-weight:600;color:#333;margin-bottom:3px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:15ch}.mobile-search-results .product-item .product-price{font-size:14px;color:#666;font-weight:500}.mobile-search-results .no-results{text-align:center;padding:40px 20px;color:#666;font-size:16px}@media (min-width: 769px){.mobile-search-input-container{display:none!important}}#header-group .search-bar .search-btn svg{width:18px!important;height:18px!important}#header-group button#header-select-button span.select-text{font-size:12px}#header-group .search-category-dropdown{max-width:120px}#header-group .search-category-dropdown .select-button{min-width:110px!important}.calendar-month-header-arrow{width:93%!important}div#search-results-container{max-height:calc(100vh - 200px)!important}}summary.header__icon.header__icon--menu.header__icon--summary .mobile-menu-icon-drawer{height:30px;width:30px}summary.header__icon.header__icon--menu.header__icon--summary .mobile-menu-icon-drawer svg{height:30px;width:30px}.search-icon-mobile{display:none}.search-results-right{display:block}.search-results-right.hidden{display:none!important}.search-results-grid{display:block!important}.search-section-grid{display:grid;grid-template-columns:repeat(6,1fr)}.see-all-results-btn{display:none;margin-bottom:50px}.overlayshow{display:block!important}.calendar-week-row .calendar-date.selected-start:last-child:before{content:"";position:absolute;left:0;right:0;top:0%;height:100%;background-color:#b140281a;z-index:-1;border-top-right-radius:9999px;border-bottom-right-radius:9999px}.calendar-week-row .calendar-date.selected-end:first-child:before{content:"";position:absolute;left:0;right:0;top:0%;height:100%;background-color:#b140281a;z-index:-1;border-top-left-radius:9999px;border-bottom-left-radius:9999px}.search-results-container.active{position:relative}.site-header:has(.search-results-container.active):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}
/*# sourceMappingURL=/cdn/shop/t/17/assets/header-search.css.map */
