:root {
  --_variable-collection---base: #094b7d;
  --maxh: 4.5em;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--_variable-collection---base);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

a {
  text-decoration: underline;
}

.body {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  font-size: 16px;
  display: flex;
}

.nav-logo {
  object-fit: cover;
  max-width: 2.5em;
  font-size: .8em;
}

.hero-section {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: url('../images/bkg-main-png.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.nav-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-links {
  color: #fff;
  text-transform: capitalize;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.nav-links-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading {
  color: #fff;
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1;
}

.hero-paragraph {
  max-width: 60vw;
  font-size: 1em;
}

.hero-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  display: flex;
}

.heading {
  color: var(--_variable-collection---base);
  text-transform: capitalize;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
}

.about-paragraph {
  color: var(--_variable-collection---base);
  max-width: 90vw;
  font-size: .9em;
  line-height: 1.3;
}

.icon-frame {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 99vw;
  padding-left: 2em;
  padding-right: 2em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

._1, ._2, ._3 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 5em;
  min-height: 5em;
  text-decoration: none;
  display: flex;
}

._4 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 5em;
  max-width: 10em;
  min-height: 5em;
  text-decoration: none;
  display: flex;
}

.icon {
  width: 3em;
  max-width: 3em;
  height: 3em;
}

.icon._1 {
  width: 2em;
  min-width: 0;
  height: auto;
  min-height: 0;
}

.icon-text {
  color: var(--_variable-collection---base);
  font-size: .8em;
  font-weight: 600;
}

.icon-text._2 {
  min-width: 0;
  min-height: 0;
}

.icon-set {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 15em;
  display: flex;
}

.about-section {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 4em;
  display: flex;
  overflow: hidden;
}

.products-section {
  align-self: auto;
  max-width: 100%;
  overflow: hidden;
}

.product-cell {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: url('../images/img-003-b.webp');
  background-position: 0 0;
  background-size: contain;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  text-decoration: none;
}

.product-cell._1 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  aspect-ratio: auto;
  background-image: url('../images/1243546.webp'), url('../images/img-001-b.webp');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  height: 20em;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 0;
}

.product-cell._2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: url('../images/Pics.webp'), url('../images/img-002-b.webp');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 65%, contain;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2em;
  padding-right: 1.5em;
}

.product-cell._3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: url('../images/wmremove-transformed-1.webp'), url('../images/img-003-b.webp');
  background-position: 0%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1em;
  padding-right: 1.5em;
}

.product-cell._4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  object-fit: cover;
  background-image: url('../images/2_2.webp'), url('../images/img-004-b.webp');
  background-position: 0%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1em;
  padding-right: 1.5em;
}

.product-cell._5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  background-image: url('../images/1_2.webp'), url('../images/img-003-b.webp');
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1em;
  padding-right: 1.5em;
  text-decoration: none;
  display: flex;
}

.product-heading {
  color: #fff;
  text-align: right;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
}

.product-description {
  text-align: right;
  max-width: 50%;
  font-size: .9em;
}

.product-description._1 {
  grid-row-gap: 0px;
  text-align: center;
  min-width: auto;
  max-width: none;
  min-height: auto;
}

.contact-icon-set-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-icon-set {
  grid-column-gap: .8em;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-text {
  color: #fff;
  font-size: .8em;
  line-height: 1.5;
  text-decoration: none;
}

.footer {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #125e98;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  padding: 1em 1.5em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.product-body {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  color: var(--_variable-collection---base);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-on-white {
  color: var(--_variable-collection---base);
  font-size: 1em;
  text-decoration: none;
}

.slider {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.product-images-div {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: clip;
  box-shadow: 0 0 20px 2px #094b7d33;
}

.product-info {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 4em;
  padding-left: 1em;
  padding-right: 1em;
  display: grid;
}

.paragraph {
  color: var(--_variable-collection---base);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  font-size: 1em;
  display: block;
}

.heading-2 {
  text-align: left;
  text-transform: none;
  font-size: 2em;
}

.product-content-div {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.option {
  border: 2px none var(--_variable-collection---base);
  border-radius: 2px;
  width: 3rem;
  min-width: 3em;
  height: 3rem;
  min-height: 3px;
}

.option._1 {
  background-image: url('../images/img-001.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.option._2 {
  background-image: url('../images/img-002.webp');
  background-position: 50% 0;
  background-size: cover;
}

.option._3 {
  background-image: url('../images/File_002.webp');
  background-position: 50%;
  background-size: cover;
}

.option._4 {
  background-image: url('../images/File_008.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.option._5 {
  background-image: url('../images/img-003.webp');
  background-position: 50%;
  background-size: cover;
}

.option._6 {
  background-image: url('../images/File_003.webp');
  background-position: 50%;
  background-size: cover;
}

.option._7 {
  background-image: url('../images/File_006.webp');
  background-position: 50%;
  background-size: cover;
}

.option._8 {
  background-image: url('../images/img-008.webp');
  background-position: 50%;
  background-size: contain;
}

.option._9 {
  background-image: url('../images/img-009-b.webp');
  background-position: 50%;
  background-size: contain;
}

.option._10 {
  background-image: url('../images/img-010.webp');
  background-position: 0 0;
  background-size: contain;
}

.option._11 {
  background-image: url('../images/img-011.webp');
  background-position: 0 0;
  background-size: contain;
}

.option._12 {
  background-image: url('../images/img-012.webp');
  background-position: 50%;
  background-size: contain;
}

.option._13 {
  background-image: url('../images/img-013.webp');
  background-position: 50%;
  background-size: contain;
}

.option._14 {
  background-image: url('../images/img-014.webp');
  background-position: 0 0;
  background-size: contain;
}

.option._15 {
  background-image: url('../images/img-015.webp');
  background-position: 0 0;
  background-size: contain;
}

.option._16 {
  background-image: url('../images/img-016.webp');
  background-position: 50%;
  background-size: contain;
}

.selection-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-text-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-nav {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  bottom: -2.5em;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.slide {
  border-radius: 2px;
}

.slide._1-1 {
  background-image: url('../images/img-004-a.webp');
  background-position: 100%;
  background-size: cover;
}

.slide._2-1 {
  background-image: url('../images/img-006-b.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._3-1 {
  background-image: url('../images/img-008-a.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._4-1 {
  background-image: url('../images/1_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide._5-1 {
  background-image: url('../images/img-005-b.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._6-1 {
  background-image: url('../images/img-007-b.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide._7-1 {
  background-image: url('../images/2_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._1-2 {
  background-image: url('../images/img-001-a.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._2-2 {
  background-image: url('../images/img-005-a.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._3-2 {
  background-image: url('../images/img-002-a.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._4-2 {
  background-image: url('../images/7_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._5-2 {
  background-image: url('../images/4_2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._6-2 {
  background-image: url('../images/img-003-a.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._7-2 {
  background-image: url('../images/6_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._1-3 {
  background-image: url('../images/1_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide._3-3 {
  background-image: url('../images/2_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide._4-3 {
  background-image: url('../images/img-007.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide._5-3 {
  background-image: url('../images/img-004.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide._6-3 {
  background-image: url('../images/3_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide._7-3 {
  background-image: url('../images/img-006.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide._2-3 {
  background-image: url('../images/img-005.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide._8-1 {
  background-image: url('../images/1765188080721291.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._9-1 {
  background-image: url('../images/1765188081153273.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._10-1 {
  background-image: url('../images/176518840272294.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._11-1 {
  background-image: url('../images/176518864644908.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._12-1 {
  background-image: url('../images/1765189776423090.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._13-1 {
  background-image: url('../images/1765189777229217.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._14-1 {
  background-image: url('../images/1765189777564054.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._15-1 {
  background-image: url('../images/1765189778954077.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._16-1 {
  background-image: url('../images/Gemini_Generated_Image_31min831min831mi.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._8-2 {
  background-image: url('../images/img-008-alt.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._9-2 {
  background-image: url('../images/img-009.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._10-2 {
  background-image: url('../images/img-010-b.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._11-2 {
  background-image: url('../images/img-011-b.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._12-2 {
  background-image: url('../images/img-012-a.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._13-2 {
  background-image: url('../images/img-013-a.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._14-2 {
  background-image: url('../images/img-014-b.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._15-2 {
  background-image: url('../images/img-015-b.webp');
  background-position: 50%;
  background-size: cover;
}

.slide._16-2 {
  background-image: url('../images/img-016-a.webp');
  background-position: 50%;
  background-size: cover;
}

.mask {
  border-radius: 2px;
}

.link-block {
  text-decoration: none;
}

.section-3 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.forum-field {
  width: 100%;
}

.div-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border: .01px dotted var(--_variable-collection---base);
  color: var(--_variable-collection---base);
  border-radius: 2px;
  margin-bottom: 0;
}

.form-block {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  flex-flow: column;
  width: 60vw;
  display: block;
}

.form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  font-size: .8em;
}

.submit-button {
  background-color: var(--_variable-collection---base);
  border-radius: 2px;
  width: 35%;
  padding-left: 0;
  padding-right: 0;
}

.accessories-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.button {
  background-color: var(--_variable-collection---base);
  border-radius: 2px;
  align-self: flex-start;
  padding-left: 1em;
  padding-right: 1em;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template: "Area"
                 "."
                 "."
                 / 48vw 48vw;
  place-items: center stretch;
}

.more-buttton {
  color: #ffffffbf;
  font-size: .8em;
}

.slider-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  position: static;
}

.multi-line-ellipsis {
  color: var(--_variable-collection---base);
  max-width: 80vw;
  height: 100%;
  font-size: 1em;
  overflow: hidden;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-6 {
  position: relative;
}

.section-4 {
  max-width: 100%;
  overflow: hidden;
}

.success-message {
  background-color: var(--_variable-collection---base);
  color: #fff;
}

.error-message {
  background-color: #ff5f5f;
}

.slide-2 {
  background-image: url('../images/IMG_2756.webp');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.accesorii {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.imagini-accesorii {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-accesorii {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagine-accesoriu {
  aspect-ratio: 1;
  object-fit: cover;
  width: 10em;
}

.imagine-accesoriu._1 {
  background-image: url('../images/Frame-17.webp');
  background-position: 50%;
  background-size: contain;
}

.imagine-accesoriu._2 {
  background-image: url('../images/Frame-18.webp');
  background-position: 50%;
  background-size: contain;
}

.imagine-accesoriu._3 {
  background-image: url('../images/Frame-19.webp');
  background-position: 50%;
  background-size: contain;
}

.imagine-accesoriu._4 {
  background-image: url('../images/Frame-16.webp');
  background-position: 50%;
  background-size: contain;
}

.text-accesorii-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-size: 1.5em;
  font-weight: 500;
}

.paragraph-4 {
  color: var(--_variable-collection---base);
  font-size: .8em;
}

.accesorii-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  aspect-ratio: 3 / 2;
  border-radius: 2px;
  width: 80%;
}

.slide-3 {
  background-image: url('../images/Gemini_Generated_Image_iupg38iupg38iupg.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_2756.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/ChatGPT-Image-Dec-22-2025-02_45_16-PM.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2px;
}

.slider-3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 97%;
  height: 55%;
  position: relative;
  box-shadow: 0 0 20px 3px #094b7d33;
}

.mask-2 {
  border-radius: 2px;
}

.icon-3, .icon-4 {
  color: #ffffffd9;
}

.paragraph-5 {
  color: var(--_variable-collection---base);
  width: 70%;
}

.div-block-8 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 32em;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .body {
    grid-column-gap: 128px;
    grid-row-gap: 128px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    display: flex;
  }

  .products-section, .submit-button {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 15px;
  }

  .hero-section {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100vw;
    min-height: auto;
  }

  .heading {
    font-size: 1.5em;
  }

  .about-paragraph {
    max-width: 90vw;
    font-size: .8em;
  }

  .icon-frame {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
  }

  .icon-text._2 {
    width: auto;
  }

  .about-section {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-top: 0;
  }

  .product-cell._1, .product-cell._2 {
    padding-bottom: 0;
  }

  .product-cell._3 {
    background-position: 0 100%, 50%;
    background-size: 50%, cover;
    padding-bottom: 0;
  }

  .product-cell._4 {
    object-fit: cover;
    background-image: url('../images/2_2.webp'), url('../images/4.webp');
    background-position: 0 0, 50%;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
    padding-bottom: 0;
  }

  .product-heading {
    font-size: 1.2em;
  }

  .product-description {
    max-width: 60%;
  }

  .product-body {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    color: var(--_variable-collection---base);
    font-size: 15px;
  }

  .nav-link-on-white {
    font-size: .8em;
  }

  .product-images-div {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 75%;
    display: flex;
  }

  .product-info {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
  }

  .paragraph {
    font-size: .8em;
  }

  .heading-2 {
    font-size: 1.5em;
  }

  .product-content-div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .option {
    width: 2.5em;
    min-width: 2em;
    height: 2.5em;
    min-height: 2em;
  }

  .section {
    height: auto;
  }

  .text-field, .submit-button {
    font-size: 1em;
  }

  .button {
    font-size: .8em;
  }

  .grid {
    grid-column-gap: 1em;
  }

  .multi-line-ellipsis {
    color: var(--_variable-collection---base);
    max-width: 90vw;
  }

  .imagine-accesoriu._1 {
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 14px;
  }

  .nav-logo {
    font-size: 1em;
  }

  .hero-section {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background-image: url('../images/bkg-main.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .nav-bar {
    width: 100%;
  }

  .nav-links, .nav-links.w--current {
    font-size: 1em;
  }

  .hero-paragraph {
    max-width: 80vw;
    font-size: .8em;
  }

  .hero-content {
    padding-top: 6em;
  }

  .about-paragraph {
    max-width: 90vw;
    font-size: 1em;
    overflow: hidden;
  }

  .icon-frame {
    padding-left: 2em;
    padding-right: 2em;
  }

  .icon-text {
    font-size: 1em;
  }

  .about-section {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    position: relative;
  }

  .product-cell {
    aspect-ratio: 2.39;
  }

  .product-cell._1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    aspect-ratio: 2.39;
    background-image: url('../images/Frame-16-1.webp'), url('../images/img-001-b.webp');
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1.5em;
  }

  .product-cell._2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    padding-bottom: 0;
  }

  .product-cell._3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-position: 0%, 50%;
    background-size: contain, cover;
    padding-bottom: 0;
  }

  .product-cell._4 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-image: url('../images/2_2.webp'), url('../images/img-004-b.webp');
    background-position: 0%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    padding-bottom: 0;
  }

  .product-heading {
    font-size: 1.3em;
  }

  .product-description {
    font-size: 1em;
  }

  .product-description._1 {
    text-align: right;
    justify-content: center;
    align-items: center;
    max-width: 50%;
  }

  .footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .product-info {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 96vw;
  }

  .multi-line-ellipsis {
    color: var(--_variable-collection---base);
    max-width: 90vw;
    height: 4.5em;
    font-size: 1em;
    overflow: hidden;
  }

  .div-block-5 {
    background-image: linear-gradient(#fff0, #fff);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-6 {
    position: relative;
  }

  .imagine-accesoriu._2, .imagine-accesoriu._3, .imagine-accesoriu._4 {
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 13px;
  }

  .hero-section {
    aspect-ratio: 3 / 4;
    background-image: url('../images/bkg-1.webp');
  }

  .hero-heading {
    font-size: 3em;
  }

  .hero-paragraph {
    font-size: 1em;
  }

  .hero-content {
    padding-top: 8em;
  }

  .icon-frame {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .icon {
    width: 4em;
    max-width: none;
    height: 4em;
    overflow: visible;
  }

  .icon._1 {
    width: 1.5em;
  }

  .icon-text {
    font-weight: 500;
  }

  .icon-set {
    flex-flow: row;
  }

  .about-section {
    width: 100%;
    max-width: 100%;
  }

  .product-cell {
    aspect-ratio: 3 / 2;
    background-image: url('../images/3.webp');
    background-position: 0 0;
    background-size: contain;
  }

  .product-cell._1 {
    aspect-ratio: 3 / 2;
    background-image: url('../images/Frame-16-1.webp'), url('../images/img-001-b.webp');
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
  }

  .product-cell._3 {
    background-position: -15%, 50%;
  }

  .product-cell._4 {
    background-image: url('../images/2_2.webp'), url('../images/img-004-b.webp');
    background-position: 0%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
    justify-content: center;
    align-items: flex-end;
  }

  .product-heading {
    font-size: 1.2em;
  }

  .product-description {
    max-width: 50%;
    font-size: .8em;
  }

  .contact-icon-set-wrapper {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    overflow: visible;
  }

  .contact-icon-set {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: center;
    align-items: center;
  }

  .contact-text {
    font-size: .7em;
  }

  .footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .product-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 3em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .paragraph {
    text-align: left;
    font-size: 1em;
  }

  .product-content-div {
    justify-content: center;
    align-items: center;
  }

  .option {
    width: 3em;
    height: 3em;
  }

  .selection-div {
    justify-content: center;
    align-items: center;
  }

  .product-text-div {
    justify-content: center;
    align-items: flex-start;
  }

  .section-3 {
    border: 1px #000;
  }

  .div-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-right: 0;
  }

  .form-block {
    border: 1px #000;
    border-radius: 0;
    width: 100vw;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .form {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .paragraph-3 {
    text-align: center;
    align-self: flex-start;
    width: 100%;
  }

  .submit-button {
    width: 85%;
  }

  .accessories-section {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-left: 0;
    padding: 1em 2em;
  }

  .more-buttton {
    font-size: .7em;
  }

  .div-block-6 {
    height: auto;
  }

  .success-message {
    background-color: var(--_variable-collection---base);
  }

  .error-message {
    background-color: #ff7474;
  }

  .accesorii {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-left: .5em;
    padding-right: .5em;
  }

  .imagini-accesorii {
    grid-column-gap: 1.7em;
    grid-row-gap: 1.7em;
    flex-flow: column;
  }

  .text-accesorii {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
  }

  .imagine-accesoriu {
    width: 14em;
  }

  .imagine-accesoriu._1, .imagine-accesoriu._2, .imagine-accesoriu._3, .imagine-accesoriu._4 {
    background-repeat: no-repeat;
  }

  .text-accesorii-wrap {
    grid-column-gap: 4.1em;
    grid-row-gap: 4.1em;
    flex-flow: column;
  }

  .heading-3 {
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 1em;
  }

  .accesorii-wrap {
    flex-flow: row;
  }

  .slider-3 {
    aspect-ratio: 3 / 2;
    width: 97%;
    height: 100%;
  }

  .paragraph-5 {
    text-align: center;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }
}

#w-node-dbdfd268-7f70-b212-8a61-a0cccee05f86-c160512e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a989ac22-6df9-fc85-28da-652ed4761c1a-36562c8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3942a9e4-3086-1420-9a5c-c7370b785fe2-36562c8d {
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-dbdfd268-7f70-b212-8a61-a0cccee05f86-c160512e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a989ac22-6df9-fc85-28da-652ed4761c1a-36562c8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}



