<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_product_catalog" inherit_id="website.s_product_catalog">
    <!-- Section -->
    <xpath expr="//section" position="attributes">
        <attribute name="class" add="o_cc o_cc5 pb160 pt160 parallax s_parallax_is_fixed s_parallax_no_overflow_hidden o_full_screen_height" remove="pb32 pt48" separator=" "/>
        <attribute name="data-scroll-background-ratio">1</attribute>
        <attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/10","flip":[]}</attribute>
    </xpath>
    <!-- Shape & Background image -->
    <xpath expr="//section/*" position="before">
        <span class="s_parallax_bg oe_img_bg o_bg_img_center" style="background-image: url('/web/image/website.s_product_catalog_default_image');"/>
        <div class="o_we_shape o_web_editor_Wavy_10"/>
    </xpath>
    <!-- Title & subtitles -->
    <xpath expr="//h2" position="replace">
        <h2 style="text-align: center;">Upcoming events</h2>
    </xpath>
    <xpath expr="//h3" position="replace" mode="inner">
        Brussels edition
    </xpath>
    <xpath expr="(//h3)[2]" position="replace" mode="inner">
        Paris edition
    </xpath>
    <!-- Description -->
    <xpath expr="//div[hasclass('container')]//p" position="replace">
        <p style="text-align: center;">Get your ticket now</p>
    </xpath>
    <!-- Left column : names -->
    <xpath expr="//ul/t/t" position="replace" mode="inner">
        Regular ticket
    </xpath>
    <xpath expr="//ul/t[2]/t" position="replace" mode="inner">
        Regular ticket + hotel
    </xpath>
    <xpath expr="//ul/t[3]/t" position="replace" mode="inner">
        VIP ticket
    </xpath>
    <!-- Left column : prices -->
    <xpath expr="//ul/t/t[2]" position="replace" mode="inner">
        $19.00
    </xpath>
    <xpath expr="//ul/t[2]/t[2]" position="replace" mode="inner">
        $59.00
    </xpath>
    <xpath expr="//ul/t[3]/t[2]" position="replace" mode="inner">
        $109.50
    </xpath>
    <!-- Right column : names -->
    <xpath expr="(//ul)[2]/t/t" position="replace" mode="inner">
        Regular ticket
    </xpath>
    <xpath expr="(//ul)[2]/t[2]/t" position="replace" mode="inner">
        Regular ticket + hotel
    </xpath>
    <xpath expr="(//ul)[2]/t[3]/t" position="replace" mode="inner">
        VIP ticket
    </xpath>
    <!-- Right column : prices -->
    <xpath expr="(//ul)[2]//t[2]" position="replace" mode="inner">
        $25.00
    </xpath>
    <xpath expr="(//ul)[2]/t[2]/t[2]" position="replace" mode="inner">
        $65.00
    </xpath>
    <xpath expr="(//ul)[2]/t[3]/t[2]" position="replace" mode="inner">
        $115.50
    </xpath>
</template>

</odoo>
