@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

html {
  font-size: 14px;
}

.main-container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 60px;
    box-sizing: border-box;

    @media (max-width: 1280px) {
        max-width: 1160px;
    }

    @media (max-width: 1024px) {
        max-width: 904px;
    }

    @media (max-width: 480px) {
        max-width: 335px;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.creator-heading {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}

.creator-heading h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin-right: 27px;
  margin-bottom: 0;
}

.creator-heading img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 12px;
}

.creator-banner {
  min-width: 100%;
  width: 100%;
  height: 312px;
  object-fit: cover;
  border-radius: 12px;
  margin: 23px 0 29px 0;

  @media (max-width: 480px) {
    max-width: 305px;
    min-width: 305px;
  }
}

.creator-company {
  display: flex;
  gap: 33px;
  justify-content: space-between;
  text-align: center;

  @media (max-width: 900px) {
    flex-direction: column;
    gap: 50px;
  }

  @media (max-width: 480px) {
    flex-direction: column;
    gap: 50px;
  }
}

.company-info {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 700px;

  @media (max-width: 480px) {
    width: 100%;
    max-width: 750px;
  }

}

.company-info h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: bottom;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: start;
}

.company-info p {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: start;
}

.customer-service {
  padding: 16px 16px 24px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0 #30303026;
  display: flex;
  flex-direction: column;
  min-width: 541px;
  gap: 8px;

  @media (max-width: 480px) {
    min-width: 305px;
  }
}

.customer-service h2 {
  font-family: 'Inter', sans-serif;
  color: #808080;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
  text-align: start;
}

.customer-service span {
  font-family: 'Inter', sans-serif;
  color: #808080;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
}

.label-value {
  display: flex;
}

.label-value span {
  font-family: 'Inter', sans-serif;
  color: #808080;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  margin-right: 56px;
  
  @media (max-width: 480px) {
    margin-right: 26px;
  }
}

.label-value p {
  color: #161616;
  margin: 0;
}

.company-qr {
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 10px #30303026;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin-bottom: 30px;
  padding: 25px 20px;


  @media (max-width: 1024px) {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 420px;
  }

  @media (max-width: 480px) {
    width: 305px;
  }
}

.company-qr h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: bottom;
  text-transform: capitalize;
  margin: 0;
}

.company-qr h2 {
  font-family: 'Oswald', sans-serif;
  margin: 0;
}

.company-qr .bold {
  font-weight: 700 !important;
}

.scan-qrcode-card-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scan-qrcode-card-tip__body {
  margin-top: 20px;
  border-radius: 10px;
  background: #FA4A03;
  padding: 10px 20px;
  color: #fff;
}

.scan-qrcode-card-tip__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 14.5px 0 14.5px;
  border-color: #FA4A03 transparent transparent transparent;
}

.company-qr .qr-code {
  margin-right: 100px;
  margin-left: 100px;
  width: 80%;
  object-fit: cover;
}

.discover-products-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: bottom;
  text-transform: uppercase;
}

.product-list {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow-x: scroll;
  flex-wrap: nowrap;
  margin: 20px 0;
}

.product-list::-webkit-scrollbar {
  height: 4px;
}

.product-list::-webkit-scrollbar-track {
  background: #5b4add1e;

  margin-inline-start: 200px;
  margin-inline-end: 200px;
}

.product-list::-webkit-scrollbar-thumb {
  background-color: #5c4add;
  border-radius: 0;
  width: 50px;
}

.partly-product-list {
  display: flex;
  gap: 10px;
  width: 480px;
  height: 325px;
  overflow-x: scroll;
  flex-wrap: nowrap;
  margin-bottom: 40px;

  @media (max-width: 1024px) {
    width: 100%;
    max-width: 904px;
  }
}

.partly-product-list::-webkit-scrollbar {
  height: 4px;
}

.partly-product-list::-webkit-scrollbar-track {
  background: #5b4add1e;

  margin-inline-start: 100px;
  margin-inline-end: 100px;
}

.partly-product-list::-webkit-scrollbar-thumb {
  background-color: #5c4add;
  border-radius: 0;
  width: 50px;
}

.product-card {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 228px;
  min-height: 300px;
  font-family: 'Inter', serif;
  border: rgba(255, 255, 255, 0) 1px solid;
  transition: .2s;
}

.product-card:hover {
  border: #fa4903 1px solid;
  box-shadow: 0 0 10px rgba(250, 73, 3, 0.64);
}

.product-card a {
  all: unset;
  cursor: pointer;
}

.product-card-big {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 228px;
  min-width: 228px;
  height: 308px;
  min-height: 308px;
  font-family: 'Inter', serif;
  border: rgba(255, 255, 255, 0) 1px solid;
  transition: .2s;
}

.product-card-big:hover {
  border: #fa4903 1px solid;
  box-shadow: 0 0 10px rgba(250, 73, 3, 0.64);
}

.product-card-big a {
  all: unset;
  cursor: pointer;
}

.product-image-wrapper {
  position: relative;
}

.discover-product-image {
  width: 228px;
  height: 228px;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
}

.discover-product-image-big {
  width: 100%;
  height: 236px;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
}

.product-category {
  font-family: Gosha Sans;
  color: white;
  padding: 4px 8px;
  border-radius: 8px;
  /* font-size: 0.8rem; */
  font-size: 15px;
}

.product-info {
  padding-left: 8px;
  padding-right: 8px;
}

.product-name {
  font-size: 1rem;
  margin-bottom: 4px;
}

.product-company {
  color: #555;
  font-size: 0.9rem;
}


/*CompanyNotFound*/

.easemble-logo {
  margin-top: 28px;
}

.company-not-found {
  box-shadow: 2px 2px 10px 0 #30303026;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 177px;
  margin-top: 37px;
  margin-bottom: 24px;
  padding: 16px 16px 32px;

  @media (max-width: 480px) {
    height: 210px;
  }
}

.product-not-found p{
  max-width: 600px!important;
}

.welcome-message p {
  max-width: 322px!important;
  line-height: 24px!important;
}

.company-not-found h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.company-not-found p {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  max-width: 556px;
}

/*Product*/

.product-images {
  display: flex;
  flex-direction: column;
}

.product-image {
  width: 555px;
  height: 390px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 55px;
}

.footer-mobile-qr {
  position: absolute;
  width: 233px;
  height: 390px;
  bottom: 67px;
  right: 117px;
  margin-left: 199px;
  
  @media (max-width: 1024px) {
    right: 217px;
    top: 364px;
  }
  
  @media (max-width: 480px) {
    bottom: -406px;
    right: 40px;
  }
}

.carousel-container {
  position: relative;
  overflow: hidden;
  max-width: 650px;

  @media (max-width: 1024px) {
    margin: 0 auto;
  }
}

.carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-image {
  border-radius: 50px;
  width: 100%;
  aspect-ratio: 555 / 390;
  flex-shrink: 0;
  object-fit: cover;
  cursor: pointer;
}

.carousel-dots {
  transform: translateY(-50px);
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.carousel-dots span {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dots span.active {
  background: #ff5722;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-header h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: bottom;
  text-transform: uppercase;
}

.product-stats {
  max-width: 650px;
  display: flex;
  flex-direction: column;

  @media (max-width: 1024px) {
    max-width: 904px!important;
  }
}

.product-number {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #161616;
}

.product-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  @media (max-width: 1024px) {
    padding: 0 74px;
  }

  @media (max-width: 480px) {
    padding: 0;
  }
}

.product-icon-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.product-icon-value span {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: bottom;
  margin-top: 4px;
}

.product-description {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 42px;
}

.product-info-full {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  justify-content: space-between;

  @media (max-width: 1024px) {
    max-width: 904px!important;
  }
}

.product-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 16px;
  gap: 32px;

  @media (max-width: 1024px) {
    flex-direction: column;
  }
}