.choose-color {
    margin-left: 43px;
    display: flex !important;
    align-items: center;
    list-style: none;
    flex-direction: row;
    place-content: center space-around;
    text-align: center;
}

.choose-color li{
    margin-top: 13px;
    display: flex;
    height: 100%;
    list-style: none;
    margin-right: 3px;
    margin-left: 3px;
    background-color: var(--wp--preset--color--background-light-gray);
    color: var(--wp--preset--color--font-secondary);
    padding: 4px;
    cursor: default;
    border-radius: 9px;
    font-size: 0.8em;
}

body.archive main .products {
    margin-top: 21px;
}

ul {
    list-style-type: none !important;
}

.custom-more-products-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: var(--wp--preset--color--background-primary);
}

body .vendor-name, body .store-name {
    text-transform: uppercase;
    margin-top: -3px;
}

#paamPager { display:block; margin:2rem 0; text-align:center; }
#paamPager.is-busy { opacity:.6; pointer-events:none; }
.paam-pager__list { list-style:none; margin:0; padding:0; display:inline-flex; gap:.5rem; align-items:center; }
.paam-pager__item a { display:inline-block; padding:.5rem .75rem; border:1px solid #ddd; border-radius:6px; text-decoration:none; }
.paam-pager__item.is-current { padding:.5rem .75rem; border:1px solid #000; border-radius:6px; font-weight:600; }
.paam-pager__item.is-disabled { opacity:.4; }
.paam-pager__dots { padding:0 .25rem; }
body main .custom-products .custom-products-grid li.grid-pagination-li {
    width: 100%;
  list-style: none;
  grid-column: 1 / -1;
  padding-top: 1rem;
}

body .wc-block-store-notices.wp-block-woocommerce-store-notices {
    position: absolute;
    top: 0px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

body .wc-block-store-notices.wp-block-woocommerce-store-notices .wc-block-components-notice-banner {
    position: relative;
    transition: all 0.4s ease-in-out;
    background: color-mix(in srgb, var(--wp--preset--color--background-danger) 30%, var(--wp--preset--color--background-primary));
    cursor: pointer;
}

body .wc-block-store-notices.wp-block-woocommerce-store-notices .wc-block-components-notice-banner::before {
    content: "x";
    font-size: 19px;
    right: 8px;
    position: absolute;
    top: 0px;
}

body .wc-block-store-notices.wp-block-woocommerce-store-notices .wc-block-components-notice-banner:hover {
    transform: scale(1.01) !important;
}

body .wc-block-store-notices.wp-block-woocommerce-store-notices .wc-block-components-notice-banner:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

body #tab-seller .custom-reviews .star.partial .star-overlay {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    body .custom-products-grid  li.custom-product-item {
        width: 130px !important;
        max-width: 130px !important;
    }

    body .woocommerce-notices-wrapper {
        margin-top: 0px !important;
        margin-right: 0px !important;
    }

    body .wc-block-store-notices.wp-block-woocommerce-store-notices .wc-block-components-notice-banner {
        margin: 0px !important;
        padding: 6px !important;
    }

    body .wc-block-store-notices.wp-block-woocommerce-store-notices .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
        align-self: center;
        flex-basis: 100%;
        padding-right: 10px;
        white-space: normal;
        font-size: 10px !important;
    }

    body .wc-block-store-notices.wp-block-woocommerce-store-notices {
        position: absolute;
        width: 100%;
        max-width: unset;
        top: -34px;
    }

    body .wc-block-store-notices.wp-block-woocommerce-store-notices .wc-block-components-notice-banner .custom-notices-icon {
        height: 45px;
    }

    @keyframes cstSlideIn {
        from { transform: translateX(-8%); opacity: .85; }
        to   { transform: translateX(0);    opacity: 1; }
    }

}

@media (max-width: 1200px) {
    body header div.custom-mobile-header {
        margin: 0 15px 0px 15px;
    }
}
  
body button.custom-icon-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 10px;
    background: transparent;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    line-height: 0;
}
  
body button.custom-icon-info img {
    width: 16px;
    height: 16px;
    display: block;
}
  
body .custom-modal-overlay {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.5);
}
  
body .custom-modal-overlay.is-open {
    display: block;
}
  
body .custom-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(960px, 92vw);
    height: min(80vh, 760px);
    transform: translate(-50%, -50%);
    background: var(--wp--preset--color--background-primary);
    overflow: hidden;
}
  
body .custom-close-modal {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    background: var(--wp--preset--color--background-light-gray);
    cursor: pointer;
    font-size: 22px;
    line-height: 36px;
}
  
body .custom-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

body iframe .custom-frame header,
body iframe .custom-frame footer,
body iframe .custom-general-breadcrump {
    display: none;
}

body .wpfRegionLabel.is-checked span {
    font-weight: 600 !important;
}
  
body div.wpfFilterWrapper[data-filter-type="wpfAuthor"] .wpf-region-group.is-open ul {
    display: none !important;
}
