{"id":111,"date":"2023-07-04T14:12:16","date_gmt":"2023-07-04T14:12:16","guid":{"rendered":"https:\/\/khaki-dunlin-598313.hostingersite.com\/coffee-roaster\/"},"modified":"2026-05-16T01:25:12","modified_gmt":"2026-05-16T01:25:12","slug":"home","status":"publish","type":"page","link":"https:\/\/barista.sa\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"111\" class=\"elementor elementor-111\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-79723ad elementor-section-full_width elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"79723ad\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-64b70a3 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"64b70a3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d8ccb67 elementor-widget-mobile__width-inherit sc_fly_static elementor-widget elementor-widget-video\" data-id=\"d8ccb67\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;start&quot;:0,&quot;end&quot;:15,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/1.mp4#t=,15\" autoplay=\"\" loop=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b2f99b7 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"b2f99b7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-10dfb4f sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"10dfb4f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div data-animation-type=\"block\" class=\"elementor-element elementor-element-bf5b253 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"bf5b253\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\" dir=\"ltr\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Navigation Bar<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            padding: 20px;\r\n        }\r\n\r\n        .nav-container {\r\n            background: #39B34A;\r\n            border-radius: 20px;\r\n            padding: 15px 20px;\r\n            display: flex;\r\n            gap: 10px;\r\n            max-width: 100%;\r\n            width: 100%;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .nav-item {\r\n            flex: 1;\r\n            min-width: 120px;\r\n            background: transparent;\r\n            border: none;\r\n            color: white;\r\n            padding: 12px 10px;\r\n            border-radius: 30px;\r\n            cursor: pointer;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n            text-decoration: none;\r\n        }\r\n\r\n        .nav-item:hover {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .icon {\r\n            width: 55px;\r\n            height: 55px;\r\n            background: white;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            flex-shrink: 0;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .icon svg, .icon img {\r\n            width: 32px;\r\n            height: 32px;\r\n            object-fit: contain;\r\n        }\r\n\r\n        .text-content {\r\n            text-align: left;\r\n            flex: 1;\r\n        }\r\n\r\n        .title {\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            display: block;\r\n            margin-bottom: 2px;\r\n        }\r\n\r\n        .subtitle {\r\n            font-size: 12px;\r\n            opacity: 0.9;\r\n            display: block;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        \/* Responsive *\/\r\n        @media (max-width: 992px) {\r\n            .nav-container { gap: 5px; }\r\n            .title { font-size: 14px; }\r\n            .subtitle { font-size: 11px; }\r\n        }\r\n\r\n        @media (max-width: 600px) {\r\n            .nav-container {\r\n                border-radius: 10px;\r\n                padding: 10px;\r\n                gap: 4px;\r\n            }\r\n            .nav-item {\r\n                flex-direction: column;\r\n                padding: 5px;\r\n                text-align: center;\r\n                gap: 4px;\r\n                min-width: 15%;\r\n            }\r\n            .text-content { text-align: center; }\r\n            .subtitle { display: none; }\r\n            .title { font-size: 11px; }\r\n            .icon { width: 38px; height: 38px; }\r\n            .icon svg, .icon img { width: 18px; height: 18px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"nav-container\">\r\n    <a href=\"https:\/\/barista.sa\/en\/branches\/\" class=\"nav-item\">\r\n        <div class=\"icon\">\r\n            <svg fill=\"#3d2817\" viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"text-content\">\r\n            <span class=\"title\">Branches<\/span>\r\n            <span class=\"subtitle\">Find nearest branch<\/span>\r\n        <\/div>\r\n    <\/a>\r\n\r\n    <a href=\"https:\/\/barista.sa\/en\/menu\/\" class=\"nav-item\">\r\n        <div class=\"icon\">\r\n            <svg fill=\"#3d2817\" viewBox=\"0 0 24 24\"><path d=\"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"text-content\">\r\n            <span class=\"title\">Menu<\/span>\r\n            <span class=\"subtitle\">Taste experience<\/span>\r\n        <\/div>\r\n    <\/a>\r\n\r\n    <a href=\"https:\/\/web.whatsapp.com\/send?phone=966555054908&text=\" target=\"_blank\" class=\"nav-item\">\r\n        <div class=\"icon\">\r\n            <svg fill=\"#3d2817\" viewBox=\"0 0 24 24\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/><\/svg>\r\n        <\/div>\r\n        <div class=\"text-content\">\r\n            <span class=\"title\">Whatsapp<\/span>\r\n            <span class=\"subtitle\">Order<\/span>\r\n        <\/div>\r\n    <\/a>\r\n\r\n    <a href=\"https:\/\/jahez.link\/GYkBXnUl3Zb\" target=\"_blank\" class=\"nav-item\">\r\n        <div class=\"icon\">\r\n            <img decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/Jahez.svg\" alt=\"Jahez\">\r\n        <\/div>\r\n        <div class=\"text-content\">\r\n            <span class=\"title\">Jahez<\/span>\r\n            <span class=\"subtitle\">Order From Jahez<\/span>\r\n        <\/div>\r\n    <\/a>\r\n\r\n    <a href=\"https:\/\/toyou.io\/merchant\/a482bff7-8509-4812-9dcb-33901f026388\" target=\"_blank\" class=\"nav-item\">\r\n        <div class=\"icon\">\r\n            <img decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/To-You.svg\" alt=\"ToYou\">\r\n        <\/div>\r\n        <div class=\"text-content\">\r\n            <span class=\"title\">ToYou<\/span>\r\n            <span class=\"subtitle\">Order From To You<\/span>\r\n        <\/div>\r\n    <\/a>\r\n\r\n    <a href=\"https:\/\/enroll.brand-wallet.com\/BeTGJu78rD\" target=\"_blank\" class=\"nav-item\">\r\n        <div class=\"icon\">\r\n            <img decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-16-at-4.03.06-AM.jpeg\" alt=\"Loyalty\">\r\n        <\/div>\r\n        <div class=\"text-content\">\r\n            <span class=\"title\">Loyalty<\/span>\r\n            <span class=\"subtitle\">Join Now<\/span>\r\n        <\/div>\r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b13a92b elementor-section-content-space-between elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"b13a92b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76212d7 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"76212d7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d2f9f85 sc_fly_static elementor-widget elementor-widget-heading\" data-id=\"d2f9f85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Discover Your Mood<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70c80e6 elementor-grid-5 elementor-product-loop-item--align-center elementor-widget__width-inherit elementor-grid-mobile-2 sc_layouts_hide_on_tablet sc_layouts_hide_on_mobile elementor-grid-tablet-3 elementor-products-grid elementor-wc-products sc_fly_static elementor-widget elementor-widget-wc-categories\" data-id=\"70c80e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wc-categories.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"woocommerce columns-5\"><ul class=\"products elementor-grid products_style_plain columns-5\">\n<li class=\"product-category product first\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/cold-drinks\/\">\n\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0627\u064a\u0633-\u0645\u0627\u062a\u0634\u0627-480x528.png\" alt=\"COLD DRINKS\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/cold-drinks\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/cold-drinks\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tCOLD DRINKS <mark class=\"count\">(17)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/hot-drinks\/\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-1-480x528.jpg\" alt=\"HOT DRINKS\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/hot-drinks\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/hot-drinks\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tHOT DRINKS <mark class=\"count\">(11)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/ice-coffee\/\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0641\u0631\u0627\u0628\u062a\u0634\u064a\u0646\u0648-480x528.png\" alt=\"Ice coffee\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/ice-coffee\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/ice-coffee\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tIce coffee <mark class=\"count\">(6)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/special-coffee\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0628\u0648\u062f\u064a\u0646\u062c-480x528.png\" alt=\"Special coffee\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/special-coffee\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/special-coffee\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tSpecial coffee <mark class=\"count\">(6)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product last\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product-category\/sweets-pastries\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0628\u0631\u0627\u0648\u0646\u064a\u0632-\u0635\u0648\u0631\u0629-\u0627\u062e\u0631\u064a-480x528.png\" alt=\"SWEETS &amp; PASTRIES\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product-category\/sweets-pastries\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product-category\/sweets-pastries\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tSWEETS &amp; PASTRIES <mark class=\"count\">(14)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<\/ul>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-775a7f6 elementor-grid-6 elementor-product-loop-item--align-center elementor-widget__width-inherit elementor-grid-mobile-2 sc_layouts_hide_on_wide sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet elementor-grid-tablet-3 elementor-products-grid elementor-wc-products sc_fly_static elementor-widget elementor-widget-wc-categories\" data-id=\"775a7f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wc-categories.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"woocommerce columns-6\"><ul class=\"products elementor-grid products_style_plain columns-6\">\n<li class=\"product-category product first\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/cold-drinks\/\">\n\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0627\u064a\u0633-\u0645\u0627\u062a\u0634\u0627-480x528.png\" alt=\"COLD DRINKS\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/cold-drinks\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/cold-drinks\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tCOLD DRINKS <mark class=\"count\">(17)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/hot-drinks\/\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-1-480x528.jpg\" alt=\"HOT DRINKS\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/hot-drinks\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/hot-drinks\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tHOT DRINKS <mark class=\"count\">(11)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/ice-coffee\/\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0641\u0631\u0627\u0628\u062a\u0634\u064a\u0646\u0648-480x528.png\" alt=\"Ice coffee\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/ice-coffee\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/ice-coffee\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tIce coffee <mark class=\"count\">(6)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/pastries\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u0631\u0648\u0633\u0627\u0646-480x528.png\" alt=\"PASTRIES\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/pastries\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/pastries\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tPASTRIES <mark class=\"count\">(3)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/special-coffee\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0628\u0648\u062f\u064a\u0646\u062c-480x528.png\" alt=\"Special coffee\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/special-coffee\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/khaki-dunlin-598313.hostingersite.com\/en\/product-category\/special-coffee\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tSpecial coffee <mark class=\"count\">(6)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"product-category product last\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product-category\/sweets\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0628\u0631\u0627\u0648\u0646\u064a\u0632-\u0635\u0648\u0631\u0629-\u0627\u062e\u0631\u064a-480x528.png\" alt=\"SWEETS\" width=\"480\" height=\"528\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product-category\/sweets\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product-category\/sweets\/\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tSWEETS <mark class=\"count\">(11)<\/mark>\t\t<\/h2>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<\/ul>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3ce4ef5 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"3ce4ef5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ddf5752 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"ddf5752\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a2252a sc_layouts_hide_on_wide sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet sc_fly_static elementor-widget elementor-widget-heading\" data-id=\"4a2252a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Best Mood<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f2795a sc_layouts_hide_on_tablet sc_layouts_hide_on_mobile sc_fly_static elementor-widget elementor-widget-heading\" data-id=\"3f2795a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Best Seller &amp; Best Mood<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbda338 sc_fly_static elementor-widget elementor-widget-trx_sc_extended_products\" data-id=\"cbda338\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_extended_products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div  \n\tclass=\"sc_extended_products sc_extended_products_centered\" ><div class=\"sc_extended_products_content sc_item_content\" ><div class=\"woocommerce columns-5 \"><div  class=\"sc_extended_products_slider sc_item_slider slider_swiper_outer slider_outer slider_outer_nocontrols slider_outer_nopagination slider_outer_nocentered slider_outer_overflow_hidden slider_outer_multi\">\n\t<div  data-slides-per-view-breakpoints=\"{&quot;767&quot;:2,&quot;999999&quot;:5}\" data-slides-space-breakpoints=\"{&quot;999999&quot;:&quot;10&quot;}\" class=\"slider_container swiper-slider-container slider_swiper slider_noresize slider_nocontrols slider_nopagination slider_nocentered slider_overflow_hidden slider_multi\" data-slides-per-view=\"5\" data-slides-space=\"10\" data-effect=\"slide\" data-slides-min-width=\"225\" data-pagination=\"bullets\" data-direction=\"horizontal\" data-mouse-wheel=\"0\" data-autoplay=\"1\" data-loop=\"1\" data-free-mode=\"0\" data-slides-centered=\"0\" data-slides-overflow=\"0\">\n\t\t<ul class=\"slides products products_style_centered columns-5 slider-wrapper swiper-wrapper sc_item_columns_5\"><li class=\"slider-slide swiper-slide product type-product post-3350 status-publish first instock product_cat-99 product_cat-98 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0645\u0627\u062a\u0634\u0627-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Matcha Cold\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3350\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"160\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3350\" data-tinv-wl-productvariation=\"3351\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3350\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\">Matcha Cold<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;17.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3350\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3350\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Matcha Cold&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3350\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3350,&quot;item_id&quot;:3350,&quot;item_name&quot;:&quot;Matcha Cold&quot;,&quot;sku&quot;:3350,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Best Seller &amp; Best Mood&quot;,&quot;id&quot;:3350,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/matcha-cold\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3333 status-publish instock product_cat-best-seller-best-mood product_cat-ice-coffee has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/rich-coffee\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0631\u064a\u062a\u0634-\u0628\u0627\u0644\u0642\u0647\u0648\u0629-2-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Rich Coffee\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3333\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"300\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"70\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3333\" data-tinv-wl-productvariation=\"3334\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/rich-coffee\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3333\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/rich-coffee\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/rich-coffee\/\">Rich Coffee<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>11.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/rich-coffee\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3333\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3333\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Rich Coffee&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3333\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3333,&quot;item_id&quot;:3333,&quot;item_name&quot;:&quot;Rich Coffee&quot;,&quot;sku&quot;:3333,&quot;price&quot;:11,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Ice coffee&quot;,&quot;id&quot;:3333,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/rich-coffee\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3320 status-publish instock product_cat-99 product_cat-94 product_cat-95 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0643\u064a\u0643\u0629-\u062f\u0628\u064a-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"cake Dubai\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3320\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"350\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3320\" data-tinv-wl-productvariation=\"3321\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3320\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\">cake Dubai<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3320\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3320\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;cake Dubai&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3320\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3320,&quot;item_id&quot;:3320,&quot;item_name&quot;:&quot;cake Dubai&quot;,&quot;sku&quot;:3320,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:3320,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/cake-dubai\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3264 status-publish instock product_cat-99 product_cat-59 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0643\u0627\u0628\u062a\u0634\u064a\u0646\u0648-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cappuccino\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3264\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"94\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"125\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3264\" data-tinv-wl-productvariation=\"3265\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3264\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\">Cappuccino<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>11.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>14.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;11.00 through &#x631;.&#x633;14.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3264\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3264\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Cappuccino&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3264\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3264,&quot;item_id&quot;:3264,&quot;item_name&quot;:&quot;Cappuccino&quot;,&quot;sku&quot;:3264,&quot;price&quot;:11,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Best Seller &amp; Best Mood&quot;,&quot;id&quot;:3264,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/cappuccino\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3245 status-publish last instock product_cat-99 product_cat-93 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-cold\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u062c\u064a\u0643-\u0627\u0644\u0642\u0647\u0648\u0629-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Jake today Coffee Cold\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3245\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3245\" data-tinv-wl-productvariation=\"3249\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-cold\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3245\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-cold\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-cold\/\">Jake today Coffee Cold<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>30.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-cold\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3245\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3245\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Jake today Coffee Cold&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3245\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3245,&quot;item_id&quot;:3245,&quot;item_name&quot;:&quot;Jake today Coffee Cold&quot;,&quot;sku&quot;:3245,&quot;price&quot;:30,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Best Seller &amp; Best Mood&quot;,&quot;id&quot;:3245,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/jake-today-coffee-cold\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:5,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3240 status-publish first instock product_cat-99 product_cat-93 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-hot\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u062c\u064a\u0643-\u0627\u0644\u0642\u0647\u0648\u0629-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Jake today Coffee hot\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3240\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3240\" data-tinv-wl-productvariation=\"3241\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-hot\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3240\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-hot\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-hot\/\">Jake today Coffee hot<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>30.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/jake-today-coffee-hot\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3240\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3240\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Jake today Coffee hot&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3240\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3240,&quot;item_id&quot;:3240,&quot;item_name&quot;:&quot;Jake today Coffee hot&quot;,&quot;sku&quot;:3240,&quot;price&quot;:30,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Best Seller &amp; Best Mood&quot;,&quot;id&quot;:3240,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/jake-today-coffee-hot\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:6,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3222 status-publish instock product_cat-99 product_cat-96 product_cat-95 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cake-lemon\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0644\u064a\u0645\u0648\u0646-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cake Lemon\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3222\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"250\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3222\" data-tinv-wl-productvariation=\"3223\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/cake-lemon\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3222\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cake-lemon\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/cake-lemon\/\">Cake Lemon<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>3.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/cake-lemon\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3222\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3222\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Cake Lemon&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3222\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3222,&quot;item_id&quot;:3222,&quot;item_name&quot;:&quot;Cake Lemon&quot;,&quot;sku&quot;:3222,&quot;price&quot;:3,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:3222,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/cake-lemon\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:7,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3210 status-publish instock product_cat-99 product_cat-93 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/v60-cold\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/v60-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"V60 Cold\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3210\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"200\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3210\" data-tinv-wl-productvariation=\"3211\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/v60-cold\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3210\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/v60-cold\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/v60-cold\/\">V60 Cold<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/v60-cold\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3210\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3210\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;V60 Cold&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3210\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3210,&quot;item_id&quot;:3210,&quot;item_name&quot;:&quot;V60 Cold&quot;,&quot;sku&quot;:3210,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Best Seller &amp; Best Mood&quot;,&quot;id&quot;:3210,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/v60-cold\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:8,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-1228 status-publish instock product_cat-99 product_cat-94 product_cat-95 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/brownies\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0628\u0631\u0627\u0648\u0646\u064a\u0632-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Brownies\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"1228\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"350\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1228\" data-tinv-wl-productvariation=\"3305\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/brownies\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"1228\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/brownies\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/brownies\/\">Brownies<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/brownies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1228\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"1228\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Brownies&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1228\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:1228,&quot;item_id&quot;:1228,&quot;item_name&quot;:&quot;Brownies&quot;,&quot;sku&quot;:1228,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:1228,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/brownies\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:9,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-1225 status-publish last instock product_cat-best-seller-best-mood product_cat-sweets product_cat-sweets-pastries has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0628\u0648\u062f\u064a\u0646\u062c-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Budding chocolate\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"1225\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"400\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1225\" data-tinv-wl-productvariation=\"3303\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"1225\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\">Budding chocolate<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1225\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"1225\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Budding chocolate&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1225\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:1225,&quot;item_id&quot;:1225,&quot;item_name&quot;:&quot;Budding chocolate&quot;,&quot;sku&quot;:1225,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:1225,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/budding-chocolate\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:10,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<\/ul><\/div><\/div><\/div><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9a55fc6 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"9a55fc6\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2a638e0 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"2a638e0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b873936 sc_fly_static elementor-widget elementor-widget-image\" data-id=\"b873936\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/product-category\/offere\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"671\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-scaled.jpg\" class=\"attachment-full size-full wp-image-1506\" alt=\"\" srcset=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-scaled.jpg 2560w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-300x79.jpg 300w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-1024x268.jpg 1024w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-768x201.jpg 768w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-1536x402.jpg 1536w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-2048x537.jpg 2048w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-370x97.jpg 370w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-840x220.jpg 840w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-410x107.jpg 410w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0645\u0642\u0627\u0633-\u0644\u0644\u0645\u064a\u0646\u064a\u0648-\u0639\u0631\u0648\u0636-600x157.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cbbc4d4 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"cbbc4d4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4246979 sc_layouts_hide_on_mobile sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"4246979\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-85908e2 sc_fly_static elementor-widget elementor-widget-image\" data-id=\"85908e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-1024x1024.jpg\" class=\"attachment-large size-large wp-image-2017\" alt=\"\" srcset=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-1024x1024.jpg 1024w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-300x300.jpg 300w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-150x150.jpg 150w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-768x768.jpg 768w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-1536x1536.jpg 1536w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-2048x2048.jpg 2048w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-370x370.jpg 370w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-120x120.jpg 120w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-840x840.jpg 840w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-410x410.jpg 410w, https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u062d\u0644\u0628-600x600.jpg 600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-87f66c2 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"87f66c2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8c8e319 sc_layouts_hide_on_mobile sc_layouts_hide_on_tablet sc_fly_static elementor-widget elementor-widget-heading\" data-id=\"8c8e319\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Signature Coffee Collection\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf9fbc2 sc_layouts_hide_on_wide sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet sc_fly_static elementor-widget elementor-widget-image\" data-id=\"cf9fbc2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"318\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-1024x318.jpg\" class=\"attachment-large size-large wp-image-1487\" alt=\"\" srcset=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-1024x318.jpg 1024w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-300x93.jpg 300w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-768x238.jpg 768w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-1536x477.jpg 1536w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-2048x635.jpg 2048w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-370x115.jpg 370w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-840x261.jpg 840w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-410x127.jpg 410w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-1-600x186.jpg 600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22f6382 sc_fly_static elementor-widget elementor-widget-trx_sc_extended_products\" data-id=\"22f6382\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_extended_products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div  \n\tclass=\"sc_extended_products sc_extended_products_default\" ><div class=\"sc_extended_products_content sc_item_content\" ><div class=\"woocommerce columns-3 \"><div  class=\"sc_extended_products_slider sc_item_slider slider_swiper_outer slider_outer slider_outer_nocontrols slider_outer_nopagination slider_outer_nocentered slider_outer_overflow_hidden slider_outer_multi\">\n\t<div  data-slides-per-view-breakpoints=\"{&quot;767&quot;:3,&quot;999999&quot;:3}\" data-slides-space-breakpoints=\"{&quot;999999&quot;:&quot;30&quot;}\" class=\"slider_container swiper-slider-container slider_swiper slider_noresize slider_nocontrols slider_nopagination slider_nocentered slider_overflow_hidden slider_multi\" data-slides-per-view=\"3\" data-slides-space=\"30\" data-effect=\"slide\" data-slides-min-width=\"225\" data-pagination=\"bullets\" data-direction=\"horizontal\" data-mouse-wheel=\"0\" data-autoplay=\"1\" data-loop=\"1\" data-free-mode=\"0\" data-slides-centered=\"0\" data-slides-overflow=\"0\">\n\t\t<ul class=\"slides products products_style_default columns-3 slider-wrapper swiper-wrapper sc_item_columns_3\"><li class=\"slider-slide swiper-slide product type-product post-3341 status-publish first instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/i-use-the-spanish-latte\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u0628\u0627\u0646\u064a\u0634-\u0644\u0627\u062a\u064a\u0629-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"I use the Spanish Latte\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3341\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"50\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"230\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3341\" data-tinv-wl-productvariation=\"3342\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/i-use-the-spanish-latte\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3341\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/i-use-the-spanish-latte\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/i-use-the-spanish-latte\/\">I use the Spanish Latte<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;17.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/i-use-the-spanish-latte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3341\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3341\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;I use the Spanish Latte&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3341\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3341,&quot;item_id&quot;:3341,&quot;item_name&quot;:&quot;I use the Spanish Latte&quot;,&quot;sku&quot;:3341,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3341,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/i-use-the-spanish-latte\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3289 status-publish instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/mug\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0645\u0642-\u0627\u0633\u0648\u062f-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Mug\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3289\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3289\" data-tinv-wl-productvariation=\"3290\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/mug\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3289\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/mug\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/mug\/\">Mug<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>30.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/mug\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3289\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3289\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Mug&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3289\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3289,&quot;item_id&quot;:3289,&quot;item_name&quot;:&quot;Mug&quot;,&quot;sku&quot;:3289,&quot;price&quot;:30,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3289,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/mug\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3287 status-publish last instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/tea\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0634\u0627\u0649-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Tea\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3287\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"30\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"2\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3287\" data-tinv-wl-productvariation=\"3288\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/tea\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3287\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/tea\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/tea\/\">Tea<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>5.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/tea\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3287\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3287\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Tea&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3287\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3287,&quot;item_id&quot;:3287,&quot;item_name&quot;:&quot;Tea&quot;,&quot;sku&quot;:3287,&quot;price&quot;:5,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3287,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/tea\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3284 status-publish first instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/hot-chocolate\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0647\u0648\u062a-\u0634\u0648\u0643\u0644\u064a\u062a-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Hot chocolate\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3284\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"10\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"215\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3284\" data-tinv-wl-productvariation=\"3285\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/hot-chocolate\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3284\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/hot-chocolate\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/hot-chocolate\/\">Hot chocolate<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>10.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>14.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;10.00 through &#x631;.&#x633;14.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/hot-chocolate\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3284\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3284\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Hot chocolate&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3284\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3284,&quot;item_id&quot;:3284,&quot;item_name&quot;:&quot;Hot chocolate&quot;,&quot;sku&quot;:3284,&quot;price&quot;:10,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3284,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/hot-chocolate\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3281 status-publish instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/matcha-hot\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u0645\u0627\u062a\u0634\u0627-\u062d\u0627\u0631111-480x528.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Matcha Hot\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3281\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"70\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"50\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3281\" data-tinv-wl-productvariation=\"3282\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/matcha-hot\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3281\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/matcha-hot\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/matcha-hot\/\">Matcha Hot<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>10.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>14.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;10.00 through &#x631;.&#x633;14.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/matcha-hot\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3281\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3281\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Matcha Hot&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3281\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3281,&quot;item_id&quot;:3281,&quot;item_name&quot;:&quot;Matcha Hot&quot;,&quot;sku&quot;:3281,&quot;price&quot;:10,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3281,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/matcha-hot\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:5,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3278 status-publish last instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/french-coffee\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0642\u0647\u0648\u0629-\u0641\u0631\u0646\u0633\u064a-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"French coffee\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3278\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"107\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"165\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3278\" data-tinv-wl-productvariation=\"3279\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/french-coffee\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3278\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/french-coffee\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/french-coffee\/\">French coffee<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>11.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>14.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;11.00 through &#x631;.&#x633;14.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/french-coffee\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3278\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3278\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;French coffee&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3278\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3278,&quot;item_id&quot;:3278,&quot;item_name&quot;:&quot;French coffee&quot;,&quot;sku&quot;:3278,&quot;price&quot;:11,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3278,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/french-coffee\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:6,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3276 status-publish first instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cortado\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0643\u0648\u0631\u062a\u0627\u062f\u0648-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cortado\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3276\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"92\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"550\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3276\" data-tinv-wl-productvariation=\"3294\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/cortado\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3276\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cortado\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/cortado\/\">Cortado<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>11.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/cortado\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3276\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3276\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Cortado&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3276\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3276,&quot;item_id&quot;:3276,&quot;item_name&quot;:&quot;Cortado&quot;,&quot;sku&quot;:3276,&quot;price&quot;:11,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3276,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/cortado\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:7,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3267 status-publish instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/latte\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0644\u0627\u062a\u064a\u0629-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Latte\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3267\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"72\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"140\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3267\" data-tinv-wl-productvariation=\"3268\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/latte\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3267\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/latte\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/latte\/\">Latte<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>11.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>14.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;11.00 through &#x631;.&#x633;14.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/latte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3267\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3267\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Latte&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3267\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3267,&quot;item_id&quot;:3267,&quot;item_name&quot;:&quot;Latte&quot;,&quot;sku&quot;:3267,&quot;price&quot;:11,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3267,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/latte\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:8,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3264 status-publish last instock product_cat-99 product_cat-59 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0643\u0627\u0628\u062a\u0634\u064a\u0646\u0648-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cappuccino\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3264\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"94\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"125\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3264\" data-tinv-wl-productvariation=\"3265\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3264\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\">Cappuccino<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>11.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>14.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;11.00 through &#x631;.&#x633;14.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/cappuccino\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3264\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3264\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Cappuccino&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3264\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3264,&quot;item_id&quot;:3264,&quot;item_name&quot;:&quot;Cappuccino&quot;,&quot;sku&quot;:3264,&quot;price&quot;:11,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Best Seller &amp; Best Mood&quot;,&quot;id&quot;:3264,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/cappuccino\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:9,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3186 status-publish first instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/flat-wite\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0641\u0644\u0627\u062a-\u0648\u0627\u064a\u062a-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Flat Wite\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3186\">\r\n\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"50\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"120\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3186\" data-tinv-wl-productvariation=\"3189\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/flat-wite\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3186\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/flat-wite\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/flat-wite\/\">Flat Wite<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>11.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>14.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;11.00 through &#x631;.&#x633;14.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/flat-wite\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3186\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3186\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Flat Wite&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3186\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3186,&quot;item_id&quot;:3186,&quot;item_name&quot;:&quot;Flat Wite&quot;,&quot;sku&quot;:3186,&quot;price&quot;:11,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:3186,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/flat-wite\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:10,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-2071 status-publish instock product_cat-hot-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_default\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/espresso\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/1-\u0627\u0633\u0628\u0631\u064a\u0633\u0648-480x528.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Espresso\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"2071\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_pa_caffeine\" type=\"hidden\" value=\"49\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"1\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2071\" data-tinv-wl-productvariation=\"3291\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/espresso\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"2071\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/espresso\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/espresso\/\">Espresso<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>8.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>13.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;8.00 through &#x631;.&#x633;13.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/espresso\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2071\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"2071\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Espresso&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2071\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:2071,&quot;item_id&quot;:2071,&quot;item_name&quot;:&quot;Espresso&quot;,&quot;sku&quot;:2071,&quot;price&quot;:8,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;HOT DRINKS&quot;,&quot;id&quot;:2071,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/espresso\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:11,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<\/ul><\/div><\/div><\/div><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-aa2c804 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"aa2c804\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-68ca349 sc_layouts_hide_on_mobile sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"68ca349\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a11ac5 sc_fly_static elementor-widget elementor-widget-image\" data-id=\"3a11ac5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629.png\" class=\"attachment-large size-large wp-image-1175\" alt=\"\" srcset=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629.png 900w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-300x300.png 300w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-150x150.png 150w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-768x768.png 768w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-370x370.png 370w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-120x120.png 120w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-840x840.png 840w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-410x410.png 410w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-600x600.png 600w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0643\u064a\u0643\u0629-\u0627\u0644\u0647\u0628\u0629-\u0627\u0644\u062a\u0631\u0643\u064a\u0629-480x480.png 480w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b5837d2 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"b5837d2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24edcd5 sc_layouts_hide_on_mobile sc_layouts_hide_on_tablet sc_fly_static elementor-widget elementor-widget-heading\" data-id=\"24edcd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Treats That Make You Smile<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c62aca7 sc_layouts_hide_on_wide sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet sc_fly_static elementor-widget elementor-widget-image\" data-id=\"c62aca7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"318\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-1024x318.jpg\" class=\"attachment-large size-large wp-image-1485\" alt=\"\" srcset=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-1024x318.jpg 1024w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-300x93.jpg 300w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-768x238.jpg 768w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-1536x477.jpg 1536w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-2048x635.jpg 2048w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-370x115.jpg 370w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-840x261.jpg 840w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-410x127.jpg 410w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-2-600x186.jpg 600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59118b9 sc_fly_static elementor-widget elementor-widget-trx_sc_extended_products\" data-id=\"59118b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_extended_products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div  \n\tclass=\"sc_extended_products sc_extended_products_centered\" ><div class=\"sc_extended_products_content sc_item_content\" ><div class=\"woocommerce columns-3 \"><div  class=\"sc_extended_products_slider sc_item_slider slider_swiper_outer slider_outer slider_outer_nocontrols slider_outer_nopagination slider_outer_nocentered slider_outer_overflow_hidden slider_outer_multi\">\n\t<div  data-slides-per-view-breakpoints=\"{&quot;767&quot;:2,&quot;999999&quot;:3}\" data-slides-space-breakpoints=\"{&quot;999999&quot;:&quot;30&quot;}\" class=\"slider_container swiper-slider-container slider_swiper slider_noresize slider_nocontrols slider_nopagination slider_nocentered slider_overflow_hidden slider_multi\" data-slides-per-view=\"3\" data-slides-space=\"30\" data-effect=\"slide\" data-slides-min-width=\"225\" data-pagination=\"bullets\" data-direction=\"horizontal\" data-mouse-wheel=\"0\" data-autoplay=\"1\" data-loop=\"1\" data-free-mode=\"0\" data-slides-centered=\"0\" data-slides-overflow=\"0\">\n\t\t<ul class=\"slides products products_style_centered columns-3 slider-wrapper swiper-wrapper sc_item_columns_3\"><li class=\"slider-slide swiper-slide product type-product post-3326 status-publish first instock product_cat-94 product_cat-95 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/san-sebastian\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0633\u0627\u0646-\u0633\u0628\u0633\u062a\u064a\u0627\u0646-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"san Sebastian\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3326\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"401\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3326\" data-tinv-wl-productvariation=\"3327\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/san-sebastian\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3326\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/san-sebastian\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/san-sebastian\/\">san Sebastian<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/san-sebastian\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3326\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3326\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;san Sebastian&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3326\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3326,&quot;item_id&quot;:3326,&quot;item_name&quot;:&quot;san Sebastian&quot;,&quot;sku&quot;:3326,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:3326,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/san-sebastian\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3324 status-publish instock product_cat-94 product_cat-95 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/honey-cake\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0643\u064a\u0643-\u0627\u0644\u0639\u0633\u0644-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Honey cake\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3324\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"401\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3324\" data-tinv-wl-productvariation=\"3325\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/honey-cake\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3324\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/honey-cake\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/honey-cake\/\">Honey cake<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/honey-cake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3324\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3324\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Honey cake&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3324\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3324,&quot;item_id&quot;:3324,&quot;item_name&quot;:&quot;Honey cake&quot;,&quot;sku&quot;:3324,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:3324,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/honey-cake\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3322 status-publish last instock product_cat-sweets product_cat-sweets-pastries has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/crepp-dubai\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0643\u0631\u064a\u0628-\u062f\u0628\u064a-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Crepp Dubai\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3322\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"600\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3322\" data-tinv-wl-productvariation=\"3323\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/crepp-dubai\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3322\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/crepp-dubai\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/crepp-dubai\/\">Crepp Dubai<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/crepp-dubai\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3322\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3322\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Crepp Dubai&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3322\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3322,&quot;item_id&quot;:3322,&quot;item_name&quot;:&quot;Crepp Dubai&quot;,&quot;sku&quot;:3322,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:3322,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/crepp-dubai\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3320 status-publish first instock product_cat-99 product_cat-94 product_cat-95 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0643\u064a\u0643\u0629-\u062f\u0628\u064a-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"cake Dubai\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3320\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"350\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3320\" data-tinv-wl-productvariation=\"3321\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3320\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\">cake Dubai<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/cake-dubai\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3320\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3320\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;cake Dubai&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3320\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3320,&quot;item_id&quot;:3320,&quot;item_name&quot;:&quot;cake Dubai&quot;,&quot;sku&quot;:3320,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:3320,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/cake-dubai\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3318 status-publish instock product_cat-sweets product_cat-sweets-pastries has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/dounat\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u062f\u0648\u0646\u0627\u062a-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"dounat\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3318\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"375\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3318\" data-tinv-wl-productvariation=\"3319\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/dounat\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3318\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/dounat\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/dounat\/\">dounat<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>8.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/dounat\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3318\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3318\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;dounat&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3318\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3318,&quot;item_id&quot;:3318,&quot;item_name&quot;:&quot;dounat&quot;,&quot;sku&quot;:3318,&quot;price&quot;:8,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:3318,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/dounat\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:5,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-2229 status-publish last instock product_cat-94 product_cat-95 has-post-thumbnail shipping-taxable purchasable product-type-variable product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/waffles\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0641\u0631\u0627\u064a\u0632-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Waffles\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"2229\">\r\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2229\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/waffles\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"2229\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/waffles\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/waffles\/\">Waffles<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/waffles\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2229\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"2229\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Waffles&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2229\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:2229,&quot;item_id&quot;:2229,&quot;item_name&quot;:&quot;Waffles&quot;,&quot;sku&quot;:2229,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:2229,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/waffles\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:6,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-2227 status-publish first instock product_cat-94 product_cat-95 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cheesecake\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u062a\u0634\u064a\u0632-\u0643\u064a\u0643-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cheesecake\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"2227\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"401\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2227\" data-tinv-wl-productvariation=\"2228\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/cheesecake\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"2227\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cheesecake\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/cheesecake\/\">Cheesecake<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/cheesecake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2227\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"2227\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Cheesecake&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2227\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:2227,&quot;item_id&quot;:2227,&quot;item_name&quot;:&quot;Cheesecake&quot;,&quot;sku&quot;:2227,&quot;price&quot;:17,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:2227,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/cheesecake\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:7,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-2224 status-publish instock product_cat-94 product_cat-95 has-post-thumbnail shipping-taxable purchasable product-type-variable product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cookies\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/bbbbbb-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cookies\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"2224\">\r\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2224\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/cookies\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"2224\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/cookies\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/cookies\/\">Cookies<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>9.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/cookies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2224\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"2224\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Cookies&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2224\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:2224,&quot;item_id&quot;:2224,&quot;item_name&quot;:&quot;Cookies&quot;,&quot;sku&quot;:2224,&quot;price&quot;:9,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:2224,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/cookies\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:8,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-2221 status-publish last instock product_cat-94 product_cat-95 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/mini-pancakes\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0628\u0627\u0646-\u0643\u064a\u0643-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Mini Pancakes\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"2221\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"370\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2221\" data-tinv-wl-productvariation=\"2222\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/mini-pancakes\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"2221\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/mini-pancakes\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/mini-pancakes\/\">Mini Pancakes<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>20.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;20.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/mini-pancakes\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2221\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"2221\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Mini Pancakes&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2221\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:2221,&quot;item_id&quot;:2221,&quot;item_name&quot;:&quot;Mini Pancakes&quot;,&quot;sku&quot;:2221,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:2221,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/mini-pancakes\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:9,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-1228 status-publish first instock product_cat-99 product_cat-94 product_cat-95 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/brownies\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0628\u0631\u0627\u0648\u0646\u064a\u0632-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Brownies\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"1228\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"350\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1228\" data-tinv-wl-productvariation=\"3305\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/brownies\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"1228\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/brownies\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/brownies\/\">Brownies<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/brownies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1228\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"1228\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Brownies&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1228\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:1228,&quot;item_id&quot;:1228,&quot;item_name&quot;:&quot;Brownies&quot;,&quot;sku&quot;:1228,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:1228,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/brownies\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:10,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-1225 status-publish instock product_cat-best-seller-best-mood product_cat-sweets product_cat-sweets-pastries has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0628\u0648\u062f\u064a\u0646\u062c-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Budding chocolate\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"1225\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"400\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1225\" data-tinv-wl-productvariation=\"3303\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"1225\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\">Budding chocolate<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/budding-chocolate\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1225\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"1225\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Budding chocolate&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1225\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:1225,&quot;item_id&quot;:1225,&quot;item_name&quot;:&quot;Budding chocolate&quot;,&quot;sku&quot;:1225,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;SWEETS &amp; PASTRIES&quot;,&quot;id&quot;:1225,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/budding-chocolate\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:11,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<\/ul><\/div><\/div><\/div><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-801ee80 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"801ee80\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cb8e668 sc_layouts_hide_on_mobile sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"cb8e668\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2cc63ec sc_fly_static elementor-widget elementor-widget-image\" data-id=\"2cc63ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627.png\" class=\"attachment-large size-large wp-image-1180\" alt=\"\" srcset=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627.png 900w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-300x300.png 300w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-150x150.png 150w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-768x768.png 768w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-370x370.png 370w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-120x120.png 120w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-840x840.png 840w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-410x410.png 410w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/11\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-600x600.png 600w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8a9a6ad sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"8a9a6ad\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f60ed8a sc_layouts_hide_on_mobile sc_layouts_hide_on_tablet sc_fly_static elementor-widget elementor-widget-heading\" data-id=\"f60ed8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Drinks for Every Moment<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ca8070 sc_layouts_hide_on_wide sc_layouts_hide_on_desktop sc_layouts_hide_on_notebook sc_layouts_hide_on_tablet sc_fly_static elementor-widget elementor-widget-image\" data-id=\"3ca8070\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"318\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-1024x318.jpg\" class=\"attachment-large size-large wp-image-1486\" alt=\"\" srcset=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-1024x318.jpg 1024w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-300x93.jpg 300w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-768x238.jpg 768w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-1536x477.jpg 1536w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-2048x635.jpg 2048w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-370x115.jpg 370w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-840x261.jpg 840w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-410x127.jpg 410w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-3-600x186.jpg 600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ef10aa sc_fly_static elementor-widget elementor-widget-trx_sc_extended_products\" data-id=\"2ef10aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"trx_sc_extended_products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div  \n\tclass=\"sc_extended_products sc_extended_products_centered\" ><div class=\"sc_extended_products_content sc_item_content\" ><div class=\"woocommerce columns-3 \"><div  class=\"sc_extended_products_slider sc_item_slider slider_swiper_outer slider_outer slider_outer_nocontrols slider_outer_nopagination slider_outer_nocentered slider_outer_overflow_hidden slider_outer_multi\">\n\t<div  data-slides-per-view-breakpoints=\"{&quot;767&quot;:2,&quot;999999&quot;:3}\" data-slides-space-breakpoints=\"{&quot;999999&quot;:&quot;30&quot;}\" class=\"slider_container swiper-slider-container slider_swiper slider_noresize slider_nocontrols slider_nopagination slider_nocentered slider_overflow_hidden slider_multi\" data-slides-per-view=\"3\" data-slides-space=\"30\" data-effect=\"slide\" data-slides-min-width=\"225\" data-pagination=\"bullets\" data-direction=\"horizontal\" data-mouse-wheel=\"0\" data-autoplay=\"1\" data-loop=\"1\" data-free-mode=\"0\" data-slides-centered=\"0\" data-slides-overflow=\"0\">\n\t\t<ul class=\"slides products products_style_centered columns-3 slider-wrapper swiper-wrapper sc_item_columns_3\"><li class=\"slider-slide swiper-slide product type-product post-3385 status-publish first instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/frappe-oreo\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0641\u0631\u0627\u0628\u064a\u0629-\u0627\u0648\u0631\u064a\u0648-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Frapp\u00e9 Oreo\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3385\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"304\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3385\" data-tinv-wl-productvariation=\"3386\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/frappe-oreo\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3385\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/frappe-oreo\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/frappe-oreo\/\">Frapp\u00e9 Oreo<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;17.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/frappe-oreo\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3385\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3385\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Frapp\u00e9 Oreo&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3385\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3385,&quot;item_id&quot;:3385,&quot;item_name&quot;:&quot;Frapp\\u00e9 Oreo&quot;,&quot;sku&quot;:3385,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3385,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/frappe-oreo\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3382 status-publish instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/frappe-nutella\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u0641\u0631\u0627\u0628\u064a\u0629-\u0646\u0648\u062a\u064a\u0644\u0627-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Frapp\u00e9 Nutella\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3382\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"304\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3382\" data-tinv-wl-productvariation=\"3383\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/frappe-nutella\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3382\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/frappe-nutella\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/frappe-nutella\/\">Frapp\u00e9 Nutella<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;17.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/frappe-nutella\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3382\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3382\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Frapp\u00e9 Nutella&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3382\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3382,&quot;item_id&quot;:3382,&quot;item_name&quot;:&quot;Frapp\\u00e9 Nutella&quot;,&quot;sku&quot;:3382,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3382,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/frappe-nutella\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3379 status-publish last instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/frappe-toffee\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u0641\u0631\u0627\u0628\u064a\u0629-\u062a\u0648\u0641\u064a-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Frapp\u00e9 Toffee\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3379\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"304\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3379\" data-tinv-wl-productvariation=\"3380\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/frappe-toffee\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3379\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/frappe-toffee\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/frappe-toffee\/\">Frapp\u00e9 Toffee<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;17.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/frappe-toffee\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3379\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3379\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Frapp\u00e9 Toffee&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3379\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3379,&quot;item_id&quot;:3379,&quot;item_name&quot;:&quot;Frapp\\u00e9 Toffee&quot;,&quot;sku&quot;:3379,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3379,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/frappe-toffee\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3376 status-publish first instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/frappe-mocha\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0645\u0648\u0643\u0627-\u0641\u0631\u0627\u0628\u064a\u0647-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Frapp\u00e9 Mocha\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3376\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"304\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3376\" data-tinv-wl-productvariation=\"3377\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/frappe-mocha\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3376\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/frappe-mocha\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/frappe-mocha\/\">Frapp\u00e9 Mocha<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;17.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/frappe-mocha\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3376\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3376\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Frapp\u00e9 Mocha&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3376\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3376,&quot;item_id&quot;:3376,&quot;item_name&quot;:&quot;Frapp\\u00e9 Mocha&quot;,&quot;sku&quot;:3376,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3376,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/frappe-mocha\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3373 status-publish instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/strawberry-mojito\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u0645\u0648\u0647\u064a\u062a\u0648-\u0641\u0631\u0627\u0648\u0644\u0629-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Strawberry Mojito\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3373\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"270\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3373\" data-tinv-wl-productvariation=\"3374\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/strawberry-mojito\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3373\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/strawberry-mojito\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/strawberry-mojito\/\">Strawberry Mojito<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;12.00 through &#x631;.&#x633;15.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/strawberry-mojito\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3373\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3373\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Strawberry Mojito&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3373\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3373,&quot;item_id&quot;:3373,&quot;item_name&quot;:&quot;Strawberry Mojito&quot;,&quot;sku&quot;:3373,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3373,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/strawberry-mojito\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:5,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3370 status-publish last instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/tropical-mojito\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u0645\u0648\u0647\u064a\u062a\u0648-\u0628\u0644\u0648-\u062a\u0631\u0648\u0628\u064a\u0643\u0627\u0644-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Tropical Mojito\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3370\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"270\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3370\" data-tinv-wl-productvariation=\"3371\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/tropical-mojito\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3370\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/tropical-mojito\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/tropical-mojito\/\">Tropical Mojito<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;12.00 through &#x631;.&#x633;15.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/tropical-mojito\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3370\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3370\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Tropical Mojito&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3370\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3370,&quot;item_id&quot;:3370,&quot;item_name&quot;:&quot;Tropical Mojito&quot;,&quot;sku&quot;:3370,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3370,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/tropical-mojito\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:6,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3367 status-publish first instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jacaranda-mojito\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0645\u0648\u0647\u064a\u062a\u0648-\u062c\u0627\u0643\u0631\u0646\u062f\u0627-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Jacaranda Mojito\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3367\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"270\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3367\" data-tinv-wl-productvariation=\"3368\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/jacaranda-mojito\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3367\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jacaranda-mojito\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/jacaranda-mojito\/\">Jacaranda Mojito<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;12.00 through &#x631;.&#x633;15.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/jacaranda-mojito\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3367\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3367\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Jacaranda Mojito&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3367\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3367,&quot;item_id&quot;:3367,&quot;item_name&quot;:&quot;Jacaranda Mojito&quot;,&quot;sku&quot;:3367,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3367,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/jacaranda-mojito\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:7,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3362 status-publish instock product_cat-cold-drinks has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/special-mojito\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0645\u0648\u0647\u064a\u062a\u0648-\u0633\u0628\u064a\u0634\u0627\u0644-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Special Mojito\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3362\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"270\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3362\" data-tinv-wl-productvariation=\"3363\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/special-mojito\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3362\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/special-mojito\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/special-mojito\/\">Special Mojito<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;12.00 through &#x631;.&#x633;15.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/special-mojito\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3362\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3362\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Special Mojito&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3362\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3362,&quot;item_id&quot;:3362,&quot;item_name&quot;:&quot;Special Mojito&quot;,&quot;sku&quot;:3362,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3362,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/special-mojito\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:8,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3359 status-publish last instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/passion-fruit-mojito\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0645\u0648\u0647\u064a\u062a\u0648-\u0628\u0627\u0634\u0646-\u0641\u0631\u0648\u062a-2-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Passion Fruit Mojito\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3359\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"270\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3359\" data-tinv-wl-productvariation=\"3360\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/passion-fruit-mojito\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3359\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/passion-fruit-mojito\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/passion-fruit-mojito\/\">Passion Fruit Mojito<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;12.00 through &#x631;.&#x633;15.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/passion-fruit-mojito\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3359\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3359\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Passion Fruit Mojito&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3359\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3359,&quot;item_id&quot;:3359,&quot;item_name&quot;:&quot;Passion Fruit Mojito&quot;,&quot;sku&quot;:3359,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3359,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/passion-fruit-mojito\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:9,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3356 status-publish first instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/fresh-orange\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0628\u0631\u062a\u0642\u0627\u0644-\u0643\u0628\u0633-3-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fresh orange\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3356\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"150\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3356\" data-tinv-wl-productvariation=\"3357\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/fresh-orange\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3356\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/fresh-orange\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/fresh-orange\/\">Fresh orange<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;12.00 through &#x631;.&#x633;15.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/fresh-orange\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3356\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3356\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Fresh orange&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3356\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3356,&quot;item_id&quot;:3356,&quot;item_name&quot;:&quot;Fresh orange&quot;,&quot;sku&quot;:3356,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3356,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/fresh-orange\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:10,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3353 status-publish instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/peanut-batter\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u0628\u064a\u0646\u062a-\u0628\u062a\u0631-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"peanut Batter\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3353\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"100\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3353\" data-tinv-wl-productvariation=\"3354\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/peanut-batter\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3353\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/peanut-batter\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/peanut-batter\/\">peanut Batter<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;17.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/peanut-batter\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3353\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3353\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;peanut Batter&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3353\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3353,&quot;item_id&quot;:3353,&quot;item_name&quot;:&quot;peanut Batter&quot;,&quot;sku&quot;:3353,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3353,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/peanut-batter\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:11,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3350 status-publish last instock product_cat-99 product_cat-98 has-post-thumbnail featured shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u0645\u0627\u062a\u0634\u0627-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Matcha Cold\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3350\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"160\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3350\" data-tinv-wl-productvariation=\"3351\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3350\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\">Matcha Cold<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>17.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;15.00 through &#x631;.&#x633;17.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/matcha-cold\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3350\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3350\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Matcha Cold&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3350\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3350,&quot;item_id&quot;:3350,&quot;item_name&quot;:&quot;Matcha Cold&quot;,&quot;sku&quot;:3350,&quot;price&quot;:15,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Best Seller &amp; Best Mood&quot;,&quot;id&quot;:3350,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/matcha-cold\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:12,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3348 status-publish first instock product_cat-98 has-post-thumbnail virtual purchasable product-type-simple product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/water\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u0645\u064a\u0627\u0647-\u0631\u064a\u0633\u062a-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Water\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3348\">\r\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3348\" data-tinv-wl-productvariation=\"0\" data-tinv-wl-productvariations=\"[]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"\/en\/wp-json\/wp\/v2\/pages\/111?add-to-cart=3348\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3348\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_simple product_in_stock ajax_add_to_cart\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/water\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/water\/\">Water<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>1.00<\/bdi><\/span><\/span>\n<a href=\"\/en\/wp-json\/wp\/v2\/pages\/111?add-to-cart=3348\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3348\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3348\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Water&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Water&rdquo; has been added to your cart\" role=\"button\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3348\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3348,&quot;item_id&quot;:3348,&quot;item_name&quot;:&quot;Water&quot;,&quot;sku&quot;:3348,&quot;price&quot;:1,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3348,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/water\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:13,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3244 status-publish instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-ice-tea\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u062c\u064a\u0643-\u0627\u064a\u0633-\u062a\u0649-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Jake ice tea\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3244\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3244\" data-tinv-wl-productvariation=\"3248\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/jake-ice-tea\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3244\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-ice-tea\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/jake-ice-tea\/\">Jake ice tea<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>35.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/jake-ice-tea\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3244\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3244\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Jake ice tea&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3244\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3244,&quot;item_id&quot;:3244,&quot;item_name&quot;:&quot;Jake ice tea&quot;,&quot;sku&quot;:3244,&quot;price&quot;:35,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3244,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/jake-ice-tea\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:14,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3243 status-publish last instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-mojito-2\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/01\/\u062c\u064a\u0643-\u0627\u0644\u0642\u0647\u0648\u0629-1-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Jake Mojito\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3243\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3243\" data-tinv-wl-productvariation=\"3247\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/jake-mojito-2\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3243\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-mojito-2\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/jake-mojito-2\/\">Jake Mojito<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>40.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/jake-mojito-2\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3243\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3243\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Jake Mojito&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3243\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3243,&quot;item_id&quot;:3243,&quot;item_name&quot;:&quot;Jake Mojito&quot;,&quot;sku&quot;:3243,&quot;price&quot;:40,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3243,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/jake-mojito-2\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:15,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-3242 status-publish first instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-ice-karakde-2\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u062c\u064a\u0643-\u0643\u0631\u0643\u062f\u064a\u0629-480x528.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Jake ice karakde\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"3242\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3242\" data-tinv-wl-productvariation=\"3246\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/jake-ice-karakde-2\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"3242\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/jake-ice-karakde-2\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/jake-ice-karakde-2\/\">Jake ice karakde<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>40.00<\/bdi><\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/jake-ice-karakde-2\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3242\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"3242\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Jake ice karakde&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3242\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:3242,&quot;item_id&quot;:3242,&quot;item_name&quot;:&quot;Jake ice karakde&quot;,&quot;sku&quot;:3242,&quot;price&quot;:40,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:3242,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/jake-ice-karakde-2\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:16,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<li class=\"slider-slide swiper-slide product type-product post-2218 status-publish instock product_cat-98 has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes product_style_centered\">\n\t\t\t<div class=\"post_item post_layout_thumbs\"\n\t\t\t\t\t>\n\t\t\t<div class=\"post_featured hover_shop\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/ice-tea\/\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"528\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2026\/04\/\u0627\u064a\u0633-\u062a\u064a111-480x528.jpeg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Ice Tea\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"mask\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"icons\">\n\t\t\t\t\t<div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart tinvwl-loop-button-wrapper tinvwl-woocommerce_before_shop_loop_item_title\"\r\n\t data-tinvwl_product_id=\"2218\">\r\n\t\t\t\t\t<input name=\"attribute_size\" type=\"hidden\" value=\"Small\"\/>\r\n\t\t\t\t\t\t\t\t<input name=\"attribute_cal\" type=\"hidden\" value=\"250\"\/>\r\n\t\t\t\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" tabindex=\"0\" name=\"add-to-wishlist\" aria-label=\"Add to Wishlist\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-shortcode tinvwl-loop\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2218\" data-tinv-wl-productvariation=\"2219\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"variable\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">Add to Wishlist<\/span><span class=\"tinvwl_remove_from_wishlist-text\">Remove from Wishlist<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div\r\n\t\tclass=\"tinvwl-tooltip\">Add to Wishlist<\/div>\r\n<\/div>\r\n<a rel=\"nofollow\" href=\"https:\/\/barista.sa\/en\/product\/ice-tea\/\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-hidden=\"true\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-quantity=\"1\" \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_id=\"2218\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-product_sku=\"\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"shop_cart icon-shopping-cart button add_to_cart_button product_type_variable product_in_stock\"><span class=\"icon-anim\"><\/span><\/a>\t\t\t\t\t<a href=\"https:\/\/barista.sa\/en\/product\/ice-tea\/\" aria-hidden=\"true\" class=\"shop_link\">\n\t\t\t\t\t\t<span class=\"icon-anim\"><\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"post_data\">\n\t\t\t\t<div class=\"post_data_inner\">\n\t\t\t\t\t<div class=\"post_header entry-header\">\n\t\t\t\t\t<h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/barista.sa\/en\/product\/ice-tea\/\">Ice Tea<\/a><\/h2>\t\t\t<\/div>\n\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>12.00<\/bdi><\/span> <span aria-hidden=\"true\">&ndash;<\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x631;.&#x633;<\/span>15.00<\/bdi><\/span><span class=\"screen-reader-text\">Price range: &#x631;.&#x633;12.00 through &#x631;.&#x633;15.00<\/span><\/span>\n<a href=\"https:\/\/barista.sa\/en\/product\/ice-tea\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2218\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button\" data-product_id=\"2218\" data-product_sku=\"\" aria-label=\"Select options for &ldquo;Ice Tea&rdquo;\" rel=\"nofollow\">Buy now<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2218\" class=\"screen-reader-text\">\n\t\tThis product has multiple variants. The options may be chosen on the product page\t<\/span>\n<span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:2218,&quot;item_id&quot;:2218,&quot;item_name&quot;:&quot;Ice Tea&quot;,&quot;sku&quot;:2218,&quot;price&quot;:12,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;COLD DRINKS&quot;,&quot;id&quot;:2218,&quot;productlink&quot;:&quot;https:\\\/\\\/barista.sa\\\/en\\\/product\\\/ice-tea\\\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:17,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/li>\n<\/ul><\/div><\/div><\/div><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cf3abad elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"cf3abad\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4c4e73f sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"4c4e73f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-581ee5b elementor-widget-mobile__width-inherit sc_fly_static elementor-widget elementor-widget-video\" data-id=\"581ee5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;start&quot;:0,&quot;end&quot;:15,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/2.mp4#t=,15\" autoplay=\"\" loop=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-28c0a41 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"28c0a41\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d0ba284 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"d0ba284\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f962a86 sc_fly_static elementor-widget elementor-widget-heading\" data-id=\"f962a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Follow us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-de76490 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"de76490\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6c6c605 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"6c6c605\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fddfe65 sc_fly_static elementor-widget elementor-widget-html\" data-id=\"fddfe65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n        .barista-videos-section {\r\n            font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            padding: 40px 20px;\r\n        }\r\n\r\n        .barista-videos-container {\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .barista-videos-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 30px;\r\n        }\r\n\r\n        .barista-video-card {\r\n            background: white;\r\n            border-radius: 16px;\r\n            padding: 20px;\r\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n\r\n        .barista-video-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);\r\n        }\r\n\r\n        .barista-video-wrapper {\r\n            width: 100%;\r\n            aspect-ratio: 16 \/ 9;\r\n            background: #000;\r\n            border-radius: 12px;\r\n            overflow: hidden;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .barista-video-wrapper video {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            display: block;\r\n        }\r\n\r\n        .barista-social-button {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            width: 100%;\r\n            background: #39B34A;\r\n            color: white;\r\n            text-decoration: none;\r\n            padding: 14px 28px;\r\n            border-radius: 12px;\r\n            font-weight: 700;\r\n            font-size: 16px;\r\n            transition: all 0.3s ease;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .barista-social-button:hover {\r\n            background: #2d8f3a;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 6px 20px rgba(57, 179, 74, 0.3);\r\n        }\r\n\r\n        .barista-social-button:active {\r\n            transform: translateY(0);\r\n        }\r\n\r\n        \/* Responsive \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 - \u0627\u0644\u0641\u064a\u062f\u064a\u0648\u0647\u0627\u062a \u062a\u062d\u062a \u0628\u0639\u0636 *\/\r\n        @media (max-width: 768px) {\r\n            .barista-videos-section {\r\n                padding: 20px 10px;\r\n            }\r\n\r\n            .barista-videos-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 20px;\r\n            }\r\n\r\n            .barista-video-card {\r\n                padding: 16px;\r\n            }\r\n\r\n            .barista-video-wrapper {\r\n                margin-bottom: 12px;\r\n            }\r\n\r\n            .barista-social-button {\r\n                padding: 12px 24px;\r\n                font-size: 15px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .barista-videos-grid {\r\n                gap: 15px;\r\n            }\r\n\r\n            .barista-video-card {\r\n                padding: 12px;\r\n            }\r\n\r\n            .barista-social-button {\r\n                padding: 10px 20px;\r\n                font-size: 14px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <section class=\"barista-videos-section\">\r\n        <div class=\"barista-videos-container\">\r\n            <div class=\"barista-videos-grid\">\r\n                <!-- \u0641\u064a\u062f\u064a\u0648 1 - Instagram -->\r\n                <div class=\"barista-video-card\">\r\n                    <div class=\"barista-video-wrapper\">\r\n                        <video controls playsinline preload=\"metadata\">\r\n                            <source src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/hot-shoclet-2.mp4\" type=\"video\/mp4\">\r\n                            \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0644\u0627 \u064a\u062f\u0639\u0645 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648\r\n                        <\/video>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/www.instagram.com\/baristaco.sa?igsh=cXBoZnZycng1cXFk\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"barista-social-button\">\r\n                        Instagram\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- \u0641\u064a\u062f\u064a\u0648 2 - TikTok -->\r\n                <div class=\"barista-video-card\">\r\n                    <div class=\"barista-video-wrapper\">\r\n                        <video controls playsinline preload=\"metadata\">\r\n                            <source src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u062d\u0644\u06281.mp4\" type=\"video\/mp4\">\r\n                            \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0644\u0627 \u064a\u062f\u0639\u0645 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648\r\n                        <\/video>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/www.tiktok.com\/@baristaco.sa?_r=1&_t=ZS-91QKwooLjZl\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"barista-social-button\">\r\n                        TikTok\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <!-- \u0641\u064a\u062f\u064a\u0648 3 - Snapchat -->\r\n                <div class=\"barista-video-card\">\r\n                    <div class=\"barista-video-wrapper\">\r\n                        <video controls playsinline preload=\"metadata\">\r\n                            <source src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u062e\u0637\u0641-\u0627\u0644\u0639\u0627\u0645\u0644-\u0633\u062d\u0644\u0628-\u0648\u062a\u0644\u0628\u064a\u0646\u0647-\u0648\u0647\u0648\u062a.mp4\" type=\"video\/mp4\">\r\n                            \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0644\u0627 \u064a\u062f\u0639\u0645 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648\r\n                        <\/video>\r\n                    <\/div>\r\n                    <a href=\"https:\/\/www.snapchat.com\/add\/baristaco.sa?share_id=SbcKOs9Yt6E&locale=ar-AE\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"barista-social-button\">\r\n                        Snapchat\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3f9d276 elementor-section-boxed elementor-section-height-default elementor-section-height-default sc_fly_static\" data-id=\"3f9d276\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-408fa64 sc_content_align_inherit sc_layouts_column_icons_position_left sc_fly_static\" data-id=\"408fa64\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c6e482 sc_fly_static elementor-widget elementor-widget-image\" data-id=\"6c6e482\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/barista.sa\/branches\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"794\" src=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-scaled.jpg\" class=\"attachment-full size-full wp-image-1504\" alt=\"\" srcset=\"https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-scaled.jpg 2560w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-300x93.jpg 300w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-1024x318.jpg 1024w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-768x238.jpg 768w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-1536x477.jpg 1536w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-2048x635.jpg 2048w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-370x115.jpg 370w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-840x261.jpg 840w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-410x127.jpg 410w, https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/\u0633\u0644\u0627\u064a\u062f\u0631-5-600x186.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>https:\/\/barista.sa\/wp-content\/uploads\/2025\/12\/1.mp4#t=,15 Navigation Bar Branches Find nearest branch Menu Taste experience Whatsapp Order Jahez Order From Jahez ToYou Order From To You Loyalty Join Now Discover Your Mood Best Mood Best&hellip;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-111","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/barista.sa\/en\/wp-json\/wp\/v2\/pages\/111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/barista.sa\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/barista.sa\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/barista.sa\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/barista.sa\/en\/wp-json\/wp\/v2\/comments?post=111"}],"version-history":[{"count":717,"href":"https:\/\/barista.sa\/en\/wp-json\/wp\/v2\/pages\/111\/revisions"}],"predecessor-version":[{"id":3623,"href":"https:\/\/barista.sa\/en\/wp-json\/wp\/v2\/pages\/111\/revisions\/3623"}],"wp:attachment":[{"href":"https:\/\/barista.sa\/en\/wp-json\/wp\/v2\/media?parent=111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}