@font-face{font-display:swap;font-weight:400;font-style:normal;font-family:"woodmart-font";src:url(//althakanamall.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7) format("woff2")}:root{--wd-text-font:"Tajawal", Arial, Helvetica, sans-serif;--wd-text-font-weight:400;--wd-text-color:#777777;--wd-text-font-size:14px;--wd-title-font:"Tajawal", Arial, Helvetica, sans-serif;--wd-title-font-weight:600;--wd-title-color:#242424;--wd-entities-title-font:"Tajawal", Arial, Helvetica, sans-serif;--wd-entities-title-font-weight:500;--wd-entities-title-color:#333333;--wd-entities-title-color-hover:rgb(51 51 51 / 65%);--wd-alternative-font:"Tajawal", Arial, Helvetica, sans-serif;--wd-widget-title-font:"Tajawal", Arial, Helvetica, sans-serif;--wd-widget-title-font-weight:600;--wd-widget-title-transform:uppercase;--wd-widget-title-color:#333;--wd-widget-title-font-size:16px;--wd-header-el-font:"Tajawal", Arial, Helvetica, sans-serif;--wd-header-el-font-weight:700;--wd-header-el-transform:uppercase;--wd-header-el-font-size:13px;--wd-primary-color:rgb(175,139,45);--wd-alternative-color:rgb(30,30,30);--wd-link-color:#333333;--wd-link-color-hover:rgb(212,175,55);--btn-default-bgcolor:rgb(212,175,55);--btn-default-bgcolor-hover:rgb(212, 175, 55);--btn-accented-bgcolor:rgb(30,30,30);--btn-accented-bgcolor-hover:rgb(212, 175, 55);--wd-form-brd-width:2px;--notices-success-bg:#459647;--notices-success-color:#fff;--notices-warning-bg:#E0B252;--notices-warning-color:#fff;--wd-sticky-btn-height:95px}.wd-popup.wd-age-verify{--wd-popup-width:500px}.wd-popup.wd-promo-popup{background-color:#fff;background-image:url(https://althakanamall.com/wp-content/uploads/2021/09/retail-popup-bg.jpg.webp);background-repeat:no-repeat;background-size:cover;background-position:center center;--wd-popup-width:800px}:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg,:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat){--wd-prod-bg:rgb(226,226,226);--wd-bordered-bg:rgb(226,226,226)}:is(.woodmart-woocommerce-layered-nav,.wd-product-category-filter) .wd-scroll-content{max-height:283px}.wd-page-title{background-color:#0a0a0a;background-image:url(https://althakanamall.com/wp-content/uploads/2021/09/retail-page-title.jpg.webp);background-size:cover;background-position:center center}.wd-footer{background-color:#1e1e1e;background-image:none}html .product.wd-cat .wd-entities-title,html .product.wd-cat.cat-design-replace-title .wd-entities-title,html .wd-masonry-first .wd-cat:first-child .wd-entities-title{font-size:16px}.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)){--wd-arrow-color:rgb(0,0,0);--wd-arrow-color-hover:rgb(221,153,51)}.wd-popup.popup-quick-view{--wd-popup-width:920px}.woocommerce-product-gallery{--wd-gallery-gap:15px}@media (max-width:1024px){:root{--wd-sticky-btn-height:95px}}@media (max-width:768.98px){:root{--wd-sticky-btn-height:46px}.woocommerce-product-gallery{--wd-gallery-gap:0px}}:root{--wd-container-w:1222px;--wd-form-brd-radius:0px;--btn-default-color:#333;--btn-default-color-hover:#333;--btn-accented-color:#fff;--btn-accented-color-hover:#fff;--btn-default-brd-radius:35px;--btn-default-box-shadow:none;--btn-default-box-shadow-hover:none;--btn-accented-brd-radius:35px;--btn-accented-box-shadow:none;--btn-accented-box-shadow-hover:none;--wd-brd-radius:0px}@media (min-width:1222px){section.elementor-section.wd-section-stretch>.elementor-container{margin-left:auto;margin-right:auto}}.variations_form .swatch{border-radius:0!important}.variations_form .swatch.circle{border-radius:50%!important}add_action('woocommerce_checkout_create_order_line_item',function($item,$cart_item_key,$values){$product=$values['data'];// ✅ Get WooCommerce weight field (Shipping tab) $raw_weight=$product->get_weight();if ($raw_weight){$formatted=wc_format_weight($raw_weight);$item->add_meta_data(__('Weight','woocommerce'),$formatted,true)}// ✅ If you store liters as custom meta (e.g.,_liters) $liters=get_post_meta($product->get_id(),'_liters',true);if ($liters){$item->add_meta_data(__('Volume','woocommerce'),$liters . ' L',true)}},10,3);