Ships from Calgary! Online Since 1996
Secure Checkout - Free North American Shipping For Most Items ! ThankYou for Supporting Calgarians!
$69.99
Pocket Juice 20,000mAh Slim Pro
There are currently no product reviews.
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/* Reset and Base Styles */
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-size: 16px;
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', Arial, sans-serif;
background-color: #f9fafb;
color: #333;
line-height: 1.5;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
margin: 0 0 1rem;
font-weight: 700;
}
p {
margin: 0 0 1rem;
}
a {
color: #1E90FF; /* Dodger Blue */
text-decoration: none;
transition: color 0.2s;
}
a:hover {
color: #0056b3;
}
img {
max-width: 100%;
height: auto;
display: block;
}
/* Layout */
.container_24 {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.grid_24,
.grid_16,
.grid_4 {
width: 100%;
float: none;
padding: 0;
margin: 0;
}
.push_4,
.pull_16 {
margin: 0;
}
/* Flex Utility Classes */
.flex {
display: flex;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-column {
flex-direction: column;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.align-center {
align-items: center;
}
/* Header */
#header {
background-color: #ffffff;
padding: 15px 0;
position: sticky;
top: 0;
z-index: 999;
border-bottom: 1px solid #eaeaea;
}
#header .container_24 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
#storeLogo {
flex: 1;
display: flex;
align-items: center;
}
#storeLogo img {
max-height: 60px;
width: auto;
}
#headerShortcuts {
flex: 1;
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
}
#headerShortcuts a {
margin-left: 15px;
margin-top: 5px;
padding: 10px 15px;
background-color: #1E90FF; /* Dodger Blue */
color: #ffffff !important;
border-radius: 5px;
font-size: 1rem;
transition: background-color 0.3s;
}
#headerShortcuts a:hover {
background-color: #1C86EE;
}
/* Breadcrumb Navigation */
.infoBoxContainer .infoBoxHeading {
background-color: #1E90FF; /* Dodger Blue */
padding: 10px;
font-size: 1rem;
color: #ffffff;
}
.infoBoxContainer .infoBoxHeading a {
color: #ffffff;
}
.infoBoxContainer .infoBoxHeading a:hover {
text-decoration: underline;
}
/* Main Content */
#bodyContent {
margin-top: 30px;
}
#bodyContent h1 {
font-size: 2rem;
margin-bottom: 20px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
#bodyContent h1 span.price {
font-size: 1.5rem;
color: #1E90FF; /* Dodger Blue */
}
#bodyContent .contentContainer {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
}
#bodyContent .contentText {
margin-bottom: 30px;
}
#bodyContent h2 {
font-size: 1.75rem;
margin-bottom: 20px;
}
/* Product Listing */
.contentText table {
width: 100%;
border-collapse: collapse;
}
.contentText td {
padding: 15px;
vertical-align: top;
text-align: center;
}
.contentText td img {
max-width: 100%;
height: auto;
border-radius: 8px;
transition: transform 0.3s;
}
.contentText td img:hover {
transform: scale(1.05);
}
.contentText td a {
display: block;
margin-top: 10px;
color: #333;
font-weight: bold;
}
.contentText td a:hover {
color: #1E90FF; /* Dodger Blue */
}
/* Responsive Table Cells */
@media (min-width: 768px) {
.contentText td {
width: 33.333%;
}
}
@media (max-width: 767px) {
.contentText td {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
/* Buttons */
.buttonSet {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 20px;
}
.buttonSet .buttonAction,
.buttonSet .tdbLink {
margin: 10px;
flex: 1 1 200px;
max-width: 200px;
}
.buttonSet button,
.buttonSet a {
padding: 10px 20px;
background-color: #1E90FF; /* Dodger Blue */
color: #ffffff !important;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1rem;
transition: background-color 0.3s;
text-decoration: none;
width: 100%;
display: block;
text-align: center;
}
.buttonSet button:hover,
.buttonSet a:hover {
background-color: #1C86EE;
}
.buttonSet .tdbLink a {
display: block;
}
/* Sidebar */
#columnLeft,
#columnRight {
margin-top: 30px;
}
@media (min-width: 992px) {
#bodyContent {
width: 66.666%;
float: left;
}
#columnLeft,
#columnRight {
width: 16.666%;
float: left;
}
}
@media (max-width: 991px) {
#bodyContent,
#columnLeft,
#columnRight {
width: 100%;
float: none;
}
}
.infoBoxContainer {
margin-bottom: 20px;
background-color: #ffffff;
border-radius: 8px;
overflow: hidden;
border: 1px solid #eaeaea;
}
.infoBoxHeading {
background-color: #1E90FF; /* Dodger Blue */
color: #ffffff;
padding: 15px;
font-size: 1.1rem;
}
.infoBoxContents {
padding: 15px;
color: #555555;
}
.infoBoxContents a {
color: #1E90FF; /* Dodger Blue */
text-decoration: none;
}
.infoBoxContents a:hover {
text-decoration: underline;
}
.infoBoxContents form {
margin: 0;
}
.infoBoxContents select,
.infoBoxContents input[type="text"] {
width: 100%;
padding: 8px;
margin-top: 10px;
border: 1px solid #ced4da;
border-radius: 4px;
}
.infoBoxContents input[type="submit"],
.infoBoxContents input[type="image"] {
margin-top: 10px;
padding: 10px 20px;
background-color: #1E90FF; /* Dodger Blue */
color: #ffffff !important;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 1rem;
}
.infoBoxContents input[type="submit"]:hover,
.infoBoxContents input[type="image"]:hover {
background-color: #1C86EE;
}
/* Footer */
.footer {
background-color: #343a40;
color: #ffffff;
padding: 30px 0;
margin-top: 40px;
text-align: center;
}
.footer a {
color: #ffc107;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
.footer p {
margin-bottom: 5px;
}
/* Responsive Tables */
table {
width: 100%;
border-collapse: collapse;
}
th, td {
padding: 10px;
text-align: left;
}
@media (max-width: 767px) {
.contentText table,
.infoBoxContents table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.contentText td,
.infoBoxContents td {
display: block;
width: 100%;
}
}
/* Forms */
input, select, textarea {
width: 100%;
padding: 10px;
margin-top: 10px;
border: 1px solid #ced4da;
border-radius: 4px;
}
/* Product Detail Page */
#piGal {
margin-bottom: 20px;
text-align: center;
}
#piGal img {
max-width: 400px;
width: 100%;
height: auto;
border-radius: 8px;
}
.contentText #piGal + p {
margin-top: 20px;
}
/* Breadcrumbs */
.breadcrumb {
padding: 10px 0;
list-style: none;
background-color: transparent;
margin-bottom: 1rem;
}
.breadcrumb li {
display: inline;
font-size: 0.9rem;
}
.breadcrumb li + li:before {
padding: 0 5px;
color: #6c757d;
content: "/\00a0";
}
/* Modals and Popups */
.fancybox-overlay,
.fancybox-overlay-fixed {
z-index: 9999;
}
.fancybox-wrap {
z-index: 10000;
}
/* Social Share Icons */
.infoBoxContents img {
max-width: 30px;
margin: 5px;
vertical-align: middle;
}
/* Additional Styles */
.productSpecialPrice {
color: #dc3545;
font-weight: bold;
}
.productListTable tr.alt {
background-color: #f8f9fa;
}
.tdbLink {
display: inline-block;
}
.tdbLink a {
color: inherit;
text-decoration: none;
}
h1 {
color: #333333;
}
h3 {
font-size: 1.25rem;
margin-bottom: 15px;
}
.contentText {
font-size: 1rem;
color: #555555;
}
.contentText p {
margin-bottom: 1rem;
}
/* Mobile Adjustments */
@media (max-width: 768px) {
#header {
flex-direction: column;
align-items: center;
}
#headerShortcuts {
justify-content: center;
margin-top: 10px;
}
#headerShortcuts a {
flex: 1 1 100%;
margin: 5px 0;
}
.buttonSet {
flex-direction: column;
align-items: center;
}
.buttonSet .buttonAction,
.buttonSet .tdbLink {
width: 100%;
max-width: none;
}
.infoBoxContainer {
margin-bottom: 15px;
}
.footer {
padding: 20px 0;
}
}
/* Hide images without source */
img[src="images/"] {
display: none;
}
/* Fix logo being unproportioned */
#storeLogo img {
width: auto;
height: auto;
max-height: 60px;
}
/* Adjust buttons in info boxes */
.infoBoxContents input[type="submit"],
.infoBoxContents input[type="image"] {
width: 100%;
}
/* Prevent categories overlapping */
#columnLeft {
clear: both;
}
#columnRight {
clear: both;
}
/* Ensure select boxes and inputs are responsive */
select, input[type="text"], textarea {
width: 100%;
}
/* Adjust text color over blue banners */
.infoBoxHeading {
color: #ffffff;
background-color: #1E90FF; /* Dodger Blue */
}
.infoBoxHeading a {
color: #ffffff;
}
.infoBoxHeading a:hover {
text-decoration: underline;
}