<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .wrapper&gt;div {
    border: 1px solid #CCC;
} */

* {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

.header {
    grid-area: header;
}

.header {
    display: grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
    align-items: center;
}

.logo img {
    width: 100%;
    max-width: 250px;
}

.search {
    text-align: right;
}

.search input[type="search"] {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
    background-image: -moz-linear-gradient(top, #ffffff, #ededed);
    background-image: -ms-linear-gradient(top, #ffffff, #ededed);
    background-image: -o-linear-gradient(top, #ffffff, #ededed);
    background-image: linear-gradient(to bottom, #ffffff, #ededed);
    font-family: Arial;
    color: #000;
    font-size: 20px;
    padding: 9px 20px 9px 20px;
    text-decoration: none;
    border-color: #CCC;
    width: 75%;
    max-width: 400px;
}

.search input[type="submit"] {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    width: 25%;
    max-width: 60px;
}

.search input[type="submit"]:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    cursor: pointer;
}

.footer,
.nav {
    background-color: #20bec3;
}

.nav a {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.footer a {
    color: #000;
    text-decoration: none;
}

.footer a:hover,
.nav a:hover {
    background-color: #fa617b;
    color: #000;
}

.content h2 {
    grid-area: product_title;
    border-bottom: 1px dotted #CCC;
    padding: 10px 25px;
    background-color: #efefef;
}

.content .product_img {
    grid-area: product_img;
    text-align: center;
    padding: 1rem;
    width: 100%;
    max-width: 325px;
}

.content .product_hl {
    grid-area: product_hl;
}

.content .product_spec {
    grid-area: product_spec;
}

.content .product_hl h3,
.content .product_spec h3 {
    font-size: 16px;
    margin-top: .8rem;
}

.content .product_hl p,
.content .product_spec p {
    font-size: 20px;
    color: #FB5A86;
}

.content .more {
    position: relative;
    display: block;
    padding: 15px;
    background-color: #3cb0fd;
    color: #fff;
}

.content {
    display: grid;
    border: 1px solid #ccc;
    border-style: outset;
    grid-template-areas: "product_title" "product_img" "product_hl" "product_spec";
    margin: 5px;
    padding: 5px;
    background-color: #fff;
    background-clip: content-box;
}

.full_spec {
    border: 1px solid #ccc;
    border-style: outset;
    margin: 5px;
    padding: 5px;
    background-color: #efefef;
    background-clip: content-box;
}

.search_terms {
    display: grid;
    grid-area: "search_terms";
}

.product_btn {
    background: #2AD01E;
    background-image: -webkit-linear-gradient(top, #2AD01E, #107219);
    background-image: -moz-linear-gradient(top, #2AD01E, #107219);
    background-image: -ms-linear-gradient(top, #2AD01E, #107219);
    background-image: -o-linear-gradient(top, #2AD01E, #107219);
    background-image: -webkit-gradient(to bottom, #2AD01E, #107219);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 100;
    padding: 14px;
    text-shadow: 1px 1px 20px #000000;
    border: solid #00870B 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}

.product_btn:hover {
    border: solid #107219 1px;
    background: #107219;
    background-image: -webkit-linear-gradient(top, #107219, #2AD01E);
    background-image: -moz-linear-gradient(top, #107219, #2AD01E);
    background-image: -ms-linear-gradient(top, #107219, #2AD01E);
    background-image: -o-linear-gradient(top, #107219, #2AD01E);
    background-image: -webkit-gradient(to bottom, #107219, #2AD01E);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
}

.more_btn {
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 100;
    padding: 14px;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.more_btn:hover {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
}

.related {
    margin: 5px;
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #efefef;
    background-clip: content-box;
}

.related h2 {
    font-size: 18px;
    border-bottom: 1px dotted #CCC;
    padding: 10px 25px;
}

.related ul {
    padding: 1rem;
    list-style: circle;
    margin-left: 1rem;
}

.related li {
    padding: 5px;
}

.related a {
    color: #000;
    text-decoration: none;
}

.related a:hover {
    color: #0b979c;
    font-weight: bold;
    text-decoration: underline;
}

.footer {
    grid-column: 1/5;
    padding: 25px;
}

.nav {
    grid-area: nav;
}

.content {
    grid-area: content;
}

.sidemenu {
    grid-area: sidemenu;
    background-color: #0b979c;
}

.footer {
    grid-area: footer;
}

.full_spec {
    grid-area: full_spec;
    grid-template-columns: 1fr;
}

.full_spec h3,
.full_spec h2 {
    font-size: 1rem;
    padding: 5px;
    border-bottom: 1px solid #CCC;
}

.full_spec h2 {
    font-size: 1.5rem;
    color: #2AD01E;
}

.full_spec p {
    color: #fa617b;
}

.full_spec blockquote {
    padding: 20px;
    border-bottom: 1px solid #4285F4;
}

.full_spec h3 a {
    color: #337FED;
    text-decoration: none;
}

.full_spec ul {
    margin-left: 50px;
    padding: 5px;
}

.full_spec li {
    padding: 5px;
    font-weight: normal;
}

.full_spec li b {
    color: #4285F4;
}

.pagination {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
}

.pagination span,
.pagination a {
    display: block;
    padding: 10px 5px;
    width: auto;
    border: 1px solid #CCC;
    text-decoration: none;
    text-align: center;
    color: #337FED;
    text-transform: uppercase;
}

.pagination span.current,
.pagination a:hover,
.pagination span:hover {
    background-color: #2AD01E;
    color: #fff;
}

.wrapper {
    display: grid;
    gap: 2px;
    grid-template-areas: "header" "nav" "sidemenu" "content" "full_spec" "search_term" "footer";
    grid-template-columns: 1fr;
    grid-row: auto;
}

.related,
.content,
.footer,
.full_spec {
    grid-row: auto;
}


/* Medium screen devices (768px and above) */

@media only screen and (min-width: 768px) {
    .content {
        display: grid;
        /* grid-template-areas: "product_title product_title product_title" "product_img product_hl product_spec"; */
        grid-template-areas: "product_title" "product_img" "product_hl" "product_spec";
    }
    .search_terms {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1100px) {
    .content {
        display: grid;
        grid-template-areas: "product_title product_title product_title" "product_img product_hl product_spec";
    }
    .search_terms {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.top_ad {
    padding: 15px;
    text-align: center;
}</pre></body></html>