:root {
  --main-color-strong: #aa8e00;
  --main-color-medium: #e0c74a;
  --main-color-light: #fff0a3;
}

body {
    font-family: "Montserrat", Verdana, Geneva, Tahoma, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000000;
}

#main-content {
    min-height: 400px;
    padding-top: 40px;
}

#header-logo {
    height: 35px;
}

#picture-sidebar {
    border-left: 1px solid #e7e7e7;
}

#sidebar-buttons {
    display: flex;
    gap: 25px;
    font-size: 18px;
}

.sidebar-button-item {
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
    gap: 5px;
}

.semibutton-link {
    background-color: #f3f3f3;
    padding: 5px;
}

#main-title {
    font-size: 30px;
    width: 100%;
    text-align: center;
    display: flex;
}

#product-price {
    font-size: 30px;
    font-weight: 600;
}

.product-list-name {
    font-size: 15px;
    font-weight: 600;
    min-height: 30px;
}

.product-list-description {
    font-size: 13px;
    min-height: 60px;
}

.product-detail-container {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    border-top: 0;
}

.product-list-price {
    font-size: 18px;
    color: #555555;
    margin-top: 5px;
}

#main-menu-link {

}

.hidden {
    display: none !important;
}

.legal-list {
    list-style-type: square;
    padding-left: 40px;
}

.legal-list li {

}

#product-gallery {
    width:100%;
}

#product-gallery .swiper-wrapper {
    align-items: center; 
}

#product-gallery .swiper-slide {
    display:flex; 
    justify-content:center; 
    align-items:center; 
}

#product-gallery .swiper-slide img { 
    width:100%; 
    height:auto; 
    object-fit:contain; 
}

#product-gallery .swiper-pagination { 
    position:relative; 
    margin-top:8px; 
    text-align:center; 
}

#product-gallery { 
    touch-action: pan-y; 
}

.swiper-button-prev, .swiper-button-next {
    color: #ffffff;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 100;
    border-radius: 5px;
}

#footer {
    text-align: center;
    background-color: var(--main-color-light);
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
}

#footer-links {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

#footer-social {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

#footer-social a {
    height: 16px;
    display: flex;
}

#footer-disclaimer {
    font-size: 13px;
    color: #00449b;
}

#cookie-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: var(--main-color-light);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 100;
}

#cookie-consent-explanation {

}

#cookie-consent-button {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #9f6e3d;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

#creative-commons {
    width: 120px;
    display: block;
}

#picture-publish-date {

}

.date-published {
    color: #939393;
    font-weight: 300;
}

#header {
    position: sticky;
    top: 0;
    background-color: white;
    border-bottom: 1px solid var(--main-color-strong);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

#header-menu-icon {
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
}

#header-title {

}

#header-account {
    width: 40px;
    height: 40px;
    font-size: 30px;
    display: flex;
}

#open-menu {

}

#site-menu {
    display: none;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    border-right: 2px solid var(--main-color-medium);
}

#site-menu ul {
    list-style: none;
    padding: 0;
}

#site-menu ul li {
    border-bottom: 1px solid var(--main-color-medium);
    padding: 10px;
}

#close-menu {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
}

.account-links-menu {

}

.account-links-menu li {

}

#nav-language-select {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
}

.lang-link {
    background-color: #c0e8ff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}

#picture-filter-body {
    max-height: 600px;
    overflow-y: auto;
}

.filter-category {
    font-size: 25px;
    color: var(--main-color-medium);
}

.filter-category-list {
    list-style: none;
}

.filter-category-item{
    font-weight: 300;
}

.filter-category-item a {
    padding: 3px;
}

.filter-category-item a.selected {
    border: 1px solid var(--main-color-strong);
    background-color: var(--main-color-light);
    font-weight: 500;
}

.filter-tip {
    font-size: 12px;
    color: rgb(29, 29, 29);
}

.picture-detail-metadata {
    list-style: square;
}

.view-more {
    font-size: 20px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.picture-set-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4);
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.etsy-link-button {
    background-color: #f56400;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    cursor: pointer;
}

.etsy-link-button:hover {
    color: #ffffff;
    text-decoration: underline;
}

.home-thumb-title {
    text-align: center;
    position: absolute;
    width: 80%;
    background: var(--main-color-light);
    bottom: 20px;
    font-size: 65px;
    border-radius: 5px;
    left: 10%;
    right: 10%;
    margin: 0 auto;
    border: 1px solid var(--main-color-strong);
}

#open-gallery {
    font-size: 30px;
    border: 2px solid var(--main-color-strong);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--main-color-light);
    gap: 15px;
}

#open-gallery:hover {
    background-color: var(--main-color-medium);
}

.thumb-gallery-button {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#update-account-link {
    font-size: 20px;
    display: flex;
    border: 1px solid var(--main-color-strong);
    background-color: var(--main-color-light);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter-image img, .filter-image video {
    filter: blur(9px);
}

@media (max-width: 1200px) {
    .home-thumb-title {
        font-size: 45px;
    }
}

@media (max-width: 992px) {
    .home-thumb-title {
        font-size: 30px;
    }
}

.login-method-separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #888;
    margin: 1.5rem 0;
}

.login-method-separator::before,
.login-method-separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.login-method-separator::before {
    margin-right: 1rem;
}

.login-method-separator::after {
    margin-left: 1rem;
}

.login-method-separator span {
    white-space: nowrap;
    font-size: 0.9rem;
}

#brand-color-list {
    height: 626px;
    overflow-y: scroll;
    background-color: #eaf8ff;
}

.brand-color-item {
    min-height: 50px;
    padding: 10px;
    cursor: pointer;
}

.brand-color-item:hover {
    background-color: beige;
}

.brand-color-item[data-selected="1"] {
    background-color: #fff6c8;
}

.brand-color-sample {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}

.brand-color-name {
    display: flex;
    align-items: center;
    font-size: 25px;
}

#color-chart-preview {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 30px;
    row-gap: 40px;
    justify-content: center;
    background-color: #fff0f0;
}

.preview-row {
    display: flex;
    justify-content: space-evenly;
}

.swiper-button-prev, .swiper-button-next {
    color: #ffffff !important;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    width: 50px !important;
    height: 70px !important;
    cursor: pointer;
    z-index: 100;
    border-radius: 5px;
}

.preview-color-item {
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
}

#colorGrid {
    width: 2000px;
    height: 2000px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    justify-items: center;
    align-items: center;
    gap: 20px;
    background: white;
    padding: 50px;
    box-sizing: border-box;
}
.color-box {
    width: 100px;
    height: 100px;
    border: 2px solid #ccc;
}

#preview-actions-row {
    display: flex;
    align-items: center;
}

.preview-color-item {
    overflow: hidden;
    border: 1px solid #d5d5d5;
}

.preview-color-item.circle {
    border-radius: 50%;
}

.preview-color-item.rounded-square {
    border-radius: 20px;
}

.preview-action-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    text-align: center;
}

.preview-action-item.selected {
    background-color: #ffb329;
}

.preview-color-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 3px;
    border-radius: 5px;
    flex: 1;
}

.preview-color-container:hover {
    background-color: #fff0c7;
}

.preview-color-name {
    text-align: center;
}

#brand {
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #ff8100;
}

.module-link {
    font-size: 30px;
    padding: 15px;
    border: 1px dotted #000000;
    border-radius: 10px;
    background-color: #a2b759;
}

.module-link:hover {
    color: #ffffde;
}

#order-number {
    font-size: 25px;
    font-family: Courier;
}

#license-code-container {
    border: 1px dotted #000000;
    background-color: #fff4bf;
    padding: 20px;
}

.license-code-number {
    font-size: 20px;
    font-family: Courier;
}

.template-select {
    font-size: 20px;
    background: #b1f2be;
    color: black;
}