.elementor-12254 .elementor-element.elementor-element-562789c1{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(3, 1fr);--grid-auto-flow:row;}.elementor-12254 .elementor-element.elementor-element-6f21815e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12254 .elementor-element.elementor-element-36a2f1ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12254 .elementor-element.elementor-element-7ba2c935{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12254 .elementor-element.elementor-element-286bc85{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12254 .elementor-element.elementor-element-5ce10e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12254 .elementor-element.elementor-element-784910e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12254 .elementor-element.elementor-element-5c54c55a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12254 .elementor-element.elementor-element-75a85f69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12254 .elementor-element.elementor-element-3bee38d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-12254 .elementor-element.elementor-element-562789c1{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-12254 .elementor-element.elementor-element-562789c1{--content-width:1600px;}.elementor-12254 .elementor-element.elementor-element-6f21815e{--width:100%;}.elementor-12254 .elementor-element.elementor-element-36a2f1ec{--width:100%;}.elementor-12254 .elementor-element.elementor-element-7ba2c935{--width:100%;}.elementor-12254 .elementor-element.elementor-element-286bc85{--width:100%;}.elementor-12254 .elementor-element.elementor-element-5ce10e1{--width:100%;}.elementor-12254 .elementor-element.elementor-element-784910e1{--width:100%;}.elementor-12254 .elementor-element.elementor-element-5c54c55a{--width:100%;}.elementor-12254 .elementor-element.elementor-element-75a85f69{--width:100%;}.elementor-12254 .elementor-element.elementor-element-3bee38d5{--width:100%;}}@media(max-width:767px){.elementor-12254 .elementor-element.elementor-element-562789c1{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-f1ad273 */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}
.elementor-12254 .elementor-element.elementor-element-f1ad273 {
        backdrop-filter: blur(5px) saturate(152%);
    -webkit-backdrop-filter: blur(5px) saturate(152%);
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-4b04ed7 */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-42ac4bcb */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-6d6485c2 */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-2a83fe7f */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-6875b395 */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-66551b7c */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-20b92d65 */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-143f9b6c */.tl-model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: all .25s ease;
  font-family: inherit;
}

.tl-model-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
}

.tl-model-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0;
  background: #f6f4f1;
}

.tl-render-box,
.tl-texture-box {
  overflow: hidden;
}

.tl-render-box img,
.tl-texture-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tl-render-box {
  aspect-ratio: 4 / 3;
}

.tl-texture-box {
  aspect-ratio: 1 / 1.5;
  border-left: 1px solid #ffffff;
}

.tl-model-content {
  padding: 22px;
}

.tl-model-category {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .7px;
  margin: 0 0 6px;
}

.tl-model-content h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl-model-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 14px;
}

.tl-color-options {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0 10px;
}

.tl-color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.10);
}

.tl-color-dot:hover {
  transform: scale(1.12);
}

.tl-color-dot.active {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.tl-selected-color {
  font-size: 13px;
  color: #666;
  margin: 8px 0 18px;
}

.tl-selected-color span {
  color: #111;
  font-weight: 600;
}

.tl-model-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tl-model-buttons a {
  text-decoration: none;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 30px;
  transition: all .2s ease;
  display: inline-block;
}

.tl-btn-primary {
  background: #111;
  color: #fff;
}

.tl-btn-secondary {
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.tl-btn-primary:hover {
  background: #333;
  color: #fff;
}

.tl-btn-secondary:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 767px) {
  .tl-model-images {
    grid-template-columns: 1fr;
  }

  .tl-texture-box {
    aspect-ratio: 4 / 1;
    border-left: none;
    border-top: 1px solid #ffffff;
  }

  .tl-model-buttons a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */


