@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-VariableFont_wght.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-display: swap;
}
@font-face {
    font-family: 'Big Shoulders Display';
    src: url('./fonts/BigShouldersDisplay-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100 700;
    src: url(./fonts/Material-Symbols-Rounded.woff2) format('woff2');
    font-display: swap;
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* END OF DECLARATION OF FONTS */

body > * {
    --primary: #0061a4;
    --on-primary: #ffffff;
    --primary-container: #d1e4ff;
    --on-primary-container: #001d36;
    --secondary: #535f70;
    --on-secondary: #ffffff;
    --secondary-container: #d7e3f7;
    --on-secondary-container: #101c2b;
    --background: #fdfcff;
    --on-background: #1a1c1e;
    --surface: #fdfcff;
    --on-surface: #1a1c1e;
    --outline: #73777f;
    --surface-variant: #dfe2eb;
    --on-surface-variant: #43474e;
    --inverse-primary: #9ecaff;
    --inverse-surface: #2f3033;
    --on-inverse-surface: #f1f0f4;
    --elevation-1: #f0f4fa;
    --elevation-2: #ecf1f8;
    --elevation-3: #e9eff7;
    --elevation-4: #e6eef6;
    --elevation-5: #e3ecf5;
    transition: all 0.2s ease-out;
}

body:has(#theme-light:checked) > * {
    --primary: #9ecaff;
    --on-primary: #003258;
    --primary-container: #00497d;
    --on-primary-container: #d1e4ff;
    --secondary: #bbc7db;
    --on-secondary: #253140;
    --secondary-container: #3b4858;
    --on-secondary-container: #d7e3f7;
    --background: #1a1c1e;
    --on-background: #e2e2e6;
    --surface: #1a1c1e;
    --on-surface: #e2e2e6;
    --outline: #8d9199;
    --surface-variant: #43474e;
    --on-surface-variant: #c3c7cf;
    --inverse-primary: #0061a4;
    --inverse-surface: #e2e2e6;
    --on-inverse-surface: #2f3033;
    --elevation-1: #202429;
    --elevation-2: #22272d;
    --elevation-3: #24292f;
    --elevation-4: #252b32;
    --elevation-5: #272d34;
    color-scheme: dark;
    transition: all 0.2s ease-out;
}

html { scroll-behavior: smooth; }

body:has(#theme-light:checked) img {
    filter: brightness(0.9) contrast(0.9);
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}

body > header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--elevation-1);
    position: fixed;
    height: clamp(60px, 8vh, 80px);
    z-index: 3;
    width: 100%;
    user-select: none;
}

/* BEGIN OF NAVIGATION BAR */
nav {    
    display: flex;
    align-items: center;
    justify-content: center;
}

nav > ul {
    list-style-type: none;
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: 70px;
    gap: 2vw;
}

nav > ul > li * {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

/* Hide the radio button on Navigation bar */
nav > ul > li > input { display: none; }

nav > ul > li > label {
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav label:not([class*=icons]) {
    font-size: 14px;
    font-weight: 400;
}

nav * {
    color: var(--on-surface);
    
}

nav input:hover + label *,
nav input:checked + label * {
    color: var(--on-secondary-container);
}

nav input:checked + label > label{
    transition: font-weight 0.3s cubic-bezier(0.2, 0, 0, 1);
    font-weight: 700;
}

    /* icon */
nav .icon {
    display: flex;
    align-content: center;
    padding: 0 0;
    border-radius: 50vh;
}
nav .icon span {
    padding: 2px 0;
    font-weight: 350;
}

nav input:hover + label .icon {
    padding: 0px 16px;
}
nav input:hover:not(:checked) + label::after {
    content: " ";
    position: absolute;
    width: 56px;
    height: 28px;
    border-radius: 50vh;
    background-color: var(--on-surface);
    opacity: 8%;
}

nav input:checked + label > .icon,
nav input:checked:hover + label > .icon {
    transition: padding 400ms cubic-bezier(0, 0, 0, 1);
    padding: 0 0;
}

nav input:checked + label span,
nav input:checked:hover + label span {
    transition: padding 400ms cubic-bezier(0, 0, 0, 1);
    padding: 2px 16px;
    border-radius: 50vh;
}

/* nav input:checked:hover + label span { background-color: #b8daf0; } */
nav input:checked + label span { background-color: var(--secondary-container); }
nav input:checked:hover + label::after {
    content: " ";
    position: absolute;
    width: 56px;
    height: 28px;
    border-radius: 50vh;
    background-color: var(--on-secondary-container);
    opacity: 8%;
}


nav input:hover:not(:checked) + label span {
    transition: font-weight 0.6s cubic-bezier(0.2, 0, 0, 1);
    font-weight: 600;
}

@keyframes checked-hover {
    0% { font-variation-settings: 'wght' 350, 'FILL' 1; }
    100% { font-variation-settings: 'wght' 600, 'FILL' 1; }
}
nav input:checked:not(:hover) + label span  { font-variation-settings: 'FILL' 1; }
nav input:checked:hover + label span { animation: checked-hover 0.5s forwards cubic-bezier(0.2, 0, 0, 1); }


/* End of icon */
/* theme switcher */
.switch-theme {
    display: none;
}
.switch-theme + label {
    position: absolute;
    right: 10px;
    
}

.switch-theme + label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 0;
    height: 45px;
    aspect-ratio: 1 / 1;
    border-radius: 50vh;
    color: var(--on-surface);
    /* border: 1px solid var(--outline); */
    right: 10px;
}

.switch-theme + label:hover::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50vh;
    background-color: var(--on-secondary-container);
    opacity: 8%;
    left: 0;
    top: 0;
}

#theme-light + label span {
    content: 'light_mode';
}

#theme-light:checked + label span {
    content: 'info';
}


/* END OF NAVIGATION BAR */

html, body { height: 100%}

body {
    display: flex;
    flex-direction: column;
}

body::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}


/* #page-home, #page-shop, #page-contact { */
#page-home-n, #page-shop, #page-contact {
    background-color: var(--background);
    display: none;
    margin-top: clamp(60px, 8vh, 80px)
}
/* body:has(#nav-home:checked) #page-home, */
body:has(#nav-home:checked) #page-home-n,
body:has(#nav-shop:checked) #page-shop,
body:has(#nav-contact:checked) #page-contact { display: flex; }

h1, h2, h3, h4, h5, p {
    color: var(--on-background);
}

#scroll-top {
    z-index: 2;
    position: fixed;
    right: 15px;
    bottom: 15px;
    
}
#scroll-top button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50vh;
    background-color: var(--secondary-container);
    color: var(--on-secondary-container);
    cursor: pointer;
}

#scroll-top button span{
    font-size: 30px;
}

















#page-home-n {
    flex-direction: column;
}

#page-home-n > header {
    position: relative;
    aspect-ratio: 4/1;
    margin: 2vw 2vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5vw;
    gap: 5px;
}
#page-home-n > header:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(https://lh3.googleusercontent.com/zkVU4g17JXKJuLuV8ZpjW24JLAlJ8-pKe5GaqCKlwv70KaCCLjfNxE1fqBgHbBalNS1kaiyJT7e_MCrqEs_iWDL_0G7rqJK5U9xfSmex_LHPYI-Ox-c=w2400-rj);
    background-size: cover;
    border-radius: 24px;
}

body:has(#theme-light:checked) > #page-home-n > header:before {
    filter: invert(100%) hue-rotate(180deg);
}

#page-home-n > header > * {
    position: relative;
}

#page-home-n > header h1 {
    z-index: 2;
    font-size: calc((60vw + 6rem) / 10);
    color: var(--on-background);
}
#page-home-n > header p {
    z-index: 2;
    font-weight: 450;
    font-size: calc((35vw + 25rem) / 40);
    color: var(--on-background)
}

#page-home-n > main {
    margin: 0 8vw;
}

#page-home-n .heading {
    margin: 50px 0 30px 0;
    font-family: Big Shoulders Display;
    font-weight: 800;
    font-size: 2.5rem;
}

#page-home-n .v-scroll-div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 5px;
    gap: 10px;
}

#page-home-n .v-scroll-div > .product-card { flex: 0 0 auto;}

#page-home-n .product-card {
    position: relative;
    width: min-content;
    padding: 20px 20px;
    background-color: var(--surface);
    border: 1px solid var(--surface-variant);
    border-radius: 15px;
}

body:has(#theme-light:checked) #page-home-n .product-card::after {
    content: " ";
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 24px;
    background-color: var(--on-background);
    opacity: 0%;
}
body:has(#theme-light:checked) #page-home-n .product-card:hover::after {
    opacity: 2%;
    transition: opacity 200ms ease;
}

body:has(#theme-light:not(:checked)) #page-home-n .product-card {
    box-shadow: 0px 2px 2px var(--surface-variant);
}

body:has(#theme-light:not(:checked)) #page-home-n .product-card:hover {
    box-shadow: 0px 5px 15px var(--surface-variant);
    transition: all 200ms ease;
}

#page-home-n .product-card > .best-seller{
    background-color: var(--surface-variant);
    color: var(--on-surface-variant);
    width: fit-content;
    text-align: center;
    padding: 2px 7px;
    border-radius: 5px;
    font-weight: 500;
}

#page-home-n .product-card > img {
    margin: 10px 40px;
    width:  100px;
    height: 100px;
    object-fit: contain;
}

#page-home-n .product-card > .product-name {
    height: 50px;
    font-weight: 600;
    word-wrap: normal;
}

#page-home-n .product-card > .product-price {
    font-weight: 600;
    margin-bottom: 10px;
}

#page-home-n .product-card > .buy {
    position: relative;
    z-index: 1;
    float: right;
    font-weight: 700;
    border: 0;
    background-color: var(--secondary-container);
    color: var(--on-secondary-container);
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
}

#page-home-n .product-card > .buy:hover::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: var(--on-secondary-container);
    opacity: 8%;
    left: 0;
    top: 0px;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    gap: 10px;
}

.ctgr-card {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    border: 1px solid var(--surface-variant);
    padding: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.ctgr-card img {
    margin-bottom: 20px;
}

.ctgr-card > .ctgr-text {
    font-weight: 500;
    font-size: large;
    word-wrap: break-word;
}

body:has(#theme-light:checked) .ctgr-card::after {
    content: " ";
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 24px;
    background-color: var(--on-background);
    opacity: 0%;
    transition: opacity 100ms ease;
}

body:has(#theme-light:checked) .ctgr-card:hover::after {
    opacity: 2%;
    transition: opacity 200ms ease;
}

body:has(#theme-light:not(:checked)) .ctgr-card {
    box-shadow: 0px 2px 2px var(--surface-variant);
}

body:has(#theme-light:not(:checked)) .ctgr-card:hover {
    box-shadow: 0px 5px 15px var(--surface-variant);
    transition: all 200ms ease;
}

#scroll-hint {
    background-color: var(--secondary-container);
    color: var(--on-secondary-container);
    text-align: center;
    margin: 20px 50px;
    padding: 5px;
    border-radius: 8px;
    font-weight: 500;
}

/* END OF HOME */
















#page-shop {
    flex-flow: row wrap;
}
#page-shop main {
    min-width: 450px;
    margin: 20px 0;
    width: min-content;
    display: flex;
    flex-grow: 1;
    height: min-content;
    
}
#page-shop aside {
    padding: 30px;
}

#page-shop aside .heading {
    margin-top: 20px;
}

#page-shop aside > .filter-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-top: 10px;
    gap: 10px;
}

#page-shop aside > .filter-list label {
    font-weight: 500;
    color: var(--on-background)
}

#page-shop:has(#apple:not(:checked)) .apple,
#page-shop:has(#sony:not(:checked)) .sony,
#page-shop:has(#samsung:not(:checked)) .samsung,
#page-shop:has(#google:not(:checked)) .google,
#page-shop:has(#smartphone:not(:checked)) .smartphone,
#page-shop:has(#smart-watch:not(:checked)) .smart-watch,
#page-shop:has(#earbuds:not(:checked)) .earbuds,
#page-shop:has(#laptop:not(:checked)) .laptop {
    display: none;
}

#page-shop > main > #product-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

#page-shop .product-card {
    position: relative;
    width: min-content;
    padding: 20px 20px;
    background-color: var(--surface);
    border: 1px solid var(--surface-variant);
    border-radius: 15px;
}

body:has(#theme-light:checked) #page-shop .product-card::after {
    content: " ";
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 24px;
    background-color: var(--on-background);
    opacity: 0%;
}

body:has(#theme-light:checked) #page-shop .product-card:hover::after {
    opacity: 2%;
    transition: opacity 200ms ease;
}

body:has(#theme-light:not(:checked)) #page-shop .product-card {
    box-shadow: 0px 2px 2px var(--surface-variant);
}

body:has(#theme-light:not(:checked)) #page-shop .product-card:hover {
    box-shadow: 0px 5px 15px var(--surface-variant);
    transition: all 200ms ease;
}

#page-shop .product-card > img {
    margin: 10px 40px;
    width:  100px;
    height: 100px;
    object-fit: contain;
}

#page-shop .product-card > .product-name {
    height: fit-content;
    font-weight: 600;
    word-wrap: normal;
}

#page-shop .product-card > .product-categories {
    /* background-color: lightgreen; */
    display: flex;
    margin: 10px 0;
    flex-flow: row wrap;
    gap: 5px;
}

#page-shop .product-card .product-category {
    width: fit-content;
    background-color: var(--surface-variant);
    color: var(--on-surface-variant);
    padding: 4px 5px;
    border-radius: 8px;
    font-size: small;
    font-weight: 500;
}

#page-shop .product-card .bottom-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#page-shop .product-card .product-price {
    height: fit-content;
    font-weight: 600;
}

#page-shop .product-card .buy {
    position: relative;
    z-index: 1;
    font-weight: 700;
    border: 0;
    background-color: var(--secondary-container);
    color: var(--on-secondary-container);
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
}

#page-shop .product-card .buy:hover::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: var(--on-secondary-container);
    opacity: 8%;
    left: 0;
    top: 0px;
}

/* END OF SHOP */












#page-contact > main {
    margin: 50px auto;
    width: clamp(320px, 50vw, 600px);
}

#page-contact a {
    text-decoration: none;
}

#page-contact .platform {
    height: 40px;
    padding: 15px;
    border-radius: 15px;
    margin: 10px 0;
}

#page-contact .platform > img { float: left; margin: auto;}
#page-contact .platform > p { padding-left: 55px; }
#page-contact .platform > .name { font-weight: 600; }
#page-contact .platform > .link { opacity: 0.8; }
#page-contact #facebook { background-color: rgba(24, 100, 242, 0.4);}
#page-contact #zalo { background-color: rgb(0, 124, 255, 0.4);}
#page-contact #mail { background-color: rgb(160, 160, 160, 0.4);}








footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--surface-variant);
    padding-bottom: 50px;
    padding: 40px 5vw;
}

footer > #upper {
    display: flex;
    flex-flow: row;
    gap: 40px;
    margin-bottom: 30px;
}

body:has(#theme-light:checked) footer #w-logo {
    filter: invert(100%);
}

footer .ft-heading {
    font-weight: 600;
    margin-bottom: 10px;
}

footer #intro {
    width: fit-content;
    max-width: 600px;
}

footer #intro > img {
    display: flex;
    justify-content: space-between;
    padding-right: 5vw;
    margin-bottom: 20px;
}

footer #contact {
    min-width: max-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer #contact > a {
    text-decoration: none;
    color: var(--on-background);
}

footer #news-letter > p{
    margin: 10px 0 5px 0;
}

footer form > input {
    font-size: medium;
    padding: 10px;
    border-radius: 8px 0 0 8px;
    border: none;
    background-color: var(--background);
}

footer form > a {
    position: relative;
    border-radius: 0 8px 8px 0;
    padding: 8px;
    border: none;
    font-size: large;
    text-decoration: none;
    background-color: var(--secondary);
    color: var(--on-secondary);
    top: 1px;
    left: -3px;
}


#pop-ups {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4);
    /* opacity: 40%; */
}

#dialog {
    display: flex;
    flex-direction: column;
    z-index: 4;
    width: 80%;
    max-width: 500px;
    margin: auto;
    border-radius: 24px;
    padding: 28px;
    background-color: var(--elevation-3);
    gap: 10px;
    overflow: auto;
}

#dialog input[type=text] {
    height: 56px;
    font-size: 18px;
    border-radius: 5px;
    padding: 0 16px;
    background-color: var(--elevation-3);
    border: 1px solid var(--outline);
}

#dialog input[type=text]:focus {
    outline: 2px solid var(--primary);
}

#dialog #bottom-bar {
    display: inline-block;
    margin-top: 20px;
}

#dialog #order { float: right; color: var(--primary);}
#dialog #exit { float: left; color: var(--on-surface);}

#dialog button {
    position: relative;
    font-weight: 700;
    font-size: medium;
    border: 0;
    background-color: var(--elevation-3);
    padding: 0 20px;
    cursor: pointer;
    line-height: 50px;
    width: fit-content;
}

#dialog button:hover::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50vh;
    background-color: var(--on-secondary-container);
    opacity: 8%;
    left: 0;
    top: 0px;
}



/* #dialog::before {
    content: " ";
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: black;
} */
























/* HOME PAGE - OLD */
/* #page-home {
    flex-direction: column;
    background-color: var(--background);
}

#page-home header{
    position: relative;
    aspect-ratio: 4/1;
    margin: 5px 2vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5vw;
    gap: 5px;
}
#page-home header:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(https://lh3.googleusercontent.com/zkVU4g17JXKJuLuV8ZpjW24JLAlJ8-pKe5GaqCKlwv70KaCCLjfNxE1fqBgHbBalNS1kaiyJT7e_MCrqEs_iWDL_0G7rqJK5U9xfSmex_LHPYI-Ox-c=w2400-rj);
    background-size: cover;
    border-radius: 24px;
}

body:has(#theme-light:checked) > #page-home header:before {
    filter: invert(100%) hue-rotate(180deg)
}

#page-home header > * {
    position: relative;
}

#page-home header h1 {
    z-index: 2;
    font-size: calc((60vw + 6rem) / 10);
    color: var(--on-background);
}
#page-home header p {
    z-index: 2;
    font-weight: 450;
    font-size: calc((35vw + 25rem) / 40);
    color: var(--on-background)
}

.bor {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.bor > h1 {
    font-family: 'Big Shoulders Display';
    font-size: 2.5rem;
    color: var(--on-background);
}

.knob {
    width: 6vw;
    margin: 6px 0;
    margin-right: 10px;
    background-color: var(--on-background);
}

#page-home .new-arrivals {
    align-self: center;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    width: 80vw;
    gap: 20px;
    margin-bottom: 200px;
}

#page-home .product-card {
    display: flex;
    flex-direction: column;
    position: relative;
    aspect-ratio: 2/3;
    background-color: var(--elevation-1);
    border-radius: 24px;
    padding: calc(5% - 0.2vw) ;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

#page-home .product-card:hover::after {
    content: " ";
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 24px;
    background-color: var(--on-background);
    opacity: 2%;
}

#page-home .product-card * {
    z-index: 1;
}

#page-home .product-card > .btn-addtocart {
    display: flex;
    align-items: center;
    position: absolute;
    border: 0;
    height: 40px;
    padding: 0 24px 0 16px;
    gap: 8px;
    border-radius: 50vh;
    background-color: var(--secondary-container);
    color: var(--on-secondary-container);
    font-weight: 600;
    bottom: 10px;
    right: 10px;
    text-align: center;
}

#page-home .product-card > .btn-addtocart:hover::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50vh;
    background-color: var(--on-secondary-container);
    opacity: 8%;
    left: 0;
}

#page-home .product-card > .btn-favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 0;
    height: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 50vh;
    background-color: transparent;
    color: var(--on-surface);
    border: 1px solid #767680;
    bottom: 10px;
    left: 10px;
}

#page-home .product-card > .btn-favorite:hover::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50vh;
    background-color: var(--on-secondary-container);
    opacity: 8%;
    left: 0;
    top: 0;
}

.icon {
    font-size: 18px;
}

#page-home .product-card > img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-color: var(--elevation-5);
}


#page-home .product-name {
    color: var(--on-surface-variant);
    margin-top: 8px;
    font-weight: 500;
}

#page-home .product-price {
    color: var(--on-background);
    font-weight: 600;
    text-align: end;
} */

/* HOME PAGE - OLD */