/* screen - home */

#page
{
  width: 100%;
}
.home .wpbaypage {
  align-items: center;
  gap: 164px;
  height: 283px;
  left: 50px;
  position: absolute;
  top: 20px;
}

.wpbaypage {
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.wpbaypage.showing {
  pointer-events: auto;
}

.wpbaypage.active {
  opacity: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.card-item-1
{
  left: -135px;
}

.card-item-1,
.card-item-2,
.card-item-3,
.card-item-4 {
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 0.05s;
}

.home .card-item-1,
.home .card-item-2,
.home .card-item-3,
.home .card-item-4 {
  position: absolute;
  transition: transform 0.3s ease, z-index 0.3s ease;
}
.home .card-item-1,
.home .card-item-2,
.home .card-item-3,
.home .card-item-4 {
  position: absolute;
  z-index: 1;
  transition: transform 0.3s ease, z-index 0.3s ease;
}

.card-item-1,
.card-item-2,
.card-item-3,
.card-item-4 {
  position: absolute;
  transition: transform 0.3s ease;
}
.banner-style
{
  display: flex;
  justify-content: center;
  align-items: flex-start; 
  margin: 0 auto;
  padding: 64px 16px;
}
.button-x.button-5 {
  background-color: #be2fb0; /* original purple */
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 24px;
  transition: background-color 0.4s ease, color 0.4s ease;
  text-align: center;
}

/* Optional text transition */
.button-x.button-5 .txt-65 {
  transition: color 0.4s ease;
}

/* Hover: lighten background slightly */
a:hover .button-x.button-5 {
  background-color: #d152c2; /* slightly lighter purple */
}

.articles-item {
  transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.articles-item:hover {
  box-shadow: 0 16px 32px rgba(172, 132, 230, 0.25);
}

.image-3 {
  overflow: hidden;
}

.article-image {
  transition: transform 0.3s ease-out !important;
  will-change: transform;
}

.articles-item:hover .article-image {
  transform: scale(1.06);
}

.article-image
{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.best-selling-item:hover .main-featured-image {
  transform: scale(1.06);
}

.white-button {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.white-button .txt-69 {
  transition: color 0.3s ease;
}
a:hover .white-button {
  background-color: #f1d6ee;
}

.what-went-wrong-at-e {
  transition: color 0.3s ease;
}

.frame-264 a:hover .what-went-wrong-at-e {
  color: #be2fb0;
}

.button-2.button-5 {
  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s ease;
}
.button-2.button-5:hover {
  background-color: rgba(190, 47, 176, 0.08); 
  color: #be2fb0;
}
.button-1.button-5 {
  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s ease;
}
.button-1.button-5:hover {
  background-color: rgba(190, 47, 176, 0.08); 
  color: #be2fb0;
}
.button-3.button-5 {
  transition: background-color 0.4s ease;
}

.button-3.button-5 .txt-26 {
  transition: color 0.4s ease;
}

.button-3.button-5:hover {
  background-color: #d152c2;
}

.text-link .txt-title {
 
  transition: color 0.3s ease;
}

.text-link a:hover .txt-title {
  color: #be2fb0;
}
.author-by:hover .fw-design {
  color: #be2fb0; 
}
.card-cart-button {
  transition: background-color 0.3s ease;
}

.card-cart-button img.cart-bold {
  transition: filter 0.3s ease;
}

.card-cart-button:hover {
  background-color: #21b324;
}
.whitebg
{
  background-color: white;
}
.card-cart-button:hover .cart-bold {
  filter: brightness(0) invert(1);
}
/* .card-button.card, .card-button.card div, .card-cart-button, .card-cart-button img {
    transition: none !important;
}*/
input.search-input {
    cursor: text !important;
    border: none !important;
    max-width: 100% !important;
}
.card-button
{
  border: 1px solid;
}

.card-button .txt-general {
  transition: color 0.3s ease;
}

.card-button:hover {
  background-color: #be2fb0;
  color: #ffffff;
}

.card-button:hover .txt-general {
  color: #ffffff;
}

.card-item {
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.card-item:hover {
  box-shadow: 0 16px 32px rgba(172, 132, 230, 0.25);
}

.articles-item {
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.articles-item:hover {
  box-shadow: 0 16px 32px rgba(172, 132, 230, 0.25);
}

.img-26 {
  overflow: hidden;
}
.img-27 {
  overflow: hidden;
}

.card-image {
  transition: transform 0.3s ease-out !important;
  will-change: transform;
  border-radius: inherit;
}

.authors-list-item img.user {
  border: 2px solid #E9E9EF;
}

.card-item:hover .card-image {
  transform: scale(1.06);
}

.card-image
{
  height: 100%;
  width: 100%;
}

.main-featured-image {
  transition: transform 0.3s ease-out !important;
  will-change: transform;
}

.card-item:hover .main-featured-image {
  transform: scale(1.06);
}
.card-item .card-image {
  transition: transform 0.3s ease-out !important;
}

.card-item .main-featured-image {
  transition: transform 0.3s ease-out !important;
}
.main-featured-image
{
  height: 100%;
  width: 100%;
}

.avatar-image
{
  height: 95px;
  width: 95px;
  border-radius: 99px;
}
.white-button-2.white-button-3 {
  transition: color 0.4s ease;
}

.white-button-2.white-button-3 .txt-9 {
  transition: color 0.4s ease;
}

.white-button-2.white-button-3:hover .txt-9 {
  color: #cfcfcf;
}

.search-box-wpbay {
  transition: box-shadow 0.3s ease;
}
.search-box-wpbay:hover {
  box-shadow: 0 16px 32px rgba(172, 132, 230, 0.25);
}
.search-input:hover
{
  cursor:pointer;
}

.button.button-5 .txt-6 {
  transition: color 0.3s ease;
}

.button.button-5:hover {
  background-color: #a8229a;
}
.button-5:hover .txt-6 {
  color: #cfcfcf;
}

.menu-item.menu:hover .txt-4 {
  color: #cfcfcf;
}

.menu-item.menu:hover .icon {
  filter: brightness(0.7);
}
.categories a .frame {
  transition: filter 0.3s ease;
}

.categories a:hover .frame {
  filter: brightness(0.95);
}
.button.button-5 .txt-6 {
    transition: color 0.3s ease;
}

.white-button-1:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #ccc;
  color: #ccc;
  background-color: transparent;
  border-radius: 24px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.white-button-3:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #ccc;
  color: #ccc;
  background-color: transparent;
  border-radius: 24px;
  transition: all 0.3s ease;
}

.white-button-1:hover .txt-5,
.white-button-3:hover .txt-5 {
  color: #cfcfcf;
}

.home {
  align-items: center;
  background-color: var(--desert-storm);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.home .overlap-group4-landing {
  align-self: flex-start;
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #F5E6FA 0%, rgba(190, 208, 235, 0) 100%);
  min-height: 654px;
}
.sale
{
  white-space: nowrap !important;
}
.sale-big
{
  white-space: nowrap !important;
  top: 27px;
  left: 437px;
}
.home .bg {
  height: 606px;
  top: 45px;
}
.authors-list-item img.user {
  border-radius: 50%;
  object-fit: cover;
}

.home .wp-bay-02-1 {
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}

.home .menu-item {
  gap: 6px;
  justify-content: center;
  padding: 10px 16px;
}

.home .txt {
  color: var(--quick-silver);
  font-weight: 800;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .txt-1 {
  color: var(--quick-silver);
  font-weight: 800;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .txt-2 {
  color: var(--quick-silver);
  font-weight: 800;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .line-2 {
  height: 10px;
}

.home .menu-item-1 {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  padding: 10px 16px;
  position: relative;
}

.home .txt-3 {
  color: var(--quick-silver);
  font-weight: 800;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .txt-4 {
  color: var(--white);
  font-weight: 800;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .white-button-1 {
  display: flex;
  width: 86px;
}

.home .txt-5 {
  color: var(--white);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .button {
  background-color: var(--red-violet);
  display: inline-flex;
  flex: 0 0 auto;
  padding: 8px 16px;
}

.home .cart-count {
  height: 16px;
  left: 12px;
  position: absolute;
  top: -5px;
  width: 16px;
}

.home .text-and-search {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: absolute;
  top: 100px;
  width: 582px;
}

.home .content-2 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.home .a-smarter-word-press {
  color: var(--shark);
  font-weight: 900;
  line-height: 51.0px;
  margin-right: -43.00px;
  margin-top: -1.00px;
  position: relative;
  width: 625px;
}

.home .discover-buy-and-s {
  color: var(--tundora);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-l);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23.4px;
  position: relative;
  width: 567px;
}

.home .span1 {
  font-weight: 900;
}

.home .home-search {
  align-items: center;
}

.home .txt-7 {
  color: var(--concord);
  font-weight: 500;
  line-height: 22.4px;
  margin-top: -1.00px;
  opacity: 0.6;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .welcome-authors {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 549px;
  width: 607px;
}
.home .welcome-new-authors {
  align-self: stretch;
  color: var(--licorice);
  font-weight: 900;
  line-height: 26.6px;
  margin-top: -1.00px;
  position: relative;
}

.home .authors-list {
  align-items: center;
  align-self: stretch;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  top: 90px;
}

.home .authors-list-item {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
}

.home .user {
  height: 40px;
  object-fit: cover;
  position: relative;
  width: 40px;
}

.home .line-1 {
  height: 26px;
  margin-right:15px;
  margin-left:15px;
}

.home .revenue-sharing-up-to-90 {
  color: var(--tundora);
  font-weight: 500;
  line-height: 19.2px;
  margin-top: -1.00px;
  position: relative;
  width: 93px;
}

.home .button-2 {
  border: 1px solid;
  border-color: var(--red-violet);
  display: flex;
  padding: 8px 16px;
  width: 86px;
}

.home .txt-8 {
  color: var(--red-violet);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  line-height: initial;
}

.home .overlap-group5 {
  margin-top: 13px;
  position: relative;
  width: 100%;
}
.home .overlap-more
{
  margin-top: 43px;
}
.home .bg-1 {
  height: 276px;
  left: 0;
  top: 0;
}

.home .featured-products {
  position: relative;
  width: 100%;
  max-width: 1224px;
}
.home .followed-products {
  position: relative;
  width: 100%;
  max-width: 1224px;
}

.home .title {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
}

.home .home-title {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  width: 476px;
}

.home .text-title-2 {
  color: var(--white);
}

.home .title-content-1 {
  color: var(--white);
}

.home .white-button-2 {
  border: 1px solid;
  border-color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
}

.home .txt-9 {
  color: var(--white);
  font-weight: 600;
  line-height: 22.4px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .frame-77 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.home .frame-40 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.home .frame-24 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.home .content {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  padding: 0px 6px 8px;
  width: 100%;
}

.home .text-link {
  height: 43px;
  width: 100%;
}

.home .txt-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: var(--shark);
  display: -webkit-box;
  font-weight: 800;
  left: 0;
  line-height: 22.4px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: -1px;
}

.home .left {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  max-width: 200px;
}

.home .star {
  height: 16px;
  position: relative;
  width: 16px;
}

.home .by {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-1 {
  color: #5c5c5c;
  font-weight: 600;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .fw-design {
  color: var(--shark);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .right {
  align-items: flex-end;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
}

.home .address {
  line-height: normal;
}

.home .buttons {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  width: 100%;
}

.home .by-2 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-3 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .by-4 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .address-1 {
  line-height: normal;
}

.home .address-2 {
  line-height: normal;
}

.home .txt-general {
  color: var(--shark);
  font-weight: 800;
  line-height: 19.2px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .frame-52 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.home .frame-24-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.home .address-3 {
  line-height: normal;
}

.home .address-4 {
  line-height: normal;
}

.home .address-5 {
  line-height: normal;
}

.home .address-6 {
  line-height: normal;
}

.home .build-faster-with-tr {
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(143, 147, 254, 1) 0%, rgba(56, 80, 221, 1) 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 440px;
  overflow: hidden;
  padding: 0 244.7px;
  max-width: 1224px;
  width:100%
}

.home .home-title-2 {
  align-self: center;
  display: flex;
  gap: 16px;
  margin-top: 50px;
  width: 720px;
}

.home .build-faster-with-tr-1 {
  align-self: stretch;
  color: var(--white);
  font-weight: 900;
  line-height: 41.6px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.home .frame-339 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.home .explore-powerful-ha {
  color: var(--desert-storm);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-l);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23.4px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  width: 454px;
}

.home .overlap-group2 {
  background-size: 100% 100%;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center; 
  align-items: center; 
}

.home .frame-342 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 540px;
  top: 20px;
}

.home .trusted-by-developer {
  align-self: stretch;
  color: var(--tundora);
  font-weight: 900;
  line-height: 26.6px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.home .button-3 {
  background-color: var(--red-violet);
  display: inline-flex;
  flex: 0 0 auto;
  padding: 16px 24px;
}

.home .txt-26 {
  color: var(--white);
  font-weight: 900;
  line-height: 23.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .categories {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
  position: relative;
  max-width: 1224px;
  width: 100%;
}

.home .frame {
  align-items: center;
  background-color: var(--white);
  border: 0.71px solid;
  border-color: var(--mercury);
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  height: 140px;
  justify-content: space-between;
  padding: 24px 16px;
  position: relative;
}

.home .plugins {
  color: var(--shark);
  font-weight: 900;
  line-height: 26.6px;
  margin-top: -0.71px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .frame-1 {
  height: 48px;
  position: relative;
  width: 48px;
}

.home .themes {
  color: var(--shark);
  font-weight: 900;
  line-height: 26.6px;
  margin-top: -0.71px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .capa_1 {
  height: 48px;
  position: relative;
  width: 48px;
}

.home .scripts {
  color: var(--shark);
  font-weight: 900;
  line-height: 26.6px;
  margin-top: -0.71px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .frame-2 {
  height: 48px;
  position: relative;
  width: 48px;
}

.home .sell-container {
  position: relative;
  width: 100%;
}
.home .seller-container {
  position: relative;
  width: 100%;
  padding-bottom: 85px;
}

.home .weekly-best-selling-products {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;   
  overflow: hidden;
  max-width: 1224px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.sell-container
{
  padding-top: 61px;
}

.home .title-1 {
  align-items: center;
  background-color: var(--white);
  border-color: var(--black);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1224px;
}

.home .text-title {
  color: var(--shark);
  font-weight: 900;
  line-height: 41.6px;
  margin-top: -1.00px;
}

.home .title-content-2 {
  color: var(--tundora);
}

.home .button-1 {
  border: 1px solid;
  border-color: var(--red-violet);
  display: inline-flex;
  flex: 0 0 auto;
  padding: 8px 16px;
}

.home .txt-27 {
  color: var(--red-violet);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  line-height: initial;
}

.home .content-3 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  gap: 48px;
  width: 100%;
}

.home .best-selling-item-frame {
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(4, 183, 109, 1) 0%, rgba(8, 134, 82, 1) 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  padding: 32px;
  padding-bottom: 48px;
  position: relative;
  max-width: 576px;
  width: auto;
}

.home .content-4 {
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  width: 512px;
}

.home .shader-grid-two-word {
  align-self: stretch;
  color: var(--white);
  font-weight: 900;
  line-height: 31.5px;
  margin-top: -1.00px;
  position: relative;
}

.home .introducing-shader-g {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: var(--white);
  display: -webkit-box;
  font-weight: 500;
  height: 50px;
  line-height: 22.4px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  width: 445px;
}

.home .best-selling-item {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--mercury);
  border-radius: 16px;
  box-shadow: 0px 2px 16px #76166d14;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  position: relative;
  width: 512px;
}

.home .txt-28 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: var(--shark);
  display: -webkit-box;
  font-weight: 800;
  left: 0;
  line-height: 22.4px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: -1px;
  width: 468px;
}

.home .address-7 {
  line-height: normal;
}


.home .frame-63 {
  height: 85px;
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
}

.home .other-items {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
  position: relative;
  width: 600px;
}

.home .address-8 {
  line-height: normal;
}


.home .sale-1 {
  height: 28px;
  left: 228px;
  position: absolute;
  top: 7px;
  width: 62px;
}
.home .address-9 {
  line-height: normal;
}
.home .address-10 {
  line-height: normal;
}

.home .by-24 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-25 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-15 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-11 {
  line-height: normal;
}

.home .featured-seller {
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1224px;
}

.home .title-2 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
}

.home .home-title-1 {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}
.home .home-title-1x {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.home .title-content-3 {
  color: var(--tundora);
}

.home .button-4 {
  border: 1px solid;
  border-color: var(--red-violet);
  display: inline-flex;
  flex: 0 0 auto;
  opacity: 0;
  padding: 8px 16px;
}

.home .txt-38 {
  color: var(--red-violet);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .content-5 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  gap: 16px;
  width: 100%;
}

.home .author-informations {
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  width: 517px;
}

.home .author-image {
  align-items: center;
  flex: 0 0 auto;
  width: 453px;
}
.home .img-avatar {
  height: 95px;
  width: 95px;
}

.home .frame-285 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
  position: relative;
}

.home .fw-design-1 {
  align-self: stretch;
  color: var(--shark);
  font-weight: 900;
  line-height: 26.6px;
  margin-top: -1.00px;
  position: relative;
}

.home .txt-39 {
  color: var(--red-violet);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  line-height: initial;
}

.home .fw-design-is-a-season {
  align-self: stretch;
  color: var(--tundora);
  font-weight: 500;
  line-height: 22.4px;
  position: relative;
}

.home .feature-seller {
  height: 293.86px;
  position: relative;
  width: 691px;
}

.home .overlap-group1 {
  height: 302px;
  position: relative;
}

.home .card-item-container {
  height: 302px;
  left: 134px;
  position: absolute;
  top: 0;
  width: 557px;
}
.sr-only
{
  position: absolute;
  left: -9999px;
}
.home .card-item-4 {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--mercury);
  border-radius: 16px;
  box-shadow: 0px 2px 16px #76166d14;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 269px;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 100%;
  width: 100%;
  max-width: 288px;
}
.home .by-26 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-27 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-16 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-12 {
  line-height: normal;
}

.home .card-item-3 {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--mercury);
  border-radius: 16px;
  box-shadow: 0px 2px 16px #76166d14;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 135px;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 288px;
}

.home .by-28 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-29 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-17 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-13 {
  line-height: normal;
}

.home .card-item-2 {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--mercury);
  border-radius: 16px;
  box-shadow: 0px 2px 16px #76166d14;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 288px;
}

.home .by-30 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-31 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-18 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-14 {
  line-height: normal;
}
.home .by-32 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-33 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-19 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-15 {
  line-height: normal;
}

.home .sell-your-creative-works {
  align-items: flex-start;
  display: contents;
  height: 345px;
  width: 100%;
}

.home .overlap-group1-1 {
  align-items: center;
  background-color: #b43ba9;
  display: flex;
  gap: 106px;
  height: 350px;
  margin-top: -5px;
  padding: 0 393.3px;
  position: relative;
}

.home .overlap-group-1 {
  align-self: flex-end;
  height: 345px;
  position: relative;
  width: 548px;
}
.overlap-group1-1
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .ellipse-1 {
  background-color: #ffd5fb;
  border-radius: 157.5px;
  filter: blur(175px);
  height: 315px;
  left: 175px;
  position: absolute;
  top: 13px;
  width: 315px;
}

.home .group-1 {
  height: 345px;
  left: 0;
  position: absolute;
  top: 0;
  width: 548px;
}

.home .frame-45 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 476px;
}

.home .frame-44 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.home .sell-your-creative-works-1 {
  align-self: stretch;
  color: var(--white);
  font-weight: 900;
  line-height: 51.0px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.home .more-freedom-better-payouts {
  align-self: stretch;
  color: var(--white);
  font-weight: 800;
  line-height: 23.4px;
  position: relative;
  text-align: center;
}

.home .white-button {
  align-items: center;
  background-color: var(--white);
  border-radius: 9999999px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 16px 24px;
  position: relative;
}

.home .txt-48 {
  color: var(--shark);
  font-weight: 900;
  line-height: 23.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
#newest-products-grid
{
  max-width: 1224px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.home .section-6 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

.home .text-title-1 {
  color: var(--shark);
  text-align: center;
}

.home .title-content {
  color: var(--tundora);
  font-weight: 500;
  line-height: 22.4px;
  text-align: center;
}

.home .category-filter {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
}

.home .all {
  align-items: center;
  background-color: #fdf7ff;
  border: 1px solid;
  border-color: var(--red-violet-2);
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 6px 16px;
  position: relative;
  color: var(--red-violet-2);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .category-filter-item {
  align-items: center;
  background-color: var(--white);
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 6px 16px;
  position: relative;
  color: var(--cape-cod);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .item-list {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
  max-width: 1920px;
}
#wpbay-products-loader {
  display: none; 
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6); 
  z-index: 9999;
}

#wpbay-products-loader::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  border: 4px solid #333;
  border-top: 4px solid transparent;
  animation: products-spin 0.8s linear infinite;
}

@keyframes products-spin {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

.home .by-34 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-35 {
  color: var(--concord);
  font-weight: 450;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-20 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-16 {
  line-height: normal;
}

.home .by-36 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-37 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-21 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-17 {
  line-height: normal;
}

.home .by-38 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-39 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-22 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-18 {
  line-height: normal;
}

.home .by-40 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-41 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-23 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .by-42 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-43 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-24 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-19 {
  line-height: normal;
}

.home .by-44 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-45 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-25 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-20 {
  line-height: normal;
}

.home .by-46 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-47 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-26 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-21 {
  line-height: normal;
}

.home .by-48 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  width: 100%;
}

.home .by-49 {
  color: var(--concord);
  font-weight: 500;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .price-27 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .address-22 {
  line-height: normal;
}

.home .txt-65 {
  color: var(--white);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .how-we-work {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 70px;
  margin-bottom: 40px;
  position: relative;
  max-width: 1224px;
  width: 100%;
}

.home .frame-261 {
  align-self: stretch;
  background: linear-gradient(180deg, rgba(245, 230, 250, 0.5) 0%, rgba(190, 208, 235, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid;
  border-color: #dbd6dc;
  border-radius: 16px;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}


.home .frame-262 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 10.0px;
  position: relative;
  width: 592px;
}

.home .frame-263 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.home .why-wp-bay {
  align-self: stretch;
  color: transparent;
  font-weight: 900;
  line-height: 51.0px;
  margin-top: -1.00px;
  position: relative;
}

.home .span0-1 {
  color: var(--shark);
}

.home .span1-1 {
  color: var(--red-violet-2);
}

.home .wp-bay-is-your-truste {
  align-self: stretch;
  color: var(--tundora);
  font-weight: 600;
  line-height: 22.4px;
  position: relative;
}

.home .frame-260 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
  width: 100%;
}

.home .group-29 {
  height: 80px;
  position: relative;
  width: 80px;
}

.home .frame-259 {
  align-items: center;
  border: 1px solid;
  border-color: var(--red-violet-2);
  border-radius: 9999999px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 80px;
  justify-content: center;
  padding: 10px;
  position: relative;
  width: 80px;
}

.home .number {
  align-self: stretch;
  color: var(--red-violet-2);
  font-family: var(--font-family-manrope);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 40.3px;
  position: relative;
  text-align: center;
}

.home .frame-259-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 488px;
}

.home .curated-quality {
  color: var(--shark);
  font-family: var(--font-family-manrope);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: 422px;
}

.home .only-the-best-themes {
  align-self: stretch;
  color: var(--tundora);
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.home .traced-image {
  height: 283px;
  width: 283px;
}

.home .frame-257 {
  align-items: center;
  display: flex;
  gap: 8px;
  left: 45px;
  position: absolute;
  top: 344px;
  max-width: 1128px;
  width: 100%;
}

.home .rectangle-29 {
  background-color: var(--red-violet);
}

.home .rectangle-3 {
  background-color: var(--mercury);
}

.home .latest-articles {
  align-items: anchor-center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding: 5px;
  padding-bottom: 30px;
}

.home .content-6 {
  align-items: center;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
}

.home .frame-66 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 10px;
}

.home .articles-item {
  align-items: flex-start;
  border: 1px solid;
  border-color: var(--mercury);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 392px;
  max-height: 408px;
}

.home .content-1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--white);
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  width: 100%;
}

.home .frame-264 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.home .what-went-wrong-at-e {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  align-self: stretch;
  color: var(--shark);
  display: -webkit-box;
  font-weight: 900;
  line-height: 26.6px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.home .frame-28 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  position: relative;
}

.home .word-press {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  color: #5c5c5c;
  display: -webkit-box;
  font-weight: 500;
  line-height: 19.2px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.home .address-23 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  display: -webkit-box;
  line-height: 19.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home .comments-3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  color: var(--concord);
  display: -webkit-box;
  font-weight: 600;
  line-height: 19.2px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.home .ive-been-part-of-th {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  align-self: stretch;
  color: var(--tundora);
  display: -webkit-box;
  font-weight: 600;
  height: 47px;
  line-height: 22.4px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.home .txt-66 {
  color: var(--red-violet);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  line-height: initial;
}

.home .address-24 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  display: -webkit-box;
  line-height: 19.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home .txt-67 {
  color: var(--red-violet);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  line-height: initial;
}

.home .address-25 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  display: -webkit-box;
  line-height: 19.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home .txt-68 {
  color: var(--red-violet);
  font-weight: 800;
  line-height: 22.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  line-height: initial;
}

.home .footer {
  align-items: center;
  background-color: var(--vulcan);
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  height: 533px;
  justify-content: flex-start;
  width: 100%;
  max-width: 1920px;
}

input.no-border {
  border: none;
  outline: none;
}
input.no-border:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.full-width {
  width: 100%;
}

.home .content-7 {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  width: 237px;
}

.home .txt-69 {
  color: var(--shark);
  font-weight: 900;
  line-height: 23.4px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.home .links-1 {
  align-items: center;
  gap: 48px;
  margin-top: 63px;
}

.home .links {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.home .surname {
  align-self: stretch;
  color: #9c9c9c;
  font-weight: 900;
  line-height: 23.4px;
  margin-top: -1.00px;
  position: relative;
}
.home .address-26 {
  color: #5c5c5c;
  font-weight: 600;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .author {
  display: flex;
  gap: 24px;
  position: relative;
}

.home .bg-2 {
  position: absolute;
  width: 100%;
}

.home .button-5 {
  align-items: center;
  border-radius: 9999999px;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.home .calendar-3 {
  height: 12px;
  position: relative;
  width: 12px;
}

.home .comments-3-3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  color: #5c5c5c;
  display: -webkit-box;
  font-weight: 600;
  line-height: 19.2px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.home .content-8 {
  display: flex;
  position: relative;
}

.home .featured {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.home .folder-3 {
  height: 12px;
  position: relative;
  width: 12px;
}

.home .forum-3 {
  height: 12px;
  position: relative;
  width: 12px;
}

.home .home-1 {
  display: flex;
  position: relative;
}

.home .home-title-3 {
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.home .home-title-3x {
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

.home .image-3 {
  align-self: stretch;
  background-position: 50% 50%;
  background-size: cover;
  height: 191px;
  position: relative;
  width: 100%;
}

.home .img-26 {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  border-radius: 11px;
}

.img-26 {
  width: 100%;
  aspect-ratio: 251 / 127;
  overflow: hidden;
  position: relative;
}

.img-26 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.img-27 {
  width: 100%;
  aspect-ratio: 251 / 127;
  overflow: hidden;
  position: relative;
}

.img-27 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#featured-products-grid .product-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
#followed-products-grid .product-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

.home .img-27 {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  border-radius: 16px;
}

.home .line {
  object-fit: cover;
  position: relative;
  width: 1px;
}

.home .metadata-3 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
}

.home .place-5 {
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
}

.home .rectangle {
  border-radius: 32px;
  flex: 1;
  flex-grow: 1;
  height: 8px;
  position: relative;
}

.home .subcontents-25 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.home .text {
  align-self: stretch;
  position: relative;
}

.home .text-title-3 {
  align-self: stretch;
  font-weight: 900;
  line-height: 41.6px;
  margin-top: -1.00px;
  position: relative;
}

.home .title-3 {
  align-self: stretch;
  position: relative;
  padding-bottom: 25px;
}

.home .title-3x {
  align-self: stretch;
  position: relative;
}

.home .title-content-4 {
  align-self: stretch;
  font-weight: 500;
  line-height: 22.4px;
  position: relative;
}

.home .white-button-3 {
  align-items: center;
  border-radius: 9999999px;
  gap: 10px;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
}

.home .word-press-3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  color: var(--concord);
  display: -webkit-box;
  font-weight: 600;
  line-height: 19.2px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

#wpbay-animated {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  max-height: 500px;
}

.mobile-hero-animation {
  display: none;
}

.home .recording2025-06-110 {
  
  mix-blend-mode: darken;
  position: absolute;
}
.left-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 600px;
  flex: 1;
}

.right-column {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  flex: 1;
}
.recording2025-06-110 {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.home-search{
   display:flex;
   justify-content:center;
}
.search-box-wpbay:focus-within {
  border-color: #b82fc8; 
  box-shadow: 0 0 10px rgba(184, 47, 200, 0.4),
    inset 0 0 5px rgba(184, 47, 200, 0.3);
}
.search-box-wpbay:focus-within span svg {
  color: #b82fc8; 
}
.search-input::placeholder {
  color: #888;
  transition: opacity 0.2s ease;
}

.search-input:focus::placeholder {
  opacity: 0;
}
.search-box-wpbay{
  position:relative;
  width:100%;
  max-width:640px;             
  background:#fff;
  border-radius:9999px;      
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.search-box-wpbay span{
  position:absolute;
  left:24px;        
  top:50%;
  transform:translateY(-50%);
  background:none;
  border:none;
  padding:0;
  line-height:0;
  cursor:pointer;
  color:#6e6e6e;               
}

.search-box-wpbay span svg{
  width:26px;
  height:26px;
  pointer-events:none;        
}

.search-input{
  width:100%;
  border:none;
  outline:none;
  background:transparent;
  font-size:1.0rem;           
  padding:24px 32px 24px 70px; 
  border-radius:9999px;
  font-family: 'Manrope';
}

.search-input::placeholder{color:#b5b5b5;}
.mobile-menu-toggle {
  display: none;
}

.mobile-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--mine-shaft);
  z-index: 999999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.mobile-menu-open .mobile-menu-drawer {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-close {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.break-long
{
  display: inline;
}
.mobile-logo {
  height: 40px;
}

.mobile-search input {
  width: 100%;
  padding: 12px;
  border-radius: 999px;
  border: none;
  font-size: 16px;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav-links a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.become-seller-btn {
  background-color: #21b324;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.flame {
  margin-left: 4px;
}
.home-hero-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1224px;
  margin: 0 auto;
  padding: 64px 16px;
  gap: 32px;
  flex-wrap: nowrap;
  padding-bottom: 30px;
}

.hero-left {
  width: 50%;
}

.hero-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-right img,
.mobile-hero-animation img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile-hero-animation {
  display: none;
}

.authors-list-item-second
{
  bottom: 26px;
}
.home .authors-list
{
  display: block;
}
.max500
{
  padding-top: 10px;
}
.home-title-1.home-title-3
{
  padding-top: 50px;
}
.home-title-1x.home-title-3x
{
  padding-top: 44px;
}
.latest-articles
{
  padding-top: 0px !important;
}
.newest-mobile
{
  max-width: 1224px;
  width: 100%;
  padding:16px;
}
@container (max-width: 255px) {
  .home .subcontents-25 {
    display: block !important;
  }
  .left,
  .right {
    width: 100%;
  }
}
@media (max-width: 1190px) {
  .home .featured-products {
    left: auto;
    width: 100%;
    padding: 0 24px; 
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .home .featured-products {
    padding: 0 4px;
  }
}
@media (max-width: 1190px) {
  .home .followed-products {
    left: auto;
    width: 100%;
    padding: 0 24px; 
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .home .followed-products {
    padding: 0 4px;
  }
}
@media (max-width: 1023.98px)
{
  #splide-01
  {
    margin-right: -40px;
    width: calc(100% + 40px);
    padding: unset !important;
    max-width: unset !important;
  }
  #splide-05
  {
    margin-right: -40px;
    width: calc(100% + 40px);
    padding: unset !important;
    max-width: unset !important;
  }
  #featured-products-grid
  {
    display: none;
  }
  #followed-products-grid
  {
    display: none;
  }
}
@media (min-width: 1024px)
{
  #splide-01
  {
    display: none;
  }
  #splide-05
  {
    display: none;
  }
  #featured-products-grid
  {
    display: flex;
  }
  #followed-products-grid
  {
    display: flex;
  }
}
@media (min-width: 1240px)
{
  .home .title-3
  {
    padding-bottom: 30px;
  }
  .home .overlap-group4-landing {
    min-height: unset;
  }
  #splide-02
  {
    display: none;
  }
  #splide-03
  {
    display: none;
  }
  #splide-04
  {
    display: none;
  }
  .newest-mobile
  {
    display: none;
  }
}
@media (max-width: 880px) {
  .home .articles-item {
    max-height: unset;
  }
}
@media (max-width: 1240px) {
  .newest-mobile
  {
    padding-bottom: 0px;
  }
  .title-2.title-3
  {
    padding-bottom: 10px;
  }
  .home .section-6 {
    margin-top: 35px;
  }
  .home .seller-container {
    padding-bottom: 60px;
  }
  #newest-products-grid
  {
    display: none;
  }
  .author-informations
  {
    width: 100% !important;
  }
  .author-image
  {
    width: 100% !important;
  }
  .frame-285
  {
    align-items: flex-end !important;
    gap: unset !important;
  }
  .avatar-image
  {
    width: 60px;
    height: 60px;
  }
  .home .author-informations
  {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .fw-design-is-a-season
  {
    top: -20px;
  }
  .home .author
  {
    gap: unset;
  }
  .go-mobile-block
  {
    display: block;
  }
  .home .categories {
    padding-left: 8px;
    padding-right: 8px;
  }

  .title-3
  {
    display: block !important;
    text-align: center;
  }

  .title-3x
  {
    display: block !important;
    text-align: center;
  }
  .home-1
  {
    display: block;
    width: 100% !important;
  }
  .frame-24
  {
    gap: 5px;
  }
  .a-smarter-word-press span
  {
    display: block;
  }
  .home-hero-container {
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
  }

  .home-hero-container > div {
    width: 100% !important;
  }

  .text-and-search {
    position: static !important;
    width: 100% !important;
    gap: 24px;
    align-items: center !important;
    text-align: center;
  }

  .home .user {
    height: 55px;
    width: 55px;
  }
  .home .authors-list-item {
    gap: 10px;
  }
  .home .a-smarter-word-press {
    font-size: 40px;
    line-height: 50px;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .home .discover-buy-and-s {
    width: 100% !important;
    font-size: 16px;
    line-height: 22px;
  }

  .home-search {
    justify-content: center;
    width: 100%;
    max-width: 600px;
  }

  .search-box-wpbay {
    width: 100%;
    max-width: 100%;
  }

  .recording2025-06-110 {
    position: static !important;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 300px;
  }

  .welcome-new-authors {
    text-align: center;
  }

  .authors-list {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .authors-list-item {
    justify-content: center;
  }

  .line-1 {
    display: none;
  }

  .button-2.button-5 {
    width: auto;
    padding: 10px 24px;
  }

  .button-2.button-5
  {
    padding: 10px 10px;
  }
  .home .discover-buy-and-s {
    font-size: 19.5px; 
    line-height: 1.5;
  }
  .home .span1 {
    font-size: 19.5px; 
  }

  .max500
  {
    padding-top: 0px;
    max-width: 500px;
    display: contents;
  }
  .home .authors-list
  {
    display: flex;
  }
  .authors-list-item-second
  {
    bottom: 0px;
  }
  .home .welcome-new-authors {
    font-size: 25px; 
  }

  .home .revenue-sharing-up-to-90 {
    font-size: 14px;
    line-height: 28px;
    width: auto;
  }
  .revenue-sharing-up-to-90 span
  {
    display:block;
  }
  .txt-8.bodybold {
    font-size: 20px;
  }
  .discover-buy-and-s span {
    display: inline-block;
    width: 100%;
  }
  .search-box-wpbay {
    max-width: 100%;
    padding: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  }

  .search-input {
    font-size: 1rem;
    padding: 20px 28px 20px 60px;
  }

  .search-box-wpbay span svg {
    width: 22px;
    height: 22px;
  }

  .search-box-wpbay span {
    left: 18px;
  }
  #wpbay-animated {
    display: none;
  }
  body.wpbay-landing {
    margin: 0;
    background: #f8f8f8;
  }
  .mobile-hero-animation {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .home .welcome-authors {
    width: 100%;
    padding: 0 16px;
  }

  .home-hero-container {
    gap: 24px;
  }

  .mobile-menu-toggle {
    display: block;
    cursor: pointer;
  }
  .home-hero-container {
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    padding-top: 106px;
  }
  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-right {
    display: none;
  }

  .mobile-hero-animation {
    display: flex;
    justify-content: center;
  }

  .text-and-search {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .discover-buy-and-s {
    font-size: 16px;
    line-height: 24px;
  }

  .home-search {
    width: 100%;
    justify-content: center;
  }

  .search-box-wpbay {
    width: 100%;
    max-width: 100%;
  }

  .authors-list {
    flex-direction: column;
    align-items: center;
  }

  .line-1 {
    display: none;
  }

  .welcome-new-authors {
    margin-top: 24px;
  }
  
  .home .button-2 {
    border: 1px solid;
    border-color: var(--red-violet);
  }
  .home .authors-list {
    top: 0px;
  }
  .text-title-3
  {
    font-size:40px!important;
  }
  .text-title
  {
    font-size:40px!important;
  }
  .title-content-4
  {
    font-size:20px!important;
    line-height: 39px!important;
    font-weight: 300!important;
  }
  .title-content-2
  {
    font-size:20px!important;
    line-height: 39px!important;
    font-weight: 300!important;
  }
}


@media (max-width: 660px)
{
  .home .bg-1 {
    height: 346px;
  }
}
@media (max-width: 720px)
{
  .breakbold {
    display: block;
  }
}
@media (max-width: 640px)
{
  .selling-block {
    display: block;
  }
}
@media (max-width: 960px)
{
  .results-me
  {
    display: block;
  }
}
@media (max-width: 820px)
{
  .build-faster-with-tr {
    width: 900px !important;
  }
  .break-long
  {
    display: block;
  }
}
@media (max-width: 531px)
{
  .article-image
  {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 880px)
{
  .home .image-3
  {
    height: 100% !important;
  }
}
@media (max-width: 1239.98px)
{
  #splide-03
  {
    padding-top: 0px !important;
  }
  .feature-seller
  {
    display: none;
  }
}
@media (max-width: 1240px)
{
  .home .best-selling-item-frame
  {
    margin-bottom: 16px;
  }
  .articles-item
  {
    width: 100% !important;
    text-align: center;
    max-width: 100%;
  }
  .content-6.content-8
  {
    padding: 16px;
  }
  .home .latest-articles
  {
    padding-top: 20px;
  }
  .home .metadata-3
  {
    margin: 0 auto;
  }
  .button-1.button-5
  {
    margin: 0 auto;
  }
  .other-items
  {
    display: none !important;
  }
  .home .content-3
  {
    display: block;
  }
  .best-selling-item-frame
  {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .content-4.content-8
  {
    width: 100%;
    text-align: center;
  }
  .introducing-shader-g
  {
    width: 100% !important;
    text-align: center !important;
  }
  .best-selling-item
  {
    width: 100% !important;
  }
  .img-27
  {
    width: 100% !important;
  }
  .txt-title
  {
    width: 100% !important;
  }
  #splide-02
  {
    max-width: 1220px;
    margin-right: -26px;
    width: calc(100% + 26px);
    margin: 0 auto;
    padding: unset !important;
    padding-left: 0px;
    max-width: unset !important;
    padding-left: 0px;
  }
  #splide-03
  {
    max-width: 1220px;
    margin-right: -36px;
    width: calc(100% + 36px);
    margin: 0 auto;
    padding: unset !important;
    padding: 0 19px;
    max-width: unset !important;
  }
  #splide-04
  {
    max-width: 1220px;
    margin-right: -20px;
    width: calc(100% + 20px);
    margin: 0 auto;
    padding: unset !important;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: unset !important;
  }
  .home .latest-articles
  {
    padding-bottom: 20px;
  }
  .home-title-1x.home-title-3x
  {
    padding-top: 20px;
  }
  .author-informations
  {
    gap: 30px !important;
  }
}
@media (max-width: 1240px)
{
  .best-selling-item-frame
  {
    width: unset !important;
  }
}
@media (max-width: 1240px)
{
  .content-3
  {
    padding: 16px;
    padding-top: 0px;
  }
}
@media (max-width: 1120px)
{
  .overlap-group-1
  {
    display: none;
  }
  .overlap-group1-1
  {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 760px)
{
  .newest-prod
  {
    display: block;
  }
}
@media (max-width: 800px)
{
  .newst-prod-desc
  {
    display: block;
  }
}
@media (max-width: 1100px) {
  .wpbaypage
  {
    gap: unset !important;
  }
}
@media (max-width: 880px) {
  .frame-66
  {
    display: contents !important;
  }
}
.frame-261
{
  padding: 16px;
}
.inlined-mobile-image
{
  display: none;
}
@media (max-width: 950px) {
  .home .frame-261 {
    height: 100%;
  }

  .home .curated-quality {
    width: auto;
    font-size: 20px;
  }

  .home .traced-image {
    width: 200px;
    height: 200px;
    height: auto;
    margin-top: 20px;
  }

  .home .frame-257 {
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    left: unset;
    margin-top: 20px;
    width: 100%;
  }

  .home .why-wp-bay {
    font-size: 28px;
    line-height: 36px;
  }

  .home .wp-bay-is-your-truste {
    font-size: 14px;
    line-height: 20px;
  }

  .home .number {
    font-size: 28px;
  }

  .home .frame-259 {
    width: 64px;
    height: 64px;
  }

  .home .group-29 {
    width: 64px;
    height: 64px;
  }
  .how-we-work
  {
    height: 450px;
  }
}
@media (max-width: 870px) {
  .home .traced-image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 820px) {
  .home .traced-image {
    display: none;
  }
  .frame-260
  {
    display: block !important; 
  }
  .home .group-29
  {
    width: auto;
    height: auto;
  }
  .inlined-mobile-image
  {
    display: block;
    width: 114px;
    height: 114px;
    float: right;
    position: relative;
    top: -20px;
  }
  .home .frame-262
  {
    width: 100%;
    gap: 16px;
  }
  .home .wpbaypage
  {
    width: 90%;
    top: 42px;
    left: 16px;
  }
  .home .frame-261
  {
    padding: 32px 16px;
  }
  .home .frame-259-1 {
    width: 90%;
    top: -20px;
  }
  .home .frame-259
  {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 431px) {
  .home .wpbaypage
  {
    top: 52px;
  }
}
@media (max-width: 325px) {
  .home .wpbaypage
  {
    top: 62px;
  }
}
@media (max-width: 325px) {
  .home .frame-257
  {
    padding-top: 10px;
  }
}
@media (max-width: 262px) {
  .home .frame-257
  {
    display: none;
  }
}
@media (max-width: 1190px) {
  .frame-257
  {
    left: unset !important;
  }
}
@media (max-width: 381px) {
  .bg-1.bg-2
  {
    height: 386px;
  }
  .home .home-title-2 {
    margin-top: 90px;
  }
}
@media (max-width: 297px) {
  .home .authors-list-item {
      gap: unset;
  }
}
@media (max-width: 363px) {
  .categories
  {
    gap: 1px !important;
  }
}
@media (max-width: 430px) 
{
  .build-faster-with-tr-1
  {
    width: 50%;
    margin: 0 auto;
  }
  .explore-powerful-ha
  {
    width: 50% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 600px) {
    .visit-store {
        bottom: unset;
    }
}
@media (max-width: 350px) {
    .home .frame-45 {
        width: 100%;
    }
    #white-bottom
    {
      margin-bottom: 20px;
    }
    .overlap-group1-1
    {
      padding: unset !important;
    }
}
@media (max-width: 340px) {
    .hide-comments
    {
      display: none !important;
    }
}
@media (max-width: 430px) {
    .button-3.button-5
    {
      top: -10px;
    }
}
@media (max-width: 381px) {
    .button-3.button-5
    {
      top: -25px;
    }
}
@media (max-width: 410px) {
    .category-filter
    {
      gap: 3px !important;
    }
}
@media (max-width: 326px) {
    .category-filter
    {
      flex-direction: column;
      align-items: center !important;
      justify-content: center;
    }
}
@media (max-width: 400px) {
    .content-6.content-8
    {
      padding: 10px !important;
    }
    .title-content-3.title-content-4
    {
      padding: 5px;
    }
    .overlap-group2
    {
      width: 70% !important;
      margin: 0 auto;
    }
    .trusted-by-developer
    {
      top: 5px;
    }
}
@media (max-width: 880px) {
  .home .content-6 {
    max-width: 700px;
  }
}
@media (max-width: 280px) {
  .a-smarter-word-press {
    font-size: 30px !important;
  }
}
@media (max-width: 297px) {
  .home .home-title-2 {
      margin-top: 150px;
  }
  .button-3.button-5
  {
    display: none;
  }
  .trusted-by-developer
  {
    display: none;
  }
}
@media (max-width: 297px) {
  .build-faster-with-tr
  {
    padding-top: 70px !important;
  }
}
@media (max-width: 350px) {
  .home .overlap-group1-1
  {
    width: 100%;
  }
}
@media only screen and (max-width: 1240px) {
  .home .frame-285
  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 256px;
    height: auto;
    flex: none;
    order: 1;
    flex-grow: 1;
  }
  .content-5.content-8
  {
    margin-bottom: 10px;
  }
  .home .author-informations
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;
    background: #F8F8F8;
    border-radius: 16px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }
  .home .author-image
  {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }
  .home .img-avatar
  {
    width: 47px;
    height: 47px;
  }
  .home .fw-design-1
  {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 160%;
    color: #22282D;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 10px;
    padding-left: 0px;
  }
  .visit-store
  {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }
  .home .featured-seller {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home .how-we-work
  {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-hero-container {
    padding-top: 28px;
  }
  #splide-02
  {
    margin-top: 25px;
  }
  #splide-03
  {
    padding: 0 19px;
    padding-left: 0px;
  }
  #splide-04
  {
    padding: 0 19px;
  }
  .button-3.button-5 {
      top: -10px;
  }
  .frame-261
  {
    padding: 15px;
  }
  .a-smarter-word-press
  {
    font-size: 30px !important;
    line-height: 126% !important;
  }
  .home .discover-buy-and-s
  {
    font-size: 14px !important;
    line-height: 160% !important;
  }
  .home .span1
  {
    font-size: 14px !important;
    line-height: 160% !important;
  }
  .home .text-title-3
  {
    font-size: 25px !important;
    line-height: 126% !important;
  }
  .home .title-content-4
  {
    font-size: 14px !important;
    line-height: 160% !important;
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .home .revenue-sharing-up-to-90
  {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .home .build-faster-with-tr-1
  {
    margin-top: 25px !important;
    line-height: 126% !important;
    font-size: 25px !important;
  }
  .home .explore-powerful-ha
  {
    font-size: 14px !important;
    line-height: 160% !important;
  }
  .home .text-title
  {
    font-size: 25px !important;
    line-height: 126% !important;
  }
  .home .title-content-4
  {
    font-size: 14px !important;
    line-height: 160% !important;
  }
  .home .sell-your-creative-works-1
  {
    font-size: 33px !important;
    line-height: 126% !important;
  }
  .home .span0-1
  {
    font-size: 33px !important;
    line-height: 126% !important;
  }
  .home .span1-1
  {
    font-size: 33px !important;
    line-height: 126% !important;
  }
  .home .what-went-wrong-at-e
  {
    font-size: 16px !important;
    line-height: 146% !important;
  }
  .home .ive-been-part-of-th
  {
    font-size: 14px !important;
    line-height: 160% !important;
  }
  .get-in-touch-1
  {
    font-size: 25px !important;
    line-height: 126% !important;
  }
  .home .curated-quality
  {
    font-size: 19px !important;
  }
  .home .overlap-group5
  {
    height: unset;
  }
  .banner-style
  {
    padding-bottom: 10px;
  }
  .home .category-filter {
    gap: 8px;
  }
  .category-filtering
  {
      padding: 6px 8px !important;
  }
  .home .categories {
    margin-top: 25px;
  }
  .banner-style
  {
    padding: 54px 16px;
    padding-bottom: 10px;
  }
  .home .home-title-2
  {
    margin-top: 30px;
  }
  .home .build-faster-with-tr
  {
    gap: 8px;
  }
  .sell-container
  {
    padding-top: 70px;
  }
  .home-title-1x.home-title-3x
  {
    padding-top: 30px;
  }
  .home .seller-container
  {
    padding-bottom: 40px;
  }
  .home .section-6
  {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .home .overlap-group5
  {
    margin-bottom: 20px;
  }
  .home-title-1.home-title-3
  {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 380px) {
  .home .frame-285
  {
    width: unset;
  }
}
@media only screen and (max-width: 280px) {
  .img-avatar.img-26 {
    display: none;
  }
}
@media only screen and (max-width: 292px) {
  .home .overlap-group5
  {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 231px) {
  .home .overlap-group5
  {
    margin-top: 83px;
  }
}
@media only screen and (max-width: 1200px) {
  #featured-products-grid .product-grid-wrapper
  {
    gap: 8px;
  }
  #followed-products-grid .product-grid-wrapper
  {
    gap: 8px;
  }
}
@media only screen and (max-width: 1245px) {
  .logo-1 {
    align-self: center;
    justify-content: center;
  }
  .get-in-touch {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .push-right {
    padding-left: 0;
  }
  .column {
    width: 100%;
    align-items: center;
  }
  .text-link-1 {
    text-align: center;
  }
  .frame-284 {
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 24px;
  }
  .footer-banner-background
  {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .home .fw-design-1 {
    text-align: center;
  }
  .home .frame-285
  {
    display: block;
  }
}