body.fbm-modal-open,body.fbm-drawer-open{overflow:hidden}.fbm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:.2s ease;text-decoration:none;height:48px}.fbm-btn--primary{background-color:#f1c34a;color:#1a1a1a}.fbm-btn--primary:hover:not(:disabled){background-color:#e5b73e;box-shadow:0 4px 16px -1px rgba(0,0,0,.1),0 2px 16px -2px rgba(0,0,0,.1);color:#fff}.fbm-btn--primary:disabled{background-color:#ccc;cursor:not-allowed}.fbm-btn--secondary{background-color:#6d6043;color:#fff}.fbm-btn--secondary:hover:not(:disabled){opacity:.9}.fbm-btn--outlined{background-color:rgba(0,0,0,0);border:1px solid #e5e5e5;color:#1a1a1a}.fbm-btn--outlined:hover{background-color:#f9fafb}.fbm-btn--outlined-primary{background-color:rgba(0,0,0,0);border:1px solid #f1c34a;color:#f1c34a}.fbm-btn--outlined-primary:hover{background-color:#f1c34a;color:#fff}.fbm-btn--outlined-secondary{background-color:rgba(0,0,0,0);border:1px solid #6d6043;color:#6d6043}.fbm-btn--outlined-secondary:hover{background-color:#6d6043;color:#fff}.fbm-btn--outlined-danger{background-color:rgba(0,0,0,0);border:1px solid #ef4444;color:#ef4444}.fbm-btn--outlined-danger:hover{background-color:#ef4444;color:#fff}.fbm-btn--danger{background-color:#ef4444;color:#fff}.fbm-btn--danger:hover:not(:disabled){background-color:hsl(0,84.236453202%,50.1960784314%)}.fbm-btn-full{width:100%}.fbm-btn-fit{width:fit-content}.fbm-btn-icon{width:fit-content;height:fit-content}.fbm-btn-disabled{cursor:not-allowed;opacity:.6}.fbm-btn--line{background-color:#06c755;color:#fff}.fbm-btn--line:hover:not(:disabled){background-color:#05b34c;transform:translateY(-1px);box-shadow:0 4px 8px rgba(6,199,85,.4)}.fbm-btn--line i{margin-right:8px;font-size:20px}.fbm-card{background:#fff;box-shadow:0 1px 8px 0 rgba(0,0,0,.05);border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.fbm-card__header-title{color:#6d6043;font-weight:700;font-size:1.125rem;display:flex;align-items:center;gap:.5rem}.fbm-card__footer{padding:1rem 1.5rem;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.fbm-input{width:100%;padding:12px 16px;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:.2s ease;background-color:#fffaf6;color:#1a1a1a}.fbm-input:focus{border-color:#f1c34a;outline:none;box-shadow:0 0 0 3px rgba(241,195,74,.1)}.fbm-input--error{border-color:#ef4444;background-color:#fef2f2}.fbm-input--error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.fbm-loader{display:inline-block;width:20px;height:20px;border:3px solid rgba(109,96,67,.3);border-radius:50%;border-top-color:#6d6043;animation:fbm-spin 1s ease-in-out infinite}@keyframes fbm-spin{to{transform:rotate(360deg)}}.fbm-form-group{margin-bottom:1.5rem;position:relative}.fbm-form-group label,.fbm-form-group .fbm-label{display:block;margin-bottom:.5rem;font-weight:700;font-size:.875rem;color:#1a1a1a}.fbm-form-group label .required,.fbm-form-group .fbm-label .required{color:#6d6043;margin-left:2px}.fbm-form-group .fbm-input-wrapper{position:relative;display:flex;align-items:center}.fbm-form-group .fbm-input-wrapper .fbm-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10}.fbm-form-group .fbm-input-wrapper .fbm-input.with-icon{padding-left:48px !important}.fbm-form-group .fbm-input-wrapper .fbm-input::placeholder{color:#a3a3a3}.fbm-form-group .fbm-input-wrapper .fbm-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s}.fbm-form-group .fbm-input-wrapper .fbm-password-toggle:hover{color:#666}.fbm-form-group .fbm-error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:none;min-height:1rem}.fbm-textarea,.fbm-select{width:100%;padding:12px 16px;font-size:15px;border:1px solid #e5e5e5;border-radius:6px;transition:all 0s;background:#fff;font-family:inherit}.fbm-textarea:focus,.fbm-select:focus{outline:none;border-color:#f1c34a;box-shadow:0 0 0 3px rgba(241,195,74,.1)}.fbm-textarea.is-error,.fbm-select.is-error{border-color:#ef4444;background-color:#fef2f2}.fbm-textarea.is-error:focus,.fbm-select.is-error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.fbm-textarea:disabled,.fbm-select:disabled{background-color:#f5f5f5;cursor:not-allowed;color:#999}.fbm-textarea{resize:vertical;min-height:100px}.fbm-divider{display:flex;align-items:center;text-align:center;margin:24px 0;color:#666;font-size:14px}.fbm-divider::before,.fbm-divider::after{content:"";flex:1;border-bottom:1px solid #e5e5e5}.fbm-divider span{padding:0 10px}.fbm-drawer{position:fixed;inset:0;z-index:1000;display:none}.fbm-drawer.open{display:block}.fbm-drawer.open .fbm-drawer-overlay{opacity:1}.fbm-drawer.open .fbm-drawer-content{transform:translateY(0)}.fbm-drawer-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s}.fbm-drawer-content{position:absolute;bottom:0;left:0;width:100%;height:80%;background:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1);transform:translateY(100%);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column;border-radius:12px 12px 0 0}.fbm-drawer-header{width:100%;max-width:1200px;margin:0 auto;padding:20px;display:flex;align-items:center;justify-content:space-between}.fbm-drawer-header h3{margin:0;font-size:20px;font-weight:700;color:#6d6043}.fbm-drawer-close{background:none;border:none;color:#666;cursor:pointer;padding:4px}.fbm-drawer-close:hover{color:#1a1a1a}.fbm-drawer-body{flex:1;overflow-y:auto;padding:24px;width:100%;max-width:1200px;margin:0 auto}.fbm-drawer-body h1,.fbm-drawer-body h2,.fbm-drawer-body h3,.fbm-drawer-body h4{margin-top:0}.fbm-drawer-body p{margin-bottom:1em;line-height:1.6}.fbm-modal{position:fixed;inset:0;z-index:1050;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.fbm-modal.open{opacity:1;visibility:visible}.fbm-modal.open .fbm-modal-container{transform:scale(1);opacity:1}.fbm-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}.fbm-modal-container{position:relative;background:#fffaf6;width:100%;max-width:500px;margin:16px;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);display:flex;flex-direction:column;max-height:90vh;transform:scale(0.95);opacity:0;transition:transform .2s cubic-bezier(0.165, 0.84, 0.44, 1),opacity .2s;z-index:1}.fbm-modal-header{padding:16px 24px;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;border-radius:12px 12px 0 0}.fbm-modal-title{margin:0;padding-bottom:0 !important;margin-bottom:0 !important;font-size:1.25rem;font-weight:700;color:#6d6043}.fbm-modal-close{background:none;border:none;padding:4px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.fbm-modal-close:hover{color:#ef4444}.fbm-modal-body{padding:24px;overflow-y:auto;color:#1a1a1a;font-size:1rem;line-height:1.5}.fbm-modal-footer{padding:16px 24px;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-end;gap:12px;background-color:#fff;border-radius:0 0 12px 12px}.fbm-back-to-top{position:fixed;bottom:24px;right:24px;z-index:999;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:none;border-radius:8px;background-color:#f1c34a;color:#fff;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,box-shadow .2s ease;box-shadow:0 4px 16px -1px rgba(0,0,0,.1),0 2px 16px -2px rgba(0,0,0,.1)}.fbm-back-to-top--visible{opacity:1;visibility:visible;transform:translateY(0)}.fbm-back-to-top:hover{background-color:#e5b73e;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:translateY(-2px)}.fbm-back-to-top:active{transform:translateY(0);box-shadow:0 1px 8px 0 rgba(0,0,0,.05)}.fbm-back-to-top svg{width:24px;height:24px}.fbm-back-to-top__text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media(max-width: 768px){.fbm-back-to-top{bottom:16px;right:16px;width:44px;height:44px}.fbm-back-to-top svg{width:20px;height:20px}}@media(max-width: 480px){.fbm-back-to-top{bottom:12px;right:12px;width:40px;height:40px}.fbm-back-to-top svg{width:18px;height:18px}}.fbm-collapsible{background:rgba(0,0,0,0)}.fbm-collapsible__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;background:none;border:none;cursor:pointer;font:inherit;color:inherit;text-align:left;transition:.2s ease}.fbm-collapsible__trigger:focus{outline:none}.fbm-collapsible__trigger-icon{transition:transform .3s ease}.fbm-collapsible--open .fbm-collapsible__trigger-icon{transform:rotate(180deg)}.fbm-collapsible__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.fbm-collapsible--open .fbm-collapsible__content{max-height:2000px}.fbm-collapsible__content-inner{padding:0}.fbm-shop-container{background:#fffbf6;display:flex;width:100%;max-width:100vw}.fbm-shop-main{flex-grow:1;min-width:0}@media(max-width: 980px){.fbm-shop-products-grid{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr))}}@media(max-width: 768px){.fbm-shop-container{flex-direction:column}.fbm-shop-main{order:2}.fbm-shop-sidebar{order:1}.fbm-shop-products-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 520px){.fbm-shop-products-grid{grid-template-columns:1fr}}body.page-template-template-shop{overflow-x:visible}body.page-template-template-shop .et-l--header{position:sticky !important;top:0 !important;z-index:9999 !important;width:100%}.fbm-shop-sidebar{width:40%;flex-shrink:0;padding:32px;padding-right:0}@media(min-width: 980px){.fbm-shop-sidebar{width:35%}}@media(min-width: 1280px){.fbm-shop-sidebar{width:30%}}@media(min-width: 1620px){.fbm-shop-sidebar{width:25%}}.fbm-shop-sidebar-content h2{font-size:24px;font-weight:800;color:#111;margin-bottom:16px}.fbm-category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.fbm-category-item a{display:flex;gap:16px;align-items:center;padding:12px 16px;border-radius:12px;text-decoration:none;color:#111;font-size:16px;font-weight:500;background-color:rgba(0,0,0,0)}.fbm-category-item.fbm-category-item--active a{background-color:#f8c648;color:#fff;padding:12px 16px;box-shadow:0 4px 15px rgba(248,198,72,.3)}.fbm-category-item.fbm-category-item--active .fbm-category-quantity{background-color:hsla(0,0%,100%,.25);color:#fff}.fbm-category-image-box{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%}.fbm-category-image-box img{width:100%;height:100%;object-fit:contain;border-radius:50%}.fbm-category-name{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;font-weight:600}.fbm-category-quantity{display:inline-flex;align-items:center;justify-content:center;background-color:#fdf0d5;color:#e0a643;font-size:12px;font-weight:700;border-radius:20px;padding:4px 12px;min-width:32px;height:24px;margin-left:12px}@media(max-width: 768px){.fbm-shop-sidebar{padding:16px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.fbm-shop-sidebar::-webkit-scrollbar{display:none}.fbm-shop-sidebar-content h2{display:none}.fbm-category-list{display:grid;grid-template-rows:repeat(2, 1fr);grid-auto-flow:column;gap:8px;width:max-content;padding:5px}.fbm-category-item a{flex-direction:column;padding:8px;width:96px;text-align:center;justify-content:center;background-color:rgba(0,0,0,0);border-radius:0;box-shadow:none;border:none}.fbm-category-item.fbm-category-item--active a{background-color:rgba(0,0,0,0);color:#111;padding:8px;box-shadow:none}.fbm-category-item.fbm-category-item--active .fbm-category-quantity{background-color:#fdf0d5;color:#e0a643}.fbm-category-image-box{width:64px;height:64px}.fbm-category-name{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.3;display:block}.fbm-category-quantity{display:none}}@media(max-width: 520px){.fbm-category-item a{width:64px}.fbm-category-image-box{width:48px;height:48px}}@media(max-width: 480px){.fbm-category-image-box{width:48px;height:48px}}.fbm-shop-products-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px;width:100%;padding:16px;padding-top:0}@media(min-width: 520px){.fbm-shop-products-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.fbm-shop-products-grid{padding:32px 16px;grid-template-columns:repeat(2, 1fr)}}@media(min-width: 980px){.fbm-shop-products-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1280px){.fbm-shop-products-grid{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1620px){.fbm-shop-products-grid{grid-template-columns:repeat(5, 1fr)}}.fbm_formLoader{display:flex;justify-content:center}.fbm_formLoader.fbm_hidden{display:none}.fbm_formLoader .corners{position:relative;width:40px;height:40px}.fbm_formLoader .corner{position:absolute;width:10px;height:10px}.fbm_formLoader .corner--1{top:0;left:0}.fbm_formLoader .corner--2{top:0;right:0}.fbm_formLoader .corner--3{bottom:0;right:0}.fbm_formLoader .corner--4{bottom:0;left:0}.fbm-scroll-sentinel{width:100%;height:1px}.fbm-product-card{position:relative;background-color:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 10px 25px -5px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;max-width:320px;width:100%;margin:0 auto}.fbm-badge-best-seller{position:absolute;top:8px;left:8px;z-index:10;background-color:#f1c34a;color:#0f172a;padding:8px 12px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);line-height:1.5}.fbm-product-image-wrapper{position:relative;padding-top:100%;overflow:hidden;background-color:#fff;display:flex;align-items:center;justify-content:center}.fbm-product-image-wrapper img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:contain;padding:10%}.fbm-product-content{padding:0 16px;flex-grow:1;display:flex;flex-direction:column}.fbm-product-title{color:#0f172a;font-family:"Kanit","Inter",sans-serif;font-weight:500;font-size:20px;margin-bottom:16px;line-height:1.25;margin-top:0;min-height:72px}.fbm-product-prices{display:flex;align-items:baseline;gap:8px}.fbm-price-current{font-size:18px;font-weight:700;color:#0f172a}.fbm-price-original{font-size:12px;color:#94a3b8;text-decoration:line-through}.fbm-badge-sale{color:#c2410c;font-size:12px;font-weight:700}.fbm-product-actions{padding:16px;margin-top:auto}.fbm-btn-add-to-cart{width:100%;background-color:#2d9f40;color:#fff;font-weight:600;padding:16px;border-radius:10px;box-shadow:0 10px 15px -3px rgba(34,197,94,.2);display:flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer}.fbm-btn-add-to-cart i{font-size:1.25rem}.fbm-quantity-controls{width:100%;background-color:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:6px;overflow:hidden}.fbm-quantity-decrease,.fbm-quantity-increase{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:none;cursor:pointer}.fbm-quantity-decrease{background-color:#fff;color:#64748b;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.fbm-quantity-increase{background-color:#2d9f40;color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.fbm-quantity-number{font-weight:700;font-size:1.125rem;color:#0f172a;padding:0 16px;cursor:pointer}.fbm-quantity-input{width:60px;height:40px;text-align:center;font-weight:700;font-size:1.125rem;color:#0f172a;border:2px solid #2d9f40;border-radius:10px;background-color:#fff;outline:none}.fbm-quantity-input:focus{box-shadow:0 0 0 3px rgba(34,197,94,.2)}.fbm-quantity-input::-webkit-outer-spin-button,.fbm-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fbm-quantity-input{appearance:textfield;-moz-appearance:textfield}.fbm-input-container{display:none}@media(max-width: 768px){.fbm-input-container{display:flex;position:relative;align-items:center;padding:16px;padding-bottom:0px}}#fbm-search-status-container{padding:0 16px}@media(max-width: 768px){.fbm-input-icon--left{left:32px;top:36px}.fbm-input-icon--right{right:24px;top:36px}}.fbm-input.has-icon-left{padding-left:48px}.fbm-input.has-icon-right{padding-right:48px}.fbm-input.fbm-products-search-input{padding-left:48px !important}.fbm-search-status{display:flex;justify-content:center;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;margin-bottom:16px;text-align:center;background:#e8f5e9;color:#666}.fbm-recent-products-container{display:none;align-items:center;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}.fbm-recent-products-container::-webkit-scrollbar{display:none}.fbm-btn-reorder{display:block;flex-shrink:0}.fbm-recent-product-item{flex-shrink:0;width:60px;height:60px;overflow:hidden}.fbm-recent-product-item img{width:100%;height:100%;object-fit:cover}.fbm-recent-product-more{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.fbm-cart-menu-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px}.fbm-cart-menu-icon__icon{font-size:18px;line-height:1;color:#333}.fbm-cart-menu-item:hover .fbm-cart-menu-icon__icon{color:#666}.fbm-cart-menu-icon__badge{position:absolute;top:-8px;right:-8px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background-color:#e74c3c;color:#fff;font-size:11px;font-weight:700;border-radius:9px;line-height:1;box-shadow:0 2px 4px rgba(0,0,0,.2)}.fbm-cart-menu-icon__badge.fbm-cart-menu-icon__badge--pulse{animation:fbm-cart-badge-pulse .3s ease-in-out}.fbm-cart-menu-icon__badge.fbm-cart-menu-icon__badge--hidden{display:none}@keyframes fbm-cart-badge-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}.fbm-mobile-cart-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:8px;padding:8px}@media(min-width: 980px){.fbm-mobile-cart-icon{display:none}}@media(max-width: 979px){.fbm-mobile-cart-icon .fbm-cart-menu-icon__icon{font-size:20px}.fbm-mobile-cart-icon .fbm-cart-menu-icon__badge{min-width:20px;height:20px;font-size:12px;top:-12px;right:-12px}}li.et_pb_menu_page_id-8429.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-8429{display:none !important}
