.community-latest-dynamic-storefront-container {
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.community-latest-dynamic-storefront-container.dynamic-placeholder {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.business-products-section {
    width: 100%;
}
.aiwb-dyn-loadmore-wrap {
    text-align: center;
    margin-top: 16px;
}
.aiwb-dyn-loadmore-btn {
    box-shadow: 0 6px 16px rgba(196, 23, 31, 0.28);
    background: #c4171f;
    color: #fff;
    border: 1px solid #c4171f;
    border-radius: 999px;
    padding: 10px 24px;
    font-weight: 700 !important;
    letter-spacing: .2px !important;
    cursor: pointer;
    transition: all .2s ease;
}
.aiwb-dyn-loadmore-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.cart-link { position: relative; display: inline-flex; align-items: center; gap: 4px; }
.cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef4444;
  color: #fff;
  font-size: 11px !important;
  font-weight: 600 !important;
  min-width: 20px;
  height: 20px;
  border-radius: 30px;
  padding: 0 6px;
  margin-left: 4px;
  line-height: 1 !important;
}
	
.aiwb-dyn-loading {
    text-align: center;
    padding: 10px;
}
*, *::before, *::after {
    box-sizing: border-box; margin: 0; padding: 0;
}
*, body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}
body {
    background: #f7f6f3; color: #1e1e1e; line-height: 1.5 !important;
}img{
    max-width: 100%; height: auto; vertical-align: middle;
}
a {
    color: inherit; text-decoration: none;
}
ul {
    list-style: none;
}
.container {
    max-width: 1200px; margin: 0 auto; padding: 0 20px;
}
/* header fixed */
header {
    position: fixed; top: 0; left: 0; width: 100%; background: #ffffff; border-bottom: 1px solid #eae8e3; z-index: 1000;
}
.header-inner {
    display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; max-width: 1200px; margin: 0 auto;
}
.logo-area {
    display: flex; align-items: center;
}
.logo-area a {
    display: flex; align-items: center;
}
.logo-area img {
    height: 40px; width: auto;
}
.nav-links {
    display: flex; gap: 28px; align-items: center;
}
.nav-links a {
    font-size: 15px !important; font-weight: 500 !important; color: #2c2c2c; transition: color 0.2s; letter-spacing: 0.02em !important;
}
.nav-links a:hover {
    color: #9b7b4c;
}
.hamburger {
    display: none; background: none; border: none; font-size: 28px !important; cursor: pointer; color: #1e1e1e; position: absolute; left: 16px; top: 16px; padding: 4px 8px; z-index: 1100;
}
/* mobile menu panel */
.mobile-menu-panel {
    display: none; position: fixed; top: 0; left: 0; width: 280px; height: 100vh; background: #ffffff; box-shadow: 4px 0 20px rgba(0,0,0,0.08); padding: 80px 24px 24px; z-index: 1050; overflow-y: auto;
}
.mobile-menu-panel a {
    display: block; width: 100%; text-align: left; font-size: 17px !important; padding: 12px 0; border-bottom: 1px solid #f0ede8; color: #1e1e1e; font-weight: 500 !important;
}
.mobile-menu-panel a:hover {
    color: #9b7b4c;
}
.mobile-menu-overlay {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 1040;
}
main {
    padding-top: 80px;
}
/* sections */
.section {
    padding: 60px 0;
}
.section-title {
    font-size: 28px !important; font-weight: 600 !important; margin-bottom: 20px; letter-spacing: -0.01em !important; color: #1a1a1a;
}
.section-sub {
    font-size: 16px !important; color: #4a4a4a; max-width: 720px; margin-bottom: 32px;
}
.btn {
    display: inline-block; background: #1e1e1e; color: #ed0b0b; padding: 14px 36px; font-size: 16px !important; font-weight: 500 !important; border: none; border-radius: 40px; cursor: pointer; transition: all 0.25s; text-align: center;
}
.btn:hover {
    background: #9b7b4c; color: #f20a0a; box-shadow: 0 8px 20px rgba(155,123,76,0.25);
}
.btn-outline {
    background: transparent; border: 1.5px solid #1e1e1e; color: #1e1e1e;
}
.btn-outline:hover {
    background: #1e1e1e; color: #fff;
}
.hero {
    background: #f0ede8; padding: 60px 0 50px;
}
.hero h1 {
    font-size: 36px !important; font-weight: 650 !important; line-height: 1.2 !important; margin-bottom: 20px;
}
.hero p {
    font-size: 18px !important; color: #3a3a3a; max-width: 680px; margin-bottom: 28px;
}
.product-grid {
    display: grid; grid-template-columns: 1fr; gap: 40px; margin: 40px 0;
}
.product-card {
    background: #ffffff; border-radius: 24px; padding: 32px 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.02); transition: box-shadow 0.3s, transform 0.2s; border: 1px solid #efede8;
}
.product-card:hover {
    box-shadow: 0 16px 40px rgba(0,0,0,0.06); transform: translateY(-4px);
}
.product-card h3 {
    font-size: 24px !important; font-weight: 600 !important; margin-bottom: 8px;
}
.product-card .price {
    font-size: 20px !important; font-weight: 500 !important; color: #9b7b4c; margin: 12px 0 16px;
}
.product-card p {
    color: #4a4a4a; margin-bottom: 16px;
}
.compliance-block {
    background: #f8f6f2; padding: 20px 24px; border-radius: 16px; font-size: 13px !important; color: #6b6b6b; margin-top: 40px; border-left: 4px solid #9b7b4c;
}
.guarantee-highlight {
    background: #eae5dc; padding: 40px 24px; border-radius: 32px; text-align: center; margin: 40px 0;
}
.guarantee-highlight h2 {
    font-size: 28px !important; margin-bottom: 12px;
}
.storefront-placeholder {
    background: #ffffff; border: 2px dashed #d6d0c8; border-radius: 28px; padding: 48px 24px; text-align: center; margin: 40px 0;
}
/* footer */
footer {
    background: #1e1e1e !important; color: #ddddd8 !important; padding: 48px 20px 32px !important; text-align: center !important; font-size: 14px !important;
}
footer a {
    color: #ddddd8 !important; text-decoration: none !important;
}
footer a:hover {
    color: #ffffff !important; text-decoration: none !important;
}
.footer-links {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; margin-bottom: 28px;
}
.footer-links a {
    font-size: 14px !important;
}
footer .copyright {
    opacity: 0.8; margin-top: 12px;
}
/* responsive */
@media (max-width: 768px) {
    .header-inner {
        justify-content: center; padding: 12px 20px;
    }
    .nav-links {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .logo-area img {
        height: 36px;
    }
    .hero h1 {
        font-size: 28px !important;
    }
    .section-title {
        font-size: 24px !important;
    }
    .product-grid {
        gap: 24px;
    }
    .mobile-menu-panel {
        display: block; transform: translateX(-100%); transition: transform 0.3s ease;
    }
    .mobile-menu-panel.open {
        transform: translateX(0);
    }
    .mobile-menu-overlay.open {
        display: block;
    }
    .nav-links {
        align-items: flex-start; text-align: left;
    }
    .nav-links a {
        display: block; width: 100%; text-align: left;
    }
}
@media (min-width: 769px) {
    .mobile-menu-panel, .mobile-menu-overlay {
        display: none !important;
    }
    .hamburger {
        display: none !important;
    }
    .header-inner {
        padding: 12px 20px;
    }
}
@media (min-width: 1024px) {
    .product-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .product-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.fa {
    font-family: FontAwesome !important;
}
.activegrid ul.nav-pills{
    margin-left: -22px;
}
.activegrid ul.nav-pills li.business-single-product{
    border-right:0px;
}
.activegrid ul.nav-pills {
    margin-top: 30px;
    margin-left: 0;
}
.activegrid ul.nav-pills li.business-single-product-view {
    width: 100%;
    /*padding: 25px;
    */
    margin: 0px 0 0;
    display: block;
    min-height: 220px;
    vertical-align: top;
}
.theme-3-business-product-view li {
    /* background: #ffffff;
    color: #000000;
    */
}
.product-information-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product-information-row .theme3-product-col-img {
    flex: 0 0 calc(45% - 15px);
}
.activegrid ul.nav-pills .product-img {
    text-align: center;
    height: 150px;
}
.activegrid ul.nav-pills li.business-single-product-view .product-img {
    height: auto;
}
.product-information-row .theme3-product-col-img {
    flex: 0 0 calc(45% - 15px);
}
.activegrid ul.nav-pills li.business-single-product img {
    text-align: center;
    float: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.activegrid ul.nav-pills .business-single-product-view .product-img img {
    width: auto;
    height: auto;
    max-height: 500px;
    max-width: 100%;
    border-radius: 6px;
}
.product-information-row .theme3-product-col-desc {
    flex: 0 0 calc(55% - 85px);
    padding-left: 65px;
}
.big-product-title {
    display: block;
}
.theme3-product-col-desc .title .big-product-title {
    margin-top: 0px;
    font-size: 38px !important;
    font-weight: bold !important;
    line-height: 40px !important;
    margin-bottom: 20px;
    line-height: 46px !important;
}
.activegrid .product-cart-price-area {
    min-height: 65px;
    font-size: 18px !important;
}
.product-value-details {
    margin-top: 15;
    margin-bottom: 15px;
    font-size: 16px !important;
}
.store-product-about-ext-info-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e9e9e9;
    padding-top: 2rem;
}
.store-product-about-ext-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px !important;
    justify-content: flex-start;
}
.store-product-about-ext-icon {
    font-size: 16px !important;
}
.store-product-about-ext-texts {
    margin-left: 5px;
    text-align: left;
    color: #000000;
    font-size: 16px !important;
}
.btn.product-add-cart-btn.store-prdct-add-ctr-btn {
    background: #f10e0e !important;
    padding: 10px 12px !important;
    border-radius: 41px !important;
    font-weight: normal !important;
    font-size: 16px !important;
    border: 1px solid #000 !important;
    margin-top: 20px;
    width: 100% !important;
    max-width: 100%;
    display: block;
    text-align: center;
}
.payment-options-outer-box {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.payment-options-img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.product-value-details {
    margin-top: 15;
    margin-bottom: 15px;
    font-size: 16px !important;
}
.product-value-details {
    font-size: 16px !important;
}
.product-value-details .attribute ul {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 1px;
    padding-left: 0px;
}
.product-value-details .attribute ul li {
    flex-basis: 25%;
    float: left;
    box-shadow: 0 0 0 1px #ccc;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 6px;
}
.product-value-details .attribute ul li.selected {
    box-shadow: 0 0 0 1px #222;
    z-index: 1;
}
.product-value-details .attribute ul li span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #222;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 500 !important;
}
.product-value-details .select-liquid-size.selected .attribute-value {
    color: #ed1c24;
}
.product-value-details .selected-size {
    color: #ed1c24;
}
.product-information-row .theme3-product-col-img {
    flex: 0 0 calc(45% - 15px);
}
.activegrid ul.nav-pills li.business-single-product img {
    text-align: center;
    float: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.activegrid ul.nav-pills .business-single-product-view .product-img img {
    width: auto;
    height: auto;
    max-height: 500px;
    max-width: 100%;
    border-radius: 6px;
}
.product-list-desc-full {
    word-break: break-all;
}
.theme3-product-col-desc .product-description ul {
    padding-left: 15px;
}
.activegrid .product-description ul li {
    list-style: disc;
}
.activegrid ul.nav-pills .product-list-price {
    text-decoration: line-through;
}
.product-discount-percent-box {
    background: #f00;
    color: #FFFFFF !important;
    padding: 5px 8px;
    margin-left: 10px;
    font-weight: normal !important;
}
.product-ratings-overall .checked {
    color: #F90;
}
@media only screen and (max-width: 1200px) {
    .activegrid ul.nav-pills li.business-single-product-view .product-img {
        height: auto;
    }
}
@media only screen and (max-width: 481px) {
    .activegrid ul.nav-pills li.business-single-product {
        min-height: 170px;
    }
}
@media (max-width: 768px) {
    .product-information-row {
        display: block;
    }
}
@media (max-width: 768px) {
    .product-information-row .theme3-product-col-img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .product-information-row .theme3-product-col-desc {
        width: 100%;
        margin-top: 25px;
        padding: 15px;
    }
}
@media (max-width: 1024px) {
    .store-product-about-ext-item {
        width: 100%;
    }
}
.activegrid ul.nav-pills .product-thumb-images img{
    max-width: 110px !important;
    max-height: 110px !important;
    cursor:pointer;
}
.show-all-product-ratings{
    text-align: center;
}
.product-ratings-overall-box{
    margin-top: 15px;
    margin-bottom: 10px;
}
.product-discounted-price i{
    font-size: 29px !important;
}
/* Reviews Grid Layout - 4 per row */
.reviews-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.list-reviews {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: fit-content;
}
.list-reviews:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}
.list-reviews .head {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.list-reviews .head .avatar {
    margin-right: 10px;
    float: left;
}
.list-reviews .head .avatar img {
    border-radius: 50%;
    width: 40px;
    height: auto;
    object-fit: cover;
}
.list-reviews .head h4 {
    margin: 0;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    color: #333;
}
.list-reviews .head h4 a {
    color: #333;
    text-decoration: none;
}
.list-reviews .head h4 a:hover {
    color: #007bff;
}
.list-reviews .body p {
    margin-bottom: 10px;
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #666;
}
.list-reviews .body .uk-badge {
    background: #28a745;
    color: white;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 11px !important;
    margin: 0 5px;
}
.review-owner-action {
    text-align: right;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}
.review-action {
    margin-left: 8px;
    cursor: pointer;
    font-size: 16px !important;
    transition: all 0.3s ease;
}
.good-review {
    color: #28a745;
}
.bad-review {
    color: #dc3545;
}
.review-action:hover {
    transform: scale(1.2);
}
.delete-review-icon {
    color: #dc3545;
    font-size: 14px !important;
    cursor: pointer;
}
.delete-review-icon:hover {
    color: #c82333;
}
/* Responsive Design */
@media (max-width: 1200px) {
    .reviews-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .reviews-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .list-reviews {
        padding: 12px;
    }
}
@media (max-width: 480px) {
    .reviews-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .list-reviews .head .avatar img {
        width: 35px;
        height: auto;
    }
    .list-reviews .head h4 {
        font-size: 13px !important;
        line-height: 35px !important;
    }
	
	.mobile-menu-panel .cart-link { display: flex; align-items: center; gap: 6px; }
}
/* Clear float fix */
.clear {
    clear: both;
}
.left {
    float: left;
}
/* All Reviews Heading */
.all-reviews-headings {
    color: #333;
    font-size: 24px !important;
    font-weight: 600 !important;
    display: inline-block;
}
