

html {
    background: var(--theme-website-background);
    overscroll-behavior: none;
    font-family:"Aileron", sans-serif;
    color:var(--theme-main-color);
}

body {
    margin:0px;
}

@media (orientation:landscape) {
    main {
        padding:15.25vh 20.75vw;
    }

    .stock {
        width: 100%;
        min-width:363.3px;
        max-width:552.5px;
    }

    #buttons button, .button {
        padding:15px 50px ;
        font-size:calc(20px * 4 / 3);
        height:62px;
        border-radius:31px;
    }

    .stock h2{
        font-size:40px;
        margin-bottom:15px;
    }

    .stock h3{
        font-size:calc(80px / 3);
    }

    .item {
        height:62px;
        border-radius:31px;
        padding:15px 30px;
    }

    .item > div:nth-child(1) {
        gap:30px;
    }

    .item img {
        width:30px;
        height:30px;
    }

    .item p {
        font-size:calc(20px * 4 / 3);
        max-width:200px;
    }

    .buttons {
        gap:16.6px;
    }

    .discoverMore h1 {
        font-size:calc(160px / 3);
        margin-top:100px;
    }

    .discoverMore .buttons {
        margin-bottom:100px;
    }

    .growAGardenStock h1 {
        font-size:calc(160px / 3);
    }

    .growAGardenStock p {
        font-size:calc(80px / 3);
    }

    main > h1 {
        margin-bottom:30px;
        font-size:calc(50px * 4 / 3);
    }

    .updatesAutomatically {
        margin-bottom: 15px;
    }

    #buttons {
        gap: 15px;
        margin-bottom:50px;
    }

    .updatesIn {
        gap:7px;
        margin-bottom:15px;
    }

    .items {
        gap:5px;
    }

    #stocks {
        gap:30px;
    }

    #stocks::before {
        top:10vh;
        font-size:40px;
    }

    .stocksRow {
        gap:15px;
    }

    .discoverMore h1 {
        margin-bottom:30px;
    }
}

@media (orientation:portrait) and (min-width: 1080px) {
    main {
        padding:15.25vh 50px;
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:30px 68.5px;
        font-size:calc(30px * 4 / 3);
        height:108px;
        border-radius:54px;
    }

    .stock h2{
        font-size:calc(40px * 4 / 3);
        margin-bottom:15px;
    }

    .stock h3{
        font-size:calc(120px / 3);
    }

    .item {
        height:108px;
        border-radius:54px;
        padding:30px 50px;
    }

    .item > div:nth-child(1) {
        gap:50px;
    }

    .item img {
        width:48px;
        height:48px;
    }

    .item p {
        font-size:calc(30px * 4 / 3);
        max-width:calc(100vw - 365px);
    }

    .buttons {
        gap:16.6px;
    }

    .discoverMore h1 {
        font-size:calc(200px / 3);
        margin-top:200px;
    }

    .discoverMore .buttons {
        margin-bottom:200px;
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3);
    }

    .growAGardenStock p {
        font-size:40px;
    }

    main > h1 {
        margin-bottom:30px;
        font-size:calc(50px * 4 / 3);
    }

    .updatesAutomatically {
        margin-bottom: 15px;
    }

    #buttons {
        gap: 15px;
        margin-bottom:50px;
    }

    .updatesIn {
        gap:7px;
        margin-bottom:15px;
    }

    .items {
        gap:5px;
    }

    #stocks {
        gap:30px;
    }

    #stocks::before {
        top:10vh;
        font-size:40px;
    }

    .stocksRow {
        gap:15px;
    }

    .discoverMore h1 {
        margin-bottom:30px;
    }
}

@media (orientation:portrait) and (min-width: 400px) and (max-width: 410px) {
    main {
        padding:15.25vh calc(50px / 2.7);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.7) calc(68.5px / 2.7);
        font-size:calc(30px * 4 / 3 / 2.7);
        height:calc(108px / 2.7);
        border-radius:calc(54px / 2.7);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.7);
        margin-bottom:calc(15px / 2.7);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.7);
    }

    .item {
        height:calc(108px / 2.7);
        border-radius:calc(54px / 2.7);
        padding:calc(30px / 2.7) calc(50px / 2.7);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.7);
    }

    .item img {
        width:calc(48px / 2.7);
        height:calc(48px / 2.7);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.7);
        max-width:calc(100vw - 365px / 2.7);
    }

    .buttons {
        gap:calc(16.6px / 2.7);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.7);
        margin-top:calc(200px / 2.7);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.7);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.7);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.7);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.7);
        font-size:calc(50px * 4 / 3 / 2.7);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.7);
    }

    #buttons {
        gap: calc(15px / 2.7);
        margin-bottom:calc(50px / 2.7);
    }

    .updatesIn {
        gap:calc(7px / 2.7);
        margin-bottom:calc(15px / 2.7);
    }

    .items {
        gap:calc(5px / 2.7);
    }

    #stocks {
        gap:calc(30px / 2.7);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.7);
    }

    .stocksRow {
        gap:calc(15px / 2.7);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.7);
    }
}

@media (orientation:portrait) and (min-width: 410px) and (max-width: 420px) {
    main {
        padding:15.25vh calc(50px / 2.63414634146);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.63414634146) calc(68.5px / 2.63414634146);
        font-size:calc(30px * 4 / 3 / 2.63414634146);
        height:calc(108px / 2.63414634146);
        border-radius:calc(54px / 2.63414634146);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.63414634146);
        margin-bottom:calc(15px / 2.63414634146);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.63414634146);
    }

    .item {
        height:calc(108px / 2.63414634146);
        border-radius:calc(54px / 2.63414634146);
        padding:calc(30px / 2.63414634146) calc(50px / 2.63414634146);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.63414634146);
    }

    .item img {
        width:calc(48px / 2.63414634146);
        height:calc(48px / 2.63414634146);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.63414634146);
        max-width:calc(100vw - 365px / 2.63414634146);
    }

    .buttons {
        gap:calc(16.6px / 2.63414634146);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.63414634146);
        margin-top:calc(200px / 2.63414634146);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.63414634146);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.63414634146);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.63414634146);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.63414634146);
        font-size:calc(50px * 4 / 3 / 2.63414634146);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.63414634146);
    }

    #buttons {
        gap: calc(15px / 2.63414634146);
        margin-bottom:calc(50px / 2.63414634146);
    }

    .updatesIn {
        gap:calc(7px / 2.63414634146);
        margin-bottom:calc(15px / 2.63414634146);
    }

    .items {
        gap:calc(5px / 2.63414634146);
    }

    #stocks {
        gap:calc(30px / 2.63414634146);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.63414634146);
    }

    .stocksRow {
        gap:calc(15px / 2.63414634146);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.63414634146);
    }
}

@media (orientation:portrait) and (min-width: 420px) and (max-width: 430px) {
    main {
        padding:15.25vh calc(50px / 2.57142857143);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.57142857143) calc(68.5px / 2.57142857143);
        font-size:calc(30px * 4 / 3 / 2.57142857143);
        height:calc(108px / 2.57142857143);
        border-radius:calc(54px / 2.57142857143);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.57142857143);
        margin-bottom:calc(15px / 2.57142857143);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.57142857143);
    }

    .item {
        height:calc(108px / 2.57142857143);
        border-radius:calc(54px / 2.57142857143);
        padding:calc(30px / 2.57142857143) calc(50px / 2.57142857143);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.57142857143);
    }

    .item img {
        width:calc(48px / 2.57142857143);
        height:calc(48px / 2.57142857143);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.57142857143);
        max-width:calc(100vw - 365px / 2.57142857143);
    }

    .buttons {
        gap:calc(16.6px / 2.57142857143);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.57142857143);
        margin-top:calc(200px / 2.57142857143);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.57142857143);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.57142857143);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.57142857143);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.57142857143);
        font-size:calc(50px * 4 / 3 / 2.57142857143);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.57142857143);
    }

    #buttons {
        gap: calc(15px / 2.57142857143);
        margin-bottom:calc(50px / 2.57142857143);
    }

    .updatesIn {
        gap:calc(7px / 2.57142857143);
        margin-bottom:calc(15px / 2.57142857143);
    }

    .items {
        gap:calc(5px / 2.57142857143);
    }

    #stocks {
        gap:calc(30px / 2.57142857143);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.57142857143);
    }

    .stocksRow {
        gap:calc(15px / 2.57142857143);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.57142857143);
    }
}

@media (orientation:portrait) and (min-width: 430px) and (max-width: 440px) {
    main {
        padding:15.25vh calc(50px / 2.51162790698);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.51162790698) calc(68.5px / 2.51162790698);
        font-size:calc(30px * 4 / 3 / 2.51162790698);
        height:calc(108px / 2.51162790698);
        border-radius:calc(54px / 2.51162790698);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.51162790698);
        margin-bottom:calc(15px / 2.51162790698);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.51162790698);
    }

    .item {
        height:calc(108px / 2.51162790698);
        border-radius:calc(54px / 2.51162790698);
        padding:calc(30px / 2.51162790698) calc(50px / 2.51162790698);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.51162790698);
    }

    .item img {
        width:calc(48px / 2.51162790698);
        height:calc(48px / 2.51162790698);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.51162790698);
        max-width:calc(100vw - 365px / 2.51162790698);
    }

    .buttons {
        gap:calc(16.6px / 2.51162790698);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.51162790698);
        margin-top:calc(200px / 2.51162790698);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.51162790698);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.51162790698);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.51162790698);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.51162790698);
        font-size:calc(50px * 4 / 3 / 2.51162790698);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.51162790698);
    }

    #buttons {
        gap: calc(15px / 2.51162790698);
        margin-bottom:calc(50px / 2.51162790698);
    }

    .updatesIn {
        gap:calc(7px / 2.51162790698);
        margin-bottom:calc(15px / 2.51162790698);
    }

    .items {
        gap:calc(5px / 2.51162790698);
    }

    #stocks {
        gap:calc(30px / 2.51162790698);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.51162790698);
    }

    .stocksRow {
        gap:calc(15px / 2.51162790698);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.51162790698);
    }
}

@media (orientation:portrait) and (min-width: 440px) and (max-width: 450px) {
    main {
        padding:15.25vh calc(50px / 2.45454545455);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.45454545455) calc(68.5px / 2.45454545455);
        font-size:calc(30px * 4 / 3 / 2.45454545455);
        height:calc(108px / 2.45454545455);
        border-radius:calc(54px / 2.45454545455);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.45454545455);
        margin-bottom:calc(15px / 2.45454545455);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.45454545455);
    }

    .item {
        height:calc(108px / 2.45454545455);
        border-radius:calc(54px / 2.45454545455);
        padding:calc(30px / 2.45454545455) calc(50px / 2.45454545455);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.45454545455);
    }

    .item img {
        width:calc(48px / 2.45454545455);
        height:calc(48px / 2.45454545455);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.45454545455);
        max-width:calc(100vw - 365px / 2.45454545455);
    }

    .buttons {
        gap:calc(16.6px / 2.45454545455);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.45454545455);
        margin-top:calc(200px / 2.45454545455);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.45454545455);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.45454545455);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.45454545455);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.45454545455);
        font-size:calc(50px * 4 / 3 / 2.45454545455);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.45454545455);
    }

    #buttons {
        gap: calc(15px / 2.45454545455);
        margin-bottom:calc(50px / 2.45454545455);
    }

    .updatesIn {
        gap:calc(7px / 2.45454545455);
        margin-bottom:calc(15px / 2.45454545455);
    }

    .items {
        gap:calc(5px / 2.45454545455);
    }

    #stocks {
        gap:calc(30px / 2.45454545455);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.45454545455);
    }

    .stocksRow {
        gap:calc(15px / 2.45454545455);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.45454545455);
    }
}

@media (orientation:portrait) and (min-width: 450px) and (max-width: 540px) {
    main {
        padding:15.25vh calc(50px / 2.4);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.4) calc(68.5px / 2.4);
        font-size:calc(30px * 4 / 3 / 2.4);
        height:calc(108px / 2.4);
        border-radius:calc(54px / 2.4);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.4);
        margin-bottom:calc(15px / 2.4);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.4);
    }

    .item {
        height:calc(108px / 2.4);
        border-radius:calc(54px / 2.4);
        padding:calc(30px / 2.4) calc(50px / 2.4);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.4);
    }

    .item img {
        width:calc(48px / 2.4);
        height:calc(48px / 2.4);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.4);
        max-width:calc(100vw - 365px / 2.4);
    }

    .buttons {
        gap:calc(16.6px / 2.4);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.4);
        margin-top:calc(200px / 2.4);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.4);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.4);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.4);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.4);
        font-size:calc(50px * 4 / 3 / 2.4);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.4);
    }

    #buttons {
        gap: calc(15px / 2.4);
        margin-bottom:calc(50px / 2.4);
    }

    .updatesIn {
        gap:calc(7px / 2.4);
        margin-bottom:calc(15px / 2.4);
    }

    .items {
        gap:calc(5px / 2.4);
    }

    #stocks {
        gap:calc(30px / 2.4);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.4);
    }

    .stocksRow {
        gap:calc(15px / 2.4);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.4);
    }
}

@media (orientation:portrait) and (max-width: 350px) {
    main {
        padding:15.25vh calc(50px / 3.6);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 3.6) calc(68.5px / 3.6);
        font-size:calc(30px * 4 / 3 / 3.6);
        height:calc(108px / 3.6);
        border-radius:calc(54px / 3.6);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 3.6);
        margin-bottom:calc(15px / 3.6);
    }

    .stock h3{
        font-size:calc(120px / 3 / 3.6);
    }

    .item {
        height:calc(108px / 3.6);
        border-radius:calc(54px / 3.6);
        padding:calc(30px / 3.6) calc(50px / 3.6);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 3.6);
    }

    .item img {
        width:calc(48px / 3.6);
        height:calc(48px / 3.6);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 3.6);
        max-width:calc(100vw - 365px / 3.6);
    }

    .buttons {
        gap:calc(16.6px / 3.6);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 3.6);
        margin-top:calc(200px / 3.6);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 3.6);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 3.6);
    }

    .growAGardenStock p {
        font-size:calc(40px / 3.6);
    }

    main > h1 {
        margin-bottom:calc(30px / 3.6);
        font-size:calc(50px * 4 / 3 / 3.6);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 3.6);
    }

    #buttons {
        gap: calc(15px / 3.6);
        margin-bottom:calc(50px / 3.6);
    }

    .updatesIn {
        gap:calc(7px / 3.6);
        margin-bottom:calc(15px / 3.6);
    }

    .items {
        gap:calc(5px / 3.6);
    }

    #stocks {
        gap:calc(30px / 3.6);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 3.6);
    }

    .stocksRow {
        gap:calc(15px / 3.6);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 3.6);
    }
}

@media (orientation:portrait) and (min-width: 350px) and (max-width: 360px) {
    main {
        padding:15.25vh calc(50px / 3.08571428571);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 3.08571428571) calc(68.5px / 3.08571428571);
        font-size:calc(30px * 4 / 3 / 3.08571428571);
        height:calc(108px / 3.08571428571);
        border-radius:calc(54px / 3.08571428571);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 3.08571428571);
        margin-bottom:calc(15px / 3.08571428571);
    }

    .stock h3{
        font-size:calc(120px / 3 / 3.08571428571);
    }

    .item {
        height:calc(108px / 3.08571428571);
        border-radius:calc(54px / 3.08571428571);
        padding:calc(30px / 3.08571428571) calc(50px / 3.08571428571);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 3.08571428571);
    }

    .item img {
        width:calc(48px / 3.08571428571);
        height:calc(48px / 3.08571428571);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 3.08571428571);
        max-width:calc(100vw - 365px / 3.08571428571);
    }

    .buttons {
        gap:calc(16.6px / 3.08571428571);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 3.08571428571);
        margin-top:calc(200px / 3.08571428571);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 3.08571428571);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 3.08571428571);
    }

    .growAGardenStock p {
        font-size:calc(40px / 3.08571428571);
    }

    main > h1 {
        margin-bottom:calc(30px / 3.08571428571);
        font-size:calc(50px * 4 / 3 / 3.08571428571);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 3.08571428571);
    }

    #buttons {
        gap: calc(15px / 3.08571428571);
        margin-bottom:calc(50px / 3.08571428571);
    }

    .updatesIn {
        gap:calc(7px / 3.08571428571);
        margin-bottom:calc(15px / 3.08571428571);
    }

    .items {
        gap:calc(5px / 3.08571428571);
    }

    #stocks {
        gap:calc(30px / 3.08571428571);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 3.08571428571);
    }

    .stocksRow {
        gap:calc(15px / 3.08571428571);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 3.08571428571);
    }
}

@media (orientation:portrait) and (min-width: 360px) and (max-width: 370px) {
    main {
        padding:15.25vh calc(50px / 3);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 3) calc(68.5px / 3);
        font-size:calc(30px * 4 / 3 / 3);
        height:calc(108px / 3);
        border-radius:calc(54px / 3);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 3);
        margin-bottom:calc(15px / 3);
    }

    .stock h3{
        font-size:calc(120px / 3 / 3);
    }

    .item {
        height:calc(108px / 3);
        border-radius:calc(54px / 3);
        padding:calc(30px / 3) calc(50px / 3);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 3);
    }

    .item img {
        width:calc(48px / 3);
        height:calc(48px / 3);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 3);
        max-width:calc(100vw - 365px / 3);
    }

    .buttons {
        gap:calc(16.6px / 3);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 3);
        margin-top:calc(200px / 3);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 3);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 3);
    }

    .growAGardenStock p {
        font-size:calc(40px / 3);
    }

    main > h1 {
        margin-bottom:calc(30px / 3);
        font-size:calc(50px * 4 / 3 / 3);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 3);
    }

    #buttons {
        gap: calc(15px / 3);
        margin-bottom:calc(50px / 3);
    }

    .updatesIn {
        gap:calc(7px / 3);
        margin-bottom:calc(15px / 3);
    }

    .items {
        gap:calc(5px / 3);
    }

    #stocks {
        gap:calc(30px / 3);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 3);
    }

    .stocksRow {
        gap:calc(15px / 3);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 3);
    }
}

@media (orientation:portrait) and (min-width: 370px) and (max-width: 380px) {
    main {
        padding:15.25vh calc(50px / 2.91891891892);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.91891891892) calc(68.5px / 2.91891891892);
        font-size:calc(30px * 4 / 3 / 2.91891891892);
        height:calc(108px / 2.91891891892);
        border-radius:calc(54px / 2.91891891892);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.91891891892);
        margin-bottom:calc(15px / 2.91891891892);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.91891891892);
    }

    .item {
        height:calc(108px / 2.91891891892);
        border-radius:calc(54px / 2.91891891892);
        padding:calc(30px / 2.91891891892) calc(50px / 2.91891891892);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.91891891892);
    }

    .item img {
        width:calc(48px / 2.91891891892);
        height:calc(48px / 2.91891891892);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.91891891892);
        max-width:calc(100vw - 365px / 2.91891891892);
    }

    .buttons {
        gap:calc(16.6px / 2.91891891892);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.91891891892);
        margin-top:calc(200px / 2.91891891892);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.91891891892);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.91891891892);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.91891891892);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.91891891892);
        font-size:calc(50px * 4 / 3 / 2.91891891892);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.91891891892);
    }

    #buttons {
        gap: calc(15px / 2.91891891892);
        margin-bottom:calc(50px / 2.91891891892);
    }

    .updatesIn {
        gap:calc(7px / 2.91891891892);
        margin-bottom:calc(15px / 2.91891891892);
    }

    .items {
        gap:calc(5px / 2.91891891892);
    }

    #stocks {
        gap:calc(30px / 2.91891891892);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.91891891892);
    }

    .stocksRow {
        gap:calc(15px / 2.91891891892);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.91891891892);
    }
}

@media (orientation:portrait) and (min-width: 380px) and (max-width: 390px) {
    main {
        padding:15.25vh calc(50px / 2.84210526316);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.84210526316) calc(68.5px / 2.84210526316);
        font-size:calc(30px * 4 / 3 / 2.84210526316);
        height:calc(108px / 2.84210526316);
        border-radius:calc(54px / 2.84210526316);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.84210526316);
        margin-bottom:calc(15px / 2.84210526316);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.84210526316);
    }

    .item {
        height:calc(108px / 2.84210526316);
        border-radius:calc(54px / 2.84210526316);
        padding:calc(30px / 2.84210526316) calc(50px / 2.84210526316);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.84210526316);
    }

    .item img {
        width:calc(48px / 2.84210526316);
        height:calc(48px / 2.84210526316);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.84210526316);
        max-width:calc(100vw - 365px / 2.84210526316);
    }

    .buttons {
        gap:calc(16.6px / 2.84210526316);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.84210526316);
        margin-top:calc(200px / 2.84210526316);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.84210526316);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.84210526316);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.84210526316);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.84210526316);
        font-size:calc(50px * 4 / 3 / 2.84210526316);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.84210526316);
    }

    #buttons {
        gap: calc(15px / 2.84210526316);
        margin-bottom:calc(50px / 2.84210526316);
    }

    .updatesIn {
        gap:calc(7px / 2.84210526316);
        margin-bottom:calc(15px / 2.84210526316);
    }

    .items {
        gap:calc(5px / 2.84210526316);
    }

    #stocks {
        gap:calc(30px / 2.84210526316);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.84210526316);
    }

    .stocksRow {
        gap:calc(15px / 2.84210526316);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.84210526316);
    }
}

@media (orientation:portrait) and (min-width: 390px) and (max-width: 400px) {
    main {
        padding:15.25vh calc(50px / 2.76923076923);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2.76923076923) calc(68.5px / 2.76923076923);
        font-size:calc(30px * 4 / 3 / 2.76923076923);
        height:calc(108px / 2.76923076923);
        border-radius:calc(54px / 2.76923076923);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2.76923076923);
        margin-bottom:calc(15px / 2.76923076923);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2.76923076923);
    }

    .item {
        height:calc(108px / 2.76923076923);
        border-radius:calc(54px / 2.76923076923);
        padding:calc(30px / 2.76923076923) calc(50px / 2.76923076923);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2.76923076923);
    }

    .item img {
        width:calc(48px / 2.76923076923);
        height:calc(48px / 2.76923076923);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2.76923076923);
        max-width:calc(100vw - 365px / 2.76923076923);
    }

    .buttons {
        gap:calc(16.6px / 2.76923076923);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2.76923076923);
        margin-top:calc(200px / 2.76923076923);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2.76923076923);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2.76923076923);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2.76923076923);
    }

    main > h1 {
        margin-bottom:calc(30px / 2.76923076923);
        font-size:calc(50px * 4 / 3 / 2.76923076923);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2.76923076923);
    }

    #buttons {
        gap: calc(15px / 2.76923076923);
        margin-bottom:calc(50px / 2.76923076923);
    }

    .updatesIn {
        gap:calc(7px / 2.76923076923);
        margin-bottom:calc(15px / 2.76923076923);
    }

    .items {
        gap:calc(5px / 2.76923076923);
    }

    #stocks {
        gap:calc(30px / 2.76923076923);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2.76923076923);
    }

    .stocksRow {
        gap:calc(15px / 2.76923076923);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2.76923076923);
    }
}


@media (orientation:portrait) and (min-width: 540px) and (max-width: 1080px) {
    main {
        padding:15.25vh calc(50px / 2);
    }

    .stock {
        width:100%;
    }

    .hideOnMobile {
        display:none;
    }

    #buttons button, .button {
        padding:calc(30px / 2) calc(68.5px / 2);
        font-size:calc(30px * 4 / 3 / 2);
        height:calc(108px / 2);
        border-radius:calc(54px / 2);
    }

    .stock h2{
        font-size:calc(40px * 4 / 3 / 2);
        margin-bottom:calc(15px / 2);
    }

    .stock h3{
        font-size:calc(120px / 3 / 2);
    }

    .item {
        height:calc(108px / 2);
        border-radius:calc(54px / 2);
        padding:calc(30px / 2) calc(50px / 2);
    }

    .item > div:nth-child(1) {
        gap:calc(50px / 2);
    }

    .item img {
        width:calc(48px / 2);
        height:calc(48px / 2);
    }

    .item p {
        font-size:calc(30px * 4 / 3 / 2);
        max-width:calc(100vw - 365px / 2);
    }

    .buttons {
        gap:calc(16.6px / 2);
    }

    .discoverMore h1 {
        font-size:calc(200px / 3 / 2);
        margin-top:calc(200px / 2);
    }

    .discoverMore .buttons {
        margin-bottom:calc(200px / 2);
    }

    .growAGardenStock h1 {
        font-size:calc(200px / 3 / 2);
    }

    .growAGardenStock p {
        font-size:calc(40px / 2);
    }

    main > h1 {
        margin-bottom:calc(30px / 2);
        font-size:calc(50px * 4 / 3 / 2);
    }

    .updatesAutomatically {
        margin-bottom: calc(15px / 2);
    }

    #buttons {
        gap: calc(15px / 2);
        margin-bottom:calc(50px / 2);
    }

    .updatesIn {
        gap:calc(7px / 2);
        margin-bottom:calc(15px / 2);
    }

    .items {
        gap:calc(5px / 2);
    }

    #stocks {
        gap:calc(30px / 2);
    }

    #stocks::before {
        top:10vh;
        font-size:calc(40px / 2);
    }

    .stocksRow {
        gap:calc(15px / 2);
    }

    .discoverMore h1 {
        margin-bottom:calc(30px / 2);
    }
}



main {
    width:100vw;
    min-height:100vh;
    box-sizing:border-box;
}

main > h1 {
    font-weight:800;
    width:100%;
    text-align:center;
    margin-top:0px;
}

#buttons {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}

#buttons div {
    display: flex;
    gap: inherit;
    justify-content: center;
}

#buttons button, .button {
    background:none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:center;
    width:auto;
    border:0px solid black;
}

#buttons button:hover, .button:hover {
    background: var(--theme-content-background);
    cursor:pointer;
}

#buttons button.highlight, .button.highlight {
    cursor:auto !important;
    background: var(--theme-content-background);
}

.fadeBorder.highlight {
    color:var(--theme-main-color);
}

.fadeBorder:hover {
    color:var(--theme-main-color);
}

.fadeBorder {
    color:var(--theme-second-color);
}


.fadeBorder {
    position: relative;
    transition:border 0.3s ease color 0.3s ease;

}

.fadeBorder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-subtle-outline);
    border-radius: inherit;
    z-index: 1;
    padding: 0.8px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.fadeBorder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-subtle-outline-fill);
    border-radius: inherit;
    z-index: 2;
    padding: 0.8px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    transition:opacity 0.3s ease;
    opacity:0;
}



.fadeBorder:hover::after {
    opacity:1;
}

.fadeBorder.highlight::after {
    opacity:1;
}


.stock h2{
    font-weight:800;
    text-align:center;
    width:100%;
    margin:0px;
}

.stock h3{
    font-weight:300;
    text-align:center;
    width:auto;
    margin:0px;
}

.updatesIn {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}

.items {
    display:flex;
    flex-direction:column;
}

.item.highlight {
    background:var(--theme-content-background)
}
.item.highlight::before {
    background: var(--theme-subtle-outline-fill);
}

.item p {
    margin:0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.item {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    position:relative;
    box-sizing:border-box;
}

.item > div {
    display:flex;
    flex-direction:row;
    align-items:center;
}

.item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-subtle-outline);
    border-radius: inherit;
    z-index: 1;
    padding: 0.8px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

#stocks {
    display:flex;
    flex-direction:column;
    align-items:center;
    position:relative;
}

#stocks.unloaded div {
    opacity:0;
}

#stocks.unloaded::before {
    display:block;
}

#stocks::before {
    opacity:1;
    display:none;
    width:100%;
    height:auto;
    position:absolute;
    left:0px;
    text-align:center;
    content:"Loading...";
    color:var(--theme-main-color);
    font-weight:normal;
}

.stocksRow {
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:center;
}

.discoverMore h1 {
    font-weight:800;
    color:var(--theme-main-color);
    text-align:center; 
}

.discoverMore .buttons {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}

.growAGardenStock h1 {
    font-weight:800;
    color:var(--theme-main-color);
    text-align:center;
}

.growAGardenStock p {
    font-weight:normal;
    color:var(--theme-second-color);
    text-align:center;
}