.slider-height.slider-full-width img {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 450px;
}
.Categories-box{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 25px;
}
.Categories-box img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.categories-name h3{
    margin: 0;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.categories-name {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    /*border: 1px solid #f1f1f1;*/
    box-shadow: 1px 0px 10px 1px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-out;
    cursor: pointer;
}
.categories-name:hover {
    box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, 0.3);
}
.other-categories{
    position: relative;
    height: 250px;
    margin-bottom: 25px;
    overflow: hidden;
}
.other-categories img{
    width: 100%;
    height: 250px;
    object-fit: cover;

}
.discription{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    /*background: rgba(0, 0, 0, 0.6);*/
    background-image: linear-gradient(to left, rgba(0,0,0,0.1), rgba(0,0,0,0.8));
}
.discription h4{
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}
.discription p{
    color: #ffffff;
    line-height: 20px;
    margin: 0;
    margin-top: 5px;
}
.categories-name p{
    margin: 0;
    line-height: 17px;
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}
.read-mr{
    color: #999 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 1px;
}
.arrow-icon{
    color: #999999;
}
.margn-top{
    margin-top: 30px;
}
.product-rating i{
    color: #ffab5d !important;
}
.padding-30{
    padding: 30px 0 !important;
}
.left-0{
    left: 0 !important;
}

.my-act{
    width: 300px !important;
    left: auto !important;
}
.my-crt{
    width: 450px !important;
    left: auto !important;
}
.cart-img{
    width: 45px!important;
}
.btn-dark-border:hover {
    color: #fff !important;
    border: 1px solid #222;
    background: #222;
}
@media (max-width: 768px){
    .l-header {
        position: relative;
        z-index: 1000;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    }
}

/* ── Product listing page ─────────────────────────────────────── */

.shop-listing-page .page-title {
    display: none;
}

.shop-listing-hero {
    background: linear-gradient(135deg, #f8faf6 0%, #eef5ea 100%);
    border-bottom: 1px solid #e2eadc;
    padding: 28px 0 32px;
}

.shop-breadcrumb {
    font-size: 13px;
    margin-bottom: 10px;
    color: #6b7280;
}

.shop-breadcrumb a {
    color: #47af00;
    text-decoration: none;
}

.shop-breadcrumb a:hover {
    text-decoration: underline;
}

.shop-breadcrumb__sep {
    margin: 0 8px;
    color: #c5cec0;
}

.shop-breadcrumb__current {
    color: #374151;
    font-weight: 600;
}

.shop-listing-hero__title {
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 700;
    color: #1a2e14;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.shop-listing-hero__meta {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

.shop-listing-body {
    /* padding: 36px 0 60px; */
    background: #f5f7f4;
}

.shop-listing-grid .container {
    max-width: 1200px;
}

/* Sidebar */
.shop-sidebar-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8ede4;
    box-shadow: 0 2px 12px rgba(26, 46, 20, 0.06);
    padding: 22px 20px;
    position: sticky;
    top: 100px;
}

.shop-sidebar-card__title {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #47af00;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8f5e3;
}

.shop-category-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-category-nav li {
    margin-bottom: 4px;
}

.shop-category-nav li a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    color: #4b5563;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.shop-category-nav li a:hover {
    background: #f0f7ec;
    color: #2a9615;
}

.shop-category-nav li.is-active a {
    background: #47af00;
    color: #fff;
    font-weight: 600;
}

/* Toolbar & alerts */
.shop-listing-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.shop-listing-toolbar__count {
    font-size: 14px;
    color: #6b7280;
}

.shop-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.shop-alert--success {
    background: #ecfdf3;
    border: 1px solid #a7f3c4;
    color: #166534;
}

.shop-alert--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.shop-empty-state {
    text-align: center;
    padding: 60px 24px;
    background: #fff;
    border-radius: 12px;
    border: 1px dashed #d1ddd0;
}

.shop-empty-state i {
    font-size: 48px;
    color: #c5cec0;
    margin-bottom: 16px;
}

.shop-empty-state h3 {
    margin: 0 0 8px;
    color: #374151;
}

.shop-empty-state p {
    color: #6b7280;
    margin-bottom: 20px;
}

/* Product grid */
.shop-product-row {
    margin-left: -10px;
    margin-right: -10px;
}

.shop-product-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.shop-product-form {
    height: 100%;
}

.shop-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8ede4;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(26, 46, 20, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shop-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(26, 46, 20, 0.12);
}

.shop-product-card__media {
    position: relative;
    aspect-ratio: 1;
    background: #f8faf6;
    overflow: hidden;
}

.shop-product-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.shop-product-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 28px;
    transition: transform 0.35s ease;
}

.shop-product-card:hover .shop-product-card__img {
    transform: scale(1.04);
}

.shop-product-card__badge {
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.shop-product-card__badge--sale {
    top: 10px;
    left: 10px;
    background: #fef3c7;
    color: #92400e;
}

.shop-product-card__badge--stock {
    top: 2px;
    right: 2px;
    background: rgba(71, 175, 0, 0.92);
    color: #fff;
}

.shop-product-card__badge--out {
    top: 2px;
    right: 2px;
    background: rgba(107, 114, 128, 0.9);
    color: #fff;
}

.shop-product-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 16px 18px;
}

.shop-product-card__title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 2.8em;
}

.shop-product-card__title a {
    color: #1f2937;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-product-card__title a:hover {
    color: #47af00;
}

.shop-product-card__option {
    margin-bottom: 10px;
}

.shop-select {
    height: 38px;
    border-radius: 8px;
    border-color: #d1ddd0;
    font-size: 13px;
    box-shadow: none;
}

.shop-select:focus {
    border-color: #47af00;
    outline: none;
    box-shadow: 0 0 0 3px rgba(71, 175, 0, 0.15);
}

.shop-product-card__price-row {
    margin-top: auto;
    margin-bottom: 12px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.shop-product-card__price {
    font-size: 20px;
    font-weight: 700;
    color: #1a2e14;
}

.shop-product-card__price-old {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}

.shop-product-card__actions {
    margin-top: auto;
}

.shop-product-card__external-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Buttons */
.shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.shop-btn--primary {
    background: #47af00;
    color: #fff;
}

.shop-btn--primary:hover:not(:disabled) {
    background: #3d9600;
    color: #fff;
}

.shop-btn--outline {
    background: transparent;
    color: #47af00;
    border: 1px solid #47af00;
}

.shop-btn--outline:hover {
    background: #f0f7ec;
    color: #2a9615;
}

.shop-btn--muted {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

.shop-btn--block {
    width: 100%;
}

.shop-btn--sm {
    padding: 8px 12px;
    font-size: 12px;
}

/* Override legacy product-grid styles on listing page */
.shop-listing-page .product-list {
    min-height: 0;
    margin-bottom: 0;
}

.shop-listing-page .product-list .product-img {
    height: auto;
}

.shop-listing-page .shop-product-col .product-list {
    display: none;
}

@media (max-width: 991px) {
    .shop-sidebar-card {
        position: static;
        margin-bottom: 28px;
    }

    .shop-listing-hero__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .shop-listing-hero {
        padding: 20px 0 24px;
    }

    .shop-listing-body {
        padding: 24px 0 40px;
    }

    .shop-category-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .shop-category-nav li {
        margin-bottom: 0;
    }

    .shop-category-nav li a {
        padding: 8px 12px;
        font-size: 13px;
        white-space: nowrap;
    }
}

/* ── Product detail page ──────────────────────────────────────── */

.shop-detail-page .page-title {
    display: none;
}

.shop-detail-hero {
    padding: 24px 0 20px;
}

.shop-detail-body {
    padding: 0 0 60px;
    background: #f5f7f4;
}

.shop-detail-body .container {
    max-width: 1100px;
}

.shop-detail-main {
    margin-bottom: 32px;
    margin-top: 32px;
}

.shop-detail-gallery {
    position: relative;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8ede4;
    box-shadow: 0 4px 20px rgba(26, 46, 20, 0.08);
    padding: 24px;
    overflow: hidden;
}

.shop-detail-gallery__img {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.shop-detail-gallery__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
}

.shop-detail-gallery__badge--sale {
    background: #fef3c7;
    color: #92400e;
}

.shop-detail-info {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8ede4;
    box-shadow: 0 4px 20px rgba(26, 46, 20, 0.08);
    padding: 28px 32px;
    height: 100%;
}

.shop-detail-info__title {
    margin: 0 0 16px;
    font-size: 26px;
    font-weight: 700;
    color: #1a2e14;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-transform: none;
}

.shop-detail-info__meta {
    margin-bottom: 22px;
}

.shop-detail-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 20px;
}

.shop-detail-stock--in {
    background: #ecfdf3;
    color: #166534;
}

.shop-detail-stock--out {
    background: #fef2f2;
    color: #991b1b;
}

.shop-detail-form__field {
    margin-bottom: 18px;
}

.shop-detail-form__field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin-bottom: 8px;
}

.shop-detail-price-block {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
    padding: 20px 0;
    border-top: 1px solid #eef2ea;
    border-bottom: 1px solid #eef2ea;
}

.shop-detail-price {
    font-size: 32px;
    font-weight: 700;
    color: #1a2e14;
}

.shop-detail-price-old {
    font-size: 18px;
    color: #9ca3af;
    text-decoration: line-through;
}

.shop-detail-discount-tag {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
    background: #fef3c7;
    color: #92400e;
}

.shop-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.shop-btn--lg {
    padding: 14px 28px;
    font-size: 15px;
}

.shop-detail-description {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8ede4;
    box-shadow: 0 2px 12px rgba(26, 46, 20, 0.06);
    padding: 28px 32px;
}

.shop-detail-description__title {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: #1a2e14;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8f5e3;
    text-transform: none;
}

.shop-detail-description__content {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

.shop-detail-description__content .shop-detail-desc-p {
    margin-bottom: 12px;
}

.shop-detail-description__content .shop-detail-desc-list {
    padding-left: 20px;
    margin-bottom: 16px;
}

.shop-detail-description__content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
    font-size: 14px;
}

.shop-detail-description__content table td,
.shop-detail-description__content table th {
    padding: 10px 14px;
    border: 1px solid #e8ede4;
}

.shop-detail-description__content table tr:nth-child(even) {
    background: #f8faf6;
}

@media (max-width: 991px) {
    .shop-detail-info {
        margin-top: 24px;
        padding: 22px 20px;
    }

    .shop-detail-info__title {
        font-size: 22px;
    }

    .shop-detail-price {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .shop-detail-body {
        padding-bottom: 40px;
    }

    .shop-detail-gallery {
        padding: 16px;
    }

    .shop-detail-gallery__img {
        max-height: 320px;
    }

    .shop-detail-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .shop-detail-actions .shop-btn {
        width: 100%;
        justify-content: center;
    }

    .shop-detail-description {
        padding: 20px 18px;
    }
}

/* ── Shopping cart page ───────────────────────────────────────── */

.shop-cart-page .page-title {
    display: none;
}

.shop-cart-hero {
    padding: 24px 0 28px;
}

.shop-cart-body {
    padding: 0 0 60px;
    background: #f5f7f4;
}

.shop-cart-body .container {
    max-width: 1100px;
}

.shop-cart-body .shop-alert {
    margin-bottom: 24px;
}

.shop-cart-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 28px;
    align-items: start;
    margin-top: 32px;
}

.shop-cart-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8ede4;
    box-shadow: 0 4px 20px rgba(26, 46, 20, 0.08);
    overflow: hidden;
}

.shop-cart-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.shop-cart-table thead th {
    padding: 16px 18px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    background: #f8faf6;
    border-bottom: 1px solid #e8ede4;
    white-space: nowrap;
}

.shop-cart-table tbody td {
    padding: 20px 18px;
    vertical-align: middle;
    border-bottom: 1px solid #eef2ea;
    font-size: 14px;
    color: #374151;
}

.shop-cart-table tbody tr:last-child td {
    border-bottom: none;
}

.shop-cart-table__col-product {
    width: 38%;
}

.shop-cart-table__col-price,
.shop-cart-table__col-size {
    width: 12%;
}

.shop-cart-table__col-qty {
    width: 14%;
}

.shop-cart-table__col-subtotal {
    width: 14%;
}

.shop-cart-table__col-actions {
    width: 10%;
}

.shop-cart-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shop-cart-item__thumb {
    flex-shrink: 0;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8ede4;
    background: #f8faf6;
}

.shop-cart-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-cart-item__name {
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
}

.shop-cart-table__price {
    font-weight: 600;
    color: #1a2e14;
    white-space: nowrap;
}

.shop-cart-size-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    background: #f0f7ec;
    color: #2a9615;
}

.shop-cart-size-badge--na {
    background: #f3f4f6;
    color: #9ca3af;
}

.shop-qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d1ddd0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.shop-qty-stepper__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 40px;
    padding: 0;
    border: none;
    background: #f8faf6;
    color: #374151;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.shop-qty-stepper__btn:hover:not(:disabled) {
    background: #47af00;
    color: #fff;
}

.shop-qty-stepper__btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.shop-cart-qty {
    width: 48px;
    height: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #d1ddd0;
    border-right: 1px solid #d1ddd0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    -moz-appearance: textfield;
}

.shop-cart-qty::-webkit-outer-spin-button,
.shop-cart-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop-cart-row.is-updating {
    opacity: 0.65;
    pointer-events: none;
}

.shop-cart-table__subtotal strong {
    font-size: 15px;
    color: #1a2e14;
}

.shop-cart-row-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.shop-cart-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #e8ede4;
    border-radius: 8px;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.shop-cart-action-btn:hover {
    border-color: #c5cec0;
    color: #374151;
}

.shop-cart-action-btn--update:hover {
    background: #ecfdf3;
    border-color: #a7f3c4;
    color: #166534;
}

.shop-cart-action-btn--remove:hover {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.shop-cart-summary {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8ede4;
    box-shadow: 0 4px 20px rgba(26, 46, 20, 0.08);
    padding: 24px;
    position: sticky;
    top: 24px;
}

.shop-cart-summary__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #1a2e14;
    text-transform: none;
}

.shop-cart-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
}

.shop-cart-summary__row span:last-child {
    font-weight: 600;
    color: #374151;
}

.shop-cart-summary__divider {
    height: 1px;
    background: #eef2ea;
    margin: 16px 0;
}

.shop-cart-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
    font-size: 15px;
    color: #374151;
}

.shop-cart-summary__total strong {
    font-size: 24px;
    font-weight: 700;
    color: #1a2e14;
}

.shop-cart-summary .shop-btn {
    margin-bottom: 12px;
}

.shop-cart-summary .shop-btn:last-child {
    margin-bottom: 0;
}

.shop-cart-page .cart-img {
    width: auto !important;
}

@media (max-width: 991px) {
    .shop-cart-layout {
        grid-template-columns: 1fr;
    }

    .shop-cart-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .shop-cart-body {
        padding-bottom: 40px;
    }

    .shop-cart-layout {
        margin-top: 20px;
        gap: 20px;
    }

    .shop-cart-table thead {
        display: none;
    }

    .shop-cart-table tbody tr {
        display: block;
        padding: 16px;
        border-bottom: 1px solid #eef2ea;
    }

    .shop-cart-table tbody tr:last-child {
        border-bottom: none;
    }

    .shop-cart-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: none;
        text-align: right;
    }

    .shop-cart-table tbody td::before {
        content: attr(data-label);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #9ca3af;
        margin-right: 16px;
        text-align: left;
        flex-shrink: 0;
    }

    .shop-cart-table__product {
        display: block !important;
        padding-top: 0 !important;
    }

    .shop-cart-table__product::before {
        display: none;
    }

    .shop-cart-table__actions {
        justify-content: flex-end;
        padding-bottom: 0 !important;
    }

    .shop-cart-table__actions::before {
        display: none;
    }

    .shop-cart-item {
        width: 100%;
        justify-content: flex-start;
    }

    .shop-cart-row-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .shop-qty-stepper {
        margin-left: auto;
    }
}