.content-area {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.content-area .site-main {
    width: 100%;
    max-width: 1440px;
    padding: 80px;
    flex-flow: column nowrap;
    display: flex;
}

.shop-product-row {
    display: flex;
    flex-flow: row-reverse nowrap;
    gap: 80px;
}

.shop-product-side {
    width: 100%;
    max-width: 200px;
}

.shop-product-side form {
    display: flex;
    flex-flow: column nowrap;
}

.shop-product-side form button {
    border: 1.5px solid #000000;
    padding: 10px 24px;
    border-radius: 200px;
    background: transparent;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.shop-product-side form button:hover {
    background: #9B874D;
    border-color: #9B874D;
    color: #fff;
}

.shop-product-side form button:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}

.shop-product-side form button.clear {
    background: #000;
    border-color: #000;
    color: #fff;
}

.shop-product-side form .button-wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 6px;
    margin-top: 24px;
}

.shop-product-side form .button-wrapper button.clear:hover {
    background: #9B874D;
    border-color: #9B874D;
    color: #fff;
}

.shop-product-side form .button-wrapper button.clear:focus {
    background: transparent;
    border-color: #000;
    color: #000;
}

.shop-product-loop {
    width: 100%;
}

.panel {
    display: flex;
    flex-flow: column nowrap;
    border-top: 1px solid #D6D6D6;
}

form .panel:last-child {
    border-bottom: 1px solid #D6D6D6;
}

.panel .panel-header {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
}

.panel .panel-header h3 {
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
}

.panel .panel-header h3 span.icon svg.open {
    display: none;
}

.panel .panel-header.open h3 span.icon svg.close {
    display: none;
}

.panel .panel-header.open h3 span.icon svg.open {
    display: inherit;
}

.panel .panel-content {
    display: flex;
    flex-flow: column nowrap;
    padding-bottom: 24px;
    /* padding-right: 38px; */
}

.panel .panel-content ul {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.panel .panel-content ul li label {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #444444;
}

.woocommerce .shop-product-loop .products:before,
.woocommerce .shop-product-loop .products:after {
    display: none !important;
}

.woocommerce .shop-product-loop .products {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
}

.woocommerce .shop-product-loop .products .product {
    grid-column: span 4;
    display: flex;
    flex-flow: column nowrap;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    gap: 20px;
    padding-bottom: 20px;
    position: relative;
}

.woocommerce .shop-product-loop .products .product .added_to_cart {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    text-decoration: underline;
    color: #000000;
}

.woocommerce .shop-product-loop .products .product .woocommerce-LoopProduct-link {
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
}

.woocommerce .shop-product-loop .products .product .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
    text-decoration: underline !important;
}

.woocommerce .shop-product-loop .products .product .woocommerce-LoopProduct-link .product-image-wrap {
    background: linear-gradient(180deg, #FFFCF4 0%, rgba(255, 252, 244, 0.2) 32.24%, #FFFCF4 100%);
    width: 100%;
    height: 280px;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.woocommerce .shop-product-loop .products .product>.woocommerce-LoopProduct-link img {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 230ms ease-in-out;
}
.woocommerce .shop-product-loop .products .product>.woocommerce-LoopProduct-link:hover img {
    transform: scale(1.3);
}

.woocommerce .shop-product-loop .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #707070;
    text-transform: uppercase;
}

.woocommerce .shop-product-loop .products .product .woocommerce-LoopProduct-link .price {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5C5C5C;
}

.woocommerce .shop-product-loop .products .product .button {
    margin-top: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 10px;
    border: 1.4px solid #000000;
    background: transparent;
    padding: 8px 20px;
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000000;
    border-radius: 40px;
    text-transform: uppercase;
}

.woocommerce .shop-product-loop .products .product .button:hover {
    background: #9B874D;
    color: #fff;
    border-color: #9B874D;
}

.woocommerce .shop-product-loop .products .product .button.added,
.woocommerce .shop-product-loop .products .product .button:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 60px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul.page-numbers:after {
    display: none !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-flow: row wrap;
    border: none;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    padding: 8px 15px;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000000;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    background: #9B874D;
    color: #fff;
}

@media only screen and (max-width: 1439px) {
    .content-area .site-main {
        padding: 80px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .content-area .site-main {
        padding: 60px 20px;
    }

    .woocommerce .shop-product-loop .products .product {
        grid-column: span 4;
    }
}

@media only screen and (max-width: 767px) {
    .content-area .site-main {
        padding: 40px 20px;
    }

    .shop-product-row {
        flex-flow: column-reverse nowrap;
        gap: 32px;
    }

    .shop-product-side {
        width: 100%;
        max-width: 100%;
    }

    .woocommerce .shop-product-loop .products .product {
        grid-column: span 6;
    }

    .woocommerce-products-header h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .woocommerce .shop-product-loop .products .product .woocommerce-LoopProduct-link .price {
        font-size: 16px;
        line-height: 24px;
    }
    .panel .panel-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .woocommerce .shop-product-loop .products {
        display: flex;
        flex-flow: column nowrap;
        gap: 0;
    }
    .woocommerce .shop-product-loop .products .product {
        padding-bottom: 20px;
    }

    .woocommerce .shop-product-loop .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
        font-size: 18px;
        line-height: 28px;
    }
}

.woocommerce-products-header {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    /* margin-bottom: 32px; */
}

.woocommerce-products-header h1 {
    font-family: "Nanum Myeongjo", serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    display: none !important;
}


.input-container {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}

.dollar-sign {
    background: #D6D6D6;
    padding: 8px 12px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.input-container input {
    padding-left: 20px;
    /* Adjust the padding to make room for the dollar sign */
}

.panel .panel-content.price-panel-content ul {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
}

.panel .panel-content ul li {
    display: flex;
    flex-flow: row nowrap;
}

.panel .panel-content ul li input[type=checkbox] {
    display: none;
}

.panel .panel-content:not(.price-panel) ul li input+label {
    position: relative;
    padding-left: 24px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707070;
    text-transform: none;
}

.panel .panel-content ul li input+label:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #D6D6D6;
    border-radius: 200px;
}

.panel .panel-content:not(.price-panel) ul li input:checked+label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    border-radius: 200px;
    background: #000000;
}

.panel .panel-content.price-panel-content {
    display: flex !important;
}

.panel .panel-content.price-panel-content ul li {
    flex-flow: column nowrap;
    width: 100%;
}

.panel .panel-content.price-panel-content ul li .input-container {
    border-radius: 4px;
    overflow: hidden;
    border: 0.5px solid #D6D6D6;
}

.panel .panel-content.price-panel-content ul li input {
    width: 100%;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 0;
    text-align: center;
    border: 0;
}
.panel .panel-content.price-panel-content ul li input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
.panel .panel-content.price-panel-content ul li input::-webkit-outer-spin-button,
.panel .panel-content.price-panel-content ul li input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
.panel .panel-content.price-panel-content ul li label {
    font-size: 14px;
    line-height: 22px;
}

@media only screen and (max-width: 767px) {
    .shop-product-side form .button-wrapper {
        flex-flow: row nowrap;
        gap: 6px;
    }

    .shop-product-side form .button-wrapper button {
        width: 100%;
    }
}

.woocommerce-info {
    border-top-color: #000 !important;
}

.woocommerce-info::before {
    color: #000 !important;
}

.header-section .woocommerce-ordering {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 12px;
}

.header-section .woocommerce-ordering label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #232323;
    text-transform: none;
    letter-spacing: 0;
}

.header-section .woocommerce-ordering .orderby {
    border: 1px solid #000000;
    padding: 8px 16px;
    border-radius: 100px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    color: #000;
    width: 270px;
}

.header-section .woocommerce-ordering .orderby:hover,
.header-section .woocommerce-ordering .orderby:focus,
.header-section .woocommerce-ordering .orderby:active,
.header-section .woocommerce-ordering .orderby {
    outline: none !important;
}

@media only screen and (max-width: 767px) {

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none !important;
        width: 100%;
        margin-bottom: 0px !important;
    }

    .woocommerce .woocommerce-ordering {
        white-space: nowrap;
    }

    .header-section .woocommerce-ordering .orderby {
        width: 100%;
    }
}

.header-section .woocommerce-ordering {
    position: relative;
    float: none !important;
    margin-bottom: 0 !important;
}

.header-section .woocommerce-ordering:after {
    content: '';
    width: 12px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.5L12 0.5L5.94039 3L0 0.5L6 9.5Z' fill='%23FAE100'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 16px;
    right: 16px;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.header-section {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none !important;
    margin-bottom: 0 !important;
    display: none!important;
}

@media only screen and (max-width: 992px) {
    .header-section {
        flex-flow: row nowrap;
        gap: 32px;
        margin-bottom: 32px;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        width: 100%;
    }

    .header-section .woocommerce-ordering .orderby {
        width: 100%;
    }

    .header-section .woocommerce-ordering label {
        white-space: nowrap;
    }
}

.color-radios {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
}

.color-radios .swatch input {
    display: none;
}

.color-radios .swatch input+.swatch-box-wrap {
    width: 42px;
    height: 42px;
    border: 2px solid #AFAFAF;
    border-radius: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.color-radios .swatch input:checked+.swatch-box-wrap {
    border-color: #000000;
}

.color-radios .swatch input+.swatch-box-wrap .swatch-box {
    display: flex;
    flex-flow: column nowrap;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
}

.color-radios .swatch input+.swatch-box-wrap .swatch-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.color-radios .swatch input+.swatch-box-wrap .swatch-box img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: .2;
}

.color-radios .swatch-atomic-blue input+.swatch-box-wrap .swatch-box:before {
    background: #15203C;
}

.color-radios .swatch-au-gold input+.swatch-box-wrap .swatch-box:before {
    background: #C6BAA8;
}

.color-radios .swatch-butter-pink-rhodonite-pink input+.swatch-box-wrap .swatch-box:before {
    background: #C9AAAA;
}

.color-radios .swatch-crystalline-white input+.swatch-box-wrap .swatch-box:before {
    background: #ffffff;
}

.color-radios .swatch-space-grey input+.swatch-box-wrap .swatch-box:before {
    background: #646464;
}

.color-radios .swatch-ultra-olive-jadeite-olive input+.swatch-box-wrap .swatch-box:before {
    background: #6B7970;
}
.mobile-toggle-sidebar-btn {
    width: 100%;
    max-width: 40px;
    height: 40px;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 200px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.mobile-toggle-sidebar-btn .mobile-icon {
    width: 18px;
    height: 20px;
}
.mobile-toggle-sidebar-btn .mobile-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.mobile-toggle-sidebar-btn.open {
    background: transparent;
}
.mobile-toggle-sidebar-btn.open .mobile-icon svg path {
    stroke: #000;
}

@media only screen and (max-width: 767px) {
    .shop-product-row .shop-product-side form {
        padding: 20px;
        background: #fff;
        box-shadow: 0px 2px 12px 0px #00000033;
        border-radius: 12px;
    }
    .panel:first-child {
        border-top: 0;
    }
    .panel:first-child .panel-header {
        padding-top: 0;
    }
    .color-radios {
        gap: 6px;
    }
}

.color-radios .swatch input+.swatch-box-wrap {
    position: relative;
}

.color-radios .swatch input+.swatch-box-wrap .tooltiptext {
    visibility: hidden;
    background: rgba(47, 47, 47, 0.8);
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity: 0.3s;
    text-align: center;
    width: auto;
    white-space: nowrap;
}

.color-radios .swatch input+.swatch-box-wrap:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.color-radios .swatch input+.swatch-box-wrap .tooltiptext:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(47, 47, 47, 0.8) transparent transparent transparent;
}