@font-face {
    font-family: source-sans-3;
    src: url(../font/Source_Sans_3/SourceSans3-VariableFont_wght.ttf);
}
@font-face {
    font-family: source-sans-3-italic;
    src: url(../font/Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf);
}
@font-face {
    font-family: decor-manrope;
    src: url(../font/Manrope/Manrope-VariableFont_wght.ttf);
}

:root{
    --color-primary: hsl(40, 80%, 60%);
    --color-primary-invert: hsl(0, 0%, 100%);
    --color-primary-hover: hsl(40, 80%, 55%);
    --color-primary-light: hsl(20 , 80% , 65%);
    --color-primary-dark: hsl(45 , 80% , 32%);
    --color-success: hsl(158, 80%, 45%);
    --color-warning: hsl(35, 90%, 60%);
    --color-danger: hsl(0, 70%, 55%);
    --color-text : hsl(210 , 15% , 10%);
    --color-text-muted : hsl(210 , 15% , 45%);
    --color-surface : hsl(0,0%,100%);
    --color-background : hsl(225,25%,95%);
    --color-border : hsl(221, 21%, 88%);
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-size-xs : 14px;
    --font-size : 17.5px;
    --font-size-md : 19px;
    --font-size-lg : 21px;
    --font-size-xl : 28px;
    --font-size-2xl : 44px;
    --font-size-3xl : 61px;
    --space-0: 0px;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 40px;
    --space-8: 64px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 32px;
    --breakpoint-xs: 350px;
    --breakpoint-sm: 640px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1536px;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --button-size : 40px;
}

@media screen and (max-width:1536px) {
    :root{
        --breakpoint-2xl: 1280px;
    }
}
@media screen and (max-width:1280px) {
    :root{
        --breakpoint-xl: 1024px;
        --breakpoint-2xl: 1024px;
    }
}
@media screen and (max-width:1024px) {
    :root{
        --breakpoint-xl: 768px;
        --breakpoint-2xl: 768px;
        --breakpoint-lg: 768px;
    }
}
@media screen and (max-width:768px) {
    :root{
        --breakpoint-xl: 100%;
        --breakpoint-2xl: 100%;
        --breakpoint-lg: 100%;
        --breakpoint-md: 100%;
        --breakpoint-sm: 100%;
    }
}
@media screen and (max-width:650px) {
    :root{
        --breakpoint-xl: 100%;
        --breakpoint-2xl: 100%;
        --breakpoint-lg: 100%;
        --breakpoint-md: 100%;
        --breakpoint-sm: 100%;
        --breakpoint-xs: 100%;
    }
}   

html{font-size: 17px;font-family: source-sans-3, system-ui , sans-serif; background:linear-gradient(35deg , #000000 , #222222);color: #FFFFFF;}
header > svg {transform: scale(1.4);}
h1{line-height: 1;margin-left: 12px;margin-right:13px;margin-bottom: 0.8rem;margin-top: 1.2rem;}
h2,h3{line-height: 1.1;margin-left: 8px;margin-right: 8px;margin-bottom: 0.8rem;margin-top: 1.1rem;}
h4,h5,h6{line-height: 1.2;margin-left: 8px;margin-right: 8px;margin-bottom: 0.8rem;margin-top: 1rem;}
p,b,i{line-height: 1.2; margin-left: 8px; margin-right: 8px; margin-bottom: 0.4rem; margin-top: 0.25rem;}
a:focus,button:focus,input:focus,textarea:focus {outline:1px solid #444444;z-index:+1;}
input::-webkit-input-placeholder,input::-moz-placeholder,input:-moz-placeholder,input:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea::-moz-placeholder,textarea:-moz-placeholder,textarea:-ms-input-placeholder{color:#777777;}
::-webkit-scrollbar {width: 8px;height: 6px;}::-webkit-scrollbar-track {background: #444444;}::-webkit-scrollbar-thumb {background: #787878; border-radius: 2px;}::-webkit-scrollbar-thumb:hover{background: #000000;border: 2px solid #ffffff;}

img.icon{
    width: 1.5rem;
    height: 1.5rem;
}

header{
    background: linear-gradient(175deg , #000000, #111111);
    box-shadow: -1px 0 2px 0px #AAAAAA inset;
}

header > button{
    background: linear-gradient(135deg , #FFAA11 , #EECC00);
    color: #000000;
    box-shadow: 0 0 0 1px #444444 inset;
    min-width: max-content;
    transition: 1s;
}
header > button > img{
    min-width: max-content;
    /* filter: invert(1); */
}
header > button:hover{
    opacity: unset;
    box-shadow: 0 0 0 1px #777777 inset;
    background: linear-gradient(135deg , #FFAA11 , #EECC00);
    background-size: 400% 400%; /* Make the background larger than the container */
    animation: gradientAnimation 2s ease infinite; /* Apply the animation */
}

header > nav > a > svg path{
    fill: #000000;
}

body .scroll {
  gap: 8px;
}

.gallery.side-text {
    box-shadow: -1px 0 2px 0px #AAAAAA;
    background: #000000;
    gap: 24px;
    padding-right: 12px;
}

.gallery.side-text > div{
    min-height: 24rem;
    color: #FFFFFF;
}

.gallery.side-text > div > ol.advantage > li > img{
    filter: invert(1);
}

.gallery.side-text > div > ol{
    margin-left: 18px;
}

.gallery.side-text > div > h1{
    font-size: 44px;
    line-height: 1;
}

.gallery-card{
    cursor: grab;
}

.action > a:nth-child(2) > svg:nth-child(2) > path:nth-child(3),
.action > a:nth-child(2) > svg:nth-child(2) > path:nth-child(6){
    fill: #FFFFFF;
}

.action-wrap > a{
    background: #FFFFFF;
    color: #000000;
    font-weight: 600;
}

.action-list > a,
.action-line > a{
    background: #444444;
    color: #FFFFFF;
}
.action-list > a > img,
.action-line > a > img{
    filter: invert(1);
}

.action.invert > a {
    filter: invert(1);
}

.gallery.side-text > div > ol.advantage > li > span{
    color: #AAAAAA;
}

.grid-tile > div{
    background: linear-gradient(34deg , #FFFFFF 40% , #DDDDDD 71%);
    color: #000000;
    box-shadow: 0 0 0 1px #777777;
    position: relative;
    padding-bottom: 48px;
}
.grid-tile > div > a > img{
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.grid-tile > div > h3 > a > span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
.grid-tile > div > h3 > a:any-link{
    color: #000000;
}
.grid-tile > div > h3 > span{
    display: flex;
    font-weight: 700;
    font-size: 1.2em;
}
.grid-tile > div > ul{
    padding-right: 8px;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.grid-tile > div > .action{
    margin-left: 8px;
    margin-bottom: 8px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.action-simple > a{
    color: #FFFFFF;
}
.action-simple > a > span{
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 1px;
}
.action-simple > a > img {
    filter: invert(1);
}

#about {
    margin-top: 12px;
}

.side-video > div > h2 {
    font-size: 34px;
}
.side-video > video {
    box-shadow: 0 0 0 1px #777777;
}

#contact > .map{
    width: calc(100% - 24px);
    margin-left: 12px;
}
#contact > .map > a{
    padding-top: 12px;
}
#contact > .map > iframe {
 width: 100%;
 border: unset;
 box-shadow: 0 0 0 1px #777777;
}

.action-list > a{
    box-shadow: 0 0 0 1px #ffaa00;
}
.action-line > a{
    box-shadow: 0 0 0 1px #7a7a7a;
}

#product > .action {
    width: max-content;
    margin-left: auto;
}

article > h1 {
    font-family: decor-manrope , system-ui , sans-serif;
}

main > section#first-screen{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
}
main > section#first-screen > h1 > span {
    text-align: center;
}
main > section#first-screen > span{
    text-transform: uppercase;
    display: flex;
    transform: translate(20px,0);
}
main > section#first-screen > h1 {
    font-family: decor-manrope , system-ui , sans-serif;
    font-size: 34px;
    margin-bottom: 34px;
    margin-top: 12px;
}
main > section#first-screen > p {
    font-size: 19px;
    line-height: 1.4;
}
main > section#first-screen > .action {
    margin-top: 12px;
}

section#filter{
    max-width: 650px;
}
main form#filter,
main form#filter{
    margin-top: 24px;
}
main section#filter h2,
main form#filter h2{
    font-family: decor-manrope , system-ui , sans-serif;
    font-size: 34px;
    text-align: center;
}
main section#filter form legend,
main section#filter form h3,
main section#filter form span{
    font-size: 27px;
}
section#product-side-text > .text > h1{
    font-family: 'decor-manrope' , system-ui , sans-serif;
    font-size: 45px;
    margin-top: 18px;
}
section#product-side-text > .text > h2 {
    font-family: 'decor-manrope' , system-ui , sans-serif;
    font-size: 34px;
    margin-top: 10px;
}
section#popup.active{
    background: #FFFFFF;
    color: #000000;
    max-width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
}
section#popup > strong{
    margin-bottom: 8px;
    margin-top: 12px;
    display: inline-flex;
    font-size: 20px;
    text-align: left;
    width: max-content;
}

section#recommend{
    margin-top: 12px;
    margin-bottom: 12px;
}
section#recommend > h2 {
    font-size: 18px;
    opacity: 0.5;
}

button#open-account.active,
button#open-cart.active{
    display: none;
}
button#open-cart{
    background: linear-gradient(135deg , #FFAA11 , #EECC00);
    color: #000000;
    box-shadow: 0 0 0 1px #444444 inset;
    transition: 1s;
    width: var(--button-size);
    height: var(--button-size);
    position: relative;
    padding: unset;
    margin-left: auto;
    margin-right: 0.5rem;
}
button#open-cart > svg,
button#open-cart > img{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
button#open-cart:hover{
    opacity: unset;
    box-shadow: 0 0 0 1px #777777 inset;
    background: linear-gradient(135deg , #FFAA11 , #EECC00);
    background-size: 400% 400%;
    animation: gradientAnimation 2s ease infinite;
}
button#open-cart #cart-count{
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}
section#cart-screen{
    display: none;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #f0f0f0;
    color: #000000;
    border: none;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 9999;
    padding: 0;
    word-break: break-word;
    overflow-y: auto;
}
section#cart-screen.active{
    display: block;
    transform: translateX(0);
}
section#cart-screen .cart-container{
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0 0 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cart-actions #cart-order-form{
    width: 100%;
    max-width: var(--breakpoint-xs);
}
section#cart-screen .cart-actions > button[onclick="closeCart()"]{
    background: transparent;
    color: var(--color-text-muted);
    border: unset;
}
.cart-actions #cart-order-form > button,
#cart-order-form > button{
    width: 100%;
    margin-top: 1rem;
}

section#cart-screen .cart-close-btn{
    position: fixed;
    z-index: 10000;
    pointer-events: all;
    right: 1.5rem;
    top: 1.5rem;
    border: unset;
    background: rgba(255, 255, 255, 0.9);
    width: var(--button-size);
    height: var(--button-size);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
section#cart-screen .cart-close-btn:hover{
    background: rgba(255, 255, 255, 1);
}
section#cart-screen .cart-container > h2{
    padding: unset;
    color: #000000;
    margin: 0 0 24px 0;
    word-break: break-word;
    font-style: italic;
    opacity: 0.7;
    letter-spacing: -1px;
    font-size: 32px;
}
section#cart-screen .cart-container > main{
    flex: 1;
    max-height: 500px;
    overflow-y: auto;
    max-width: calc(100vw - 2rem);
}
section#cart-screen #cart-items ul{
    list-style: none;
    padding: 0;
}
section#cart-screen #cart-items li{
    border: 1px solid #cccccc;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #ffffff;
}
section#cart-screen .cart-summary{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #cccccc;
    font-size: 20px;
    font-weight: bold;
}
section#cart-screen .cart-actions{
    max-width: var(--breakpoint-xs);
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
section#cart-screen .cart-actions button{
    min-height: var(--button-size);
    display: flex;
    align-items: center;
    justify-content: center;
    height: min-content;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    border: 1px solid #444444;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}
section#cart-screen .cart-actions button > img{
    filter: invert(1);
}
section#cart-screen .cart-actions a.cta{
    width: 100%;
    color: var(--color-text);
    text-decoration: underline;
}
section#cart-screen .cart-actions button:hover{
    opacity: 0.7;
}
section#account-screen{
    display: none;
    transition: 1s;
    width: calc(100% - 48px - 16px);
    height: calc(100% - 32px - 32px);
    position: fixed;
    background: #f0f0f0;
    color: #000000;
    border: 1px solid #cccccc;
    right: 50%;
    bottom: 50%;
    transform: translate(-100vw,50%);
    max-width: 1600px;
    max-height: 1000px;
    z-index: 9;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 32px;
    word-break: break-all;
}
section#account-screen.active{
    display: block;
    transform: translate(50%,50%);
}
section#account-screen.active > h2{
    padding: unset;
    color: #000000;
    margin: unset;
    word-break: break-word;
    font-style: italic;
    opacity: 0.7;
    letter-spacing: -1px;
}
section#account-screen.active > button{
    position: absolute;
    z-index: 12;
    pointer-events: all;
    right: 8px;
    top: 8px;
    border: unset;
    background: transparent;
    padding: unset;
}
section#account-screen{
    font-family: system-ui , sans-serif;
}
section#account-screen .account-actions{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-touch-action: pan-y pinch-zoom double-tap-zoom;
}
section#account-screen .account-actions > button:first-of-type{
    background: var(--color-surface);
}
section#account-screen .account-actions > button{
    scroll-snap-align: start;
    min-height: var(--button-size);
    padding-left: 16px;
    border: 1px solid var(--color-border);
    padding-right: 16px;
    border-radius: 1.5rem;
    white-space: nowrap;
}
section#account-screen form > legend {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 20px;
    letter-spacing: -1px;
}
section#account-screen form > .g {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
    max-width: 325px;
}
section#account-screen form > .g > input{
    min-height: 40px;
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 24px;
}
section#account-screen form > .g > input:focus ~ label{
    opacity: 1;
    z-index: 9;
}
section#account-screen form > .g > label{
    transition: 0.4s;
    opacity: 0;
    font-size: 14px;
    position: absolute;
    left: 1rem;
    top: -0.5rem;
    background: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
section#account-screen form > input.btn-contrast{
    background: black;
    display: inline-flex;
    color: #ffffff;
    border: 1px solid #444444;
    height: 2.25rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-weight: 600;
    border-radius: 1.125rem;
}
section#account-screen form > input[type="submit"]:hover{
    background: #222222;
    color: #f0f0f0;
    cursor: pointer;
}
section#account-screen form > input[type="submit"] ~ span{
    padding-left: 12px;
    padding-right: 8px;
}
section#account-screen > main {
    max-height: calc(100% - 32px);
    overflow-y: auto;
}
section#account-screen > main > button{
    min-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    border: 1px solid #444444;
    background: linear-gradient(145deg , #111154 , #000000);
    color: #ffffff;
}
section#account-screen .order-item{
    border: 1px solid #cccccc;
    padding: 16px;
    margin: 12px 0;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
}
section#account-screen .order-item h4{
    margin: 0 0 12px 0;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
section#account-screen .order-item .order-note{
    margin: 8px 0;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
    color: #000000;
}
section#account-screen .order-item .order-details{
    list-style: none;
    padding: 0;
    margin: 8px 0;
}
section#account-screen .order-item .order-details li{
    padding: 4px 0;
    border-bottom: 1px solid #eeeeee;
    color: #000000;
}
section#account-screen .order-item .order-details li:last-child{
    border-bottom: none;
}
section#account-screen .order-item .order-date{
    font-size: 12px;
    color: #666666;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
}
section#account-screen .order-error{
    color: #cc0000;
    font-style: italic;
}
section#account-screen .orders-list{
    margin-top: 16px;
}
section#account-screen .order-gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
    padding: 8px 0;
}
section#account-screen .order-gallery .gallery-thumbnail{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dddddd;
    background: #f5f5f5;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
section#account-screen .order-gallery .gallery-thumbnail:hover{
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
section#account-screen > main img{
    max-width: 256px;
}
section#account-screen > main > article {
    color: var(--color-text-muted);
    margin-top: 16px;
    margin-bottom: 12px;
    max-height: 60vh;
    overflow-y: auto;
    font-size: var(--font-size-xs);
}
section#account-screen > main > article > p{
    color: var(--color-text);
    font-size: var(--font-size);
}
section#account-screen > main > form > span > a {
    text-decoration: underline;
    cursor: pointer;
}
section#account-screen p.order{
    white-space: pre-line;
    background: #000;
    color: #FFF;
    padding-left: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 15px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    width: max-content;
    padding-right: 12px;
    max-width: 100%;
    overflow-x: auto;
}

main.admin-description > form input{
  min-height: 34px;
  color: #000;
  background: #FFFFFF;
  padding-left: 8px;
  border-radius: 16px;
  padding-right: 8px;
}

article#thank-page{
    min-height: 100vh;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media screen and (max-height: 720px) {
    section#landing-screen{
        height: unset !important;
    }
    .gallery.side-text{
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    footer{
        padding-bottom: calc(85px + 12px);
    }
}
@media screen and (max-width : 721px){
    section#popup.active{
        top: 50%;
        left: 0;
        transform: translate(0 , -50%);
    }
    .grid-tile > div > h3 > a > span{
        font-size: 25px;
    }
    .grid-tile > div > h3 > span{
        font-size: 1.5em;
    }
    #product > .action {
        margin-right: auto;
    }
}
@media screen and (min-width : 721px){

    section#landing-screen{
        height: calc(100vh - 80px - 100px);
        display: flex;
        align-items: center;
        border-bottom: 1px solid #AAAAAA;
        background-image: url(../image/wallpaper.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent black overlay */
        background-blend-mode: multiply;
    }

    .side-video > video{
        border-radius: 34px;
    }

    #contact > .map > iframe {
        border-radius: 24px;
    }
    
    .gallery.side-text ,
    .gallery.side-text > img{
        border-radius: 34px;
    }
    .gallery.side-text > img{
        min-height: 100%;
        max-width: 50%;
        object-fit: cover;
    }
    .gallery.side-text {
        margin-top: 12px;
    }
    section#popup{
        width: 350px;
        border-radius: 12px;
    }
    section#popup form, 
    section#popup form > .group,
    section#popup form > .group > input{
        width: calc(100% - 24px);
    }
    section#popup.active{
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
}
