.top-selling-banner .container .hero-section {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}

.page-maring {
    margin-top: 25px;
}

.filter-card {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px white !important;
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px 0px 0px 20px;
    font-size: 16px;
}


a:hover {
    text-decoration: none;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #202122 !important;
    border-color: var(--bs-pagination-active-border-color)
}


.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #262729;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

/* header section css */

.top-banner {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-banner .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.top-banner .arrow.left {
    left: 15px;
}

.top-banner .arrow.right {
    right: 15px;
}

.navbar-custom {
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}

.navbar-left,
.navbar-center,
.navbar-right {
    display: flex;
    align-items: center;
}

.navbar-left img {
    height: 30px;
    width: auto;
}

.navbar-center {
    gap: 25px;
    /* margin-left: 25px; */
}

.navbar-center a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
}

.navbar-center a.active {
    position: relative;
    padding-right: 8px;
}

.navbar-center a.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #8b0000;
    border-radius: 50%;
}

.navbar-right {
    gap: 15px;
}

.icon-button {
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon-button i {
    color: #000;
    font-size: 18px;
}

@media (max-width: 575.98px) {
    .navbar-center {
        gap: 15px;
        font-size: 14px;
        margin-left: 10px;
    }

    .icon-button {
        width: 36px;
        height: 36px;
    }

    .icon-button i {
        font-size: 16px;
    }
}


.hero-section {
    position: relative;
    width: 100%;
    height: 70vh;
    background-color: #000;
    overflow: hidden;
}

/* .main-hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: #000;
    overflow: hidden;
} */

.hero-image {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-section .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-hero-section .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text-container {
    /* background: rgba(0, 0, 0, 0.6); */
    /* padding: 30px; */
    /* border-radius: 10px; */
    max-width: 600px;
    text-align: center;

}

.barding-banner .hero-text-container {
    margin-top: 30px !important;
}

.hero-title {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #fff;
}

.btn-shop {
    background-color: #e50914;
    color: white;
    padding: 12px 25px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-shop:hover {
    background-color: #c40811;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }
}

/* animation */


.topbar {
    background-color: #000;
    /* border-bottom: 1px solid #222; */
    white-space: nowrap;
    overflow-x: auto;
}

.topbar::-webkit-scrollbar {
    display: none;
}

.topbar a {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}

.topbar a .btn-signup {
    border: 1px solid #f7f2f2;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
    background-color: transparent;
    margin-left: 6px;
    white-space: nowrap;
}

.topbar a .btn-signup:hover {
    background-color: #ccc;
    color: #000;
    text-decoration: none;
}


.marquee-wrapper {
    width: 100%;
    overflow: hidden;

    white-space: nowrap;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}



/* category section */

.main-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Correct usage */
    gap: 4px;
    background-color: #000;
}

.half {
    position: relative;
    flex: 1 1 50%;
    min-width: 300px;
    height: 412px;
    overflow: hidden;

}

.half img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
    /* opacity: 0.85; */
}

.overlay-text {
    position: absolute;
    bottom: 40px;
    left: 55px;
    color: #fff;
    max-width: 600px;
}

.overlay-text h2 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: start;
}

.overlay-text h5 {
    font-weight: 400;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    color: #fff;
    width: 100%;
    text-align: start;
}

.overlay-text h5 a {
    color: #fff;
    /* text-decoration: underline; */
    width: 100%;
}

.btn-shop {
    font-size: 1rem 16px;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

.btn-shop:hover {
    background-color: #eee;
    color: #000;
}

@media (max-width: 767.98px) {
    /* .main-section {
          flex-direction: column;
      } */

    .half {
        height: auto !important;
    }

    .overlay-text {
        max-width: 90%;
        bottom: 20px;
        left: 15px;
    }

    .overlay-text h2 {
        font-size: 1.8rem;
        text-align: start;
    }
}


/* join email section */

.email_icon {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.email-input {
    background-color: #1a1a1a;

    color: #fff !important;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    width: 320px;
    max-width: 100%;
}

.btn-circle {
    width: 48px;
    height: 55px;
    border-radius: 50%;
    background-color: white;
    color: black;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-circle:hover,
.btn-circle:focus {
    background-color: white;
    color: black;
}

.email-join .form-control:focus {
    color: var(--bs-body-color);
    background-color: #1A1A1A !important;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    border: 1px solid #666;
}

.input-group {
    max-width: 320px;
    margin: 0 auto;
    color: #fff;
}

.email-input::placeholder {
    color: white;
}

.email-subtitle {
    max-width: 400px;
    line-height: 1.7;
    text-align: center;
}


.email-form {
    position: relative;
    max-width: 320px;
    margin-bottom: 1.5rem;
}

.email-input {
    width: 100%;
    background: #1a1a1a;
    border: none;
    color: #666;
    padding: 0.75rem 3.5rem 0.75rem 1rem;
    font-size: 14px;
    border-radius: 0;
    width: 300px;
    height: 66px;
    font-family: Poppins !important;
}

.email-input::placeholder {
    color: #666;
    font-family: Poppins;
}

.email-submit {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    border: none;
    width: 36px;
    height: 36px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


/* card */


.product-card {
    text-align: center;
    margin-bottom: 20px;
}

.product-card img {
    width: 100% !important;
    height: 295px !important;
    /* object-fit: cover; */
}

.product-title {
    font-size: 16px;
    /* margin-top: 38px; */
    text-align: center;
    font-weight: 500;
}

.product-price {
    font-size: 16px !important;
    font-weight: bold;
    margin-top: 7px;
}

.product-old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
}

.product-card {
    position: relative;
    overflow: hidden;
}

.view-product-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red;
    color: white;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    opacity: 0;
    /* Default অবস্থায় লুকানো */
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    font-weight: 600;
}

.small-img-card:hover .view-product-btn {
    opacity: 1;
    visibility: visible;
}


.search_keyword::placeholder {
    font-size: 12px;
}

.login_for_order {
    background: #DF3130 !important;
    color: white !important;
    padding: 7px !important;
    border-radius: 5px;
}

.product-card:hover .card-button {
    background-color: #DF3130 !important;
    color: white;
}

.card-button {
    transition: all 0.3s ease;
}

.products-category:hover .card-button {
    background-color: #DF3130 !important;
    color: white;
}

.overlay {
    position: absolute;
    bottom: 100px;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 9px;

}

/* footer  */


.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a {
    color: #333;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
}

.social-icons .footer-icons {
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}


a {
    /* color: #fff; */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* .footer-container {
      padding: 3rem 6rem 2rem 6rem;
  } */

.footer-email-label {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.email-input-group {
    max-width: 320px;
    background-color: #1a1a1a;
    border: none;
    border-radius: 0;
}

.email-input-group input {
    background-color: #1a1a1a;
    border: none;
    color: #666;
    font-size: 14px;
    padding-left: 1rem;
}

.email-input-group input::placeholder {
    color: #666;
}

.email-input-group .btn {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-input-group .btn i {
    color: #000;
    font-size: 14px;
}

.app-badges {
    margin-top: 1.5rem;
    display: flex;
    gap: 0.75rem;
}

.app-badges img {
    height: 32px;
    cursor: pointer;
}

.footer-links-section {
    margin-top: 3rem;
}

.footer-links-section small {
    color: #999;
    font-weight: 400;
}

.footer-links-section h6 {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.footer-links-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links-section ul li {
    margin-bottom: 0.5rem;
}

.footer-logo {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.footer-logo img {
    height: 20px;
}

.copyright {
    font-size: 13px;
    color: #999;
}

.footer-divider {
    border-top: 1px solid #222;
    margin: 2rem 0 1rem 0;
}

.footer-bottom-text {
    font-size: 12px;
    color: #999;
    line-height: 1.3;
}

.footer-bottom-links {
    margin-top: 0.75rem;
    font-size: 13px;
}

.footer-bottom-links a {
    margin-right: 1rem;
    color: #999;
}

.footer-bottom-links a:hover {
    color: #fff;
}

.footer-bottom-links .flag-icon {
    width: 18px;
    height: 12px;
    vertical-align: middle;
    margin-right: 0.25rem;
}

.social-icons {

    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.social-icons a {
    color: #666;
    font-size: 18px;
}

.social-icons a:hover {
    color: #fff;
}

.chat-button {
    position: fixed;
    bottom: 5.5rem;
    right: 1.5rem;
    background-color: #d6e1db;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.chat-button i {
    color: #000;
    font-size: 24px;
}

@media (max-width: 991.98px) {

    .footer-links-section {
        margin-top: 2rem;
    }

    .social-icons {
        justify-content: center;
        margin-top: 2rem;
    }
}


.btn-store {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 6px 12px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    user-select: none;
}

.btn-store img {
    height: 24px;
    width: auto;
    margin-right: 8px;
}

.btn-store .small-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.btn-store .large-text {
    font-size: 16px;
    line-height: 1;
}

.btn-google {
    margin-left: 12px;
}


/* details page design */


a:hover {
    /* color: #fff; */
    text-decoration: underline;
}

.small-link {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 20px !important;
}

.price {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.team-label,
.size-label,
.desc-label {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 4px;
}

.team-select {
    font-size: 12px;
    height: 30px;
    padding: 0 8px;
}

.size-btn-group .btn {
    font-size: 10px;
    padding: 4px 12px;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #000;
    background: #fff;
}

.size-btn-group .btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.btn-add {
    font-size: 10px;
    font-weight: 600;
    background: #000;
    border: none;
    border-radius: 20px;
    padding: 6px 0;
    width: 100%;
    color: #fff;
    margin-top: 12px;
}

.btn-shop .shop-pay {
    font-weight: 700;
    font-size: 10px;
    background: #6f6fff;
    border-radius: 3px;
    padding: 0 4px;
    margin-left: 4px;
}

.payment-options {
    font-size: 7px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 12px;
}

.fit-banner {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 12px;
    margin-bottom: 12px;
}

.fit-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.fit-text {
    position: relative;
    z-index: 1;
}

.btn-silhouette {
    font-size: 9px;
    font-weight: 600;
    background: #000;
    border-radius: 20px;
    padding: 4px 12px;
    margin-top: 6px;
    display: inline-block;
    color: #fff;
    border: none;
}

.desc-text {
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 4px;
}



.desc-container {
    max-width: 100%;
}

.thumbnail-list {
    display: flex;
    flex-direction: column;
    /* gap: 27px; */
}

.thumbnail-list img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 4px;
    background: #fff;
}

.thumbnail-list img.selected {
    border: 1px solid #000;
}


.main-image {
    width: 100%;
    /* max-width: 550px; */
    height: 600px;
    /* object-fit: contain; */
    background: #fff;
}


.team-select option {
    padding-left: 20px;
}

.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 18px;
    /* margin-left: 0.75rem; */
    position: relative;
}

.icon-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px #7a1f1f;
}

.badge-circle {
    position: absolute;
    top: 3px;
    right: -3px;
    background-color: #333333;
    color: white;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

@media (max-width: 767px) {
    .thumbnail-list {
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
        margin-bottom: 12px;
    }

    .main-image {
        max-width: 100%;
        height: auto;
    }
}


.add-to-card {
    font-size: 14px;
    font-weight: 600;
    background: #000;
    border: none;
    border-radius: 0px;
    padding: 12px 4px;
    width: 100%;
    color: #fff;
    margin: 10px 0px;
}

.add-to-card:hover {
    font-size: 14px;
    font-weight: 600;
    background: #131313;
    border: none;
    border-radius: 0px;
    padding: 12px 4px;
    width: 100%;
    color: #fff;
    margin: 10px 0px;
}

.thumbnail-list img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    cursor: pointer;
    border: none;
    padding: 0px;
    background: #fff;
}

.quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
}

.quantity-selector span {
    font-size: 20px;
    font-weight: 500;
    margin: 0 10px;
}

.quantity-selector button {
    background: none;
    border: none;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}

/* silhouette */

.silhouette-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.cap-card {
    background-color: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cap-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1); */
}

.cap-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}

.cap-title {
    font-weight: bold;
    font-size: 1.5rem;

    text-align: start;
    color: white;
}

.cap-subtitle {
    color: #aaa;
    text-align: start;
    margin-bottom: 5px;
}

.size-table {
    border-collapse: collapse;
    width: max-content;
}

.size-table td {
    border: 1px solid #dee2e6;
    padding: 0.5rem 1.5rem;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.size-table .selected {
    background-color: #000;
    color: #fff;
    font-weight: 700;
}

.btn-black {
    background-color: #000;
    color: #fff;
    /* border-radius: 50px; */
    font-weight: 400;
    font-size: 1rem;
    padding: 0.5rem 0;
    width: 100%;
    /* max-width: 600px; */
    border: none;
}


.btn-shop strong {
    font-weight: 700;
}

.btn-shop .pay-box {
    background: #fff;
    color: #4b3ce7;
    font-weight: 700;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 0 4px 1px 4px;
    margin-left: 4px;
    font-family: Arial, sans-serif;
}

@media (max-width: 575.98px) {
    .size-table td {
        padding: 0.4rem 1rem;
        font-size: 0.9rem;
    }

    .btn-black,
    .btn-shop {
        font-size: 0.9rem;
        max-width: 100%;
    }
}

/* add to button */

.quantity-control {
    display: inline-flex;
    border: 1px solid #666;
    width: 120px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: 20px;
    user-select: none;
}

.quantity-control button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 100%;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.quantity-control span {
    width: 40px;
    text-align: center;
    user-select: none;
    font-weight: 400;
}

.btn-add {
    margin-top: 20px;
    width: 600px;
    max-width: 100%;
    height: 50px;
    border: 1px solid white;
    background: none;
    color: white;
    font-family: monospace;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.btn-buy {
    margin-top: 10px;
    width: 600px;
    max-width: 100%;
    height: 50px;
    background-color: #00c7d1;
    border: none;
    color: black;
    font-family: monospace;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.marque-link {
    font-size: 1.2rem;
    transition: all 0.1s ease;
}


.marque-link:hover {
    text-decoration: underline;
    transform: scale(1.01);
}


.sbs__image_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(214.24deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* z-index: 1; */
    display: block !important;
}

.sbs__title,
.sbs__text {
    color: #fff !important;
    position: relative !important;
    z-index: 2 !important;
    margin-bottom: 8px;
    text-align: center;
}

.categories-btn {
    position: relative !important;
    z-index: 2 !important;
    background: white !important;
}

.pro_vide iframe {
    height: 450px;
}



@media only screen and (min-width: 320px) and (max-width: 767px) {

    .pro_vide iframe {
        max-height: 300px;
    }

    .pro_vide {
        border: 1px solid #ddd;
        padding: 8px;
        margin-top: 25px;
        position: sticky;
        top: 140px;
    }

    .small-link {
        font-size: 0.8rem;
        font-weight: 500;
        margin-top: 0px !important;
    }

    .top-selling-banner .container .hero-section {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #000;
        overflow: hidden;
        height: 60vh;
    }


    .page-maring {
        margin-top: 64px;
    }

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


    .chat-button {
        position: fixed;
        bottom: 1.5rem;
        right: 1rem;
        background-color: #e5eced;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 1;
    }


    .product-title {
        font-size: 13px;
        margin-top: 8px;
        text-align: center;
        font-weight: 500;
    }


    header {
        position: fixed;
        box-shadow: none;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .overlay-text {
        max-width: 90%;
        bottom: 20px;
        left: 15px;
    }

    .btn-store .large-text {
        font-size: 12px;
        line-height: 1;
    }

    .btn-shop {
        font-size: 1rem;
        padding: 12px 20px;
        border-radius: 30px;
        border: none;
        background-color: #fff;
        color: #000;
        font-weight: 600;
        font-size: 12px;
        /* display: flex; */

    }


    .overlay-text h2 {
        font-size: 1.4rem;
        text-align: start;
    }


    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .hero-section .container {

        margin: 0 auto;

        position: relative;
        z-index: 1;
        color: white;
        height: 100%;
        display: flex;
        align-items: end;
        bottom: 120px;
        justify-content: center;
    }


    .view-product-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: red;
        color: white;
        padding: 8px 12px;
        border: none;
        font-size: 9px;
        opacity: 0;
        /* Default অবস্থায় লুকানো */
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        font-weight: 600;
    }

    .homeproduct.main-details-page {
        margin-top: 90px;
    }


    .add-to-card {
        font-size: 14px;
        font-weight: 600;
        background: #4b3be0;
        border: none;
        border-radius: 0px;
        padding: 12px 4px;
        width: 100%;
        color: #fff;
        margin: 10px 0px;
    }

    .add-to-card:hover {
        font-size: 14px;
        font-weight: 600;
        background: #a1a0a5;
        border: none;
        border-radius: 0px;
        padding: 12px 4px;
        width: 100%;
        color: #fff;
        margin: 10px 0px;
    }


    .indicator-item img {
        /* height: 100% !important; */
        width: 85% !important;
        margin-bottom: 11.5px;
        /* object-fit: cover; */
    }

    .hero-section {
        position: relative;
        width: 100%;
        height: 65vh;
        background-color: #000;
        overflow: hidden;
        margin-top: 80px;
    }

    .hero-text-container {
        /* background: rgba(0, 0, 0, 0.6); */
        /* padding: 30px; */
        /* border-radius: 10px; */
        max-width: 600px;
        text-align: center;

    }


    .top-selling-banner .hero-text-container {
        /* background: rgba(0, 0, 0, 0.6); */
        padding: 0px 10px 40px 10px;
        /* border-radius: 10px; */
        max-width: 600px;
        text-align: center;

    }




    .main-hero-section .hero-text-container {
        /* background: rgba(0, 0, 0, 0.6); */
        /* padding: 30px; */
        /* border-radius: 10px; */
        max-width: 600px;
        text-align: center;
        padding-top: 100px;
    }

    .half img {
        width: 100%;
        height: 100%;
        object-fit: unset;
        display: block;
    }


    .hero-section-category {
        position: relative;
        width: 100%;
        margin-top: 71px;
        /* height: 35vh; */
        overflow: hidden;
    }


    .auth-section,
    .checkout-shipping {
        margin-top: 60px;
    }

    .customer-section-margin {
        margin-top: 51px;
    }


    .cap-title {
        font-weight: bold;
        font-size: 1.1rem;
        text-align: start;
        color: white;
    }

    .cap-subtitle {
        color: #aaa;
        text-align: start;
        margin-bottom: 5px;
        font-size: 14px;
    }


    .silhouette-title {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 30px;
    }


    .btn-black {
        background-color: #000;
        color: #fff;
        border-radius: 0px;
        font-weight: 400;
        font-size: 1rem;
        padding: 0.5rem 0;
        width: 100%;
        /* max-width: 600px; */
        border: none;
        padding: 13px 0px;
    }


    .barding-banner {
        position: relative;
        width: 100%;
        height: 48vh;
        background-color: #000;
        overflow: hidden;
        margin-top: 0px !important;
    }


    .mobile-marin {
        margin-top: 70px;
    }

    .extra-mobile-margins {
        margin-top: 50px;
    }

    #apply-coupon {
        font-size: 10px;
    }

    .checkout-shipping label {
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: 600;
    }

    .footer-about .email-form {
        position: relative;
        max-width: 500px;
        margin-bottom: 1.5rem;
    }

    .footer-about .email-form .email-input {
        width: 100%;
        background: #1a1a1a;
        border: none;
        color: #666;
        padding: 0.75rem 3.5rem 0.75rem 1rem;
        font-size: 14px;
        border-radius: 0;
        width: 100%;
        height: 66px;
        font-family: Poppins !important;
    }

    .footer-about .mobile-center {
        justify-content: center;
    }

    /* marque-link */

    .marque-link {
        font-size: 15px;
    }




    .latest-pro {
        margin-top: 80px;
    }

    /* .main-hero-section {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #000;
        overflow: hidden;
        margin-top: 35px;
    } */

    .success-title h2 {
        color: #000000;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 45px;
    }

    .hero-content {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        z-index: 10;
        width: 100%;
    }
}




.extra-section-category {
    padding-top: 0px !important;
}

@media only screen and (min-width: 320px) and (max-width: 350px) {

    .menu-logo img {
        width: auto;
        height: 55px;
        position: absolute;
        margin-top: -28px;
        left: 40%;
    }

}






@media only screen and (min-width: 1800px) and (max-width: 8000px) {

    .extra-main-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1450px;

    }


}
