/*Add Css Custom Here*/
div.tshirtecommerce-btn-group{ 
	display: inline-block; 
	background-color: #ff3c20;
    border-radius: 3px;
    margin: 0 5px;
    padding: 0 10px;
   
    width: auto;
    vertical-align: top;
}
div.tshirtecommerce-btn-group > a{ color: white; text-transform: uppercase;}
/*====== Fix bugs Megamenu not showing icon font (26/1/2018) =====*/
@media (min-width: 992px)  {
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:before,
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:after{display: none;}
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical .vertical-wrapper{
      visibility: hidden;
      opacity: 0;
    }   
    .common-home .navbar-compact.typeheader-1 .container-megamenu.vertical:hover .vertical-wrapper{
      visibility: visible;
      opacity: 1;
      top: 40px; } 
}
@media (min-width: 992px){
	/*.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {    padding: 9px 0; line-height: 24px; height: auto;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i,
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {
	    display: inline-block;
	}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before{display: none;} */
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img{position: static; transform: inherit;}

}

.typeheader-12 .navbar-logo .logo{
	min-height: 40px;
}


header .container-megamenu.horizontal .menu-layouts .sub-menu ul li a{ line-height: 30px; padding: 0; }
header .container-megamenu.horizontal .shoppage .title-shoppage {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #222;
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eaeaea;
}
header .container-megamenu.horizontal .content-feature li a, 
header .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a, 
header .container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item, 
header .container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu{
	color: #666;
}
header .container-megamenu.horizontal .shoppage ul li:hover{ padding: 0; }
body .container-megamenu.vertical{ z-index: 99; }
header .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i.fa{ width: 30px; padding: 0; text-align: center; }
header .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore{ padding-left: 46px; }

.layout-17.common-home #content .module.so_newletter_custom_popup .modcontent{ border: none; }
@media (max-width: 992px){.div_sticky {display: none !important;}}
@media (max-width: 480px){
  .product-view .content-product-right .box-info-product .cart .btn.btn-checkout {
    margin: 0 2px !important;
}
  .product-view .content-product-right .box-info-product .cart .btn {
    width: 135px !important;
        margin-bottom: 5px;
}
.product-view .content-product-right .box-info-product .add-to-links .compare{
      margin-top: 5px;
    display: block;

}
.product-detail .box-info-product .cart .btn.btn-checkout{
  margin: 0 2px !important;
}
.product-detail .box-info-product .cart .btn{
   margin-bottom: 5px !important;
}
}

/* Product page refinements */
.product-view .content-product-left .large-image {
  max-height: 420px;
  width: 85%;
  margin: 0 auto 12px;
  border-radius: 10px;
  border: 1px solid #f2cfd4;
}
.product-view .content-product-left .large-image img {
  max-height: 420px;
  object-fit: contain;
  width: 100%;
}
.product-cta-panel {
  background: linear-gradient(180deg, #fff, #fff7f8);
  border: 1px solid #f2cfd4;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 12px 28px rgba(143, 15, 36, 0.08);
  margin: 12px 0 16px;
}
.product-cta-panel .product_page_price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.product-cta-panel .price-new #price-old,
.product-cta-panel .price-new #price-special {
  font-size: 28px;
  font-weight: 800;
  color: #8f0f24;
}
.product-cta-panel .price-old {
  font-size: 16px;
  color: #9b5c68;
}
.product-cta-panel .label-sale {
  background: #8f0f24;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.product-cta-panel .price-tax {
  width: 100%;
  font-size: 12px;
  color: #7a1a26;
}
.product-cta-panel .product-discounts {
  margin: 10px 0 0;
}
.product-view .box-cart .detail-action .cart {
  margin-top: 15px !important;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.product-view .box-cart .detail-action .cart .btn {
  border-radius: 999px !important;
  padding: 14px 18px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  box-shadow: 0 10px 20px rgba(143, 15, 36, 0.12);
}
.product-view .box-cart .detail-action .cart .btn.btn-mega {
  background: linear-gradient(135deg, #c51d38, #8f0f24) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(143, 15, 36, 0.22);
}
.product-view .box-cart .detail-action .cart .btn.btn-mega:hover {
  filter: brightness(1.03);
}
.product-view .box-cart .detail-action .cart .btn.btn-checkout {
  background: #fff !important;
  border: 1px solid #f2cfd4 !important;
  color: #8f0f24 !important;
}
.product-view .box-cart .detail-action .cart .btn.btn-checkout:hover {
  background: #fff7f8 !important;
  color: #8f0f24 !important;
  box-shadow: 0 10px 22px rgba(143, 15, 36, 0.15);
}
.product-view .box-cart .option.quantity {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.product-view .box-cart .option.quantity .control-label {
  margin: 0;
  min-width: 90px;
  padding: 0;
  line-height: 1.2;
}
.product-view .box-cart .option.quantity .quantity-control {
  margin: 0;
  width: auto;
}
.product-view .quantity-control {
  border-radius: 16px;
  border: 1px solid #f2cfd4;
  background: linear-gradient(180deg, #fff, #fff8f9);
  box-shadow: 0 10px 22px rgba(143, 15, 36, 0.08);
  overflow: hidden;
}
.product-view .quantity-control .input-group-addon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: #fff1f2;
  color: #8f0f24;
  font-size: 16px;
  transition: all 0.2s ease;
}
.product-view .quantity-control .input-group-addon:hover {
  background: linear-gradient(135deg, #c51d38, #8f0f24);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 14px rgba(143, 15, 36, 0.18);
}
.product-view .quantity-control .form-control {
  height: 42px;
  font-size: 16px;
  font-weight: 800;
  border: none;
  box-shadow: none;
  color: #5b0e1b;
  background: transparent;
  width: 78px;
  padding: 0;
}
.product-view .quantity-control .form-control:focus {
  outline: none;
  box-shadow: none;
}
.product-view .box-cart .detail-action .cart {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.product-view .box-cart .detail-action .cart .btn {
  border-radius: 999px !important;
  padding: 14px 18px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  box-shadow: 0 10px 20px rgba(143, 15, 36, 0.12);
}
.product-view .box-cart .detail-action .cart .btn.btn-mega {
  background: linear-gradient(135deg, #c51d38, #8f0f24) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(143, 15, 36, 0.22);
}
.product-view .box-cart .detail-action .cart .btn.btn-mega:hover {
  filter: brightness(1.03);
}
.product-view .box-cart .detail-action .cart .btn.btn-checkout {
  background: #fff !important;
  border: 1px solid #f2cfd4 !important;
  color: #8f0f24 !important;
}
.product-view .box-cart .detail-action .cart .btn.btn-checkout:hover {
  background: #fff7f8 !important;
  color: #8f0f24 !important;
  box-shadow: 0 10px 22px rgba(143, 15, 36, 0.15);
}
.product-meta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
  margin: 12px 0 16px;
}
.product-meta-cards .meta-card {
  border: 1px solid #f2cfd4;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.03);
}
.product-meta-cards .meta-card > div {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.product-meta-cards .meta-card > div:last-child {
  margin-bottom: 0;
}
.product-meta-cards .meta-card.viewed {
  background: linear-gradient(180deg, #fff7f8, #fff);
}
.product-meta-cards .meta-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f0f24;
  margin-right: 6px;
}
.product-meta-cards .meta-value {
  font-weight: 700;
  color: #5b0e1b;
}
.product-meta-cards .meta-value i {
  color: #c92227;
  margin-right: 4px;
}
.product-meta-cards .brand a.meta-value {
  color: #c92227;
}
.hero-title h1 {
  font-size: 30px;
  font-weight: 800;
  color: #5b0e1b;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
.hero-title h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 48%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c51d38, #8f0f24);
}
.hero-head {
  align-items: center;
  margin-bottom: 8px;
}
.hero-head .hero-review {
  width: 100%;
}
.hero-review {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, #fff, #fff7f8);
  border: 1px solid #f2cfd4;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.hero-review .rating .fa-star,
.hero-review .rating .fa-star-o {
  color: #c92227;
}
.hero-review .reviews_button {
  font-weight: 700;
  color: #8f0f24;
}
.hero-review .order-num {
  font-weight: 700;
  color: #5b0e1b;
}
.hero-review .order-num i {
  color: #c92227;
  margin-right: 4px;
}
.box-cart .box-info-product {
  background: #fff;
  border: 1px solid #f2cfd4;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}
.box-cart .quantity-control {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f2cfd4;
}
.box-cart .quantity-control .input-group-addon {
  background: #fff1f2;
  color: #8f0f24;
  cursor: pointer;
  border: none;
}
.box-cart .quantity-control .form-control {
  border: none;
  text-align: center;
  font-weight: 700;
}
.box-cart .detail-action .cart {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.box-cart .detail-action .cart .btn {
  flex: 1;
  min-width: 140px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 18px;
  transition: all 0.2s ease;
  box-shadow: 0 10px 20px rgba(143, 15, 36, 0.12);
}
.box-cart .detail-action .cart .btn.btn-mega {
  background: linear-gradient(135deg, #c51d38, #8f0f24);
  color: #fff;
  border: none;
  box-shadow: 0 12px 24px rgba(143, 15, 36, 0.22);
}
.box-cart .detail-action .cart .btn.btn-mega:hover {
  filter: brightness(1.03);
}
.box-cart .detail-action .cart .btn.btn-checkout {
  background: #fff;
  border: 1px solid #f2cfd4;
  color: #8f0f24;
}
.box-cart .detail-action .cart .btn.btn-checkout:hover {
  background: #fff7f8;
  color: #8f0f24;
  box-shadow: 0 10px 22px rgba(143, 15, 36, 0.15);
}
.box-cart .add-to-links.wish_comp {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .product-view .content-product-left .large-image {
    width: 100%;
    max-height: 360px;
  }
  .product-view .content-product-left .large-image img {
    max-height: 360px;
  }
  .product-cta-panel {
    padding: 12px 14px;
  }
  .product-view .box-cart .detail-action .cart {
    flex-direction: column;
  }
  .product-view .box-cart .detail-action .cart .btn {
    width: 100% !important;
    text-align: center;
  }
}

/* Wishlist / Compare pill styling */
.product-view .add-to-links.wish_comp ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.product-view .detail-action .add-to-links.wish_comp {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-view .add-to-links.wish_comp li a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #f2cfd4;
  background: #fff;
  color: #8f0f24;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.product-view .add-to-links.wish_comp li.wishlist a {
  background: #fff1f2;
}
.product-view .add-to-links.wish_comp li a:hover {
  background: linear-gradient(135deg, #c51d38, #8f0f24);
  color: #fff;
  border-color: transparent;
}

/* Quickview modal styling */
.quickview-modal {
  background: linear-gradient(180deg, #fff, #fff9fa);
  border: 1px solid #f2cfd4;
  border-radius: 16px;
  padding: 16px;
  max-width: 1180px;
  margin: 10px auto;
  min-height: 90vh;
  overflow-y: visible;
}
.quickview-modal .title-product h1 {
  font-size: 26px;
  font-weight: 800;
  color: #5b0e1b;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.quickview-modal .title-product h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 46%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c51d38, #8f0f24);
}
.quickview-modal .product_page_price {
  background: linear-gradient(180deg, #fff, #fff7f8);
  border: 1px solid #f2cfd4;
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  max-width: 100%;
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}
.quickview-modal .product_page_price .price-new #price-old,
.quickview-modal .product_page_price .price-new #price-special {
  font-size: 24px;
  font-weight: 800;
  color: #8f0f24;
}
.quickview-modal .product_page_price .price-old {
  color: #9b5c68;
}
.quickview-modal .product-box-desc {
  border: 1px solid #f2cfd4;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.03);
  margin-bottom: 10px;
}
.quickview-modal .product-box-desc .stock i {
  color: #c92227;
}
.quickview-modal .box-info-product {
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #f2cfd4;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fff8f9);
  box-shadow: 0 10px 22px rgba(143, 15, 36, 0.08);
  text-align: center;
  align-items: center;
}
.quickview-modal .box-info-product .option.quantity {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.quickview-modal .box-info-product .option.quantity .control-label {
  margin: 0;
  font-weight: 700;
  color: #5b0e1b;
  min-width: 80px;
}
.quickview-modal .box-info-product .quantity-control {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #f2cfd4;
  background: linear-gradient(180deg, #fff, #fff8f9);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.quickview-modal .box-info-product .quantity-control .input-group-addon {
  background: #fff1f2;
  color: #8f0f24;
  cursor: pointer;
  border: none;
  width: 34px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 800;
}
.quickview-modal .box-info-product .quantity-control .form-control {
  border: none;
  text-align: center;
  font-weight: 800;
  width: 64px;
  box-shadow: none;
}
.quickview-modal .box-info-product .detail-action {
  margin-top: 8px;
}
.quickview-modal .box-info-product .detail-action .cart {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.quickview-modal .box-info-product .detail-action .cart .btn {
  flex: 1;
  min-width: 130px;
  border-radius: 999px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 13px !important;
  transition: all 0.2s ease;
  box-shadow: 0 10px 20px rgba(143, 15, 36, 0.12);
}
.quickview-modal .box-info-product .detail-action .cart .btn.btn-mega {
  background: linear-gradient(135deg, #c51d38, #8f0f24) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 12px 24px rgba(143, 15, 36, 0.22);
}
.quickview-modal .box-info-product .detail-action .cart .btn.btn-mega:hover {
  filter: brightness(1.03);
}
.quickview-modal .box-info-product .detail-action .cart .btn.btn-checkout {
  background: #fff !important;
  border: 1px solid #f2cfd4 !important;
  color: #8f0f24 !important;
}
.quickview-modal .box-info-product .detail-action .cart .btn.btn-checkout:hover {
  background: #fff7f8;
  color: #8f0f24;
  box-shadow: 0 10px 22px rgba(143, 15, 36, 0.15);
}
.quickview-modal .box-info-product .add-to-links.wish_comp {
  margin-top: 8px;
}
.quickview-modal .box-info-product .add-to-links.wish_comp a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #f2cfd4;
  color: #8f0f24;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.quickview-modal .box-info-product .add-to-links.wish_comp a:hover {
  background: linear-gradient(135deg, #c51d38, #8f0f24);
  color: #fff;
  border-color: transparent;
}
.quickview-modal .short_description {
  margin: 10px 0 8px;
  padding: 12px 14px;
  border: 1px solid #f2cfd4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(143, 15, 36, 0.06);
}
.quickview-modal .short_description h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #5b0e1b;
}
.quickview-modal .short_description .form-group {
  margin: 0;
  color: #5b0e1b;
  line-height: 1.5;
}
.quickview-modal .popup-header-card {
  border: 1px solid #f2cfd4;
  border-radius: 14px;
  padding: 12px;
  background: linear-gradient(180deg, #fff, #fff7f8);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  margin-bottom: 12px;
}
.quickview-modal .popup-header-card .row {
  align-items: center;
  margin: 0;
}
.quickview-modal .popup-header-card .box-review {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  flex-wrap: wrap;
}
.quickview-modal .popup-header-card .box-review .rating-box {
  margin-right: 4px;
}
.quickview-modal .popup-header-card .box-review .fa-stack {
  font-size: 11px;
}
.quickview-modal .popup-header-card .box-review .reviews_button,
.quickview-modal .popup-header-card .box-review .order-num {
  font-size: 12px;
  color: #5b0e1b;
}
.quickview-modal .product-meta-wrap .product-box-desc {
  margin-bottom: 12px;
}
.quickview-modal .product-meta-wrap {
  margin-bottom: 12px;
}
.quickview-modal .product-info .button-cart,
.quickview-modal .product-info .btn.btn-mega,
.quickview-modal .product-info .btn.btn-checkout {
  border-radius: 999px;
  padding: 12px 16px;
}
.quickview-modal .product-info .btn.btn-mega {
  background: linear-gradient(135deg, #c51d38, #8f0f24);
  color: #fff;
  border: none;
  box-shadow: 0 12px 24px rgba(143, 15, 36, 0.22);
}
.quickview-modal .product-info .btn.btn-checkout {
  background: #fff;
  border: 1px solid #f2cfd4;
  color: #8f0f24;
}
/* Product tabs – premium styling */
.product-view .product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid #f2cfd4;
  border-radius: 14px;
  padding: 8px 10px;
  background: linear-gradient(180deg, #fff, #fff8f9);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  margin-bottom: 14px;
  border-bottom: 0;
}
.product-view .product-tabs > li {
  float: none;
  margin: 0;
}
.product-view .product-tabs > li > a {
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  color: #5b0e1b;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: transparent;
  transition: all 0.2s ease;
}
.product-view .product-tabs > li > a:hover {
  background: #fff1f2;
  color: #8f0f24;
}
.product-view .product-tabs > li.active > a,
.product-view .product-tabs > li.active > a:focus,
.product-view .product-tabs > li.active > a:hover {
  background: linear-gradient(135deg, #c51d38, #8f0f24);
  color: #fff;
  border: none;
  box-shadow: 0 10px 20px rgba(143, 15, 36, 0.18);
  font-weight: 800;
}
.product-view .product-tab-panels {
  border: 1px solid #f2cfd4;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  background: #fff;
  margin-top: -6px;
}
.product-view .product-tab-panels .tab-pane h3 {
  font-weight: 800;
  color: #5b0e1b;
  margin-top: 0;
}
.product-view .product-tab-panels .tab-pane {
  color: #5b0e1b;
  line-height: 1.6;
  margin: 0 30px 10px 30px;
}
.product-view .product-tab-panels .tab-pane p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-view .product-tabs {
    gap: 6px;
    padding: 6px 8px;
  }
  .product-view .product-tabs > li {
    width: 48%;
  }
  .product-view .product-tabs > li > a {
    display: block;
    text-align: center;
    padding: 10px 8px;
    font-size: 12px;
  }
}

/* Sleek filter bar (category top controls) */
.sleek-filter {
  background: linear-gradient(180deg, #fff, #fff8f9);
  border: 1px solid #f2cfd4;
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
}
.sleek-filter .view-mode {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sleek-filter .list-view {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sleek-filter .list-view .btn-gridview {
  background: transparent;
  border: none;
  color: #5b0e1b;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0;
}
.sleek-filter .list-view .grid-options {
  display: inline-flex;
  gap: 6px;
}
.sleek-filter .list-view .grid-toggle {
  display: inline-flex;
  gap: 6px;
}
.sleek-filter .list-view .btn-view,
.sleek-filter .list-view .btn-default {
  border-radius: 10px;
  border: 1px solid #f2cfd4;
  background: #fff;
  color: #8f0f24;
  padding: 7px 12px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sleek-filter .list-view .btn-view.active,
.sleek-filter .list-view .btn-view:hover,
.sleek-filter .list-view .btn-default:hover {
  background: linear-gradient(135deg, #c51d38, #8f0f24);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 16px rgba(143, 15, 36, 0.18);
}
.sleek-filter .list-view .btn-view.active {
  font-weight: 800;
}
.sleek-filter .short-by-show {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
}
.sleek-filter .short-by-show .form-group {
  margin: 0;
}
.sleek-filter .short-by-show label {
  font-weight: 700;
  color: #5b0e1b;
  margin-right: 6px;
}
.sleek-filter .short-by-show select,
.sleek-filter .short-by-show .btn {
  border-radius: 10px;
  border: 1px solid #f2cfd4;
  box-shadow: none;
}
.sleek-filter .product-compare .btn {
  background: #fff;
  color: #8f0f24;
}
.sleek-filter .product-compare .btn:hover {
  background: #fff1f2;
}
@media (max-width: 767px) {
  .sleek-filter {
    padding: 10px;
  }
  .sleek-filter .view-mode,
  .sleek-filter .short-by-show {
    flex-direction: column;
    align-items: flex-start;
  }
  .sleek-filter .short-by-show {
    width: 100%;
  }
  .sleek-filter .short-by-show .form-group {
    width: 100%;
  }
.sleek-filter .short-by-show select {
  width: 100%;
}
}
/* Override legacy filter buttons */
.filters-panel .list-view button.btn {
  margin: 0 !important;
  margin-right: 6px !important;
  float: none !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  background: #fff !important;
  border: 1px solid #f2cfd4 !important;
  color: #8f0f24 !important;
  text-align: center !important;
  padding: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 12px rgba(0,0,0,0.05) !important;
  transition: all 0.2s ease !important;
}
.filters-panel .list-view button.btn:hover,
.filters-panel .list-view button.btn.active {
  background: linear-gradient(135deg, #c51d38, #8f0f24) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 10px 18px rgba(143, 15, 36, 0.18) !important;
}
.filters-panel .list-view .grid-toggle .btn {
  margin-right: 6px !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  border-radius: 10px !important;
  border: 1px solid #f2cfd4 !important;
  background: #fff !important;
  color: #8f0f24 !important;
  box-shadow: 0 6px 12px rgba(0,0,0,0.05) !important;
  transition: all 0.2s ease !important;
}
.filters-panel .list-view .grid-toggle .btn:hover,
.filters-panel .list-view .grid-toggle .btn.active {
  background: linear-gradient(135deg, #c51d38, #8f0f24) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 10px 18px rgba(143, 15, 36, 0.18) !important;
}
.filters-panel .list-view button.btn:not(.active):not(:hover),
.filters-panel .list-view .grid-toggle .btn:not(.active):not(:hover) {
  color: #8f0f24 !important;
}
/* Product tabs */


/* Tag pills */
#tab-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
#tab-tags .tags-label {
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8f0f24;
  text-transform: uppercase;
  font-size: 12px;
}
#tab-tags a,
.product-tag-pill {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7f8;
  border: 1px solid #f2cfd4;
  color: #8f0f24;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
#tab-tags a:hover,
.product-tag-pill:hover {
  background: linear-gradient(135deg, #c51d38, #8f0f24);
  color: #fff;
  border-color: transparent;
}
