/*------------- BASE IMPORT -------------*/
img {
max-width: 100%;
}
html,
body {
overflow-x: hidden;
font-size: 12px;
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
margin: 0;
padding: 0;
}
ul,
ol {
list-style: none;
padding-left: 0;
}
input,
button {
border: none;
}
input:focus,
button:focus {
outline: none;
}
::-moz-selection {
background-color: #ed9a08;
color: #ffffff;
}
::selection {
background-color: #ed9a08;
color: #ffffff;
}
@media screen and (min-width: 768px) {
html,
body {
font-size: 14px;
}
}
@media screen and (min-width: 992px) {
html,
body {
font-size: 15px;
}
}
@media screen and (min-width: 1200px) {
html,
body {
font-size: 16px;
}
}
/*------------- UTILITIES IMPORT -------------*/
/*------------- UTILITY CLASSES -------------*/
.section {
max-width: 1600px;
margin: 0 auto;
}
.divider {
text-align: center;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.divider__img {
max-width: 50%;
}
@media screen and (min-width: 1200px) {
.divider__img {
max-width: 100%;
}
}
/*------------- MODULES IMPORT -------------*/
/*------------- TABLE OF CONTENTS -------------*/
/*
1. HEADER
2. PRODUCT
3. FOOTER
*/
/*------------- 1. HEADER -------------*/
.header {
font-family: "Century Gothic", sans-serif;
position: relative;
text-align: center;
margin-bottom: -6rem;
}
.header__img {
width: 100%;
height: auto;
}
.header__title {
color: #ff0066;
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translate(-50%, -35%);
-ms-transform: translate(-50%, -35%);
transform: translate(-50%, -35%);
width: 100%;
font-size: 3rem;
}
@media screen and (min-width: 768px) {
.header__title {
font-size: 6rem;
}
}
@media screen and (min-width: 992px) {
.header__title {
font-size: 8rem;
}
}
@media screen and (min-width: 992px) {
.header__title {
font-size: 10rem;
}
}
.header__title--light {
color: #ffcae8;
-webkit-transform: none;
-ms-transform: none;
transform: none;
position: static;
}
/*------------- 2. PRODUCT -------------*/
.product {
background-image: url("https://images.autods.com/Templates/Perfect+Jewlery+/BG-Emeralds.png");
background-repeat: no-repeat;
background-size: cover;
background-position: left top;
padding: 30vw 0 0 0;
-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
.product {
padding-top: 15vw;
}
}
.product__content {
padding-bottom: 5vw;
}
.product__header {
padding: 0 15px;
margin: 0 auto;
text-align: center;
max-width: 1300px;
}
.product__header-title {
position: relative;
z-index: 99;
text-align: center;
color: #b8990f;
font-size: 5rem;
line-height: 3rem;
font-weight: normal;
font-family: "Century Schoolbook", serif;
}
@media screen and (min-width: 768px) {
.product__header-title {
font-size: 6rem;
line-height: 4rem;
}
}
@media screen and (min-width: 992px) {
.product__header-title {
font-size: 7rem;
line-height: 5rem;
}
}
@media screen and (min-width: 1200px) {
.product__header-title {
font-size: 8rem;
}
}
.product__header-title--small {
font-size: 3rem;
line-height: 4rem;
}
@media screen and (min-width: 768px) {
.product__header-title--small {
font-size: 4rem;
line-height: 5rem;
}
}
@media screen and (min-width: 992px) {
.product__header-title--small {
font-size: 5rem;
line-height: 6rem;
}
}
.product__img-wrapper {
width: 100%;
height: auto;
position: relative;
z-index: 1;
margin: 5rem auto 1rem auto;
max-width: 1450px;
}
.product__img-wrapper .image-wrap img {
width: 88% !important;
height: auto !important;
max-height: 1000px !important;
max-width: 100% !important;
position: absolute;
top: 0;
left: 4.5%;
}
.product__img-bg {
display: block;
margin: 0 auto;
width: 100%;
height: auto;
}
.product__info {
max-width: 1300px;
margin: 0 auto;
padding: 0 15px;
position: relative;
z-index: 2;
}
.product__info--alt .product__info-text {
font-size: 1.667rem;
line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
.product__info--alt .product__info-text {
font-size: 1rem;
line-height: 2rem;
}
}
.product__info+.product__info {
margin-top: 3.5rem;
}
.product__info-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 1rem;
width: 100%;
}
.product__info-title {
font-size: 3rem;
color: #262626;
font-family: "Century Gothic", sans-serif;
text-transform: uppercase;
font-weight: normal;
margin-left: 3rem;
background: #fff600;
background: -moz-linear-gradient(left, #fff600 0%, #ed9a08 100%);
background: -webkit-linear-gradient(left, #fff600 0%, #ed9a08 100%);
background: -webkit-gradient(linear, left top, right top, from(#fff600), to(#ed9a08));
background: -o-linear-gradient(left, #fff600 0%, #ed9a08 100%);
background: linear-gradient(to right, #fff600 0%, #ed9a08 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
.product__info-title {
font-size: 2.425rem;
}
}
.product__info-text {
width: 100%;
color: #4b4b4b;
font-size: 2.5rem;
line-height: 3.833rem;
font-family: "Century Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
.product__info-text {
font-size: 1.875rem;
line-height: 2.875rem;
}
}
.product__info-text+.product__info-text {
margin-top: 3.5rem;
}
/*------------- 3. FOOTER -------------*/
.footer {
position: relative;
padding: 5rem 15px 10rem 15px;
background-image: url("https://images.autods.com/Templates/Perfect+Jewlery+/bg-footer.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
}
@media screen and (min-width: 768px) {
.footer {
padding-top: 8rem;
}
}
@media screen and (min-width: 992px) {
.footer {
padding-top: 10rem;
}
}
@media screen and (min-width: 1200px) {
.footer {
padding-top: 13rem;
}
}
.footer__content {
max-width: 1600px;
margin: 0 auto;
}
@media screen and (min-width: 768px) {
.footer__content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.footer__column+.footer__column {
margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
.footer__column+.footer__column {
margin-top: 0;
margin-left: 3.5rem;
}
}
- Spacious 8-Person Inflatable Family Pool: Boasting a size of 130" x 72" x 22" and a 570-gallon water capacity, this roomy pool comfortably holds up to 8 people. Perfect for backyard, garden and lawn gatherings for family fun.
- Tool-Free & Fast Setup: No tools or complex assembly required. Simply inflate and fill with water to start your outdoor water fun and create wonderful family moments.
- Sturdy Thickened Material: Made of premium thickened material for solid sturdiness. It supports active family play and delivers a safe outdoor using experience for daily use.
- Fast Deflation & Easy Storage: This pool deflates rapidly for compact folding. It takes up little storage space and is easy to carry for next sunny-day use.
- Versatile Outdoor Usage: Transform your outdoor space into a private water zone. Suitable for adults and kids, it is a great option for seasonal family parties and daily entertainment.
- Reinforced Stable Side Walls: Featuring reinforced thickened side walls for enhanced stability. The reinforced structure ensures great durability for long-time splashing and relaxation.
- Low-Maintenance for All Ages: Ideal for kids’ playtime, family gatherings and adult relaxation. It avoids the high cost and complicated upkeep of in-ground pools, bringing effortless water fun for everyone.
- 2 YEARS WARR**ANTY - The extra large above ground pool comes with 7*24 hours customer service. If you are not satisfied with our products, please feel free to contact our excellent customer support team.
- WHAT YOU GET ? - 1 x Large Family Pool, 1 x Air Pump, 1 x User Manual, 3 x Patch.
Product description
-
3X THICKER
0.6 mm thicker PVC material for longer service life.
-
SMOOTH EDGES
Thoughtfully rounded experience is more comfortable.
-
SIMPLE INSTALLATIONG
Enjoy cool summer fun in 3 easy steps.
| Unit Count |
1.0 Count |
| Item Dimensions L x W x H |
130"L x 72"W x 22"H |
| Capacity |
570 Gallons |
| Brand Name |
GISAEV |
| Color |
Deep Blue |
| Material Type |
Polyvinyl Chloride (PVC) |
| Brand |
GISAEV |
| Required Assembly |
No |
| Manufacturer Part Number |
SPA001 |
| Model Number |
SPA001 |
| Shape |
Rectangular |
| Indoor Outdoor Usage |
Outdoor |
| Manufacturer |
JIANGSU COMCO OUTDOOR PRODUCTS CO.,LTD. |
| Product Dimensions |
130"L x 72"W x 22"H |
| Other Special Features of the Product |
Oversized, Thickened 3-Layer Design, Phthalate and Lead Free, UV-proof |
| Included Components |
Air Pump, pool |
72.0 "h x 130.0 "h x 22.0 "h.
