You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
4.3 KiB
132 lines
4.3 KiB
<?php
|
|
/*
|
|
Template Name: GP | Where to byu
|
|
Template Post Type: page
|
|
*/
|
|
|
|
wp_enqueue_style( 'gp-wtb-style', get_template_directory_uri() . '/gp-include/assets/where-to-buy/css/gp-style-core.css?v=1.14' );
|
|
wp_enqueue_style( 'gp-wtb-style-dt', get_template_directory_uri() . '/gp-include/assets/where-to-buy/css/gp-style-desktop.css?v=1.22' );
|
|
wp_enqueue_style( 'gp-wtb-style-tb', get_template_directory_uri() . '/gp-include/assets/where-to-buy/css/gp-style-tablet.css?v=1.22' );
|
|
wp_enqueue_style( 'gp-wtb-style-mb', get_template_directory_uri() . '/gp-include/assets/where-to-buy/css/gp-style-mobile?v=1.122' );
|
|
|
|
get_header('gp_eng');
|
|
// wp_head();
|
|
add_filter('wpcf7_autop_or_not', '__return_false');
|
|
?>
|
|
<style>
|
|
.footer_box .footer_box-title {
|
|
font-family: 'Craftwork Grotesk', sans-serif !important;
|
|
}
|
|
|
|
/* ВРЕМЕННЫЕ СТИЛИ 24.10.2024 */
|
|
.truth .truth_top{
|
|
padding-top: 4vh;
|
|
}
|
|
|
|
.discount {
|
|
padding: 43px 0;
|
|
}
|
|
|
|
.discount_top .discount_top-imgs{
|
|
right: -27%;
|
|
}
|
|
|
|
@media only screen and (max-width: 576px) {
|
|
.discount_block .wpcf7, .discount_block .cf7sg-container {
|
|
order: 3;
|
|
}
|
|
}
|
|
</style>
|
|
<div class="body-wrap">
|
|
|
|
<main class="wrapper" style="padding-top: 0;">
|
|
|
|
<!-- Where home -->
|
|
<section class="where-home">
|
|
<div class="container">
|
|
<h1>Where to Buy</h1>
|
|
<p>Looking for Cosmopet products in stores? You can find our premium pet treats in select pet shops and retail stores across the UAE.</p>
|
|
</div>
|
|
</section>
|
|
<!-- Where home end -->
|
|
|
|
<!-- Find us -->
|
|
<section class="find-us">
|
|
<div class="container">
|
|
<h2>📍 Find us at:</h2>
|
|
<ul>
|
|
<li>
|
|
<h3>Roots Supermarket</h3>
|
|
<p>Waves Grande, Retail unit 1-2 Shobha Hartland, Dubai DU United Arab Emirates</p>
|
|
</li>
|
|
<li>
|
|
<h3>Pawdy Neighbors</h3>
|
|
<p>Souk Al Manzil - Old Town Downtown, Dubai, United Arab Emirates</p>
|
|
</li>
|
|
<li>
|
|
<h3>The Pet Co</h3>
|
|
<p>Tower A, Shop 01, Prime Business Centre, JVC, Dubai, UAE</p>
|
|
</li>
|
|
<li>
|
|
<h3>Ivy Secret Garden</h3>
|
|
<p>Al Wasl Warehouse Complex, Unit 14 - 26th St <br>- Al Quoz Industrial Area 4 - Dubai</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
<!-- Find us end -->
|
|
|
|
<!-- Location -->
|
|
<section class="location">
|
|
<div class="container">
|
|
<h2>✨ More locations coming soon!</h2>
|
|
<div class="map-holder" style="position: relative; overflow: hidden;">
|
|
<iframe src="https://www.google.com/maps/d/embed?mid=1UgQvh6tmqslHjzfKILq39MQ2YG5tkAo&ehbc=2E312F" width="100%"
|
|
height="600"
|
|
style="position: absolute; top: -75px; left: 0; border: none;"></iframe>
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
<!-- Location end -->
|
|
<style>
|
|
.sell-form-form:not(.submited) + .thx-text{
|
|
display:none;
|
|
}
|
|
.sell-form-form.submited{
|
|
display:none;
|
|
}
|
|
</style>
|
|
<!-- Sell form -->
|
|
<section class="sell-form">
|
|
<div class="container sell-form__container">
|
|
|
|
<h2>Want to sell Cosmopet in your store?</h2>
|
|
<p>Join our growing network of retailers! Fill out the contact form below, and we’ll get in touch to discuss the details.</p>
|
|
<form action="" class="form--contact sell-form-form">
|
|
|
|
<input type="hidden" name="action" value="message" >
|
|
<input type="text" placeholder="Your Name" name="name" class="form-inp">
|
|
<input type="tel" placeholder="Your Phone" name="phone" class="form-inp" id="">
|
|
<input type="email" placeholder="E-mail" name="email" class="form-inp" id="">
|
|
<textarea placeholder="Message" class="form-textarea" name="msg" id=""></textarea>
|
|
<button type="submit">SUBMIT</button>
|
|
|
|
|
|
</form>
|
|
<div class="thx-text">
|
|
<h2>Thanks for request!</h2>
|
|
<p>We will answer your message as soon as possible</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</section>
|
|
<!-- Sell form end -->
|
|
|
|
</main>
|
|
</div>
|
|
|
|
<?php get_footer('gp_eng'); ?>
|
|
|