@keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
/* Product filter and tabs styles */

p.sing_product_id {
    background-color: #FF5722;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    padding: 4px 16px;
    border-radius: 0px 0px 0px 16px;
    font-weight: 600;
}
.product-filter-container {
    padding: 20px;
    background: #000000;
    border: 1px solid #30343c;
}
.col-inner.tab-content-container {
    margin-top: 0px;
}
.product-filter-form {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.price-filter, .sort-filter {
    flex: 1;
    min-width: 200px;
}

.search-filter {
    flex: 2;
    min-width: 300px;
}


.filter-button, .reset-button {
    display: flex;
    align-items: flex-end;
}


.product-small:hover {
    transform: translateY(-6px);
}


.loading-spinner {
    text-align: center;
    padding: 20px;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2e8b57;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

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

.pagination-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination-link {
    display: inline-block;
    padding: 0px !important;
    border: 1px solid #ddd;
    border-radius: 99px;
    text-decoration: none;
    color: #ffffff;
    width: 34px;
    height: 34px;
    margin: 0px;
    line-height: 34px;
}

.pagination-link.current {
    background-color: #fe3030;
    color: white;
    border-color: #fe3030;
}
a.pagination-link:hover {
    color: #ffffff;
    background-color: #9ee200;
}
.no-products-found {
    padding: 20px;
    text-align: center;
    color: #666;
}

/* Tab Styles */
.fco-tabs-container {
    margin-bottom: 40px;
}

.tab-item {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 8px;
}



.tab-content-container {
    margin-top: 20px;
}

.fco-tab-content {
    display: none;
}

.fco-tab-content.active {
    display: block;
}

.fco-tab-content.hidden {
    display: none;
}


/* Make the icon boxes display horizontally */
.fco-tab .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px; /* Space between icons */
}

/* Set the width for each icon box */
.fco-tab .icon-box {
  width: auto;
  min-width: 120px;
  max-width: 180px;
  flex: 1;
  margin: 0;
 
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Add some hover effects */
.fco-tab .icon-box:hover {
  transform: translateY(-5px);
 
}

.fco-tab .icon-box-img {
    width: 86px !important;
}
.product-small.box.has-hover.box-normal.box-text-bottom {
    background: #1f2228;
    border: 1px solid #30343c;
}

.product-small .box-text.text-left {
    padding: 0px 0px 8px 0px;
}
.account_id { background-color: #fe3030; position: absolute; top: 0; left: 0; color: #000; padding: 4px 8px; border-radius: 2px 0px 18px 0px; font-weight: 600;font-size: 14px; }
.product-small .title-wrapper {
    background-color: #ff9800;
    width: 100%;
    text-align: center;
    padding: 5px 2px;
    text-transform: uppercase;
}

.product-small .price-wrapper {
    font-size: 18px;
    text-align: center;
}

.account_details {
    background-color: #313233;
    margin: 0px 4px 8px 4px;
    color: #d1d1d1;
    padding: 8px;
    border-radius: 6px;
    font-style: italic;font-size: 12px;
}


.product-small .image-cover {
    padding-top: 65% !important;
}

a.btnMuangay {
    background: -webkit-linear-gradient(bottom, #ff5772 0%, #fe3030 100%);
    color: #000000;
    margin: auto;
    text-align: center !important;
    padding: 6px 8px;
    font-weight: 600;
    margin-top: 8px !important;
    display: flex !important;
    justify-content: center;
    width: 68%;
}

.filter-button {
    margin:  0px !important;
}

.filter-button button {
    background: -webkit-linear-gradient(bottom, #fe3030 0%, #fe3030 100%);
    color: #000000;
}

.icon-box.active img {
    border: 3px solid #fe3030 !important;
    border-radius: 50%;
        padding: 0px;
    margin: 0px;
}

.filter-select option {
    background-color: white;
    color: black;
}
button.reset-filter-btn {
    background: -webkit-linear-gradient(bottom, #EC4B13 0%, #AC300E 100%);
    color: #000;
    box-shadow: unset;
}
.icon-box.tab-item.active h3 {
    color: #fe3030 !important;
}
/* Style for active tab */

/* Make the images responsive */
.fco-tab .icon-box-img {
  margin-bottom: 10px;
}

/* Style the text for better readability */
.fco-tab .icon-box-text h3 {
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

/* Responsive adjustments */



@media (max-width: 768px) {
  .fco-tab .icon-box {
    min-width: 100px;
    max-width: 150px;
  }
}

@media (max-width: 480px) {
	
	.col.summer-product-info .col-inner { padding: 8px; }
	.col.summer-product-info .custom-button {
    display: flex !important;
    flex: 1;
    margin: 0px 0px 8px 0px;
}
	
	div#fco-tab-row .fco-tab > .col-inner {
    padding: 8px !important;
}
	
  .fco-tab .col-inner {
    gap: 4px;
  }
  
  .fco-tab .icon-box {
    min-width: 78px;
    max-width: 110px;
	padding: 0px;
  }
  
  .fco-tab .icon-box-text h3 {
    font-size: 12px;
  }
}

.product-filter-form * { margin-bottom: 0px; }
.product-filter-container {
    padding: 8px;
}

.filter-button, .reset-button { flex: 1; }  .filter-button *, .reset-button * { width: 100%; margin: 0px; }
div#fco-tab-row .fco-tab > .col-inner {
    background: #1f2228;
    border: 1px solid #30343c;
    border-bottom: none;
    padding: 20px 20px 15px 20px;
}

.fco-tab .icon-box-text h3 {
    text-transform: uppercase;
    font-weight: 500;
}




/* Dark theme for account details - Optimized for responsiveness */
.account-details-order {
    background-color: #111;
    border-radius: 8px;
    padding: 16px;
    margin: 20px 0;
    border: 1px solid #222;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: #eee;
    width: 100%;
   animation-name
    box-sizing: border-box;
}
section.woocommerce-order-details {
    display: none;
}
.account-details-order h4 {
    color: #fcbf55;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    flex-wrap: wrap;
    line-height: 1.4;
}

.account-details-order h4 svg {
    margin-right: 8px;
    stroke: #fcbf55;
    flex-shrink: 0;
}

.account-detail-item {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    margin-bottom: 8px;
    background-color: #1a1a1a;
    border-radius: 6px;
    border-left: 3px solid #fe3030;
    flex-wrap: wrap;
}

.account-detail-item strong {
    display: flex;
    align-items: center;
    color: #fe3030;
    margin-right: 8px;
    width: 188px;
    font-size: 14px;
    flex-shrink: 0;
}

.account-detail-item strong svg {
    margin-right: 5px;
    stroke: #fe3030;
    flex-shrink: 0;
}

.account-detail-item span {
    flex: 1;
    min-width: 0; /* Important for text overflow in flex items */
    word-break: break-all;
    padding: 0 8px;
    color: #fff;
    font-family: monospace;
    font-size: 14px;
}

.copy-btn {
    background-color: #222;
    border: none;
    color: #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-left: 5px;
    height: 28px;
    width: 28px;
}

.copy-btn:hover {
    background-color: #333;
    color: #fcbf55;
}

.copy-btn svg {
    stroke: currentColor;
}

.copy-btn.copied {
    background-color: #2d3b1f;
    color: #fe3030;
}

/* Responsive adjustments - Mobile First approach */
@media (max-width: 480px) {
    .account-details-order {
        padding: 12px;
    }
    
    .account-detail-item {
        flex-direction: column;
        padding: 8px;
    }
    
    .account-detail-item strong {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }
    
    .account-detail-item span {
        width: 100%;
        padding: 5px 0;
        margin-bottom: 6px;
    }
    
    .copy-btn {
        align-self: flex-end;
        margin-left: auto;
    }
}

/* Medium screens (tablets) */
@media (min-width: 481px) and (max-width: 768px) {
    .account-detail-item {
        flex-wrap: wrap;
    }
    
    .account-detail-item strong {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .account-detail-item span {
        width: calc(100% - 40px);
        padding: 5px 0;
    }
    
    .copy-btn {
        margin-left: auto;
		position: absolute;
        background-color: unset;
    }
	
		.woo-top-buyers__list {
    min-height: unset;
}
	
	
}

/* Ensure tap targets are large enough on mobile */
@media (max-width: 768px) {
    .copy-btn {
        height: 36px;
        width: 36px;
        padding: 8px;
		position: absolute;
        background-color: unset;
    }
	
	.woo-top-buyers__list {
    min-height: unset;
}
	
}

.woo-top-buyers__list {
    min-height: 300px;
}

        .woo-top-buyers {
            background-color: #111;
            color: #fff;
            border-radius: 0px;
            overflow: hidden;
            max-width: 450px;
            margin: 0 auto;
        }
        .woo-top-buyers__title {
            color: #fe3030;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            padding: 15px 0;
            margin: 0;
        }
        .woo-top-buyers__list {
            padding: 0 15px;
        }
        .woo-top-buyers__item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
            padding: 5px 0;
        }
        .woo-top-buyers__rank {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            margin-right: 10px;
            font-weight: bold;
        }
        .woo-top-buyers__rank-1 {
            background-color: transparent;
            color: #ffd700;
            font-size: 24px;
        }
        .woo-top-buyers__rank-2 {
            background-color: #00ffcc;
            color: #000;
        }
        .woo-top-buyers__rank-3 {
            background-color: #00b3ff;
            color: #000;
        }
        .woo-top-buyers__rank-4,
        .woo-top-buyers__rank-5,
        .woo-top-buyers__rank-6 {
            background-color: #3cb371;
            color: #000;
        }
        .woo-top-buyers__name {
            color: #ff9800;
            font-size: 16px;
            font-weight: bold;
            flex-grow: 1;
        }
        .woo-top-buyers__amount {
            background-color: #ffbf00;
            color: #000;
            padding: 2px 10px;
            border-radius: 5px;
            font-weight: bold;
        }
        .woo-top-buyers__button {
            display: block;
            background-color: #000;
            color: #fe3030;
            text-align: center;
            padding: 15px 0;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
            width: 100%;
            border-top: 1px solid #333;
			  transition: 0.3s;
        }
.woo-top-buyers__button:hover {
    transform: translateY(-6px);
    color: #fe3030;
}
   