/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .tag-cats-flex {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.col {
    margin: 10px;
    width: 24%;
}

.image-thumbs img {
    height: 200px;
    width: 100%;
}

.tag-cat-title {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}


#rank-math-rich-snippet-wrapper {
    display: none;
}
li.wc-block-product-categories-list-item {
    display: inline-block;
    padding: 20px 0;
	    margin: 4px 60px 4px 0 !important;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0.wc-block-product-categories-list--has-images {
    padding-bottom: 120px;
}
.blog .post-image {
    height: 230px;
    overflow: hidden;
}
.blog a.read-more.button {
    display: block;
    text-align: center;
}
.blog main#main {
    padding-bottom: 120px;
}
.blog .entry-summary {
    text-align: justify;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: 299px;
		margin: 0 !important;
}
.wc-block-product-categories-list-item a{
	display:block;
}
span.wc-block-product-categories-list-item__name {
    text-align: center;
    font-size: 20px;
    display: block;
    font-weight: bold;
    padding: 10px 0;
    border-right: #eee solid 1px;
    border-bottom: #eee solid 1px;
    border-left: #eee solid 1px;
    background: #999;
    color: #fff;
}
.tag-cat-title{
	background: #999;
    padding: 10px 0;
	margin-top: 0;
	border-right: #eee solid 1px;
    border-bottom: #eee solid 1px;
    border-left: #eee solid 1px;
}
.image-thumbs{
	border: #eee solid 1px;
	    min-height: 200px;
    display: flex;
    align-items: center;
}
.tag-cat-title a{
    color: #fff;
}
.tag-cats-flex .col {
    margin: 10px;
    width: 30%;
}
.site-content{
	padding-bottom:120px;
}
.tag-cats-flex .image-thumbs img {
    height: auto;
	padding: 20px;
}

.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    border: solid 1px #c1bebe !important;
    padding-bottom: 20px  !important;
}

.parent-product-categories-grid .category {
    display: inline-block;
    max-width: 30%;
    border: #f1f1f1 solid 1PX;
    margin-right: 25px;
}
.parent-product-categories-grid .category span {
    background: #008000;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 600px) {
	.parent-product-categories-grid .category {
    display: inline-block;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}}

/** Webshop CSS **/
.webshop-product {
    padding: 100px 20px 50px;
    display: flex;
}

.product-image {
    width: 40%;
}

.product-item .product-image {
    width: 100%;
    position: relative;
    aspect-ratio: auto 450 / 450;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.sale-label {
    background: yellow;
    color: black;
    font-weight: bold;
    text-align: center;
    position: absolute;
    padding: 10px;
    right: 0;
    z-index: 99;
    align-self: flex-start;
    display: flex;
}

span.product-new-price {
    font-size: 1.25em;
    font-weight: bold;
    display: block;
}
span.product-old-price {
    font-style: italic;
    text-decoration: line-through;
}

.product-image img {
    scale: 0.9;
    transition: 0.5s;
    height: 100%;
    
}
.product-item:hover .product-image img {
    scale: 1;
    transition: 0.5s;
}
.product-category{
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #969696;
    line-height: 22px;
    letter-spacing: .02em;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}
.product-category a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
.webshop-tabs {
    padding: 0 5px;
}
.product-details {
    width: 60%;
    padding-left: 30px;
}

span.product-price {
    font-size: 1.25em;
    font-weight: bold;
}
.product-item .product-title a:hover {
    text-decoration: underline;
}
.product-item .product-title a {
    display: flex;
}
.product-item .product-title {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
}

.short-desc {
    padding-top: 20px;
}

.buy-now-button a {
    background: #008000;
    padding: 15px 30px;
    color: white;
    width: 20%;
    display: block;
    text-align: center;
}

.buy-now-button {
    margin-top: 40px;
}

.webshop-product .buy-now-button a {
    width: 100% !important;
}
div#product-filter input.btn.btn-primary {
    background: #2c4ac0 !important;
    color: white !important;
}

.webshop-tabs ul {
    display: flex;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.product-item .product-title a {
    font-size: 16px;
}
.product-item .product-prices {
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
	    align-items: center;
}

.product-item .buy-now-button a {
    background: none;
    background: #008000;
    color: white !important;
    border-radius: 5px;
}
span.product-new-price {
    font-size: 1.25em;
    font-weight: bold;
    display: block;
    color: #ea4226;
}
.webshop-tabs ul li {

    display: inline-block;

}

.webshop-tabs ul li:first-child {
    border-left-width: 1px;
}

.webshop-tabs ul li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff;
}


.webshop-tabs ul li {
    background-color: rgba(0,0,0,.02);
    margin: 0;
    border-radius: 0;
    border-width: 1px 1px 0 0;
    border-color: rgba(0,0,0,.08);
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.webshop-tabs ul li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}

.tab-content {
    padding: 15px;
}

.webshop-tabs .tab.active {
    display: block;
}

.webshop-tabs .tab {
    display: none;
}

div#other-details table p {
    border-bottom: solid 1px #ddd;
}

div#other-details table {
    background: #e9e9e9;
    border-collapse: collapse;
}

.payment-image img {
    width: 50%;
}

.parent-post-categories-grid {
    display: flex;
    flex-wrap: wrap;
}



.parent-post-categories-grid .cat-image img, #brands-grid img {
    width: 100%;
}

div#product-grid, #brands-grid {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.product-item .product-title h2 {
    font-size: 20px !important;
    text-align: center;
}
.product-item .product-title h2 a {
    color: black;
}


.product-item {
    background: white;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px);
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	transition: 0.5s;
}

.product-item:hover {
    box-shadow: 0 5px 5px #00000026;
    transition: 0.5s;
}
.product-item .buy-now-button {
    margin: 10px 0 0 0;
    flex-grow: 1;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

.product-item .buy-now-button a {
    text-decoration: none !important;

}
.product-item .buy-now-button a {
    width: 100%;
    margin: 0 !important;
}

.site-content {
    display: block !important;
}
div#total-items {
    width: 100%;
    padding: 0 60px;
    margin-top: 50px;
}

div#brands-grid .product-title h2 {
    font-size: 25px;
    text-align: center;
}

div#brands-grid .brand-item {
    width: calc(25% - 20px);
    background: white;
    padding: 10px!important;
    border: solid 1px #ddd;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

.brand-item .product-image {
    width: 100%;
    display: flex;
    place-content: center;
}

.brand-item .product-image a {
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}

.brand-item .product-title {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: center;
    width: 100%;
}

div#brands-grid .product-title h2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
}


div#product-filter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 60px;
    margin-top: 50px;
}

div#product-filter > div {
    flex-grow: 1;
}
.brand-filter {
    padding: 0 20px 0 0;
}

.brand-filter select {
    width: 100%;
    padding: 12px;
}

.price-range {
    display: flex;
}

.price-range input {
    margin-right: 20px;
    width: 50%;
}

.filter-submit {
    margin: 10px 0 0 0;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

.filter-submit input {
    width: 100%;
    text-transform: uppercase;
}

.no-product-found {
    text-align: center;
    padding: 30px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    margin: 50px 0;
}

.no-product-found a {
    color: #0366d6;
    text-decoration: none;
}

.no-product-found a:hover {
    text-decoration: underline;
}

.webshop-product .product-image {
    position: relative;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin-left: 10px;
}

.pagination span.page-numbers.current {
    background-color: #0035ffcf;
    color: white;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}
.pagination a:hover:not(.active) {
    background-color: #0035ffcf;
    border-radius: 5px;
    color: white;
}
.brand-item .product-image {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .parent-post-categories-grid .category {
        width: 100%;
    }
    .product-item {
        width: 100%;
    }

    div#brands-grid .brand-item {
        width: 100%;
    }
    .webshop-product {
        flex-flow: column;
    }
    .webshop-product .product-image {
        width: 100%;
    }
    .product-details {
        width: 100%;
        padding: 0;
    }
    .buy-now-button a {
        width: 100%;
    }
    .payment-image img {
        width: 100%;
    }
}

div#webshop-related-products {
    display: flex;
    flex-direction: row;
}

div#webshop-related-products .product-item {
    background: white;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px);
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    transition: 0.5s;
}

.category-top-short-content {
    margin-top: 50px;
}

.parent-post-categories-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.parent-post-categories-grid .category {
    box-sizing: border-box;
    background: white;
    border: solid 1px #ddd;
    display: flex;
    flex-wrap: wrap;
    width: calc(33% - 40px);
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 300ms;
    margin: 20px;
}
.cat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-image {
    padding: 0;
    transition: 0.5s;
}
.parent-post-categories-grid .cat-title {
    text-align: center;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 20px;
    bottom: 0;
    background: var(--accent);
    font-size: 16px;
}


.parent-post-categories-grid .category a {
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
}

.cat-image:hover img {
    scale: 1.1;
    transition: 0.5s;
}

.brand-grid {
    display: grid;
    gap: 24px;
}

.grid-cols-1 { grid-template-columns: repeat(1, 1fr); }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 768px) {
    .brand-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.brand-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.brand-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brand-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ffd700;
    color: #000;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 2;
    text-transform: uppercase;
}

.brand-image-grid {
    width: 100%;
    padding: 10px;
    align-self: center;
}

.brand-image-grid img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.brand-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.brand-category {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 10px;
}

.brand-pricing {
    margin: 12px 0;
}

.brand-old-price {
    text-decoration: line-through;
    color: #ef4444;
    font-size: 14px;
    display: block;
}

.brand-new-price {
    font-weight: bold;
    color: #10b981;
    font-size: 18px;
    display: block;
}

.brand-action {
    margin-top: auto;
}

.btn-brand-buy {
    background-color: #2ecc71;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    transition: background-color 0.2s ease;
}

.btn-brand-buy:hover {
    background-color: rgb(40, 117, 72);
}

.brand-filter-container {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background-color: #f9fafb;
}

.brand-filter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.brand-filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
}

.brand-filter-group {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
}

.brand-filter-group label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
}

.brand-filter-group input[type="number"] {
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
}

.brand-filter-submit {
    display: flex;
    align-items: flex-end;
}

.btn-filter {
    background-color: #3b82f6;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s ease;
}

.btn-filter:hover {
    background-color: #2563eb;
}

.brand-total-items {
    margin-top: 16px;
    font-size: 16px;
    color: #374151;
}


.category-grid {
    display: grid;
    gap: 24px;
}

.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.category-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.category-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-image-grid {
    width: 100%;
    padding: 10px;
    align-self: center;
}

.category-image-grid img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.category-body {
    padding: 16px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.subcategory-grid {
    display: grid;
    gap: 24px;
    margin: 40px 0;
}

.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 768px) {
    .subcategory-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.subcategory-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.subcategory-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.subcategory-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.subcategory-image-grid {
    width: 100%;
    padding: 10px;
    align-self: center;
}

.subcategory-image-grid img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.subcategory-body {
    padding: 16px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subcategory-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.brand-filter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background-color: #f9fafb;
}

.brand-filter-group {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
}

.brand-filter-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #374151;
}

.brand-filter-group input,
.brand-filter-group select {
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

.brand-filter-submit {
    display: flex;
    align-items: flex-end;
}

.btn-filter {
    background-color: #3b82f6;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-filter:hover {
    background-color: #2563eb;
}

.brand-total-items {
    margin-top: 10px;
    font-size: 16px;
    color: #374151;
}
.brand-grid {
    display: grid;
    gap: 24px;
}

.brand-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.brand-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brand-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ffd700;
    color: #000;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 2;
    text-transform: uppercase;
}

.brand-image-grid {
    width: 100%;
    padding: 10px;
    align-self: center;
}

.brand-image-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.brand-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.brand-pricing {
    margin: 12px 0;
}

.brand-old-price {
    text-decoration: line-through;
    color: #ef4444;
    font-size: 14px;
    display: block;
}

.brand-new-price {
    font-weight: bold;
    color: #10b981;
    font-size: 18px;
    display: block;
}

.brand-action {
    margin-top: auto;
}

.btn-brand-buy {
    background-color: #2ecc71;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    transition: background-color 0.2s ease;
}

.btn-brand-buy:hover {
    background-color: rgb(40, 117, 72);
}
/* Main layout */
.product-single {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.product-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Image & badge */
.product-image {
    flex: 1 1 40%;
    position: relative;
}
.product-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #facc15;
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    z-index: 1;
}

/* Product details */
.product-details {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-title {
    font-size: 28px;
    font-weight: 700;
}
.product-pricing {
    display: flex;
    align-items: center;
    gap: 10px;
}
.price-current, .brand-new-price {
    font-size: 22px;
    font-weight: bold;
    color: #10b981;
}
.price-old, .brand-old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #ef4444;
}
.product-shortdesc {
    font-size: 15px;
    color: #374151;
}

/* CTA */
.buy-now-button {
    margin-top: 10px;
}
.buy-now-button a {
    background: #2ecc71;
    color: white;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}
.buy-now-button a:hover {
    background: #1f9254;
}

/* Payment image */
.payment-image img {
    max-width: 240px;
    margin-top: 20px;
}


/* --- Product Tabs Modern Styling --- */
.product-tabs {
    margin-top: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tabs-nav {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

.tabs-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    text-align: center;
}

.tabs-nav li a {
    display: block;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    color: #4b5563;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-bottom: 2px solid transparent;
}

.tabs-nav li:hover a {
    background-color: #f3f4f6;
}

.tabs-nav li.active a {
    color: #10b981;
    border-bottom: 2px solid #10b981;
    background-color: #ffffff;
}

.tabs-content {
    padding: 24px;
}

.tabs-content .tab {
    display: none;
    animation: fadeIn 0.3s ease;
}

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

/* Description styling */
.full-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

/* Product meta table */
.product-meta {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    color: #374151;
}

.product-meta td {
    padding: 10px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e5e7eb;
}

.product-meta td:first-child {
    font-weight: 600;
    width: 35%;
    color: #111827;
    background-color: #f9fafb;
}

/* Fade effect */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Related products */
.brand-grid {
    display: grid;
    gap: 24px;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.brand-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
}
.brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.brand-link {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
}
.brand-image-grid img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.brand-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.brand-title {
    font-size: 16px;
    font-weight: 600;
}
.brand-action {
    margin-top: 10px;
}
.btn-brand-buy {
    background: #2ecc71;
    padding: 10px;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    display: block;
    text-align: center;
}
.btn-brand-buy:hover {
    background: #1f9254;
}
