html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
  background: #fafafa;
  color: var(--accent);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.header-wrapper {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 16px;
}
.header {
  z-index: 999;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}
.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: var(--nav-height);
  position: relative;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 420px;
}
.search-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fafafa;
  outline: none;
  font-size: 14px;
}
.search-input {
  color: var(--title);
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/6803544bcb648a5189d0e9df_ic-search-01.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 12px;
  line-height: 110%;
}

.search-input::placeholder {
  color: #999;
  font-size: 12px;
  line-height: 110%;
}

.search-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: var(--muted);
}
.search-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}
.logo {
  position: absolute;
  left: 50%;
  transform: translateX(50%);
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo .brand {
  font-family: "Georgia", serif;
  font-size: 30px;
  line-height: 1;
}
.logo .tag {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
  letter-spacing: 0.2px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
}
.action-btn svg {
  width: 18px;
  height: 18px;
  opacity: 0.9;
}
.nav-row {
  margin-top: 6px;
  border-top: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: visible;
  padding: 10px 2px;
  scrollbar-width: none;
  position: relative;
  z-index: 1000;
}
.nav-row::-webkit-scrollbar {
  display: none;
}

.nav-item {
  position: relative;
  padding: 8px 6px;
  font-size: 14px;
  color: var(--accent);
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-item .chev {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.15s ease;
  opacity: 0.7;
}
.nav-item:hover {
  color: #0b2a59;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  padding: 10px 0;
  z-index: 2000;
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown,
.nav-item:hover .mega-dropdown,
.nav-item:focus-within .mega-dropdown {
  display: flex;
}

.nav-item.open .dropdown {
  display: block;
}
/* .dropdown a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: var(--accent);
  font-size: 13px;
  border-radius: 6px;
}
.dropdown a:hover {
  background: #0b6cff;
  color: #f6f8f6;
} */
.logo img {
  height: 100px !important;
  width: auto !important;
  max-height: none !important;
  max-width: none !important;
  display: block;
}

@media (max-width: 820px) {
  .search-box {
    max-width: 220px;
  }
  .logo {
    position: static;
    transform: none;
    order: 2;
    margin: auto 0;
  }
  .top-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .header {
    padding: 8px;
  }
  .nav-row {
    gap: 12px;
  }
}
@media (max-width: 520px) {
  .search-box {
    display: none;
  }
  .nav-row {
    display: none;
  }
  .actions .label {
    display: none;
  }
  .logo .tag {
    display: none;
  }
}
@media (max-width: 768px) {
  .logo img {
    height: 55px;
  }
}

.nav-row {
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* .nav-item { position: relative; font-weight: 500; cursor: pointer; display: flex; align-items: center; gap: 4px; transition: color 0.2s ease; } */
.nav-item {
  position: relative;
  padding: 0 15px;
}

.nav-item .chev {
  font-size: 0.8rem;
  margin-left: 5px;
}

.mega-frame {
  width: 100%;
  min-height: 250px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

.mega-frame.active {
  display: block;
}

.mega-content {
  display: none;
}

.mega-content.active {
  display: block;
}

.mega-close {
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 18px;
  cursor: pointer;
  color: #555;
  /* background: #f9f9f9;  */
  /* border: 1px solid #ddd;
  border-radius: 50%;    */
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  padding: auto;
}

.mega-close:hover {
  background: #eee;
}

.mega-dropdown {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 4px;
}

.mega-dropdown .mega-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mega-dropdown h4 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.more-item {
  position: relative;
}

.more-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  display: none;
  flex-direction: column;
  min-width: 200px;
  z-index: 3000;
}

.more-dropdown a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.more-dropdown a:hover {
  background: #f5f5f5;
}

.more-item.active .more-dropdown {
  display: flex;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 20px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #333;
  transition: all 0.3s ease;
}
.nav-item {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
}

.mega-column {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.mega-column h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mega-column a {
  text-decoration: none;
  color: #333;
  margin-bottom: 8px;
  transition: color 0.2s;
}

.mega-column a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: var(--accent);
  font-size: 13px;
  border-radius: 6px;
}
.mega-column a:hover {
  background: #0b2a59;
  color: #f6f8f6;
}

.footer {
  background: #0b2a59;
  color: #ccc;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  width: 240px;
  height: 240px;
  /* border-radius: 50%;      */
  /* border-radius: 50%; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  /* border: 3px solid #ccc;  */
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-col .ft-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}

.ft-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.ft-menu li {
  margin: 6px 0;
}

.ft-menu a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s;
}

.ft-menu a:hover {
  color: #fff;
}
.brand-select {
  width: 80%;
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
  background: #fff;
  color: #201c1c;
  cursor: pointer;
}

.brand-select option {
  color: #201c1c;
  background: #fff;
}

.social-icons-footer {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}

.social-icons-footer a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-icons-footer a:hover {
  opacity: 0.7;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom a {
  color: #ccc;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-col {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.footer-col .ft-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}

.footer-col .ft-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin-top: 6px;
}

.footer-col p {
  margin: 6px 0;
  font-weight: 300;
  opacity: 0.9;
}

.footer-col strong {
  font-weight: 500;
  color: #fff;
}

.social-icons-footer {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons-footer a {
  color: #ccc;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons-footer a:hover {
  color: #ccc;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .page-data {
    margin-bottom: var(--tablet);
  }

  .title-top {
    grid-column-gap: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .table-row {
    grid-column-gap: 20px;
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .sg-section,
  .sg-titles,
  .sg-fonts {
    margin-bottom: 100px;
  }

  .page-title {
    padding-top: 120px;
  }

  .button-arrow-block.mobile {
    display: none;
  }

  .footer {
    padding-top: 60px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .stores {
    margin-bottom: var(--tablet);
  }

  .container {
    max-width: 100%;
  }

  .store-block {
    font-size: 16px;
  }

  .store-right {
    grid-column-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .store-img {
    display: none;
  }

  .feature {
    margin-bottom: var(--tablet);
  }

  .feature-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .feature-block {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .faq {
    margin-bottom: var(--tablet);
  }

  .faq-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form {
    margin-bottom: var(--tablet);
  }

  .form-block {
    max-width: 100%;
  }

  .contact-pg-title {
    padding-top: 120px;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .contact-img {
    max-width: 100%;
    min-height: 600px;
    max-height: 600px;
  }

  .contact-right {
    grid-row-gap: 100px;
    max-width: 100%;
  }

  .contact-top {
    grid-row-gap: 40px;
  }

  .reviews {
    margin-bottom: var(--tablet);
  }

  .review-image {
    min-height: 430px;
    max-height: 430px;
  }

  .fact-info {
    font-size: 42px;
  }

  .ans-wrap {
    padding-right: 40px;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-list {
    grid-row-gap: 50px;
  }

  .post-block {
    grid-row-gap: 40px;
    flex-flow: wrap;
    padding-bottom: 50px;
  }

  .post-img {
    max-width: 40%;
  }

  .post-heading {
    font-size: 22px;
  }

  .post-left {
    max-width: 50%;
  }

  .post-right {
    max-width: 100%;
  }

  .post-line.mobile {
    display: none;
  }

  .post {
    margin-bottom: var(--tablet);
  }

  .post-main {
    height: auto;
  }

  .post-inner {
    margin-top: 30px;
  }

  .footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-left {
    max-width: 70%;
  }

  .footer-text,
  .menu-wrapper {
    max-width: 100%;
  }

  .footer-data {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-inner {
    grid-row-gap: 60px;
  }

  .products {
    margin-bottom: var(--tablet);
  }

  .product-inner {
    flex-flow: column;
  }

  .product-left {
    display: none;
  }

  .product-right {
    max-width: 100%;
  }

  .product-image {
    min-height: auto;
    max-height: none;
  }

  .product-main {
    height: auto;
  }

  .product-top {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .product-toggle {
    background-color: var(--background);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 20px;
    display: flex;
  }

  .product-menu {
    width: 100%;
  }

  .product-menu-wrap {
    background-color: var(--background);
    margin-top: 10px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .product-title {
    margin-bottom: 0;
  }

  .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 40px;
  }

  .product-main-right {
    max-width: 100%;
    margin-top: 0;
    position: static;
  }

  .cart-data {
    background-color: var(--background);
    width: auto;
    max-width: none;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .product-que {
    font-size: 20px;
  }

  .product-ans-wrap {
    padding-right: 80px;
  }

  .product-main-left {
    max-width: 100%;
  }

  .multi-image-list {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .multi-image {
    min-height: 400px;
  }

  .product-wrap {
    padding: 20px;
  }

  .plus-icon {
    display: flex;
    position: absolute;
    inset: auto 15px 110% auto;
  }

  .categories {
    margin-bottom: var(--tablet);
  }

  .category-lists {
    grid-template-columns: 1fr;
  }

  .cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta.home {
    margin-bottom: var(--tablet);
  }

  .cta-heading {
    font-size: 32px;
  }

  .about {
    margin-bottom: var(--tablet);
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-left {
    max-width: 100%;
    min-height: 750px;
    max-height: 750px;
  }

  .about-right {
    grid-row-gap: 60px;
    max-width: 100%;
  }

  .about-heading {
    font-size: 38px;
  }

  .branding {
    margin-bottom: var(--tablet);
  }

  .branding-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .branding-block {
    max-width: 25%;
    min-height: 120px;
  }

  .branding-logo {
    max-width: 150px;
  }

  .branding-inner {
    grid-row-gap: 60px;
  }

  .branding-info {
    font-size: 22px;
  }

  .team {
    margin-bottom: var(--tablet);
  }

  .team-wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .team-social {
    display: none;
  }

  .team-image {
    min-height: 360px;
    max-height: 360px;
  }

  .vision {
    margin-bottom: var(--tablet);
  }

  .vision-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .vision-top {
    grid-row-gap: 30px;
  }

  .vision-right {
    max-width: 100%;
  }

  .vision-data {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vision-wrapper {
    grid-row-gap: 50px;
    max-width: 100%;
  }

  .marquee-block,
  .marquee-inner {
    grid-column-gap: 30px;
  }

  .marquee-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .blog-list {
    grid-column-gap: 15px;
  }

  .blog-image {
    min-height: 280px;
    max-height: 280px;
  }

  .scoll-text {
    font-size: 60px;
  }

  .page-wrapper {
    margin-bottom: var(--tablet);
  }

  .category-list {
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr;
  }

  .categories-box {
    padding-bottom: 40px;
  }

  .tp-inner {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .tp-left {
    max-width: 100%;
    min-height: 500px;
    position: relative;
  }

  .tp-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .tp-list-wrapper {
    max-width: 100%;
  }

  .tp-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .top-product,
  .story {
    margin-bottom: var(--tablet);
  }

  .story-inner {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .story-right {
    grid-column-gap: 40px;
    max-width: 100%;
  }

  .story-left {
    flex-flow: column-reverse;
    max-width: 100%;
  }

  .story-img {
    min-height: 550px;
    max-height: 550px;
  }

  .features,
  .latest-products {
    margin-bottom: var(--tablet);
  }

  .ip-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-heading {
    max-width: 100%;
  }

  .features-wrapper {
    grid-column-gap: 30px;
  }

  .features-left,
  .features-right {
    max-width: 50%;
  }

  .features-img {
    max-width: 100%;
  }

  .feature-first,
  .feature-center,
  .feature-last {
    display: none;
  }

  .about-hero {
    margin-bottom: var(--tablet);
  }

  .about-inner {
    max-width: 100%;
  }

  .about-data {
    max-width: 63%;
  }

  .about-text {
    bottom: -18%;
  }

  .about-data-wrap {
    max-width: 100%;
  }

  .about-main-image {
    object-fit: cover;
    min-height: 350px;
  }

  .hero-section {
    margin-bottom: var(--tablet);
  }

  .hero-data {
    max-width: 100%;
  }

  .hero-left {
    display: none;
  }

  .hero-right {
    max-width: 100%;
  }

  .blog-main-img {
    height: 500px;
  }

  .on-scroll-image {
    position: absolute;
    inset: 0%;
  }

  .newsletter-inner {
    max-width: 90%;
  }

  .newsletter-right {
    grid-row-gap: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .ns-image {
    height: 100%;
    min-height: auto;
  }

  .ns-heading {
    font-size: 32px;
  }

  .newsletter-top {
    font-size: 16px;
  }

  .newsletter-wrapper {
    grid-row-gap: 25px;
  }

  .nsl-button {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .newsletter-bottom {
    max-width: 100%;
  }

  .nsl-data {
    grid-row-gap: 10px;
  }

  .hero-heading-wrap,
  .story-heading {
    max-width: 100%;
  }

  .cursor-wrap {
    display: none;
  }

  .store-title {
    margin-bottom: 6px;
  }

  .review-data-wrap {
    padding: 20px;
    position: relative;
  }

  .review-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .faq-tab {
    flex-flow: column;
  }

  .faq-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: grid;
  }

  .faq-content {
    max-width: 100%;
  }

  .product-main-img {
    position: relative;
  }

  .product-plus {
    background-color: #fff;
    background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/681318165e0e6c5e28da52d9_ic-plus.svg");
    border: 1px solid #0000001a;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
  }

  .features-section {
    margin-bottom: var(--tablet);
  }

  .crafted-wrapper {
    grid-template-columns: 1fr;
  }

  .crafted-right {
    padding: 40px 30px;
  }

  .crafted-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 170%;
  }

  .crafted-info {
    font-size: 14px;
    line-height: 150%;
  }

  .fs-wrap {
    margin-bottom: var(--tablet);
  }

  .fs-inner-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .crafted-img {
    min-height: 500px;
    max-height: 500px;
  }

  .showcase {
    margin-bottom: var(--tablet);
  }

  .showcase-top {
    margin-bottom: 30px;
  }

  .showcase-title {
    margin-bottom: 20px;
  }

  .showcase-text {
    max-width: none;
  }

  .showcase-bottom {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: stretch;
  }

  .showcase-img {
    max-width: none;
  }

  .showcase-img._02 {
    display: none;
  }

  .showcase-img._03 {
    min-width: auto;
    max-width: none;
    margin-top: 0;
  }

  .showcase-image {
    min-height: 360px;
    max-height: 360px;
  }

  .behind-beauty {
    margin-bottom: var(--tablet);
  }

  .bb-wrapper {
    grid-template-columns: 1fr;
  }

  .bb-left {
    padding: 40px;
  }

  .bb-title {
    margin-bottom: 30px;
  }

  .more-about {
    margin-bottom: var(--tablet);
  }

  .ma-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .ma-left {
    grid-row-gap: 30px;
    max-width: none;
  }

  .ma-right {
    max-width: none;
  }

  .makers {
    margin-bottom: var(--tablet);
  }

  .makers-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .makers-right {
    max-width: none;
  }

  .makers-image {
    max-width: none;
    min-height: 470px;
    max-height: 470px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
  }

  li {
    margin-bottom: 10px;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading {
    font-size: 60px;
  }

  .page-data {
    margin-bottom: var(--landscape-mobile);
  }

  .body-font {
    font-size: 60px;
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .font-title {
    font-size: 16px;
  }

  .table-text {
    font-size: 14px;
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .sg-section,
  .sg-titles,
  .sg-fonts {
    margin-bottom: 80px;
  }

  .page-title {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .topbar {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

  .navbar {
    border-width: 0;
    max-width: 100%;
    top: 0%;
  }

  .utility-page-content {
    width: 100%;
    max-width: 90%;
    padding: 30px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .license-field {
    font-size: 16px;
  }

  .cs-title {
    font-size: 56px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .error-info {
    margin-top: 40px;
  }

  .password-wrap {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .password-info {
    max-width: 80%;
  }

  .stores {
    margin-bottom: var(--landscape-mobile);
  }

  .container {
    max-width: 100%;
  }

  .store-block {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature {
    margin-bottom: var(--landscape-mobile);
  }

  .feature-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .feature-block {
    grid-column-gap: 15px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-icon {
    width: 45px;
    height: 45px;
  }

  .faq {
    margin-bottom: var(--landscape-mobile);
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-wrap {
    grid-row-gap: 10px;
    padding: 20px;
  }

  .faq-contact {
    padding: 20px;
  }

  .contact-form {
    margin-bottom: var(--landscape-mobile);
    padding-bottom: 40px;
  }

  .input {
    padding-left: 12px;
    padding-right: 12px;
  }

  .message-wrapper {
    margin-top: 40px;
  }

  .message {
    min-height: 140px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-pg-title {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .contact-img {
    min-height: 500px;
    max-height: 500px;
  }

  .contact-right {
    padding: 30px;
  }

  .contact-heading {
    font-size: 20px;
  }

  .social-icon {
    width: 34px;
    height: 34px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile);
  }

  .review-image {
    min-height: 550px;
    max-height: 550px;
  }

  .review-logo {
    max-width: 110px;
  }

  .fact-info {
    font-size: 40px;
  }

  .faq-title {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .que {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .que-wrap {
    grid-column-gap: 20px;
  }

  .ans-wrap {
    padding-right: 0;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile);
  }

  .post-list {
    grid-row-gap: 40px;
  }

  .post-block {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .post-img {
    max-width: 100%;
  }

  .post-heading {
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .post-left {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .post-right {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .post-image {
    min-height: 300px;
    max-height: 300px;
  }

  .post {
    margin-bottom: var(--landscape-mobile);
  }

  .post-inner {
    margin-top: 25px;
  }

  .footer-heading {
    margin-bottom: 25px;
    line-height: 130%;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-form {
    margin-bottom: 15px;
  }

  .menu-wrapper {
    grid-column-gap: 40px;
    flex-flow: wrap;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-inner {
    grid-row-gap: 50px;
  }

  .products {
    margin-bottom: var(--landscape-mobile);
  }

  .products-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .product-main-image {
    height: auto;
    min-height: 500px;
    max-height: 500px;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .cart-data {
    grid-row-gap: 30px;
    padding: 30px;
  }

  .product-price {
    font-size: 26px;
  }

  .product-text {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .product-que {
    font-size: 18px;
  }

  .product-faq-inner {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .product-ans-wrap {
    padding-right: 20px;
  }

  .multi-image {
    min-height: 300px;
  }

  .product-main-info {
    grid-row-gap: 20px;
  }

  .categories {
    margin-bottom: var(--landscape-mobile);
  }

  .categories-block {
    grid-row-gap: 30px;
    padding: 30px;
  }

  .categories-image {
    min-height: 280px;
    max-height: 280px;
  }

  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta.home {
    margin-bottom: var(--landscape-mobile);
  }

  .cta-top {
    font-size: 36px;
  }

  .cta-data {
    max-width: 90%;
  }

  .cta-heading {
    font-size: 30px;
  }

  .about {
    margin-bottom: var(--landscape-mobile);
  }

  .about-left {
    min-height: 550px;
    max-height: 550px;
  }

  .about-right {
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .about-top {
    flex-flow: column;
  }

  .about-img {
    max-width: 100%;
    min-height: 420px;
    max-height: 420px;
  }

  .about-info {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .about-heading {
    font-size: 34px;
  }

  .fact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .fact-block {
    border-bottom: 1px solid #0000001a;
    border-right-width: 0;
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .fact-block.last {
    border-bottom-width: 0;
  }

  .branding {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .branding-block {
    max-width: 30%;
    min-height: 100px;
  }

  .branding-logo {
    max-width: 130px;
  }

  .team {
    margin-bottom: var(--landscape-mobile);
  }

  .team-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .team-image {
    min-height: auto;
    max-height: none;
  }

  .vision {
    margin-bottom: var(--landscape-mobile);
  }

  .vision-data {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .vision-wrapper {
    grid-row-gap: 30px;
  }

  .marquee-block {
    grid-column-gap: 20px;
  }

  .blog-list {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .blog-heading {
    font-size: 18px;
  }

  .scoll-text {
    font-size: 40px;
  }

  .page-wrapper {
    margin-bottom: var(--landscape-mobile);
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .categories-box {
    padding-bottom: 30px;
  }

  .tp-list {
    grid-template-columns: 1fr 1fr;
  }

  .tp-bottom {
    grid-row-gap: 2px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tp-image {
    object-fit: cover;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .top-product {
    margin-bottom: var(--landscape-mobile);
  }

  .story {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .story-title {
    max-width: 100%;
  }

  .story-right {
    flex-flow: column;
  }

  .story-left {
    grid-row-gap: 15px;
    text-align: center;
  }

  .story-main-img {
    max-width: 100%;
    min-height: 650px;
    max-height: 650px;
  }

  .story-wrap {
    grid-row-gap: 40px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .story-top {
    grid-row-gap: 20px;
  }

  .story-img {
    min-height: 350px;
    max-height: 350px;
  }

  .features,
  .latest-products {
    margin-bottom: var(--landscape-mobile);
  }

  .ip-heading {
    font-size: 30px;
  }

  .ip-title {
    margin-bottom: 30px;
  }

  .ip-image {
    min-height: 200px;
  }

  .features-wrapper {
    text-align: center;
    flex-flow: column-reverse;
  }

  .features-left {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .features-top {
    grid-row-gap: 20px;
  }

  .features-right {
    max-width: 100%;
  }

  .features-img {
    min-height: 400px;
    max-height: 400px;
  }

  .about-hero {
    margin-bottom: var(--landscape-mobile);
  }

  .about-inner {
    grid-row-gap: 25px;
    padding-top: 100px;
  }

  .about-data,
  .about-main-img {
    max-width: 100%;
  }

  .about-main-img.first,
  .about-main-img.last {
    display: none;
  }

  .about-wrap {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .about-text {
    position: static;
    transform: none;
  }

  .about-main-image {
    min-height: auto;
  }

  .hero-section {
    margin-bottom: var(--landscape-mobile);
  }

  .hero-inner {
    padding-top: 120px;
  }

  .hero-right {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .hero-main-img,
  .hero-info {
    max-width: 100%;
  }

  .hero-img {
    display: none;
  }

  .hero-customers {
    justify-content: center;
    align-items: center;
  }

  .category-img {
    padding: 30px;
  }

  .newsletter-left {
    display: none;
  }

  .newsletter-right {
    max-width: 100%;
  }

  .hero-heading-wrap {
    margin-bottom: 15px;
  }

  .store-title {
    margin-bottom: 5px;
  }

  .social-image {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .hero-main-image {
    min-height: 470px;
    max-height: 470px;
  }

  .review-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-menu {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .mobile-none {
    display: none;
  }

  .features-section {
    margin-bottom: var(--landscape-mobile);
  }

  .crafted-wrapper {
    grid-template-columns: 1fr;
  }

  .fs-wrap {
    margin-bottom: var(--landscape-mobile);
  }

  .fs-inner-wrap {
    grid-column-gap: 60px;
  }

  .fs-block {
    font-size: 14px;
    line-height: 150%;
  }

  .fs-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .crafted-img {
    min-height: 370px;
    max-height: 370px;
  }

  .showcase {
    margin-bottom: var(--landscape-mobile);
  }

  .showcase-text {
    font-size: 16px;
    line-height: 170%;
  }

  .showcase-img {
    display: none;
  }

  .showcase-img._03 {
    display: block;
  }

  .showcase-image {
    min-height: auto;
    max-height: none;
  }

  .behind-beauty {
    margin-bottom: var(--landscape-mobile);
  }

  .bb-left {
    padding-left: 25px;
    padding-right: 25px;
  }

  .bb-title {
    margin-top: 5px;
  }

  .more-about {
    margin-bottom: var(--landscape-mobile);
  }

  .ma-text {
    font-size: 16px;
  }

  .ma-title {
    margin-bottom: 10px;
  }

  .makers {
    margin-bottom: var(--landscape-mobile);
  }

  .makers-image {
    min-height: 340px;
    max-height: 340px;
  }

  .makers-line {
    width: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .makers-data {
    font-size: 16px;
    line-height: 170%;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    padding: 20px;
    font-size: 16px;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading {
    font-size: 70px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .body-font {
    font-size: 70px;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .title-top {
    display: none;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .sg-section,
  .sg-titles,
  .sg-fonts {
    margin-bottom: 60px;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .utility-page-content {
    padding: 25px;
  }

  .version-info {
    align-items: start;
  }

  .changelog-text {
    font-size: 14px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .cs-text-title {
    font-size: 18px;
  }

  .menu-open {
    max-width: 100%;
  }

  .error-info {
    grid-row-gap: 30px;
  }

  .form-button {
    background-position: 9%;
  }

  .password-info {
    max-width: 100%;
  }

  .stores {
    margin-bottom: var(--portrait-mobile);
  }

  .store-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .store-right {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .feature {
    margin-bottom: var(--portrait-mobile);
  }

  .feature-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .feature-block {
    flex-flow: row;
  }

  .feature-heading {
    font-size: 16px;
  }

  .faq {
    margin-bottom: var(--portrait-mobile);
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-wrap {
    font-size: 14px;
    line-height: 150%;
  }

  .contact-form {
    margin-bottom: var(--portrait-mobile);
    padding-bottom: 30px;
  }

  .input-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .input {
    font-size: 14px;
    line-height: 150%;
  }

  .form-lable {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .message-wrapper {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .form-bottom {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .message {
    font-size: 14px;
    line-height: 150%;
  }

  .contact-pg-title {
    padding-bottom: 30px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-wrap {
    grid-row-gap: 20px;
  }

  .contact-img {
    min-height: 410px;
    max-height: 410px;
  }

  .contact-right {
    padding: 25px;
  }

  .contact-details {
    grid-row-gap: 15px;
  }

  .contact-data {
    font-size: 16px;
  }

  .contact-data.top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-icon.last {
    margin-top: 6px;
  }

  .social-info {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile);
  }

  .review-image {
    min-height: 438px;
    max-height: 438px;
  }

  .review-data {
    flex-flow: wrap;
  }

  .review-logo {
    max-width: 110px;
  }

  .review-info-01 {
    padding: 20px;
  }

  .fact-info {
    font-size: 38px;
  }

  .review-bottom,
  .client-name {
    font-size: 16px;
  }

  .faq-title {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-heading {
    font-size: 16px;
  }

  .faq-data {
    grid-row-gap: 15px;
  }

  .faq-block {
    padding: 14px;
  }

  .que {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .que-wrap {
    font-size: 16px;
    font-weight: 400;
  }

  .ans {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-image {
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-block {
    grid-row-gap: 20px;
  }

  .post-heading {
    font-size: 18px;
  }

  .post-right {
    font-size: 16px;
  }

  .post-data {
    font-size: 14px;
    line-height: 150%;
  }

  .post-image {
    min-height: 224px;
    max-height: 224px;
  }

  .post {
    margin-bottom: var(--portrait-mobile);
  }

  .menu-wrapper {
    grid-row-gap: 40px;
  }

  .products {
    margin-bottom: var(--portrait-mobile);
  }

  .products-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .product-block {
    grid-row-gap: 15px;
  }

  .product-image {
    min-height: 400px;
    max-height: 400px;
  }

  .product-heading {
    font-size: 16px;
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .product-wrapper {
    grid-row-gap: 20px;
  }

  .cart-data {
    padding: 20px;
  }

  .quantity {
    margin-bottom: 0;
  }

  .add-to-cart-button {
    z-index: 99999;
    text-align: center;
    position: fixed;
    inset: auto 15px 15px;
  }

  .add-to-cart-button:hover {
    background-color: #fffdf8;
  }

  .product-text {
    font-size: 22px;
  }

  .product-que {
    padding-top: 15px;
    font-size: 16px;
  }

  .product-faq-wrapper {
    grid-row-gap: 15px;
  }

  .product-ans-wrap {
    padding-right: 0;
  }

  .multi-image-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .price-text {
    display: none;
  }

  .categories {
    margin-bottom: var(--portrait-mobile);
  }

  .categories-block {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .categories-heading {
    font-size: 20px;
  }

  .categories-text {
    font-size: 16px;
  }

  .cta.home {
    margin-bottom: var(--portrait-mobile);
  }

  .cta-top,
  .cta-heading {
    font-size: 28px;
  }

  .cta-form {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cta-button {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-button:hover {
    background-image: none;
  }

  .about {
    margin-bottom: var(--portrait-mobile);
  }

  .about-left {
    min-height: 480px;
    max-height: 480px;
  }

  .about-right {
    grid-row-gap: 30px;
  }

  .about-img {
    min-height: 320px;
    max-height: 320px;
  }

  .about-heading {
    font-size: 28px;
  }

  .fact-block.last {
    padding-bottom: 0;
  }

  .branding {
    margin-bottom: var(--portrait-mobile);
  }

  .branding-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .branding-block {
    max-width: 46%;
    min-height: 80px;
  }

  .branding-logo {
    max-width: 112px;
  }

  .branding-info {
    font-size: 20px;
  }

  .team {
    margin-bottom: var(--portrait-mobile);
  }

  .team-wrapper {
    grid-row-gap: 20px;
  }

  .team-text {
    font-size: 16px;
  }

  .team-image {
    min-height: 375px;
    max-height: 375px;
  }

  .vision {
    margin-bottom: var(--portrait-mobile);
  }

  .vision-right {
    min-height: 400px;
    max-height: 400px;
  }

  .marquee {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .marquee-block,
  .marquee-inner {
    grid-column-gap: 20px;
  }

  .marquee-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .blog-list {
    grid-row-gap: 40px;
  }

  .blog-image {
    min-height: 260px;
    max-height: 260px;
  }

  .blog-heading {
    margin-bottom: 15px;
  }

  .page-wrapper {
    margin-bottom: var(--portrait-mobile);
  }

  .categories-box {
    padding-bottom: 20px;
  }

  .tp-list {
    grid-template-columns: 1fr;
  }

  .tp-bottom {
    flex-flow: column;
  }

  .tp-image {
    min-height: 400px;
    max-height: 400px;
  }

  .top-product,
  .story {
    margin-bottom: var(--portrait-mobile);
  }

  .story-title {
    font-size: 28px;
    line-height: 130%;
  }

  .story-main-img {
    min-height: 420px;
    max-height: 420px;
  }

  .story-wrap {
    grid-row-gap: 25px;
  }

  .story-img {
    min-height: 250px;
    max-height: 250px;
  }

  .features,
  .latest-products {
    margin-bottom: var(--portrait-mobile);
  }

  .ip-heading {
    font-size: 20px;
  }

  .ip-image {
    min-height: 188px;
  }

  .ip-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .features-img {
    min-height: 250px;
    max-height: 250px;
  }

  .about-hero,
  .hero-section {
    margin-bottom: var(--portrait-mobile);
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-customers {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
  }

  .order-item {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .order-image {
    width: 100%;
  }

  .search {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .category-img {
    padding: 20px;
  }

  .newsletter-right {
    padding-bottom: 50px;
  }

  .ns-heading {
    font-size: 30px;
  }

  .newsletter-top {
    font-size: 14px;
    line-height: 150%;
  }

  .nsl-input {
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
  }

  .newsletter-form {
    margin-bottom: 20px;
  }

  .nsl-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .close-icon {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }

  .features-title {
    font-size: 26px;
  }

  .review-data-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .review-wrapper {
    grid-template-columns: 1fr;
  }

  .review-info-02,
  .review-info-03,
  .review-info-04,
  .review-info-05,
  .review-info-06 {
    padding: 20px;
  }

  .product-plus {
    bottom: 15px;
    right: 15px;
  }

  .features-section {
    margin-bottom: var(--portrait-mobile);
  }

  .crafted-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .crafted-title {
    font-size: 28px;
    font-weight: 500;
  }

  .crafted-info {
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .fs-wrap {
    margin-bottom: var(--portrait-mobile);
  }

  .fs-inner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: center;
  }

  .crafted-img {
    min-height: 260px;
    max-height: 260px;
  }

  .showcase {
    margin-bottom: var(--portrait-mobile);
  }

  .showcase-image {
    min-height: 360px;
    max-height: 360px;
  }

  .behind-beauty {
    margin-bottom: var(--portrait-mobile);
  }

  .bb-left {
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-top {
    margin-bottom: 15px;
  }

  .bb-thumb {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 280px;
    max-height: 280px;
  }

  .more-about {
    margin-bottom: var(--portrait-mobile);
  }

  .ma-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: block;
  }

  .ma-img._03,
  .ma-img._02 {
    display: none;
  }

  .makers {
    margin-bottom: var(--portrait-mobile);
  }

  .makers-image {
    min-height: 280px;
    max-height: 280px;
  }

  .makers-line {
    width: 80px;
  }
}

.categories-block {
  overflow: hidden;
}
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-row {
    display: none;
    flex-direction: column;
    position: absolute;
     top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
  }

   .nav-row a {
    padding: 6px;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #333;
  }

  .nav-row.active {
    display: flex;
  }
  .search-box {
    width: 100%;
  }
}
/* --- base helpers for mobile toggle (hidden on desktop) --- */
.menu-toggle {
  display: none;
  cursor: pointer;
}

/* keep social icons compact by default */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ====== Tablet (<= 1024px) ====== */
@media (max-width: 1024px) {
  .logo img {
    height: 72px !important;
  }
  .search-box {
    max-width: 360px;
  }
  .nav-row {
    gap: 8px;
  }
}

/* ====== Mobile (<= 768px) ====== */
@media (max-width: 768px) {
  .header {
    padding: 8px 12px;
  }

  .top-row {
    min-height: auto; /* stop fighting absolute logo on small screens */
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  /* show hamburger */
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: transparent;
    color: inherit;
    order: 1; /* first item on the row */
  }


  /* center logo, remove absolute positioning so it doesn't overlap */
  .logo {
    position: static;
    transform: none;
    order: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .logo img {
    height: 56px !important;
  }

  /* search spans full width under the logo/hamburger */
  .search-box {
    order: 2;
    flex: 1 1 100%;
    max-width: none;
  }

  /* optional: hide social icons on tight screens to save space */
  .social-icons {
    display: none;
  }

  /* middle row links wrap and scroll nicely, no layout explosions */
  .middle-nav {
    order: 3;
    width: 100%;
  }
  .middle-nav .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }
  .middle-nav .nav-item,
  .middle-nav .nav-links > a,
  .middle-nav .nav-links > .nav-item {
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid var(--border);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  /* collapse the big category bar into a vertical drawer */
  .nav-row {
    display: none;                 /* closed by default */
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-top: 1px solid var(--border);
    margin-top: 6px;
  }
  .nav-row.active {
    display: flex;                 /* opened by hamburger */
  }
  .nav-row .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 4px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
  }
  .nav-row .nav-item .chev {
    transform: translateY(1px);
    font-size: 12px;
    opacity: 0.7;
  }

  /* mega menu becomes a bottom sheet on mobile */
  .mega-frame {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 1000;
  }
  .mega-frame.active {
    display: block;
  }

  .mega-content {
    display: none !important;
    position: fixed !important;
    left: 0; right: 0; bottom: 0;
    max-height: 70vh; overflow: auto;
    background: var(--bg);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px;
    z-index: 1001;
  }
  .mega-content.active { display: block !important; }

.mega-close {
    background-color: #fff;
    position: absolute;
    right: 12px;
    top: 370px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }

.mega-dropdown {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .mega-column h4 {
    margin: 8px 0 6px;
  }
  .mega-column a {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid var(--border);
  }

  /* "View More" dropdown works in a fixed layer so it doesn't overflow off-screen */
  .more-item {
    position: relative;
  }
  .more-item .more-dropdown {
    position: fixed;
    right: 12px;
    top: 60px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: none;
    z-index: 1100;
  }
  .more-item.active .more-dropdown {
    display: block;
  }
}

/* ====== Small phones (<= 400px) — extra guardrails ====== */
@media (max-width: 400px) {
  .logo img {
    height: 48px !important;
  }
  .search-input {
    font-size: 13px;
    padding: 9px 12px;
  }
  .middle-nav .nav-links {
    gap: 6px;
  }
}

/* ===== FINAL OVERRIDES: put me at the very end of the CSS ===== */

/* Show hamburger on mobile (style as needed) */
@media (max-width: 768px) {
  

}
/* Show hamburger on mobile (style as needed) */
@media (max-width: 768px) {
  .menu-toggle {
    width: 35px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
   padding: 6px 10px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: transparent;
  }

}
/* Make the logo behave on mobile (wins over the earlier !important) */
@media (max-width: 820px) {
  .logo {
    position: static !important;
    transform: none !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 768px) {
  .logo img {
    height: 56px !important; /* beat the earlier 100px !important */
  }
}

/* Let the hamburger actually open the menu */
@media (max-width: 768px) {
  .nav-row {
    display: none !important;            /* closed by default */
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-top: 1px solid var(--border);
    margin-top: 6px;
  }
  .nav-row.active {
    display: flex !important;            /* open when .active is toggled by JS */
  }
  .nav-row .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 4px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
  }
}

/* Optional: don’t hard-hide the search on small screens (if you want it visible) */
@media (max-width: 520px) {
  .search-box {
    display: flex !important;            /* cancel earlier "display:none" */
    flex: 1 1 100%;
    max-width: none;
  }
}

/* Mobile mega-menu as bottom sheet (only if you’re using it) */
@media (max-width: 768px) {
  .mega-frame {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.4) !important;
    display: none !important;
    z-index: 1000 !important;
  }
  .mega-frame.active { display: block !important; }

  .mega-content {
    display: none !important;
    position: fixed !important;
    left: 0; right: 0; bottom: 0;
    max-height: 70vh; overflow: auto;
    background: var(--bg);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px;
    z-index: 1001;
  }
  .mega-content.active { display: block !important; }

  .mega-dropdown {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .mega-column a {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid var(--border);
  }
    .hero-slider{
    display: unset !important;
    height: '50vh' !important;
  }
  .slide-content{
    flex-direction: column !important;
    text-align: center !important;
    gap: 20px !important;
    margin-top: 40px !important;
  }
  .side-images{
    width: 100% !important;
    margin-top: 20px !important;
  }
  .shop-grid{
    grid-template-columns: 1fr !important;
  }
  .footer-inner{
    grid-template-columns: 1fr !important;
  }
}
/* ---------- Desktop stays the same (your current rules) ---------- */

/* Tidy container on smaller screens */
@media (max-width: 1024px) {
  /* Product grid: go from 3 cols -> 2 cols */
  .products-list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
    grid-column-gap: 20px;
  }

  /* Slightly reduce image box height on tablet */
  .product-img { height: 140px; }
  .product-image { max-height: 72px; min-height: 72px; }
}

/* ---------- Mobile layout ---------- */
@media (max-width: 768px) {
  /* Let the page container stretch; remove big paddings if any */
  .products .container,
  .w-layout-blockcontainer.container.w-container {
    max-width: none;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Stack sidebar above grid */
  .product-inner {
    display: block;          /* no side-by-side flex */
  }

  /* Sidebar becomes a collapsible panel */
  .sidebar-filter {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eee;
    padding: 12px;
    position: static;        /* drop sticky on mobile */
    height: auto;
    max-height: 0;           /* collapsed by default */
    overflow: hidden;
    transition: max-height .3s ease;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,.04);
    margin-bottom: 12px;
  }
  .sidebar-filter.open {
    max-height: 70vh;        /* enough to scroll inside */
    overflow-y: auto;
  }

  /* Show the top controls (Filters + Sort) on mobile */
  .product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }

  /* Make each filter group collapsible-friendly on small screens */
  .filter-group { padding-bottom: 8px; }
  .filter-header { padding: 6px 0; }
  .filter-body { padding-left: 8px; }

  /* Product grid: 2 columns on phones by default */
  .products-list {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  /* Product cards slightly shorter for phones */
  .product-img { height: 120px; }
  .product-image { max-height: 64px; min-height: 64px; }
}

/* Really small phones: single column */
@media (max-width: 380px) {
  .products-list {
    grid-template-columns: 1fr;
  }
  .product-img { height: 110px; }
  .product-image { max-height: 60px; min-height: 60px; }
}
@media (max-width: 1024px) {


  .footer-logo {
    width: 200px;
    height: 200px;
    margin: 0 auto;               
  }
}

@media (max-width: 768px) {
  .footer-logo {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    width: 300px;
    height: 200px;
  }
}
