/* =================================
   Version: v4
   Image Section
================================= */

.sub-header {
    text-align: center;
    padding: 80px 20px 30px;
    position: relative;
    z-index: 1;
}

.back-link {
    display: inline-block;
    margin-bottom: 25px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    opacity: 0.5;
}

.back-link:hover {
    opacity: 1;
}

.sub-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 12px;
    opacity: 0.95;
}

.page-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    opacity: 0.95;
}

.sub-main {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 80px;
    position: relative;
    z-index: 1;
}

.sub-intro {
    margin-bottom: 40px;
    line-height: 1.7;
    font-size: 16px;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.item-card {
    background: rgba(255,255,255,0.08);
    padding: 22px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}

.item-card h3 {
    margin-top: 0;
    margin-bottom: 14px;
}

.item-card ul {
    padding-left: 18px;
}

.item-card li {
    margin-bottom: 6px;
}

/* =================================
   Popular Brands Section
   Version: v2
================================= */

.brand-section {
    margin-top: 60px;
}

.brand-section h2 {
    margin-bottom: 18px;
}

.brand-list {
    list-style: none;
    padding: 0;
    columns: 2;
}

.brand-list li {
    margin-bottom: 8px;
	
}


.subcategory-image {
  width: 60%;
    max-width: 900px;
    display: block;
    margin: 2px auto;
    text-align: center;
}

.subcategory-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.subcategory-image figcaption {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}

.sub-image {
    margin-bottom: 40px;
}

.sub-image img {
    width: 80%;
    max-width: 900px;
    display: block;	
    border-radius: 18px
}	
	
	
	/* =================================
   SHARE BUTTONS
================================= */

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 24px;
}

.share-label {
    font-weight: 600;
    color: #ffffff;
    margin-right: 4px;
}

.share-btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: transform 0.2s ease, opacity 0.2s ease;
    color: white;
}

.share-btn:hover {
    transform: translateY(-1px);
    opacity: 0.9;
}

.facebook { background: #1877f2; }
.x { background: #111111; }
.linkedin { background: #0a66c2; }
.whatsapp { background: #25d366; }
.pinterest { background: #bd081c; }
.email { background: #6b7280; }
.instagram { background: #c13584; }
