/** Shopify CDN: Minification failed

Line 458:6 Expected ":"

**/
nav.breadcrumbs span {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--font-interstate-regular-family);
    color: var(--color-black);
}
.staff-snap {
    font-family: Meiryo, Sans-serif;
    color: #333;
}

.staff-snap__search-header {
    font-weight: bold;
    padding-top: 0;
    margin: 0 10px 1em 1.8em;
    text-transform: uppercase;
    font-size: 18px;
}

.staff-snap__search {
    font-size: 15px;
    float: left;
    position: relative;
    background: none;
    min-width: 197px;
    max-width: 369px;
    width: 100%;
}

.staff-snap__search-option:nth-child(4) {
    display: none !important;
}

.staff-snap__search-options {
    font-size: 15px;
}

@media (max-width: 749px) {
    .staff-snap__search-options {
        margin-bottom: 200px;
    }
}

.staff-snap__search-option {
    font-size: 15px;
    position: relative;
    margin: 0 15px 20px 2em;
}

.staff-snap__search-option h3 {
    display: flex;
    align-items: center;
    border-top: 1px solid #c5c5c4;
    font-size: 16px;
    letter-spacing: 0.125em;
    margin: 0;
    text-transform: uppercase;
    padding: 1em .75em 1em 0;
    font-weight: bold;
    justify-content: space-between;
}

.staff-snap__search-option i {
    text-indent: -9999px;
    text-align: left;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    padding: 8px;
    background: url('plus.svg') no-repeat center center;
    background-size: contain;
    background-clip: padding-box;
    box-sizing: border-box;
}

.staff-snap__search-option .plus-icon {
    display: none;
}

.staff-snap__search-option.collapsed .minus-icon {
    display: none;
}

.staff-snap__search-option .minus-icon {
    background: url('minus.svg') no-repeat center center;
}

.staff-snap__search-option.collapsed .plus-icon {
    display: inline;
}

.staff-snap__search-option ul {
    overflow: hidden;
    height: auto;
    padding: 0.5em 0;
}

.staff-snap__search-option.collapsed ul {
    height: 0;
    padding: 0;
    overflow: hidden;
}

.staff-snap__search-option.collapsed ul {
    max-height: 0;
    padding: 0;
}

.staff-snap__search-option.collapsed ul {
    max-height: 0;
    padding: 0;
}

.staff-snap__search-option ul {
    user-select: none;
    font-size: 15px;
    list-style: none outside none;
    padding: 0 .55em 0 0;
}

.staff-snap__search-option li {
    font-size: 15px;
    list-style: none outside none;
    word-wrap: break-word;
    padding: .5em .5em .5em 0;
}

.staff-snap__search-option a {
    text-decoration: none;
    color: inherit;
}

.staff-snap__search-option input[type="checkbox"] {
    padding: 0;
    margin: 1em 1% 1em 2%;
    position: absolute;
    left: -9999px;
}

.staff-snap__search-option label {
    padding: 0 0 0 2.2em;
    position: relative;
    cursor: pointer;
    line-height: 26px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-left: 2.8em;
}

.staff-snap__search-option input[type="checkbox"]:not(:checked) + label:before,
.staff-snap__search-option input[type="checkbox"]:checked + label:before {
    width: 22px;
    height: 22px;
    margin-left: 3px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #ccc;
    background: #fff;
}

.staff-snap__search-option input[type="checkbox"]:not(:checked) + label:after,
.staff-snap__search-option input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.staff-snap__search-option input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.staff-snap__search-option input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.staff-snap__search-option .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.staff-snap__search-option #height-dropdown {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.staff-snap__search-option .dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px;
}

.staff-snap__search-option .down-arrow {
    background: url('down.svg') no-repeat center center;
    background-size: contain;
}

.staff-snap__search-option .up-arrow {
    background: url('up.svg') no-repeat center center;
    background-size: contain;
}

.staff-snap__results-grid {
    display: grid;
    gap: 16px;
    padding: 16px;
    box-sizing: border-box;
}

.staff-snap__result-card {
    background-color: #fff;
    overflow: hidden;
}

.staff-snap__result-card a {
    text-decoration: none;
}

.staff-snap__result-card img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.staff-snap__result-card .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.staff-snap__result-card .age {
    font-size: 14px;
    color: #666;
}

@media (min-width: 1040px) {
    .staff-snap__results-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 750px) and (max-width: 1039px) {
    .staff-snap__results-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 749px) {
    .staff-snap__results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.staff-snap__result-info {
    display: flex;
}

.staff-snap__result-info img {
    border-radius: 50%;
    max-width: 60px;
    margin-right: 10px;
    min-width: 60px;
}

.staff-snap__result-details div {
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    color: #333333;
    text-transform: capitalize;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff-snap__results-sort {
    padding-left: 16px;
    display: flex;
    margin-bottom: 26px;
}

@media (max-width: 749px) {
    .staff-snap__results-sort {
        justify-content: center;
    }
}

.staff-snap__results-sort span {
    display: block;
    width: 150px;
    font-size: 12px;
    position: relative;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    border: 1px solid #cccccc;
}

.staff-snap__results-sort span:nth-child(2) {
    border-left: 0px;
}

.sort-active {
    background: #cccccc;
    color: #000;
}

.staff-snap__results h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.67px;
    color: #333333;
    text-transform: uppercase;
    opacity: 1;
}

.staff-snap__results .active-tag {
    display: inline-block;
    line-height: 23px;
    background: black;
    font-family: var(--font-interstate-regular-family);
    padding: 0px 10px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 7px;
    margin-left: 16px;
}

.staff-snap__details {
    margin: 13px 10% 0px 10%;
}

.staff-snap__details h1 {
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: center;
    font-family: var(--font-interstate-bold-family);
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    text-transform: uppercase;
}

.staff-snap__details-gallery {
    width: 38%;
    margin-right: 40px;
}

.staff-snap__details-info {
    display: flex;
}

.staff-snap__details-image {
    position: relative;
    width: 100%;
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-content img,
#main-content iframe {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#main-image {
    height: 100%;
}

.staff-snap__details-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.staff-snap__details-thumbnails img {
    cursor: pointer;
    border: 2px solid transparent;
    width: 50px;
    height: 65px;
    flex: 0 0 auto;
}

.staff-snap__details-thumbnails img.active {
    border: 2px solid black;
}

.staff-snap__details-description {
    width: 60%;
}

@media (max-width: 749px) {
    .staff-snap__details-description {
        width: 100%;
    }
}

.staff-snap__details-profile {
    display: flex;
}

.staff-snap__details-profile img {
    border-radius: 50%;
    max-width: 77px;
    margin-right: 10px;
}

.staff-snap__details-bio div {
    font-size: 14px !important;
    font-weight: 700;
    color: #333333;
}

.staff-snap__details-bio a {
    text-decoration: none;
    ma
}

.staff-snap__details-bio div:nth-child(3) {
    font-weight: normal;
    text-transform: lowercase;
}

.staff-snap__details-bio .follow-staff {
    padding-top: 10px;
}

.staff-snap__details-comment span {
    font-size: 14px;
    color: #333333;
}

.staff-snap__details-comment p {
    font-size: 14px;
    color: #333333;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.staff-snap__details-comment .toggle-button {
    cursor: pointer;
    text-decoration: underline;
    color: #000;
    display: none;
}

.staff-snap__details-comment.expanded p {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.staff-snap__details-comment.expanded .toggle-button {
    display: block;
}

.staff-snap__details-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.staff-snap__details-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.staff-snap__details-tags li {
    border: 1px solid #b5b5b5;
    margin-bottom: 7px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 23px;
    font-size: 12px;
}

.staff-snap__details-tags li a {
    text-decoration: none;;
    color: #333333;
}

.staff-snap__details-products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.staff-snap__details-products a {
    max-width: 31.5%;
}

.staff-snap__details-product {
    text-align: center;
    max-width: 100%;
}

.staff-snap__details-product img {
    width: 100%;
    height: auto;
}

.staff-snap__details-product h3 {
    font-size: 14px;
    color: #333;
    line-height: 18px !important;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 0;
}

.staff-snap__details-product .out-of-stock {
    color: red;
    font-weight: 700;
}

.staff-snap__details-product .product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.staff-snap__details-other {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.staff-snap__details-other h2 {
    text-align: center;
    font-family: var(--font-interstate-bold-family);
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

.staff-snap__details-other-images {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.staff-snap__details-other img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.staff-snap__details .more-link {
    display: inline-block;
    padding: 7px 28px;
    border: 1px solid black;
    text-decoration: none;
    color: black;
    font-weight: 100;
    margin-top: 10px;
    text-align: center;
    background-color: transparent;
    width: 288px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
}

@media (max-width: 749px) {
    .staff-snap__details-info {
        flex-direction: column;
    }
    .staff-snap__details-gallery {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .staff-snap__details-profile img {
        max-width: 92px;
    }
    .staff-snap__details-profile {
        align-items: center;
    }
    .staff-snap__details-bio div {
        line-height: 18px;
    }
    .staff-snap__details-comment {
        margin-bottom: 30px;
    }
    .staff-snap__details-other div {
        grid-template-columns: repeat(2, 1fr);
    }
}

.staff-snap__staff-details {
    margin: 13px 10% 0px 10%;
}

.staff-snap__staff-details h1 {
    text-align: center;
    font-family: var(--font-interstate-bold-family);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.67px;
    color: #333333;
    text-transform: uppercase;
    margin: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
}


.staff-snap__details-profile img {
    max-width: 150px;
    margin-right: 30px;
}

.staff-snap__details-bio div {
    font-family: var(--font-interstate-bold-family);
    font-size: 16px !important;
    font-weight: 700;
    color: #333333;
}

.staff-snap__staff-details h2 {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 35px;
    text-align: center;
    font-family: var(--font-interstate-bold-family);
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 10px;
    float: left;
    display: inline-block;
    width: 100%;
    clear: both;
}

.staff-snap__snaps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.staff-snap__snaps a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.staff-snap__snaps img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 749px) {
    .staff-snap__snaps {
        grid-template-columns: repeat(2, 1fr);
    }
}

.staff-snap-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 16px;
    align-items: center;
}

.staff-snap-pagination button {
    user-select: none;
    font-family: Meiryo,Sans-serif;
    color: #000;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-style: none;
    background-color: white;
    margin: 0 7px;
}

.staff-snap-pagination button.active {
    background-color: #CCCCCC;
}

.staff-snap-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.staff-snap__result-image-container {
    position: relative;
}

.follow-btn {
    display: inline-block !important;
    width: 24px !important;
    height: 24px;
    background: url('heart-outline.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    bottom: 16px;
    right: 10px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(360deg) brightness(100%) contrast(100%);
}

.follow-btn.active {
    background: url('heart.svg') no-repeat center center;
}

.staff-snap__details-image {
    position: relative;
}

.staff-snap__details-other-image {
    position: relative;
}

.video-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: url('play-btn.svg') no-repeat center center;
    background-size: contain;
}

.follow-staff {
    display: flex;
    align-items: center;
}

.follow-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: url('heart-outline.svg') no-repeat center center;
    background-size: contain;
    filter: invert(75%) sepia(0%) saturate(0%) hue-rotate(360deg) brightness(90%) contrast(90%);
    display: block !important;
}

.follow-icon.active {
    background: url('heart.svg') no-repeat center center;
}

.follow-text {
    letter-spacing: 0px;
    color: #000001;
    cursor: pointer;
    padding-left: 10px;
    line-height: 1;
    font-size: 14px;
    white-space: nowrap;
}

.staff-snap__snap {
    position: relative;
    display: inline-block;
}

.staff-snap__snap img {
    display: block;
    width: 100%;
    height: auto;
}

.staff-snap__snap .follow-btn {
    bottom: 10px;
}

.staff-snap__search-drawer {
    display: none;
    width: 25%;
    min-width: 300px;
    max-width: 400px;
}

@media (max-width: 749px) {
    .staff-snap__search-drawer {
        display: block;
        position: fixed;
        top: 61px;
        width: 100%;
        min-width: 100%;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .staff-snap__search-drawer-header {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
    }

    .staff-snap__search {
        min-width: unset;
        max-width: unset;
    }

    .staff-snap__search-header {
        margin: 0;
    }

    .staff-snap__search-drawer-toggle {
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
    }

    .staff-snap__search-drawer-content {
        display: none;
        padding: 15px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .staff-snap__search-drawer-content.open {
        display: block;
        max-height: 100vh;
        overflow-y: auto;
    }

    .staff-snap__search-drawer-content.open .staff-snap__search {
        display: block;
    }

    .staff-snap__search {
        display: none;
    }

    .staff-snap__search-option:last-child {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .staff-snap__search-drawer {
        display: block;
    }

    .staff-snap__search {
        display: block;
    }

    .staff-snap__search-drawer-header {
        display: none;
    }
}

.tab-headers {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid lightgray;
}

.tab-header {
    padding: 10px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: var(--font-interstate-bold-family);
    font-weight: bold;
}

.tab-header::after {
    content: '';
    display: block;
    height: 2px;
    background-color: lightgray;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background-color 0.3s;
}

.tab-header.active::after {
    background-color: darkgray;
}

.tab-content {
    padding: 20px 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.account-favorites h2 {
    text-align: center;
    font-family: var(--font-interstate-bold-family);
    font-weight: 700;
}

.staff-snap__favorite {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
}

.staff-snap__favorite .follow-btn {
    bottom: 10px;
    z-index: 10;
}

.staff-snap__favorite-image {
    width: 100%;
    padding-top: 133.2%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block !important;
    cursor: pointer;
    text-decoration: none;
}

.staff-snap__favorite-height {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    color: white;
    padding: 10px 17.5px;
    font-size: 14px;
    font-family: var(--font-interstate-regular-family);
    font-weight: 400;
}

.staff-snap__favorite-content {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.staff-snap__favorite-content a {
    text-decoration: none;
}

.staff-snap__favorite-content h3 {
    margin: 0;
    font-size: 16px;
    font-family: var(--font-interstate-bold-family);
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
}

.staff-snap__favorite-content p {
    margin: 0;
    color: #000000;
    font-family: var(--font-interstate-bold-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
}

.staff-snap__favorite-grid.active {
    display: grid !important;
    gap: 16px;
    padding: 0 16px 16px 16px;
    box-sizing: border-box;
}

@media (min-width: 1040px) {
    .staff-snap__favorite-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 750px) and (max-width: 1039px) {
    .staff-snap__favorite-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 749px) {
    .staff-snap__favorite-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.staff-snap__favorite-link {
    text-decoration: none !important;
}

.staff-snap__followed {
    padding: 20px 0;
    border-bottom: 0.5px solid #b5b5b5;
}

.staff-snap__followed-profile {
    display: flex;
}

.staff-snap__followed-profile img {
    border-radius: 50%;
    max-width: 77px;
    margin-right: 10px;
}

.staff-snap__followed-bio div:nth-child(1) {
    font-size: 14px !important;
    font-weight: 700;
    color: #333333;
}

.staff-snap__followed-bio div:nth-child(3) {
    font-weight: normal;
}

.staff-snap__followed .follow-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url('heart-outline.svg') no-repeat center center;
    background-size: contain;
    filter: invert(24%) sepia(100%) saturate(7463%) hue-rotate(330deg) brightness(101%) contrast(101%);
    display: inline-block !important;
}

.follow-staff {
    cursor: pointer;
}

.customer.account .account-information .page-title  {
    margin-bottom: 2.7rem;
}

.tab-pane__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.staff-snap__favorite-container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.staff-snap__left {
    display: flex;
    align-items: flex-start;
    width: 33%;
    min-width: 200px;
}

.staff-snap__favorite-img-link {
    width: 100%;
}

.staff-snap__product-img-link {
    padding-right: 10px;
}

.staff-snap__product {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}

.staff-snap__product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: white;
}

.staff-snap__favorite-content span {
    font-size: 13px;
}

.staff-snap__right {
    display: flex;
    align-items: flex-start;
    width: 33%;
    justify-content: space-between;
}

.staff-snap__right span {
    font-size: 16px;
    line-height: 1;
    display: block;
    line-height: initial;
    font-family: var(--font-helvetica-regular-family);
}

.delete-btn {
    margin-right: 10px;
    padding: 0 6px;
    background-color: white;
    color: black;
    text-decoration: underline;
    font-size: 11px;
    line-height: 1;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.staff-snap__favorite-price {
    font-weight: bold;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.pagination-button {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    border-style: none;
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Meiryo', 'Sans-serif';
    color: black;
}

.pagination-arrow {
    width: 16px; 
    height: 16px; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    background-color: white;
}

.pagination-arrow.prev {
    background-image: url('../assets/arrow-thin-left-b.svg');
}

.pagination-arrow.next {
    background-image: url('../assets/arrow-thin-right-b.svg');
}

.pagination-button.active {
    background-color: #ccc;
    color: black;
    border: none;
    border-radius: 4px;
}

.items-loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid darkgray;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.small-items-loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid darkgray;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: none;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.staff-snap__container {
    margin-bottom: 80px;
}

.staff-snap__header {
    margin-bottom: 44px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 749px) {
    .staff-snap__header {
        margin-bottom: 20px;
    }
}

.staff-snap__title {
    display: inline-block;
}

.staff-snap__link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--color-black);
    text-decoration: underline;
    font-family: var(--font-interstate-bold-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
}

.staff-snap__header h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    font-family: var(--font-interstate-bold-family);
    margin-bottom: 0;
    margin-top: 60px;
}

.staff-snap__header span {
    font-family: var(--font-interstate-bold-family);
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    color: var(--color-black);
}

@media screen and (max-width: 749px) {
    .staff-snap__header h2 {
        font-size: 30px;
        margin-top: 40px;
    }

    .staff-snap__header span {
        font-size: 10px;
    }

    .staff-snap__link {
        font-size: 12px;
        top: 53%;
    }
    .staff-snap__category span {
        font-size: 12px;
    }
    .staff-snap__card-content h3 {
        font-size: 14px;
    }
    .staff-snap__card-content p {
        font-size: 11px;
    }
}

@media (max-width: 749px) {
    .staff-snap__header {
        text-align: left;
    }
    .staff-snap__header h2 {
        text-align: left;
    }
    .staff-snap__header span {
        text-align: left;
    }
}

.staff-snap__categories {
    display: flex;
    margin-bottom: 60px;
}

.staff-snap__category {
    width: 50%;
    border-bottom: 4px solid #E1E1D9;
    cursor: pointer;
}

.staff-snap__categories .active-category {
    border-bottom: 4px solid #000000;
}

.staff-snap__category span {
    font-family: var(--font-interstate-bold-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #999999;
    display: block;
    text-align: center;
}

.staff-snap__categories .active-category span {
    color: #000000;
}

.staff-snap__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

@media (max-width: 749px) {
    .staff-snap__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.staff-snap__card {
    width: 100%;
    box-sizing: border-box;
}

.staff-snap__card-profile {
    text-decoration: none;
}

.staff-snap__card-image {
    width: 100%;
    padding-top: 133.2%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block !important;
}

.staff-snap__card-height {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 37px;
    width: 75px;
    background-color: black;
    color: white;
    text-align: center;
    align-content: center;
    font-size: 14px;
    font-family: var(--font-interstate-regular-family);
    font-weight: 400;
}

.staff-snap__card-content {
    margin-top: 12px;
}

.staff-snap__card-content h3 {
    margin: 0;
    font-size: 16px;
    font-family: var(--font-interstate-bold-family);
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
}

.staff-snap__card-content p {
    margin: 0;
    color: #000000;
    font-family: var(--font-interstate-bold-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
}

.staff-coordinate__cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.staff-coordinate__cards::-webkit-scrollbar {
    display: none;
}

@media (max-width: 749px) {
    .staff-coordinate__cards {
        display: flex;
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
        overflow-x: hidden !important;
        white-space: normal !important;
    }

    .staff-coordinate__card {
        width: calc(50% - 8px) !important;
    }
}

.staff-coordinate__card {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

.staff-coordinate__card-image {
    width: 236px;
    height: 315px;
    padding-top: 133.2%;
    background-size: cover;
    background-position: center;
    display: block !important;
}

@media (max-width: 749px) {
    .staff-coordinate__card-image {
        width: 100% !important;
        height: auto;
    }
}

.staff-coordinate__card-content {
    margin-top: 22px;
}

.staff-coordinate__card-content a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;;
}

.staff-coordinate__profile-image {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 18px;
    align-self: flex-start;
    border: 1px solid black;
}

.staff-coordinate__text-content h3 {
    margin: 0;
    font-size: 14px;
    font-family: var(--font-interstate-bold-family);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.28px;
    overflow: hidden;
    max-width: 172px;
}

.staff-coordinate__text-content h3:first-of-type {
    margin-bottom: 4px;
}

.staff-coordinate__text-content:first {
    margin-bottom: 16px;
}

@media (max-width: 749px) {
    .staff-coordinate__text-content {
        margin-bottom: 36px;
    }
    .staff-coordinate__text-content h3 {
        font-weight: normal;
        font-family: var(--font-interstate-regular-family);
        font-size: 11px;
        letter-spacing: -0.22px;
    }
}

.staff-coordinate__text-content p {
    margin: 0;
    color: #000000;
    font-family: var(--font-interstate-regular-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
}

.staff-snap__tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E1D9;
    margin-top: 68px;
}

.staff-snap__tab {
    padding-bottom: 18px;
    cursor: pointer;
    color: #000000;
    font-family: var(--font-interstate-regular-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid transparent;
    width: 33.3%;
    text-align: center;
}

@media (max-width: 749px) {
    .staff-snap__tab {
       padding-bottom: 6px;
       font-size: 1.3rem;
    }
}

.staff-snap__tab.active-tab {
    color: #000000;
    border-bottom: 2px solid #000000;
}

.staff-snap__tab-content {
    display: none;
    margin-top: 40px;
    font-family: var(--font-interstate-regular-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 23.8px;
}

.staff-snap__tab-content.active-content {
    display: block;
}

.staff-reviews__container {
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 80px;
}

.staff-reviews__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 749px) {
    .staff-reviews__cards {
        grid-template-columns: 1fr;
    }

    .staff-reviews__container {
        padding-bottom: 60px;
    }
}

.staff-review {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.staff-review-profile {
    display: flex;
    padding: 10px;
}

.staff-review-image {
    padding: 0 10px;
}

.staff-review-image img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px;
}

.staff-review-profile-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.staff-review-profile-name {
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.staff-review-profile-name b {
    font-weight: 700;
}

.staff-review-label span,
.store-name span {
    display: block;
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.staff-review-detail {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.staff-review-title span {
    font-weight: 700;
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.staff-review-published-date span {
    color: rgb(128, 128, 128);
    font-size: 13px;
}

.staff-review-content {
    margin-top: 20px;
    position: relative;
}

.staff-review-content.expanded {
    max-height: none;
}

.is-more .staffreview-item--review-comment-inner {
    max-height: 3.6em;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.expanded .staffreview-item--review-comment-inner {
    max-height: none !important;
    overflow: visible !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.staffreview-item--review-comment-more {
    display: none;
    color: rgb(51, 51, 51);
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 0 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -34px;
}

.staffreview-item--review-comment-more::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../assets/ico_arrow_r_sp.png');
    background-size: cover;
    transform: rotate(90deg);
    margin-left: 12px;
}

.staff-review-content.is-more .staffreview-item--review-comment-more {
    display: block;
}

.avg-staff-review-container {
    margin-top: 20px;
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 749px) {
    .avg-staff-review-container {
        width: 100%;
    }
}

.avg-staff-review-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-gap: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.avg-staff-review-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22% 15% auto 15%;
    grid-template-columns: 22% 15% auto 15%;
    font-size: smaller;
    grid-gap: 10px;
}

.avg-staff-review-title {
    background-color: #b4b4b4;
    color: rgb(51, 51, 51);
    padding: 10px;
    width: auto;
}

.avg-staff-review-start,
.avg-staff-review-end {
    text-align: center;
    padding: 10px;
    color: rgb(51, 51, 51);
}

.avg-staff-review-input {
    -webkit-appearance: none;
    min-width: 20px;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    border-radius: 5px;
    opacity: 0.7;
    transition: opacity 0.2s;
    cursor: default;
    margin: 20px;
    font-size: 16px;
}

.avg-staff-review-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #C41320;
    cursor: pointer;
    border: none;
}

.avg-staff-review-input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #C41320;
    cursor: pointer;
    border: none;
}

.avg-staff-review-input::-ms-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #C41320;
    cursor: pointer;
    border: none;
}

.staff-coordinate__image-container {
    position: relative;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: black;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    font-size: 24px;
    user-select: none;
    width: 40px;
    height: 40px;
    text-align: center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.left-arrow {
    left: 0;
    background-image: url("arrow-slider-left-white.svg");
    background-position: center;
}

.right-arrow {
    right: 0;
    background-image: url("arrow-slider-right-white.svg");
    background-position: center;
}

.staff-snap__sizle-table {
    border-top: 2px solid #6E6E6E;
    padding-top: 4px;
}

.size-table {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0;
    align-items: end;
}

@media (max-width: 440px) {
    .size-table {
        font-size: 6px;
    }
}


@media (max-width: 652px) {
    .size-table {
        font-size: 8px;
        line-height: 14px;
    }
}

@media (max-width: 717px) {
    .size-table {
        font-size: 12px;
    }
}

.size-table-header {
    font-weight: bold;
    padding: 5px;
    text-align: center;
    word-break: keep-all;
    border-bottom: 1px solid #E9E9E9;
}

@media (max-width: 500px) {
    .size-table-header {
        word-break: normal;
    }
}

.size-table-cell {
    border: 0.6px solid #E9E9E9;
    text-align: center;
}

.size-table-row {
    display: contents;
}

.size-table__top {
    display: flex;
    justify-content: space-between;
}

.size-table__top span:first-child {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.size-table__top span:last-child {
    align-self: flex-end;
}

.size-table__bottom p {
    color: #C41320;
    font-size: 1rem;
}

.size-table__modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.size-table__modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width: 1200px;
    background-color: #fff;
    overflow: hidden;
}

.size-table__modal-close {
    position: fixed;
    top: 10px;
    right: 25px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.size-table__modal-close:hover,
.size-table__modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.size-table__modal-image {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

#size-table__modal-open {
    color: black;
}

#snaps {
    position: relative;
}

.empty-snaps {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

@media (max-width: 400px) {
    .staff-snap__right .delete-btn {
        margin: 0;
    }
}