@media (min-width: 1800px) {
  #shopSlider .container {
    max-width: 1540px;
    padding: 60px;
  }
}

@media (max-width: 1400px) {
  #shopSlider .container {
    padding: 20px;
    max-width: 960px;
  }
}

@media (max-width: 1180px) {
  .itemBox {
    flex-direction: column;
  }

  .itemdesc img {
    object-position: center;
  }

  #shopSlider .container {
    padding: 50px;
  }
}

@media (max-width: 991.98px) {

  /* header  */
  /* Toggle Nav */

  .MobileView {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 20px;
  }

  .ToggleButton {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    transition: all 0.3s ease-in-out;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .ToggleButton:focus {
    box-shadow: none;
  }

  .ToggleButton span {
    display: block;
    width: 24px;
    height: 2px;
    background: #101010;
    transition: all 0.3s ease-in-out;
    z-index: 3;
  }

  .ToggleButton span:nth-child(2) {
    width: 16px;
  }

  .ToggleButton[aria-expanded="true"] span {
    background: var(--clr-white);
  }

  .ToggleButton[aria-expanded="true"]+#SideNav {
    transform: translateX(0);
  }

  .ToggleButton[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .ToggleButton[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    top: 6px;
    position: relative;
  }

  .ToggleButton[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(45deg);
    top: -8px;
    position: relative;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    width: 100%;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .ToggleButton[aria-expanded="true"] .nav-overlay {
    opacity: 1;
    visibility: visible;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  /* Toggle Nav */

  header {
    transform: translateY(0) !important;
  }

  header .navbar-collapse {
    position: fixed;
    background: #101010;
    width: 50%;
    left: 0;
    top: 0;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    transform: translateX(-101%);
    align-items: flex-start;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  header .navbar-collapse.show {
    transform: translateX(0%);
  }

  header .navbar-collapse .navbar-nav {
    gap: 10px;
    height: calc(100vh - 100px);
    overflow: auto;
    padding-bottom: 15px;
    flex-direction: column;
  }

  header .navbar-nav .nav-link {
    color: var(--clr-white);
    font-size: 16px;
    padding: 10px 0 !important;
    position: relative;
  }

  header .navbar-nav .nav-item:before {
    display: none;
  }

  header .navbar-nav .nav-item {
    padding: 0 15px;
  }

  header .device-brandLogo a {
    display: flex;
    padding: 15px;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
    align-items: center;
    min-height: 90px;
    margin-bottom: 10px;
  }

  header .device-brandLogo a img {
    width: 150px;
  }

  header .navbar-brand {
    text-align: left;
  }

  .dividerBlock {
    justify-content: center;
  }

  .product-card h2 {
    text-align: center;
  }

  .itemBox h5 {
    font-size: 13px;
  }

  .itemimg:before {
    width: 100px;
    height: 100px;
    left: 2px;
    top: 10px;
  }

  .itemimg img:last-child {
    transform: translateX(-50%) scale(1.7);
  }

  .itemimg img {
    transform: scale(1.7);
  }

  .itemimg:after {
    display: none;
  }

  .ContentWeAre {
    text-align: center;
  }

  .nav-item .ThemeBtn-outline {
    display: block;
    color: var(--clr-white);
    padding: 10px 18px;
  }

  /* header end */

  .BannerDetails {
    gap: 100px;
  }

  .BannerDetails h1 {
    font-weight: bold;
  }

  #productSlider,
  .productSwiper,
  .productSwiper .swiper-wrapper,
  .productSwiper .swiper-slide {
    min-height: auto;
    height: auto;
  }

  #shopSlider .container {
    padding: 50px 100px;
  }

  .item-description img {
    display: none;
  }

  .item-description p {
    -webkit-line-clamp: 2;
  }

  .DetailsCard {
    align-items: center;
    text-align: center;
  }

  .labResult {
    padding: 10px 0;
  }

  .productSwiper .swiper-slide {
    padding: 50px 0;
  }

  .sliderDetails .mainLogo {
    display: none;
  }

  .slideContainer .row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .product-inner-page .slideContainer .row {
    flex-direction: column;
  }

  .product-inner-page .DetailsCard .itemLogo {
    width: 70%;
    margin: auto;
  }

  .product-inner-page .itemBedge {
    margin: 15px auto !important;
  }

  .product-inner-page .item-description img {
    display: none;
  }

  .product-inner-page .item-description p {
    text-align: justify;
  }

  .product-inner-page .mainProductItem {
    justify-content: center;
  }

  .product-inner-page .labResult {
    margin: auto;
  }

  .product-inner-page .DetailsCard {
    padding: 0px;
  }

  .inner-page {
    padding: 30px 0;
  }

  .related-products h2 {
    text-align: center;
  }

  .item-description p {
    font-size: 18px;
  }

  .ProductBagSection .description {
    color: var(--clr-dark);
    text-align: center;
  }

  .MissionSection {
    padding: 50px 0 0;
  }

  .productItem img,
  .related-products .productItem img {
    height: 150px;
  }

  .productInfo img,
  .related-products .productInfo img {
    height: 30px;
  }

  .product-detail-section .DetailsCard {
    align-items: center;
    text-align: center;
    margin-top: 50px;
  }

  .related-products .col-lg-2 {
    width: 33.33333333%;
  }
}

@media (max-width: 767.98px) {

  header .navbar-collapse {
    width: 85%;
  }

  .InnerImages img {
    width: 100%;
  }

  .InnerMission {
    padding: 50px 20px;
  }

  .ProductBagSection {
    padding: 30px 0;
  }

  .ProductBagSection:after {
    height: 220px;
  }

  .ProductImage {
    padding: 0 30px;
  }

  .SubscribeForm p {
    font-size: 18px;
    line-height: 30px;
  }

  section.BottomFoot .navbar-nav {
    justify-content: center;
  }

  .copyright p {
    text-align: center;
  }

  .copyright {
    padding-top: 15px;
  }

  .MainFooter {
    padding: 60px 15px;

  }

  .verifyInfo {
    padding: 30px 20px 60px 20px;
  }

  .verifyInfo h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }

  .verifyInfo h5 {
    margin-bottom: 60px;
  }

  /* product page */

  .BannerDetails .mainLogo {
    width: 80%;
  }

  .BannerDetails {
    gap: 50px;
  }

  .slideContainer .row {
    gap: 0;
  }

  .swiper-slide {
    padding: 0 0 50px;
  }

  .mainProductItem ul {
    transform: scale(0.8);
  }

  .item-description {
    margin: 0 0 20px;
    gap: 15px;
  }

  .item-description img {
    width: 50px;
  }

  .DetailsCard {
    padding: 25px;
  }

  .item-description p {
    font-size: 16px;
  }

  /* product page end */

  .waviy {
    font-size: 24px;
  }

  .custom-space {
    padding: 30px 0;
  }

  .secHead h2 {
    font-size: 28px;
    line-height: normal;
  }

  .PremiumContent h2 {
    font-size: 36px;
    line-height: normal;
  }

  .product-detail-section .DetailsCard {
    padding: 15px;
    margin-top: 0;
  }

  .productItem img,
  .related-products .productItem img {
    height: 120px;
  }

  .productInfo img,
  .related-products .productInfo img {
    height: 25px;
  }

  .product-detail-section {
    margin-top: 80px;
    padding: 30px 0;
  }

  .related-products .col-lg-2 {
    width: 50%;
  }

  #shopSlider {
    height: auto;
  }

  #shopSlider .container {
    padding: 15px;
  }

  .shopSwiper .slideContainer {
    padding: 15px;
  }

}

@media (max-width: 360px) {
  .secHead h2 {
    font-size: 24px;
  }

  button.BtnVerify {
    position: unset;
    margin-top: 15px;
    border: 1px solid var(--clr-white);
  }

  .productInfo .itembtn {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .BannerDetails h1 {
    font-size: 18px;
  }

  .productItem img,
  .related-products .productItem img {
    height: 90px;
  }

  .productInfo img,
  .related-products .productInfo img {
    height: 20px;
  }
}