.tshm_container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    overflow: hidden;
}

/* Hero Slider */
.tshm_hero_slider {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.tshm_hero_slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.tshm_hero_slide.active {
    opacity: 1;
}

.tshm_hero_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tshm_slide_content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: var(--white);
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 8px;
}

.tshm_slide_content h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.tshm_slide_content p {
    margin-bottom: 20px;
    font-size: 16px;
}

.slide-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.indicator.active {
    background-color: var(--white);
}

.tshm_home_page_main_content {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding: 32px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 0px 2px 8px 0px rgba(99, 100, 102, 0.2) !important;
}

.tshm_home_single_section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tshm_main_heading {
    font-size: var(--Font-size-500);
    font-weight: var(--Font-weight-Bold-700);
    line-height: var(--Line-height-XXL);
    color: var(--text-default);
    border-bottom: 4px solid #f78f1e;
    display: inline-block;
    font-family: var(--Heading);
    padding: 0;
    margin: 0;
    width: fit-content;
}

.tshm_content_wrapper {
    display: flex;
    gap: 24px;
}

/* Sidebar Styles */
.tshm_sidebar {
    display: flex;
    flex-direction: column;
    width: 22%;
    gap: 24px;
}

.tshm_sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.tshm_search_input_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tshm_explore_search_icon {
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    color: #333333;
    top: 24px;
}

.tshm_category_product_image {
    border-radius: 0.375rem;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_category_list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    overflow-y: auto;
    max-height: 630px;
    padding-left: 0 !important;
    letter-spacing: 0.1px;
}

.tshm_all_cat_list {
    height: 628px;
}

.tshm_category_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    margin: 0;
    cursor: pointer;
    padding: 8px 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_category_item:hover {
    background-color: #000;
    color: #fff;
}

.tshm_hidden_category {
    display: none;
}

.tshm_category_item_with_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tshm_category_icon {
    font-size: 1rem;
}

.tshm_all_categories_btn {
    border: 1px solid #f78f1e;
    color: var(--text-default);
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    height: 42px;
}

.tshm_all_categories_btn:hover {
    background-color: #f78f1e;
    color: white;
}

.tshm_btn_icon {
    margin-left: 0.25rem;
}

/* Product Grid Styles */
.tshm_category_product_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    max-height: 700px;
    width: 76%;
}

.tshm_featured_product {
    cursor: pointer;
}

.tshm_category_product_card {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 8px 0px rgba(99, 100, 102, 0.2) !important;
    position: relative;
    cursor: pointer;
    padding: 15px;
    height: 250px;
    width: 250px;
}

.tshm_product_category_details {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 12px;
    transition: all 500ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    top: 0;
    left: 0;
    padding: 24px;
}

.tshm_category_product_card:hover .tshm_category_product_image {
    opacity: 0.5;
}

.tshm_category_product_card:hover .tshm_product_category_details {
    opacity: 1;
}

.tshm_product_category_label {
    color: #000;
    font-weight: var(--Font-weight-Bold-700);
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: var(--Heading);
}

.tshm_explore_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    padding: 4px 20px;
    padding-bottom: 8px;
    background: #f78f1e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    box-shadow: 0px 2px 8px 0px rgba(99, 100, 102, 0.2) !important;
    border: none;
}

.tshm_explore_btn:hover,
.tshm_explore_btn:focus {
    background-color: #e37600;
    color: #fff;
}

/* Deals Row Styles */
.tshm_deals_row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.tshm_deal_card {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    overflow: hidden;
}

.tshm_deal_card_blue {
    background-color: #A9E6FF;
}

.tshm_deal_card_pink {
    background-color: #FAD6CE;
}

.tshm_deal_card_purple {
    background-color: #B3A6E0;
}

.tshm_deal_content {
    padding: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #222222;
    line-height: 1.25;
    width: 50%;
}

.tshm_deal_image {
    height: 120px;
    width: 50%;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

/* Best Selling Section Styles */
.tshm_heading_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tshm_view_all_btn {
    color: var(--text-default);
    border: 1px solid #f78f1e;
    border-radius: 0.375rem;
    padding: 0.25rem 1rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    height: 40px;
}

.tshm_view_all_btn:hover {
    background-color: #f78f1e;
    color: white;
}

.tshm_products_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

/* Product Card Styles */
.tshm_product_card {
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 2px 6px rgba(243, 223, 243, 0.5); */
    box-shadow: 0px 2px 8px 0px rgba(99, 100, 102, 0.2) !important;
    position: relative;
    cursor: pointer;
    padding: 15px;
    border: 1px solid var(--border);
    gap: 12px;
}

.tshm_product_image {
    width: 100%;
    object-fit: contain;
    height: 170px;
}

.tshm_product_details_wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    gap: 16px;
}

.tshm_product_details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 6px;
}

.tshm_product_name {
    font-size: 16px;
    margin: 0;
}

.tshm_rating_container {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 18px;
}

.tshm_star_icon {
    color: #f78f1e;
    font-size: 16px;
}

.tshm_rating_text {
    font-size: 14px;
    color: #f78f1e;
}

.tshm_price_container {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
}

.tshm_price_discount {
    background-color: #f78f1e;
    color: #fff;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
}

.tshm_price_container ins {
    text-decoration: none;
    font-weight: bold;
}

.tshm_price_container del {
    font-size: 14px;
}

.tshm_add_to_cart,
.tshm_select_options_btn {
    border: 1px solid #f78f1e !important;
    color: var(--text-default) !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    padding: 10px 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
    height: 42px;
    width: 100% !important;
    font-weight: 600 !important;
}

.tshm_add_to_cart:hover,
.tshm_select_options_btn:hover {
    background-color: #f78f1e !important;
    color: #fff !important;
}

.tshm_add_to_cart:focus,
.tshm_select_options_btn:focus {
    background-color: #e37600 !important;
    color: #fff !important;
}

.tshm_cart_icon {
    font-size: 13px;
    margin-top: 2px;
}

.tshm_home_featured_banner_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.tshm_home_featured_banner {
    border-radius: 0.5rem;
    overflow: hidden;
    /* background: linear-gradient(to top right, #a87f8f, #bba3a9); */
    background-color: black;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    box-shadow: 0px 2px 8px 0px rgba(99, 100, 102, 0.2) !important;
    width: 100%;
}

.tshm_4_section_header {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .tshm_4_section_header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.tshm_4_section_title {
    color: #9b2c6d;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-color: #9b2c6d;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .tshm_4_section_title {
        font-size: 1rem;
        margin-bottom: 0;
    }
}

.tshm_4_view_all_button {
    color: #9b2c6d;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid #9b2c6d;
    border-radius: 0.375rem;
    padding: 0.375rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

@media (min-width: 640px) {
    .tshm_4_view_all_button {
        font-size: 16px;
    }
}

.tshm_4_view_all_button:hover {
    background-color: #9b2c6d;
    color: white;
}

.tshm_4_button_icon {
    font-size: 0.75rem;
}

.tshm_4_products_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .tshm_4_products_grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.tshm_4_featured_product_banner {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top right, #4f46e5, #7c3aed);
    padding: 1.5rem;
    text-align: center;
    color: white;
}

.tshm_4_banner_product_name {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .tshm_4_banner_product_name {
        font-size: 16px;
    }
}

.tshm_4_banner_product_price {
    font-size: 0.625rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .tshm_4_banner_product_price {
        font-size: 0.75rem;
    }
}

.tshm_4_banner_product_image {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 0.5rem;
}

.tshm_4_product_card {
    border: 1px solid #e9e9e9;
    border-radius: 0.375rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tshm_4_product_image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
}

.tshm_4_product_name {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
    .tshm_4_product_name {
        font-size: 16px;
    }
}

.tshm_4_rating_container {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.tshm_4_star_rating {
    display: flex;
    color: #facc15;
    font-size: 0.625rem;
}

@media (min-width: 640px) {
    .tshm_4_star_rating {
        font-size: 0.75rem;
    }
}

.tshm_4_rating_text {
    font-size: 0.5rem;
    color: #6b7280;
}

@media (min-width: 640px) {
    .tshm_4_rating_text {
        font-size: 0.625rem;
    }
}

.tshm_4_price_container {
    font-size: 0.625rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
    .tshm_4_price_container {
        font-size: 0.75rem;
    }
}

.tshm_4_discounted_price {
    color: #9b2c6d;
    font-weight: 600;
}

.tshm_4_original_price {
    text-decoration: line-through;
    color: #9ca3af;
    margin-left: 0.25rem;
}

.tshm_6_section {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

/* Promo Banner Styles */
.tshm_6_promo_section {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .tshm_6_promo_section {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tshm_6_promo_banner {
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.tshm_6_ipad_banner {
    background: linear-gradient(to right, #fef08a, #fde047, #fef9c3);
}

.tshm_6_vivo_banner {
    background: linear-gradient(to right, #dbeafe, #bfdbfe, #93c5fd);
}

.tshm_6_promo_content {
    flex: 1;
}

.tshm_6_promo_title {
    font-weight: 800;
    color: black;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .tshm_6_promo_title {
        font-size: var(--Font-size-500);
    }
}

.tshm_6_promo_description {
    color: #374151;
    font-size: 12px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .tshm_6_promo_description {
        font-size: 14px;
    }
}

.tshm_6_promo_btn {
    background-color: black;
    color: white;
    font-size: 12px;
    border-radius: 9999px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_6_promo_btn:hover {
    background-color: #111827;
}

@media (min-width: 768px) {
    .tshm_6_promo_btn {
        font-size: 14px;
    }
}

.tshm_6_promo_image {
    border-radius: 8px;
}

/* Brands Section Styles */
.tshm_6_brands_container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

.tshm_6_brands_heading {
    font-weight: var(--Font-weight-Bold-700);
    line-height: var(--Line-height-XXL);
    color: #be185d;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 24px;
    width: max-content;
}

.tshm_6_brands_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 24px;
}

.tshm_6_brand_logo {
    height: 32px;
    width: auto;
}

/* Filter buttons container */
.tshm_filter_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tshm_filter_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #f78f1e;
    border-radius: 9999px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_filter_btn.tshm_active_filter {
    background-color: #f78f1e;
    color: white;
    font-weight: bold;
}

.tshm_disc_filter_btn {
    gap: 4px;
    padding: 10px 12px;
}

.tshm_filter_icon {
    font-size: 14px;
}

.tshm_disc_filter_btn .tshm_disc_filter_icon {
    font-size: 9px;
    line-height: unset;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tshm_disc_filter_btn .tshm_disc_filter_icon .fa.fa-tag.fa-stack-1x.fa-inverse {
    font-size: 8px;
    margin-top: 2px;
    margin-left: 0px;
    transition: all 300ms cubic-bezier(0.8, 0.01, 0.2, 1) !important;
}

.tshm_product_grid {
    display: none;
}

.tshm_active_product_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.tshm_filter_btn:hover {
    background-color: #f78f1e;
    color: white;
}

.tshm_filter_btn:hover .tshm_disc_filter_icon .fa.fa-tag.fa-stack-1x.fa-inverse,
.tshm_filter_btn.tshm_active_filter .tshm_disc_filter_icon .fa.fa-tag.fa-stack-1x.fa-inverse {
    color: #000;
}

@media (min-width: 640px) {
    .tshm_active_product_section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .tshm_active_product_section {
        grid-template-columns: repeat(5, 1fr);
    }
}

.tshm_why_choose_us_wrapper {
    padding: 48px 32px;
    background-color: var(--secondary);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.tshm_why_choose_us_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-align: center;
    ;
}

.tshm_why_choose_us_title {
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--Heading);
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
}

.tshm_why_choose_us_desc {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.tshm_why_choose_us_card_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tshm_why_choose_us_card {
    text-align: center;
    padding: 24px;
    display: flex;
    flex-direction: column;
    background: white;
    align-items: center;
    border-radius: 6px;
    gap: 24px;
    cursor: pointer;
}

.tshm_why_choose_us_icon {
    width: 70px;
    height: 70px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--primary);
}

.tshm_why_choose_us_card_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.tshm_why_choose_us_card .tshm_card_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--Heading);
    color: black;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
}

.tshm_why_choose_us_card .tshm_card_description {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--Heading);
    color: black;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media only screen and (max-width: 1500px) {
    .tshm_category_product_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tshm_category_product_card {
        height: 300px;
        width: 300px;
    }
}

@media only screen and (max-width: 1400px) {

    .tshm_category_product_card {
        height: 275px;
        width: 275px;
    }
}

@media only screen and (max-width: 1200px) {

    .tshm_category_product_card {
        height: 250px;
        width: 250px;
    }
}