/*
Theme Name: Fashionbeat
Theme URI: https://fashionbeat.com/
Author: Fashionbeat Enterprise
Author URI: https://fashionbeat.com/
Description: WordPress theme clone of fashionbeat.com — mobile-first fashion e-commerce store with Meesho-style UI.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stickbeat
Tags: e-commerce, fashion, custom-menu, featured-images, responsive-layout
*/

/* Footer styles matching fashionbeat.com */
.site-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

.footer-col {
  width: 30%;
  margin-bottom: 20px;
}

.footer-col h4 {
  font-size: 16px;
  color: #f1f1f1;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #00b894;
  padding-left: 5px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #333;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
}

/* Search form styling */
.search-div form,
.search-div {
  display: block;
  width: 100%;
  text-decoration: none;
}

.search-input-elm {
  border: none;
  outline: none;
  width: 100%;
  font-size: 13px;
  background: transparent;
  padding: 0 8px;
}

.sc-eeMvmM.fscVpr {
  display: flex;
  align-items: center;
  background: #f0f0f5;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
}

/* Cart count bubble — hidden (no badge on cart icon) */
.header__cart-count--floating,
.header__cart-count.bubble-count {
  display: none !important;
  visibility: hidden !important;
}

.header-menu a._3NH1qf {
  position: relative;
}

/* Product page size buttons */
.size-btn.active {
  background: #198754 !important;
  color: #fff !important;
  border-color: #198754 !important;
}

.color-box {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
  display: inline-block;
}

.color-box.active {
  border-color: #9f2089;
  box-shadow: 1px 1px 4px 0px #9f208936;
}

.color-box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.color-div h4 {
  font-size: 14px;
  padding: 10px 15px 0;
  margin: 0;
}

@media (max-width: 768px) {
  .footer-col {
    width: 100%;
  }
}

/* Clickable category links */
a.category {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

a.category:hover {
  opacity: 0.85;
}

a.category:active {
  transform: scale(0.97);
}

a.category p {
  pointer-events: none;
}

a.category img {
  pointer-events: none;
}

/* Policy / content pages — fashionbeat.com style */
.stickbeat-page-content {
  padding: 20px 16px 40px;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  min-height: 50vh;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

.stickbeat-page-content h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a2024;
}

.stickbeat-page-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #1a2024;
}

.stickbeat-page-content p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #444;
}

.stickbeat-page-content .meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 16px;
}

.stickbeat-page-content dl {
  margin: 0;
}

.stickbeat-page-content dt {
  font-weight: 600;
  font-size: 14px;
  margin-top: 16px;
  color: #1a2024;
}

.stickbeat-page-content dd {
  font-size: 14px;
  color: #444;
  margin: 6px 0 0 0;
  padding-left: 0;
}

.stickbeat-page-content ul,
.stickbeat-page-content ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.stickbeat-page-content li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #444;
}

.stickbeat-page-content a {
  color: #9f2089;
  text-decoration: none;
}

.stickbeat-page-content a:hover {
  text-decoration: underline;
}

.stickbeat-page-content section {
  margin-bottom: 20px;
}
*/
