:root {
  --jlj-blue: #9cd3ef;
  --cream: #fcf3d2;
  --brown: #655240;
  --blue: #a7dde3;
  --flame-red: #f04c23;
  --tudor-red: #be0100;
  --blingfest: #ffea01;
  --gold: #dbac64;
  --rolex: #127749;
  --tudor-grey: #e0e0e0;
  --kwiat-blue: #2d3e56;
  --redbirds: #ce1126;
  --fire-ice: #f58220;
  --gal: #dc898b;
  --kwiat-white: #ecf2ff;
}

body {
  color: #fff;
  flex-flow: column;
  font-family: Hindsiliguri, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  font-family: Hindsiliguri, Verdana, sans-serif;
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-family: Hindsiliguri, Verdana, sans-serif;
  font-weight: 700;
  display: block;
}

.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;
}

.footer {
  background-image: url("https://cdn.prod.website-files.com/5ec2d5fc8dcf72e3807c040b/6081eae7044f19707d9575a9_JackLewis_IconTile.webp");
  background-position: 50%;
  background-repeat: repeat;
  background-size: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 40px 20px 60px;
  display: flex;
  position: relative;
}

.menu-link-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.menu-link-text:hover {
  color: var(--jlj-blue);
}

.menu-link-text.shop {
  text-align: center;
  padding-left: 14px;
  padding-right: 0;
  position: absolute;
  top: 60px;
}

.menu-link-text.shop:hover {
  color: var(--jlj-blue);
}

.footer-text {
  color: #fff;
  text-align: center;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.footer-menu-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.footer-link {
  color: #fff;
  margin-right: 0;
  text-decoration: none;
}

.footer-social-link-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 2rem;
  display: grid;
}

.social-icon {
  border-radius: 6px;
  width: 40px;
  height: 40px;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
}

.copyright-text {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.2;
}

.clock-embed {
  height: 70px;
}

.text-link {
  color: #000;
  text-decoration: none;
}

.text-link:hover {
  color: var(--brown);
}

.text-link.white {
  color: #fff;
  text-decoration: none;
}

.text-link.white.phone {
  margin-bottom: 20px;
  font-size: 30px;
}

.search-btn {
  background-color: var(--jlj-blue);
  color: #000;
  border-radius: 6px;
  height: 40px;
  margin-left: 10px;
}

.search-box {
  border-radius: 6px;
  height: 40px;
}

.search {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.chat-button-wrapper {
  z-index: 800;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.image-125 {
  width: 57px;
  height: 57px;
  transition: all .3s;
}

.image-125:hover {
  filter: grayscale();
}

.chat-bot-link {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2, .text-span-3, .text-span-4 {
  text-decoration: underline;
}

.mobile {
  display: none;
}

.link {
  text-align: right;
}

.dropdown-arrow-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-link-wrapper {
  flex-direction: column;
  display: flex;
}

.menu-logo-link {
  margin-right: -10px;
}

.maps-button-wrapper {
  justify-content: center;
  display: flex;
}

.maps-button-wrapper.thankyou {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.menu-dropdown-link {
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
}

.menu-dropdown-link.last {
  margin-bottom: 20px;
}

.menu-dropdown-link.hide {
  display: none;
}

.search-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.appointment-button-2 {
  z-index: 2;
  color: #000;
  text-align: center;
  background-color: #a7dde300;
  border: 1.5px solid #000;
  border-radius: 100px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 5px 20px;
  font-family: Hindsiliguri, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: border-color .3s, background-color .3s;
}

.appointment-button-2:hover {
  color: #000;
  background-color: #9cd4ef;
  border-color: #9cd4ef;
}

.appointment-button-2.directions {
  border-width: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  display: none;
}

.menu-dropdown-text {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.menu-dropdown-text:hover {
  color: #9cd4ef;
}

.menu-button-div {
  align-items: center;
  display: flex;
}

.rolex-clock-div {
  flex: none;
  width: 150px;
  height: 70px;
  display: flex;
}

.menu-link-div-2 {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 20px;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
  transform: rotate(0);
}

.menu-link-div-2.w--current, .menu-link-div-2.w--current:hover, .menu-link-div-2.w--current:active, .menu-link-div-2.w--current:focus {
  width: auto;
}

.image-166 {
  flex: none;
  width: 120px;
  height: 70px;
}

.menu-dropdown-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-h2 {
  color: #000;
  margin-top: 0;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.menu-h2.link {
  text-align: left;
  transition: color .3s;
}

.menu-h2.link:hover {
  color: #9cd4ef;
}

.new-menu-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.new-menu-wrapper.rolex {
  position: static;
}

.search-btn-2 {
  color: #000;
  background-color: #9cd4ef;
  border-radius: 20px;
  height: 40px;
  margin-left: 10px;
  font-weight: 600;
  line-height: 1;
}

.hamburger-div {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.new-menu-dropdown {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  max-width: 1920px;
  padding: 20px 30px;
  display: flex;
}

.new-menu-dropdown.top {
  border-top-style: none;
  max-width: 1920px;
  display: none;
}

.new-menu-dropdown.last {
  width: 100%;
}

.new-menu-bar {
  background-color: #655240;
  background-image: url("https://cdn.prod.website-files.com/5ec2d5fc8dcf72e3807c040b/6081eae7044f19707d9575a9_JackLewis_IconTile.webp");
  background-position: 50%;
  background-size: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu-bar {
  background-color: #fff;
  width: 35px;
  height: 2px;
  position: absolute;
}

.menu-bar.top {
  margin-top: 10px;
}

.menu-bar.bottom {
  margin-bottom: 10px;
}

.new-meu-bar-wrapper {
  z-index: 80;
  background-color: #655240;
  background-size: 120px 120px;
  background-attachment: scroll;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  overflow: hidden;
}

.new-menu-dropdown-wrapper {
  z-index: 12;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.menu-dropdown-h2 {
  color: #000;
  text-align: center;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.search-2 {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.new-menu-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--jlj-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1920px;
  padding: 30px 30px 10px;
}

.search-box-2 {
  border: 1px solid #000;
  border-radius: 20px;
  height: 40px;
  margin-bottom: 0;
}

.directions-wrapper-2 {
  z-index: 800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-163 {
  height: 8px;
  margin-bottom: 10px;
  display: none;
}

.hours-wrapper-2 {
  z-index: 800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.new-menu-bar-div {
  z-index: 999;
  flex-wrap: nowrap;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.new-menu-bar-div.rolex {
  position: static;
}

.menu-heading-div {
  align-items: center;
  display: flex;
}

.hours-text-2 {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  display: block;
}

.gift-image {
  width: 130px;
  height: 100px;
  margin-top: 25px;
}

.gift-image._2 {
  display: none;
}

.div-block-21 {
  align-items: center;
  display: flex;
}

.menu-link-tutor, .tutor-menu-banner {
  width: 140px;
  height: 70px;
}

.text-block-6 {
  text-align: center;
  width: 40px;
  height: 18px;
}

.code-embed-2 {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  display: flex;
  overflow: hidden;
}

.footer-bold {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .right-top-image {
    right: 0%;
  }

  .left-top-image, .black-overlay {
    inset: 0%;
  }

  .engage-accordion-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .blingfest-h2 {
    margin-top: -12px;
  }

  .collection-list-item {
    border-radius: 15px;
  }

  .blog-thumb-image {
    border-radius: 5px;
    overflow: hidden;
  }

  .image-174 {
    height: 25rem;
  }

  .career-form {
    color: #000;
  }

  .success-message-4 {
    background-color: #fff;
  }

  .career-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }
}

@media screen and (min-width: 1440px) {
  .gift-section.dark {
    padding-left: 400px;
    padding-right: 400px;
  }

  .footer {
    margin-top: 0;
    padding-top: 30px;
  }

  .head-section {
    width: 100%;
  }

  .brand-logo {
    width: 100svw;
  }

  .brand-banner-section {
    width: 100%;
  }

  .banner-text {
    border-top-left-radius: 300px;
    border-bottom-left-radius: 0;
  }

  .brand-logo-section {
    width: 100%;
  }

  .flame-logo-white {
    margin-top: 91px;
  }

  .video-div {
    width: 70%;
  }

  .spark-bg-vid, .background-video {
    width: 100%;
  }

  .engage-section-div {
    padding-left: 400px;
    padding-right: 400px;
  }

  .wedding-section {
    width: 100%;
  }

  .h2-black.blingfest {
    padding-left: 60px;
    padding-right: 60px;
  }

  .proposal-section-3 {
    width: 100%;
  }

  .flame-section-3 {
    padding-right: 400px;
  }

  .banner-h1 {
    padding-left: 0;
  }

  .redbird-hero-section {
    height: 90vh;
  }

  .redbird-info-section {
    padding-left: 400px;
    padding-right: 400px;
  }

  .blingfest-h2 {
    font-size: 1.2vw;
  }

  .blingfest-logo {
    margin-bottom: -35px;
  }

  .blingfest-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blingfest-section-4 {
    padding-top: 100px;
    padding-left: 400px;
    padding-right: 400px;
  }

  .appraisal-section-2 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .appraise-image-div, ._2-column-gird, ._3-column-grid {
    width: 100%;
  }

  .salvage-image-section {
    height: 500px;
  }

  .kendra-scott-text-section {
    padding-left: 400px;
    padding-right: 400px;
  }

  .proposal-list-image-div {
    margin-bottom: 10px;
  }

  .proposal-list-image {
    width: 40%;
  }

  .gift-men-section-3 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .gift-men-accordion-trigger {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .acient-footer {
    margin-top: 0;
    padding-top: 30px;
  }

  .brand-hero-banner, .full-page-image, .blog-hero-image, .divide-wrapper {
    width: 100%;
  }

  .tutor-header {
    border-radius: 20px;
    overflow: hidden;
  }

  .div-block-27 {
    overflow: hidden;
  }

  .home-connected-button-div {
    right: 9%;
  }

  .home-connected-div, .career-grid, .hero-image-full, .vertical-slider {
    width: 100%;
  }

  .kwiat-slide-image {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .kwiat-slide-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kwiat-step-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Proximanova, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .story-image {
    border: 1px solid #a3a3a3;
  }

  .kwiat-slider-wrapper, .groundbreak-slider-1 {
    width: 100%;
  }

  .image-192, .groundbreaking-slide {
    aspect-ratio: 2 / 3;
  }

  .groundbreaking-slide.wide {
    width: 50%;
  }

  .groundbreak-slider-2 {
    width: 100%;
    height: 30vh;
  }

  ._5-column-grid, ._5-column-div, .home-banner-div {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .gift-section {
    padding-bottom: 140px;
  }

  .footer {
    height: auto;
  }

  .head-section.men {
    height: 50vh;
  }

  .flame-logo-white {
    margin-top: 150px;
  }

  .flame-section-div {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .diamond-section {
    padding-left: 300px;
    padding-right: 300px;
  }

  .main-body-text-black {
    z-index: 2;
  }

  .hero-h1-white {
    margin-bottom: 40px;
    font-size: 60px;
  }

  .proposal-section-3 {
    height: 800px;
  }

  .proposal-appointment-div.ring {
    background-size: 100%;
  }

  .flame-section-3, .flame-section-6 {
    height: 600px;
  }

  .banner-h1 {
    font-size: 60px;
  }

  .brand-banner-image {
    flex: 1;
  }

  .blingfest-hero {
    height: 120vh;
  }

  .podium-chat {
    position: fixed;
  }

  .missy-div, .scott-div, .brad-div, .holly-div {
    height: 90vh;
  }

  .copyright-text {
    font-size: .5vw;
  }

  .blingfest-list-item {
    margin-bottom: 10px;
  }

  .blingfest-section-3 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .blingfest-section-4 {
    justify-content: flex-end;
  }

  .laydown-ring-vid {
    width: 60%;
  }

  .appraisal-section-2 {
    padding-left: 500px;
    padding-right: 500px;
  }

  .moriki-left-div, .dan-right-div {
    height: 90vh;
  }

  .image-label-text {
    left: 17%;
  }

  .redbird-logo {
    width: 50%;
  }

  ._2-column-gird {
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .story-image-div {
    border-radius: 6px;
    overflow: hidden;
  }

  ._3-column-grid {
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .dot-list {
    font-size: 1vw;
    list-style-type: disc;
  }

  .hero-h1-black {
    margin-bottom: 40px;
  }

  .salvage-image-section {
    background-position: 100% 10%;
    height: 700px;
  }

  .proposal-list-image-div {
    margin-bottom: 20px;
  }

  .proposal-list-image {
    width: auto;
    display: flex;
  }

  .gift-men-section-3 {
    padding-bottom: 140px;
  }

  .gift-men-accordion-trigger {
    width: 60%;
  }

  .cr-title-wrapper {
    margin-left: 140px;
  }

  .ad-hero-section {
    background-image: radial-gradient(circle, #0000004d, #000), url("https://cdn.prod.website-files.com/5ec2d5fc8dcf72e3807c040b/610d67a5631bc340035aa67c_pexels-hisham-zayadnh-3293854-2small.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  ._3d-coin {
    width: 30vw;
  }

  .gradient-overlay-div {
    background-image: linear-gradient(#0000, #000 90%);
    height: 600px;
  }

  .acient-footer {
    height: auto;
  }

  .amanda-div {
    height: 90vh;
  }

  .small-italic-text {
    z-index: 2;
  }

  .appointment-button-2.directions {
    width: 80%;
  }

  .tudor-collection-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .devon-div, .jim-div, .kaitlyn-div {
    height: 90vh;
  }

  .kwiat-slider-nav {
    padding-top: 0;
  }

  .kwiat-button.submit, .kwiat-nav {
    display: none;
  }

  .success-message-5 {
    background-color: #fff;
  }

  .lily-div {
    height: 90vh;
  }
}

@media screen and (max-width: 991px) {
  .gift-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gift-section.dark {
    width: 95svw;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer {
    padding-bottom: 60px;
  }

  .menu-link-text.shop {
    padding-left: 3px;
    font-size: 20px;
    left: 75px;
  }

  .menu-bar-section {
    overflow: hidden;
  }

  .menu-block-div {
    height: 120px;
  }

  .menu-link-div {
    display: none;
  }

  .menu-link-div.box {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .head-section {
    width: 90svw;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .head-section.men {
    background-position: 50% 20%;
  }

  .gift-circle-link.rolex {
    width: 200px;
    height: 200px;
  }

  .gift-circle-link.ancient {
    background-size: cover;
  }

  .brand-logo {
    width: 100svw;
  }

  .brand-banner-section {
    width: 95svw;
  }

  .banner-text {
    width: 55%;
    padding-right: 20px;
  }

  .product-columns {
    margin-top: 15px;
  }

  .right-bottom-image {
    bottom: -83px;
  }

  .right-top-image {
    top: -61px;
  }

  .left-top-image {
    top: -41px;
  }

  .left-bottom-image {
    bottom: -6px;
  }

  .brand-logo-section {
    width: 95svw;
  }

  .ring-box-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 110px;
  }

  .ring-box-image {
    height: 109px;
    left: -16px;
  }

  .rolex-text {
    margin-top: 0;
  }

  .flame-grad-image {
    width: 60%;
    max-width: 1200px;
  }

  .flame-section-div {
    padding-left: 60px;
    padding-right: 60px;
  }

  .mobile-button-text {
    white-space: nowrap;
    font-size: 20px;
  }

  .spark-bg-vid {
    width: 100%;
  }

  .video-bg-section {
    width: 95svw;
  }

  .background-video {
    width: 100%;
  }

  .engage-section-div {
    padding: 60px;
  }

  .h3-black {
    font-size: 25px;
  }

  .diamond-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .appointment-button.tudor {
    line-height: 1;
  }

  .wedding-section {
    width: 100%;
    padding: 20px;
  }

  .main-body-text {
    color: #fff;
  }

  .all-styles {
    font-size: 1rem;
    top: 22%;
  }

  .main-body-text-black {
    font-size: 16px;
  }

  .main-body-text-black._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-white {
    font-size: 30px;
  }

  .gems-list-div {
    align-items: center;
  }

  .gems-list-image-div {
    width: 30px;
    height: 30px;
  }

  .hero-h1-white.redbird {
    font-size: 30px;
  }

  .proposal-section-3 {
    width: 90%;
    height: 400px;
  }

  .proposal-appointment-div.ring {
    background-size: 200%;
  }

  .flame-section-3 {
    background-position: 50%;
    background-size: cover;
    height: 200px;
    padding-right: 60px;
  }

  .flame-section-6 {
    background-image: none;
  }

  .flame-image-div {
    padding-right: 20px;
  }

  ._4-column-grid {
    width: 100%;
  }

  .redbird-hero-section {
    width: 95svw;
  }

  .hero-copy-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lottie-animation {
    width: 100%;
    left: 0;
  }

  .engage-accordion-trigger {
    cursor: pointer;
    margin-bottom: 10px;
  }

  .engage-accordion-trigger.fact {
    width: 20%;
  }

  .engage-accordion-trigger-2 {
    cursor: pointer;
    margin-bottom: 10px;
  }

  .carter-div {
    height: 60vh;
  }

  .content-wrapper {
    margin-left: 20px;
  }

  .content-wrapper.right {
    margin-right: 20px;
  }

  .missy-div, .scott-div, .brad-div, .holly-div {
    height: 60vh;
  }

  .copyright-text {
    margin-top: 10px;
    font-size: 1.5vw;
  }

  .redbird-info-section {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .blingfest-hero-div {
    width: 80%;
  }

  .blingfest-section-3 {
    height: auto;
    padding: 100px 60px 140px;
  }

  .blingfest-icon-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blingfest-section-4 {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .appraisal-section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .white-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .moriki-left-div, .dan-right-div {
    height: 60vh;
  }

  .h3-according {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand-text-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-label-text {
    bottom: 21%;
  }

  .appraise-image-div {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._2-column-gird, ._3-column-grid {
    width: 100%;
  }

  .dot-list {
    font-size: 2.5vw;
  }

  .hero-h1-black {
    font-size: 50px;
  }

  .rolex-text-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-block-salvage {
    height: 120px;
  }

  .arrow-icon {
    inset: auto 0% 0%;
  }

  .salvage-image-section {
    background-position: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .salvage-list-div {
    margin-left: 0;
  }

  .kendra-scott-text-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .engage-accordion-trigger-3 {
    cursor: pointer;
    margin-bottom: 10px;
  }

  .proposal-list-image {
    width: 30%;
  }

  .ring-accordion-trigger {
    cursor: pointer;
    margin-bottom: 10px;
  }

  .gift-men-section-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .gift-men-accordion-trigger {
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .salvage-accordion-trigger {
    cursor: pointer;
    margin-bottom: 10px;
  }

  ._404-hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insurance-hero-section {
    background-size: auto;
    height: 300px;
  }

  .blue-according-trigger {
    cursor: pointer;
    margin-bottom: 10px;
  }

  .cr-title-wrapper {
    margin-left: 40px;
  }

  ._3d-coin {
    width: 100vw;
    display: none;
  }

  .ancient-image-div {
    width: 60vw;
  }

  .down-arrow {
    height: 60px;
  }

  .ancient-h3.bottom {
    bottom: 25%;
  }

  .image-135 {
    width: 350px;
    margin-bottom: 10px;
    display: block;
  }

  .acient-footer {
    padding-bottom: 60px;
  }

  .radio-button-field {
    align-items: flex-start;
  }

  .ancient-form-gird {
    grid-template-columns: 1fr 1fr;
  }

  .rolex-button-wrapper {
    left: auto;
    right: 5%;
  }

  .amanda-div {
    height: 60vh;
  }

  .dropdown-wrapper {
    display: none;
  }

  .mobile-menu-div {
    background-color: var(--jlj-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .mobile-dropdown-link {
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    text-decoration: none;
    display: flex;
  }

  .mobile-dropdown-link.top {
    margin-top: 20px;
  }

  .mobile-menu-wrapper {
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
    height: 0;
    display: flex;
    position: fixed;
    overflow: hidden;
  }

  .mobile-menu-button {
    z-index: 100;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 30px;
    left: 30px;
    box-shadow: 0 0 10px 5px #00000026;
  }

  .accordion {
    width: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    position: static;
    overflow: hidden;
  }

  .accordion-toggle {
    align-items: center;
    height: 30px;
    padding: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-left: 10px;
    position: static;
  }

  .dropdown-list {
    background-color: #ffffff4d;
    border-radius: 6px;
    padding: 20px 20px 10px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .mobile-dropdown-wrapper {
    z-index: 70;
    height: 100vh;
    position: fixed;
  }

  .fc-desktop-image {
    display: none;
  }

  .brand-hero-banner {
    width: 95%;
  }

  .fc-mobile-image {
    display: block;
  }

  .full-page-image {
    width: 100%;
  }

  .blog-grid-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .connect-mobile {
    object-fit: cover;
    width: 100%;
    display: none;
  }

  .connect-desk {
    display: none;
  }

  .connect-button {
    margin-left: 10px;
    margin-right: 10px;
  }

  .filters-horizontal {
    width: 90%;
  }

  .blog-h2 {
    font-size: 20px;
  }

  .blog-grid-date-text {
    font-size: 12px;
  }

  .blog-h1 {
    font-size: 40px;
  }

  .blog-intro-graphic {
    width: 100%;
  }

  .search-div {
    width: 80%;
    margin-bottom: 20px;
  }

  .appointment-button-2.directions {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .new-menu-dropdown {
    flex-direction: column;
  }

  .new-meu-bar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-dropdown-h2.hours {
    border-right: 1px solid #000;
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
  }

  .directions-wrapper-2 {
    width: 80%;
    inset: auto 0% 200px;
  }

  .hours-wrapper-2 {
    flex-direction: row;
    width: 80%;
    margin-bottom: 20px;
    display: flex;
    inset: auto 0% 200px;
  }

  .new-menu-bar-div {
    justify-content: space-between;
  }

  .hours-text-2 {
    text-align: left;
  }

  .menu-nav-link {
    display: none;
  }

  .tutor-header {
    width: 95svw;
  }

  .tudor-head-desk {
    display: none;
  }

  .tudor-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-174 {
    height: 15rem;
  }

  .tudor-filter-headers {
    font-size: 1.2rem;
  }

  .filter-grid {
    grid-template-columns: .35fr 1fr;
  }

  .checkbox_field {
    margin-bottom: .25rem;
  }

  .devon-div, .jim-div, .kaitlyn-div {
    height: 60vh;
  }

  .blog-slider {
    height: auto;
  }

  .home-banner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-content-wrapper {
    background-image: url("https://cdn.prod.website-files.com/5ec2d5fc8dcf72e3807c040b/68657178a31efd8a19d3e99f_JackLewisJewelers_JULY2025_TABLET_ROLEX-M134300-0006_2501stojan_002_RVB_912x350.avif");
    background-position: 50%;
  }

  .home-tagline {
    margin-top: 0;
  }

  .main-body-text-white {
    font-size: 16px;
  }

  .main-body-text-white.center {
    margin-bottom: 0;
  }

  .tudor-button-wrapper-2 {
    left: 8%;
  }

  .tudor-button-2 {
    top: 55%;
    left: 19%;
  }

  .grid-h3 {
    padding: 20px;
    font-size: 25px;
  }

  .home-connected-button-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 20px;
    right: auto;
  }

  .home-connected-div {
    justify-content: center;
    height: auto;
  }

  .career-grid {
    width: 100%;
  }

  .career-image-header-div {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .career-h1 {
    font-size: 45px;
    inset: 0% 0% auto;
  }

  .hero-image-full {
    width: 100%;
  }

  .hero-image-full.shorthero {
    height: 300px;
  }

  .code-embed, .code-embed-2 {
    width: 95svw;
  }

  .kwait-tab-text {
    white-space: normal;
    font-size: 12px;
  }

  .kwait-tab-wrapper {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .vertical-slider {
    width: 100%;
    margin-bottom: 10px;
  }

  .kwiat-slide-text-wrapper {
    padding-left: 22px;
    padding-right: 20px;
  }

  .kwiat-tab-content-div {
    padding-left: 30px;
  }

  .kwiat-tab-slide {
    width: 100%;
  }

  .tab-image {
    object-fit: cover;
  }

  .blue-section, .cream-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .kwiat-form-slider {
    width: 95%;
  }

  .kwiat-tab-arrow {
    display: flex;
  }

  .kwiat-slider-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-content-wrapper-tudor {
    height: 200px;
  }

  .groundbreak-slider-1 {
    width: 100%;
  }

  .groundbreaking-slide.wide {
    width: 50%;
  }

  .groundbreak-slider-2 {
    width: 100%;
    height: 20vh;
  }

  .kwiat-columns {
    width: 100%;
  }

  ._5-column-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  ._5-column-div {
    width: 100%;
  }

  .home-event-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-event-image-desk {
    display: none;
  }

  .home-event-image-ipad {
    display: inline-block;
  }

  .home-event-image-phone {
    display: none;
  }

  .lily-div {
    height: 60vh;
  }

  .connect-ipad {
    object-fit: cover;
    width: 100%;
    display: block;
  }

  .home-banner-div {
    justify-content: center;
    height: auto;
  }

  .tudor-head-mob {
    display: block;
  }

  .tudor-slider-mask, .tudor-slider-mask-about {
    width: 32.5%;
  }
}

@media screen and (max-width: 767px) {
  .gift-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gift-section.dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    height: auto;
    padding-bottom: 60px;
  }

  .menu-link-text {
    padding: 10px;
  }

  .menu-link-text.shop {
    top: 49px;
    left: 68px;
  }

  .menu-bar-section {
    display: flex;
  }

  .menu-block-div {
    flex-wrap: nowrap;
  }

  .menu-link-div.box {
    padding-top: 30px;
  }

  .head-section {
    height: 220px;
    padding-top: 20px;
  }

  .gift-circle-link.rolex {
    width: 250px;
    height: 250px;
  }

  .gift-link-label {
    line-height: 1.2;
  }

  .brand-banner-section {
    margin-bottom: 10px;
  }

  .left-column {
    padding-left: 0;
    padding-right: 0;
  }

  .right-column {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-bottom {
    top: -5px;
  }

  .right-bottom-image {
    inset: -81px 0% 0%;
  }

  .right-top-image {
    inset: -73px 0% 0%;
  }

  .left-top-image {
    top: -51px;
  }

  .left-bottom-image {
    bottom: -23px;
  }

  .ring-box-div {
    width: 180px;
    height: 139px;
  }

  .ring-box-image {
    left: -12px;
  }

  .rolex-text {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .flame-grad-image {
    width: 80%;
  }

  .video-div {
    width: 70%;
  }

  .video-div.gem {
    margin-top: 0;
  }

  .flame-section-div {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .engage-hero-text {
    font-size: 8vw;
  }

  .engage-section-div {
    padding: 40px;
  }

  .engage-accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-black {
    font-size: 20px;
  }

  .list-h3 {
    font-size: 16px;
  }

  .diamond-section {
    padding: 40px;
  }

  .appointment-button.white {
    border-width: 1px;
    font-size: 14px;
  }

  .appointment-button.brand {
    font-size: 4vw;
  }

  .appointment-button.blingfest {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .appointment-button.tudor {
    margin-top: 10px;
    font-size: .9rem;
  }

  .main-body-text {
    font-size: 16px;
  }

  .all-styles {
    font-size: 1.5rem;
  }

  .h2-black {
    font-size: 30px;
  }

  .h2-black.blingfest {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-h1-white {
    margin-top: 0;
    font-size: 6svw;
  }

  .proposal-section-3 {
    width: 93%;
  }

  .flame-section-3 {
    background-position: 30%;
    padding-right: 40px;
  }

  .flame-section-6 {
    height: 500px;
  }

  .carter-image-div {
    width: 50%;
  }

  .flame-image-div {
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    padding-right: 0;
  }

  .section-6-flame-div {
    transform: translate(110px)scale(2);
  }

  .banner-h1 {
    padding-left: 20px;
    font-size: 4vw;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  ._4-column-grid.kwiat {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-menu-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-social-link-div {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-copy-wrapper {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lottie-animation {
    width: 120%;
    left: -7px;
  }

  .engage-accordion-trigger.fact {
    transition: background-color .3s;
  }

  .engage-accordion-trigger.fact:hover {
    background-color: #fff;
  }

  .diamond-icon, .gem-icon {
    height: 30px;
  }

  .team-hero-section {
    height: 150px;
  }

  .carter-div {
    background-position: 85% 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .content-wrapper {
    background-color: #0009;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .content-wrapper.right {
    margin-right: 20px;
  }

  .expertise-title {
    margin-top: 20px;
  }

  .missy-div {
    background-position: 20% 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .scott-div, .brad-div, .holly-div {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .benchmark-desktop {
    display: none;
  }

  .copyright-text {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 2vw;
  }

  .clock-embed {
    display: none;
  }

  .clock-embed.mobile {
    width: 150px;
    display: block;
  }

  .redbird-text-div {
    padding-right: 20px;
  }

  .redbird-info-section {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blingfest-hero-div {
    width: 90%;
  }

  .blingfest-section-3 {
    flex-direction: column;
    height: auto;
    padding: 40px 40px 60px;
  }

  .blingfest-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blingfest-icon {
    width: 60px;
  }

  .blingfest-section-4 {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .appraisal-hero-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .appraisal-section-2 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-section {
    padding: 20px;
  }

  .text-link.white.phone {
    font-size: 20px;
  }

  .moriki-left-div, .dan-right-div {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .h3-according.justified {
    font-size: 16px;
  }

  .brand-text-section {
    padding: 40px 40px 20px;
  }

  .image-label-text {
    font-size: 12px;
    bottom: 18%;
  }

  .repair-staff-div {
    border-width: 1px;
  }

  ._2-column-gird {
    grid-template-columns: 1fr;
  }

  .hero-h1-black {
    clear: none;
    font-size: 40px;
  }

  .rolex-text-section {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .search {
    width: 80%;
  }

  .menu-block-salvage {
    flex-wrap: nowrap;
  }

  .home-page-link.w--current {
    width: 140px;
  }

  .kendra-scott-text-section {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .proposal-list-image {
    width: 40%;
    margin-left: 10px;
  }

  .grid-text-div {
    font-size: 2vw;
  }

  .gift-men-section-3 {
    padding: 40px;
  }

  ._404-h1 {
    font-size: 120px;
  }

  ._404-bg-div {
    width: 100px;
    height: 100px;
  }

  ._404-hero-div {
    margin-top: 40px;
  }

  ._404-black {
    letter-spacing: 40px;
  }

  .insurance-hero-section {
    background-repeat: no-repeat;
    background-size: auto 400px;
    height: 200px;
  }

  .ancient-section-1 {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .acient-h1 {
    font-size: 60px;
  }

  .acient-h2 {
    font-size: 25px;
  }

  .coin-image-div {
    padding-bottom: 100px;
  }

  .ancient-section-3 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ancient-h3 {
    font-size: 20px;
  }

  .ancient-h3.top {
    font-size: 30px;
    top: 2%;
  }

  .image-135 {
    width: 300px;
  }

  .acient-footer {
    height: auto;
    padding-bottom: 60px;
  }

  .ad-coin-choose-div {
    margin-left: 0;
    margin-right: 0;
  }

  .ancient-success-message {
    padding: 0;
  }

  .ancient-thankyou {
    font-size: 14px;
  }

  .rolex-button-wrapper {
    right: 5%;
  }

  .amanda-div {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .small-italic-text {
    font-size: 12px;
    line-height: 1;
  }

  .connect-h2 {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .connect-button {
    margin-top: 0;
  }

  .filters-horizontal {
    width: 100%;
  }

  .filters-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sort-button {
    flex: none;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .sort-button-text {
    font-size: 14px;
  }

  .form-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-h1 {
    font-size: 30px;
  }

  .blog-date-time-text, .blog-rich-text {
    font-size: 16px;
  }

  .dropdown-arrow-div {
    cursor: pointer;
  }

  .dropdown-link-wrapper {
    overflow: hidden;
  }

  .menu-logo-link {
    margin-right: 0;
  }

  .appointment-button-2.directions {
    font-size: 14px;
  }

  .rolex-clock-div {
    width: auto;
    margin-right: 0;
  }

  .rolex-clock-div.mobile {
    width: 150px;
  }

  .menu-link-div-2 {
    width: 80px;
    margin-left: 0;
  }

  .new-menu-wrapper {
    z-index: 90;
  }

  .new-menu-dropdown.top {
    border-bottom: 1px solid var(--jlj-blue);
    border-top-style: none;
    border-top-width: 0;
    border-bottom: 1px solid var(--jlj-blue);
    border-top-style: none;
    border-top-width: 0;
    display: flex;
  }

  .new-meu-bar-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .menu-dropdown-h2 {
    font-size: 20px;
  }

  .new-menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--jlj-blue);
    grid-template-columns: 1fr;
  }

  .image-163 {
    width: 10px;
    height: 5px;
    display: block;
  }

  .hours-text-2 {
    font-size: 16px;
  }

  .gift-image {
    display: none;
  }

  .gift-image._2 {
    margin-top: 0;
    display: block;
  }

  .tudor-link-block {
    flex: none;
    width: 140px;
    height: 70px;
    overflow: hidden;
  }

  .tutor-h1 {
    font-size: 30px;
  }

  .tutor-header {
    margin-bottom: 0;
  }

  .small-bold-white {
    font-size: 18px;
  }

  .menu-link-tutor {
    display: none;
  }

  .tutor-menu-banner {
    width: 140px;
    height: 70px;
  }

  .tudor-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .tudor-collection-sorting-div {
    padding: 0;
  }

  .tudor-collection-wrapper {
    flex-direction: column;
    width: 95vw;
  }

  .image-174 {
    height: 20rem;
  }

  .tudor-filter-wrapper {
    grid-template: "Area Area-2"
                   "Area Area-2"
                   "Area Area-2"
                   "Area Area-2"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    overflow: hidden;
  }

  .tudor-watch-form {
    width: 92vw;
  }

  .filter_wrapper {
    z-index: 10;
    background-color: #fff;
  }

  .filter-grid {
    grid-template-columns: 1fr;
  }

  .tudor-filter-div {
    padding-left: 40px;
  }

  .tudor-filter-div.top-filter {
    margin-top: 10px;
  }

  .mobile-filter-wrapper {
    background-color: var(--tudor-grey);
    max-width: none;
    position: sticky;
    top: 100px;
  }

  .filter-button {
    z-index: 99;
    background-color: var(--tudor-red);
    color: #fff;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 18px 10px;
    font-size: 16px;
    line-height: 1;
    display: flex;
    position: sticky;
    top: 0;
  }

  .tudor-menu-close-link {
    width: 100%;
  }

  .tudor-filter-div-wrapper {
    max-height: 60svh;
    overflow: auto;
  }

  .filter-button-label {
    z-index: 99;
    background-color: var(--tudor-red);
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: block;
  }

  .filter-icon {
    height: 15px;
    margin-right: 5px;
  }

  .devon-div, .jim-div, .kaitlyn-div {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .tudor-page-button {
    flex-direction: column;
    margin-bottom: 35px;
    display: flex;
    inset: 0% auto 0% 10%;
  }

  .tudor-page-button.left {
    align-items: flex-start;
  }

  .home-banner-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px 10px;
  }

  .home-content-wrapper {
    height: 250px;
  }

  .home-content-wrapper.hero {
    height: 500px;
  }

  .home-tagline {
    margin-top: 0;
    font-size: 30px;
  }

  .main-body-text-white {
    font-size: 16px;
  }

  .tudor-button-wrapper-2 {
    flex-direction: column;
    padding-bottom: 30px;
    display: flex;
    inset: 0% auto 0% 6%;
  }

  .image-180 {
    width: 120px;
    height: 140px;
  }

  .tudor-button-2 {
    margin-top: -35px;
    padding: 12px;
    left: 15%;
  }

  .home-grid-section {
    margin-bottom: 15px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-h3 {
    font-size: 20px;
  }

  .home-connected-button-div {
    bottom: 12px;
  }

  .home-image-desk {
    display: none;
  }

  .home-image-phone {
    object-position: 100% 50%;
    display: block;
  }

  .career-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .career-image-header-div {
    border-radius: 10px;
  }

  .career-h1 {
    font-size: 35px;
  }

  .hero-image-full {
    margin-bottom: 20px;
  }

  .hero-image-full.shorthero {
    object-position: 50% 65%;
    object-position: 50% 65%;
    height: 200px;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .kwiat-tab-button {
    aspect-ratio: 2 / 3;
  }

  .kwiat-grid-image {
    flex: none;
  }

  .kwiat-grid-div {
    padding-left: 0;
  }

  .kwiat-slide-wrapper {
    flex-flow: column;
  }

  .kwiat-slide-image {
    width: 100%;
  }

  .kwiat-diamond-image {
    object-fit: cover;
  }

  .kwiat-tab-content-div {
    padding-left: 20px;
  }

  .tab-pane-tab-1 {
    width: 100%;
    position: static;
  }

  .blue-section, .cream-section {
    padding: 20px;
  }

  .kwiat-radio-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .kwiat-radio-button-dot {
    flex: none;
  }

  .kwiat-popup-form {
    width: 100%;
  }

  .kwiat-hero-image {
    max-width: none;
    max-height: 250px;
  }

  .kwiat-arrow-icon {
    bottom: 3%;
  }

  .home-content-wrapper-tudor {
    height: 180px;
  }

  .groundbreak-slider-1 {
    height: 30vh;
  }

  .groundbreaking-slide {
    width: 50%;
  }

  .groundbreaking-slide.wide {
    width: 100%;
  }

  .kwiat-column-1 {
    aspect-ratio: auto;
  }

  .kwiat-form-close-wrapper {
    width: 40px;
    height: 40px;
  }

  .kwiat-close-x-1, .kwiat-close-x-2 {
    width: 70%;
  }

  .div-block-42 {
    padding: 0;
  }

  .kwiat-popup-scroll-wrapper {
    overflow: auto;
  }

  ._5-column-div {
    column-count: 3;
  }

  .ancient-section-2 {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lily-div {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .rolex-large-text {
    font-size: 40px;
  }

  .div-block-45 {
    margin-bottom: 16px;
  }

  .image-193 {
    height: 30px;
  }

  .tudor-grid-copy {
    font-size: 14px;
  }

  .tudor-h3-black {
    font-size: 1rem;
  }

  .tudor-slider-mask {
    width: 70%;
  }

  .tudor-slider-slide {
    margin-right: 1rem;
  }

  .arrow-tudor.left, .arrow-tudor.right, .arrow-tudor.left, .arrow-tudor.right, .tudor-arrow-icon {
    display: none;
  }

  .tudor-slider-mask-about {
    width: 70%;
  }

  .arrow-tudor-about.left, .arrow-tudor-about.right, .arrow-tudor-about.left, .arrow-tudor-about.right, .arrow-tudor-about-right.left, .arrow-tudor-about-right.right, .arrow-tudor-about-right.left, .arrow-tudor-about-right.right {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .gift-section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gift-section.dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-link-text.shop {
    inset: 36px 0% auto -6%;
    padding-left: 3px;
    font-size: 12px;
    position: absolute;
    inset: 36px 0% auto -6%;
  }

  .menu-bar-section {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-block-div {
    height: 90px;
  }

  .menu-link-div.box {
    margin-right: 0;
    padding-top: 0;
  }

  .jack-lewis-logo {
    width: 80px;
    height: 47px;
  }

  .head-section {
    background-position: 50%;
    height: 150px;
    padding-top: 10px;
  }

  .gift-circle-link.rolex {
    width: 150px;
    height: 150px;
  }

  .brand-logo {
    width: 30vh;
  }

  .banner-image-div {
    justify-content: flex-end;
    align-items: stretch;
    height: 100px;
  }

  .brand-banner-section {
    margin: 10px 10px 0;
    display: block;
  }

  .banner-text {
    width: 60%;
    padding-right: 10px;
  }

  .product-columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-column {
    margin-top: 5px;
  }

  .left-bottom {
    top: 0;
  }

  .right-bottom {
    padding-bottom: 100%;
  }

  .right-bottom-image {
    top: -35px;
  }

  .right-top-image {
    top: -14px;
  }

  .left-top-image {
    top: -28px;
  }

  .left-bottom-image {
    bottom: 5px;
  }

  .ring-box-div {
    width: 100px;
    height: 77px;
    margin-right: 0;
  }

  .ring-box-image {
    width: 100px;
    height: 70px;
    top: 12px;
  }

  .rolex-text {
    text-shadow: 0 0 40px #000, 0 0 40px #000;
    width: 120px;
    font-size: 14px;
  }

  .flame-hero-section {
    height: 90vh;
  }

  .flame-hero-bg-vid {
    height: 100vh;
    display: none;
  }

  .flame-logo-white {
    margin-top: 20px;
  }

  .flame-text {
    color: #ff6200;
  }

  .flame-grad-image {
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .video-div {
    width: 90%;
  }

  .video-div.gem {
    margin-top: 0;
  }

  .flame-section-div {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flame-hero-bg-vid-mobile {
    height: 90vh;
    display: block;
  }

  .background-video {
    display: none;
  }

  .engage-hero-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8vw;
  }

  .engage-section-div {
    padding: 20px;
  }

  .list-h3.private {
    margin-top: 10px;
    font-size: 14px;
  }

  .diamond-section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .appointment-button {
    font-size: 18px;
  }

  .appointment-button.white {
    margin-bottom: 5px;
  }

  .appointment-button.blingfest {
    font-size: 20px;
  }

  .wedding-section {
    padding: 0 10px 20px;
  }

  .main-body-text.mobile {
    display: block;
  }

  .ring-brand-circle {
    width: 100px;
    height: 100px;
  }

  .ring-brand-circle.gabriel {
    width: 100%;
    height: 100%;
  }

  .all-styles {
    padding: 10px;
    font-size: 1rem;
    line-height: .9;
    top: 29%;
  }

  .main-body-text-black {
    line-height: 1.4;
  }

  .main-body-text-black.charm {
    font-size: 14px;
  }

  .h2-white {
    font-size: 25px;
  }

  .h2-black {
    margin-top: 20px;
  }

  .h2-black.spark {
    display: none;
  }

  .h2-black.mobile {
    display: block;
  }

  .h2-black.engagement {
    font-size: 6vw;
  }

  .h2-black.blingfest {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .h3-white {
    font-size: 20px;
  }

  .gems-list-div {
    justify-content: flex-start;
    align-items: center;
  }

  .gems-list-image-div {
    flex: none;
    width: 20px;
    height: 20px;
  }

  .hero-h1-white {
    font-size: 8svw;
  }

  .hero-h1-white.redbird {
    position: relative;
    top: -70px;
  }

  .proposal-section-3 {
    overflow: hidden;
  }

  .proposal-appointment-div {
    overflow: hidden;
    transform: scale(1.4);
  }

  .proposal-appointment-div.ring {
    background-position: 50% 90%;
    background-size: 300%;
  }

  .flame-hero-text-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flame-section-3 {
    background-image: url("https://cdn.prod.website-files.com/5ec2d5fc8dcf72e3807c040b/61080c5aaf42d3460a75153e_flame%20diamond-mobile.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding-right: 0;
    position: relative;
  }

  .flame-section-6 {
    height: 200px;
  }

  .red-arrow {
    height: 7px;
  }

  .flame-logo {
    object-fit: contain;
    width: 140px;
    height: 100px;
  }

  .section-6-flame-div {
    transform: translate(75px, -29px)scale(3);
  }

  .icon-link {
    margin-top: 10px;
    margin-right: 0;
  }

  .icon-link.w--current {
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 47px;
    margin-top: 10px;
    margin-right: 0;
    display: flex;
  }

  .banner-h1 {
    font-size: 4vw;
  }

  .brand-header-logo {
    width: 75%;
  }

  .brand-banner-image {
    object-position: 0% 50%;
    height: 100px;
    position: absolute;
    inset: 0%;
    transform: translate(-20px);
  }

  ._4-column-grid.kwiat {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .footer-text {
    max-width: 38ch;
  }

  .footer-menu-div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 20px;
  }

  .footer-social-link-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .redbird-hero-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
  }

  .hero-copy-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .animation-div {
    margin-top: -82px;
  }

  .lottie-animation {
    width: 250%;
    margin-top: 82px;
    padding-left: 0;
    left: -210px;
  }

  .engage-accordion-trigger {
    width: 250px;
  }

  .engage-accordion-trigger.fact {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .engage-accordion-item-2 {
    margin-bottom: 0;
  }

  .engage-accordion-trigger-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-hero-section {
    height: 100px;
  }

  .carter-div {
    background-position: 80% 0;
  }

  .content-wrapper {
    place-items: center stretch;
    padding: 10px;
  }

  .content-wrapper.right {
    padding-right: 20px;
  }

  .expertise-title {
    font-size: 16px;
  }

  .missy-div {
    background-position: 20% 0;
  }

  .scott-div {
    background-position: 82% 0;
  }

  .brad-div {
    background-position: 21% 0;
  }

  .holly-div {
    background-position: 82% 0;
  }

  .button-wrapper {
    margin-bottom: 10px;
    display: flex;
  }

  .copyright-text {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3.5vw;
  }

  .clock-div {
    margin-left: 0;
  }

  .redbird-image-div {
    width: 100%;
    height: 40%;
  }

  .redbird-text-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60%;
    padding: 10px;
  }

  .redbird-info-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-div {
    top: 20px;
  }

  .blingfest-hero-div {
    width: 100%;
  }

  .blingfest-h2 {
    margin-top: 5px;
    font-size: 14px;
  }

  .blingfest-logo {
    margin-bottom: -30px;
  }

  .blingfest-list {
    margin-top: 10px;
    padding-left: 20px;
  }

  .blingfest-list-item {
    margin-bottom: 5px;
  }

  .blingfest-section-3 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blingfest-section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .laydown-ring-vid {
    height: 300px;
  }

  .appraisal-hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .appraisal-section-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .white-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .private-list-item {
    margin-bottom: 5px;
    font-size: 6.5vw;
  }

  .h3-according {
    font-size: 18px;
  }

  .h3-according.fact {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .h3-according.justified {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-text-section {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-label-text {
    bottom: 20%;
    left: auto;
  }

  .appraise-image-div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .redbird-logo, .isu-redbird-button {
    width: 200px;
    position: relative;
    top: -70px;
  }

  ._2-column-gird.kwiat {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  ._3-column-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    height: 100%;
  }

  ._3-column-grid.kwiat {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dot-list {
    padding-left: 20px;
    font-size: 4vw;
  }

  .hero-h1-black {
    font-size: 30px;
  }

  .hero-h1-black.oris {
    margin-bottom: 0;
  }

  .rolex-text-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dates, .lines {
    font-size: 25px;
  }

  .search-btn {
    margin-left: 5px;
  }

  .menu-block-salvage {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ring-box-salvage {
    width: 120px;
  }

  .home-page-link.w--current {
    justify-content: center;
    align-items: center;
  }

  .jack-lewis-logo-salvage {
    height: 80px;
  }

  .icon-image-div {
    margin-left: 3px;
    margin-right: 3px;
  }

  .arrow-icon {
    width: 70px;
  }

  .icon-div {
    margin-bottom: 20px;
  }

  .salvage-image-section {
    justify-content: flex-end;
    height: 350px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .salvage-list-div {
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    display: flex;
  }

  .kendra-scott-text-section {
    padding-left: 20px;
    padding-right: 40px;
  }

  .engage-accordion-trigger-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .proposal-list-image-div {
    flex-direction: column;
    align-items: center;
  }

  .proposal-list-image {
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .ring-accordion-trigger {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gift-men-section-3 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gift-men-accordion-trigger {
    margin-top: 0;
  }

  .gift-men-accordion-wrapper {
    z-index: 2;
    margin-bottom: 10px;
  }

  .salvage-accordion-trigger {
    padding-top: 0;
    padding-bottom: 0;
  }

  .salvage-accordion-item {
    margin-bottom: 0;
  }

  .insurance-hero-section {
    background-size: auto 300px;
  }

  .blue-according-trigger {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cr-title-wrapper {
    margin-left: 20px;
  }

  ._3d-coin {
    margin-bottom: 10px;
  }

  .ancient-section-1 {
    padding: 40px 20px;
  }

  .acient-h1 {
    font-size: 40px;
  }

  .acient-h2 {
    font-size: 22px;
  }

  .ancient-image-div {
    width: 70vw;
    margin-bottom: 10px;
  }

  .ancient-button {
    font-size: 12px;
  }

  .gradient-overlay-div {
    height: 200px;
  }

  .down-arrow {
    bottom: 5%;
  }

  .coin-image-div {
    padding-bottom: 20px;
  }

  .ancient-section-3 {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ancient-h3 {
    font-size: 12px;
  }

  .ancient-h3.top {
    font-size: 18px;
    top: 0%;
  }

  .ancient-h3.bottom {
    bottom: 5%;
  }

  .image-135 {
    width: 200px;
  }

  .acient-footer {
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ancient-footer-text {
    max-width: 38ch;
  }

  .left-svitch-div {
    float: left;
    flex: 1;
    display: block;
  }

  .submit-button {
    font-size: 16px;
  }

  .radio-button-field {
    padding-left: 10px;
  }

  .ancient-radio-button {
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
  }

  .ancient-form {
    width: 100%;
  }

  .ancient-form-gird {
    grid-template-columns: 1fr;
  }

  .rolex-button-wrapper {
    display: none;
    right: 10%;
  }

  .rolex-button {
    width: 120px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .mobile {
    display: block;
  }

  .mobile-menu-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-menu-button {
    opacity: 1;
  }

  .brand-hero-banner {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .charm-div {
    overflow: hidden;
  }

  .connect-accordian-wrapper.last {
    margin-bottom: 40px;
  }

  .connect-logo {
    width: 250px;
  }

  .full-page-image {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .bracelet-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .bracelet-image {
    width: 100%;
  }

  .bracelet-image-div {
    height: 40px;
  }

  .bracelet-image-div.left {
    width: 250vw;
    height: 60px;
    margin-bottom: 0;
  }

  .bracelet-image-div.right {
    width: 300vw;
    height: 60px;
    margin-bottom: 0;
  }

  .anchor-point-div {
    z-index: -1;
  }

  .blog-grid-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-wrapper {
    margin-top: 20px;
  }

  .connect-mobile {
    display: block;
  }

  .connect-h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .connect-button {
    flex: none;
    margin: 0 10px 10px;
    font-size: 14px;
  }

  .filters-wrapper {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .sort-button {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sort-button-text {
    font-size: 12px;
  }

  .form-block-2 {
    margin-top: 0;
  }

  .blog-h1 {
    font-size: 25px;
  }

  .blog-date-time-text, .blog-rich-text {
    font-size: 14px;
  }

  .blog-rich-text h2 {
    font-size: 20px;
  }

  .blog-rich-text p {
    font-size: 14px;
  }

  .blog-rich-text h4 {
    font-size: 16px;
  }

  .dropdown-arrow-div {
    cursor: pointer;
  }

  .menu-logo-link {
    margin-right: 0;
  }

  .maps-button-wrapper.thankyou {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .search-div {
    width: 100%;
  }

  .appointment-button-2 {
    font-size: 18px;
  }

  .rolex-clock-div {
    margin-left: 0;
  }

  .rolex-clock-div.mobile {
    margin-left: 10px;
  }

  .menu-link-div-2 {
    flex: none;
    width: 40px;
    margin-left: 0;
  }

  .image-166 {
    width: 86px;
    height: 50px;
  }

  .search-btn-2 {
    margin-left: 5px;
  }

  .hamburger-div {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .new-menu-dropdown {
    padding-left: 10px;
    padding-right: 10px;
  }

  .new-menu-dropdown.last {
    margin-bottom: 60px;
  }

  .new-meu-bar-wrapper {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-menu-dropdown-wrapper {
    top: 90px;
  }

  .new-menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .directions-wrapper-2 {
    width: 100%;
  }

  .image-163 {
    height: 5px;
  }

  .hours-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .new-menu-bar-div {
    height: 90px;
  }

  .hours-text-2 {
    max-width: none;
  }

  .gift-image._2 {
    flex: none;
    width: 105px;
    height: 80px;
    margin-top: 10px;
  }

  .div-block-21 {
    flex: none;
    margin-left: 41px;
  }

  .tudor-link-block {
    margin-right: 10px;
  }

  .tutor-h1 {
    font-size: 20px;
  }

  .tudor-head-desk {
    object-fit: cover;
  }

  .tutor-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .small-bold-white {
    font-size: 16px;
  }

  .tudor-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .image-174 {
    width: auto;
    height: 200px;
  }

  .collection-list-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tudor-column, .tudor-model-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tudor-form-field {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .tudor-form-submit {
    margin-top: 10px;
    font-size: 18px;
  }

  .tudor-form-success {
    font-size: 18px;
  }

  .mobile-filter-wrapper {
    top: 90px;
  }

  .filter-button {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .jim-div {
    background-position: 79% 0;
  }

  .tudor-page-button {
    margin-bottom: 15px;
  }

  .home-banner-section {
    padding: 10px;
  }

  .home-content-wrapper {
    background-image: url("https://cdn.prod.website-files.com/5ec2d5fc8dcf72e3807c040b/6865717891d124ab863f1710_JackLewisJewelers_JULY2025_MOBILE_ROLEX-M134300-0006_2501stojan_002_RVB_480x500_en.avif");
    background-position: 50%;
    height: 450px;
  }

  .home-content-wrapper.hero {
    background-image: linear-gradient(#000 16%, #13131300 47%);
    height: 350px;
  }

  .home-tagline {
    margin-bottom: 5px;
    font-size: 8vw;
  }

  .main-body-text-white {
    font-size: 14px;
  }

  .main-body-text-white.center {
    font-size: 1rem;
  }

  .image-180 {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .tudor-button-2 {
    width: 80%;
    padding: 8px 0;
  }

  .home-grid-section {
    margin-bottom: 10px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-h3 {
    font-size: 2rem;
  }

  .home-connected-button-div {
    width: 90%;
    bottom: 1%;
  }

  .div-block-37 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-image-desk {
    display: none;
  }

  .home-image-phone {
    display: block;
  }

  .hero-text-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    top: 15px;
  }

  .career-grid {
    place-items: center;
    padding: 10px;
  }

  .career-image-header-div {
    border-radius: 10px;
  }

  .career-h1 {
    font-size: 24px;
  }

  .hero-image-full.shorthero {
    object-position: 50% 80%;
    object-position: 50% 80%;
    height: 160px;
  }

  .desk-hero-image {
    z-index: -10;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .kwait-h3 {
    font-size: 20px;
  }

  .kwiat-paragraph {
    font-size: 12px;
    line-height: 1.1;
  }

  .kwiat-paragraph.bold {
    line-height: 1;
  }

  .kwait-heading {
    font-size: 20px;
    line-height: 1;
  }

  .kwait-tab-text {
    display: none;
  }

  .kwait-tab-wrapper {
    width: auto;
    margin-bottom: 20px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .kwiat-tab-button {
    flex: none;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .kwiat-h3 {
    font-size: 20px;
  }

  .kwiat-button {
    width: 100%;
    margin-top: 10px;
  }

  .kwiat-tab-content-div {
    padding: 0 15px;
  }

  .kwiat-popup-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .kwiat-popup-div {
    height: 400%;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .kwait-popup-text {
    font-size: 12px;
  }

  .kwiat-radio-button-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .kwiat-checkbox.fl-round {
    margin-bottom: 0;
  }

  .kwiat-form-top-image {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .kwiat-form-field {
    font-size: 14px;
  }

  .kwiat-hero-image {
    height: 350px;
  }

  .kwiat-tab-arrow {
    width: 40px;
  }

  .kwiat-arrow-icon {
    font-size: 20px;
    top: 3%;
    bottom: auto;
  }

  .kwiat-slider-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .home-content-wrapper-tudor {
    height: 160px;
  }

  .groundbreak-slider-1 {
    height: 70vh;
  }

  .groundbreaking-slide {
    width: 100%;
  }

  .groundbreak-slider-2 {
    height: 30vh;
  }

  .grid-logo {
    padding: 15px;
  }

  .div-block-42 {
    justify-content: flex-start;
    align-items: center;
    height: 260px;
  }

  .kwiat-popup-scroll-wrapper {
    height: 600px;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  ._5-column-grid {
    grid-template-columns: 1fr;
  }

  ._5-column-div {
    column-count: 1;
  }

  .home-event-image-ipad {
    display: none;
  }

  .ancient-section-2 {
    padding: 40px 20px;
  }

  .home-event-image-phone {
    display: block;
  }

  .lily-div {
    background-position: 80% 0;
  }

  .div-block-45 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-193 {
    height: 25px;
  }

  .tudor-head-mob {
    object-fit: cover;
  }

  .tudor-h1 {
    font-size: 2.2rem;
  }

  .tudor-h2-red {
    font-size: 1.2rem;
  }

  .tudor-image {
    object-fit: cover;
  }

  .tudor-spacer {
    height: 40px;
  }

  .tudor-h2-black {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }

  .tudor-grid-copy {
    line-height: 1.3;
  }

  .tudor-h3-red {
    font-size: .9rem;
  }

  .tudor-slider {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .tudor-slider-mask {
    width: 90%;
  }

  .tudor-slider-wrapper {
    overflow: hidden;
  }

  .tudor-slider-mask-about {
    width: 90%;
  }
}

#w-node-_9478cc6e-aee5-27a2-4366-f4f557043088-57043061, #w-node-_9478cc6e-aee5-27a2-4366-f4f55704308f-57043061, #w-node-_9478cc6e-aee5-27a2-4366-f4f557043099-57043061, #w-node-_9478cc6e-aee5-27a2-4366-f4f5570430c7-57043061, #w-node-_9478cc6e-aee5-27a2-4366-f4f5570430ec-57043061, #w-node-_9478cc6e-aee5-27a2-4366-f4f557043123-57043061, #w-node-_9478cc6e-aee5-27a2-4366-f4f55704315f-57043061, #w-node-_9478cc6e-aee5-27a2-4366-f4f557043163-57043061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
