{% trans_default_domain 'frontend' %}
{% extends 'base_about.html.twig' %}
{% block title %}{{ 'about.title.product'|trans }}{% endblock %}
{% block head_title %}{{ 'about.title.product'|trans }}{% endblock %}
{% block content_inner %}
<div class="mb-5">
We are dedicated to clothing fetish entertainment with a wide variety of products and services. Your monthly membership fee supports the club and gives you access to the Feed. You can also buy credits to purchase Videos, Message content, or Deals.
</div>
<div class="row product-wrap mb-5">
<div class="col-12 col-lg-6 mb-5 mb-lg-0">
<div class="card card-bordered">
<div class="card-inner product-item">
<div class="product-icon">
<i class="dp-icon-mails_premium"></i>
</div>
<h3 class="product-headline mb-3">
Messages
</h3>
<div class="product-text">
Receive Messages from the Club and Club Mates in your account inbox with exclusive offers for downloadable pictures, hot videos, and more!
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="card card-bordered">
<div class="card-inner product-item">
<div class="product-icon">
<i class="dp-icon-feed_premium"></i>
</div>
<h3 class="product-headline mb-3">
Feed
</h3>
<div class="product-text">
See our exceptional Feed: pics and vids, trailers, announcements, backstage footage, and more, with at least 3 posts a week.
</div>
</div>
</div>
</div>
</div>
<div class="row product-wrap mb-5">
<div class="col-12 col-lg-6 mb-5 mb-lg-0">
<div class="card card-bordered">
<div class="card-inner product-item">
<div class="product-icon">
<i class="dp-icon-video"></i>
</div>
<h3 class="product-headline mb-3">
Videos
</h3>
<div class="product-text">
Buy credits and use them to purchase videos, instantly available for download.
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="card card-bordered">
<div class="card-inner product-item">
<div class="product-icon">
<i class="dp-icon-deals_1"></i>
</div>
<h3 class="product-headline mb-3">
Deals
</h3>
<div class="product-text">
Buy video Deals using your credits. The earlier you buy, the more you save!
</div>
</div>
</div>
</div>
</div>
{% endblock %}