@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600;700&family=Poppins:wght@400;600;700&display=swap'); :root { --bricks-font-family-base: 'Poppins', 'Noto Sans Thai', sans-serif; } body, h1, h2, h3, h4, h5, h6, p, a, span, li, dt, dd, input, button, select, textarea, label, td, th { font-family: 'Poppins', 'Noto Sans Thai', sans-serif !important; } #preloader-adda { position: fixed !important; top: 0; left: 0; width: 100vw; height: 100vh; background: #ffffff !important; display: none;  justify-content: center; align-items: center; z-index: 999999 !important; transition: opacity 0.5s ease; } .adda-box { position: relative; width: 150px; height: 150px; mask-image: url('https://shop.adda.co.th/wp-content/uploads/2026/03/logo-symbol-gray.svg'); -webkit-mask-image: url('https://shop.adda.co.th/wp-content/uploads/2026/03/logo-symbol-gray.svg'); mask-size: contain; -webkit-mask-size: contain; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; background: #f0f0f0; } .adda-wave-fill { position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background: #ff6600; } .adda-wave-fill::before { content: ""; position: absolute; top: -15px; left: -50%; width: 200%; height: 40px; background: #ff6600; border-radius: 43%; animation: wave-animation 2s infinite linear; } @keyframes wave-animation { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .wc-block-components-product-badge.wc-block-components-sale-badge { background-color: #f26522; color: #fff; } a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained { color: #f26522; } button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained { background-color: #f26522; color: #fff; } button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained { background-color: #f26522; color: #fff; } .wc-blocks-components-select__container { margin-top: 1rem; } .woocommerce-info { background-color: #FDE8D8; color: #f26522; } .woocommerce-info .button { background-color: #f26522; color: #fff; } .woocommerce-cart .alignwide, .wp-block-woocommerce-cart { margin-left: 0 !important; max-width: 100% !important; width: 100% !important; }