@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #191b22;
  --brand: #35b8be;
  --jewels-blue: #5b7f95;
  --alice-blue: #f5fbfc;
  --slate-grey: #7e828f;
  --coral: #ff8946;
  --white: white;
}

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--brand);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--brand);
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 18px;
}

.banner {
  background-color: var(--jewels-blue);
  color: #fff;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 5px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  color: #f5e9e9;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: var(--brand);
}

.navigation-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 40px;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 20px 3%;
  font-family: PT Sans, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-right, .navigation-left {
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: 14px;
}

.hero-paragraph {
  color: #546285;
  margin-top: 65px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
}

.hero-paragraph.lower {
  margin-top: 20px;
}

.hero-paragraph.m {
  margin-top: 0;
  margin-bottom: 38px;
}

.header {
  background-image: url('../images/BG-Shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  padding: 0 3% 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.button {
  background-color: var(--jewels-blue);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button:hover {
  background-color: #2faeb4;
}

.button.button-space {
  margin-top: 40px;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

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

.hero-h1 {
  opacity: .8;
  color: #08090a;
  letter-spacing: -.03em;
  max-width: 580px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-link {
  color: #546285;
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.container.flex-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal {
  color: #353448;
}

.webflow-link {
  color: var(--brand);
}

.footer-grid {
  grid-column-gap: 0px;
  grid-template: ". . . . Area"
  / 1.25fr .25fr 1fr .75fr 2.25fr;
}

.title {
  color: #08090a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.footer {
  background-color: var(--alice-blue);
  background-image: url('../images/Pattern-Footer.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.brand-span {
  color: #5b7f95;
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.review-logo {
  margin-bottom: 10px;
  margin-right: 16px;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.content-section {
  text-align: center;
  white-space: normal;
  background-color: #0000;
  background-image: url('../images/TilyTinksBKG.webp');
  background-position: 50% 0;
  background-size: contain;
  background-attachment: fixed;
  min-height: 0;
  padding: 0 3%;
  position: relative;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template: "Area"
                 "Area"
                 "Area"
                 "Area"
                 / 1fr 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  justify-items: start;
  margin-top: 74px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-block.bg-text {
  justify-content: center;
  padding-top: 0;
  display: block;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.works-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
  margin-top: 86px;
  padding-top: 0;
}

.content-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-image {
  margin-bottom: 40px;
}

.cart-button {
  background-color: var(--brand);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-width: 55px;
  min-height: 55px;
  padding: 13px;
  font-size: 18px;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  color: var(--brand);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  height: 25px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: -6px -6px auto auto;
  box-shadow: 7px 7px 25px #7e828f45;
}

.food-card {
  background-color: #fff;
  border: 1px solid #35b8be26;
  border-radius: 6px;
  align-items: center;
  min-height: 200px;
  padding: 25px;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: #35b8be80;
}

.food-image-square {
  border-radius: 8px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-right: 30px;
  overflow: hidden;
}

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

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--brand);
  font-size: 16px;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 20px;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  min-height: 640px;
}

.cta-image {
  background-image: url('../images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('../images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

.cta-section {
  background-color: #0000;
  padding: 3%;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-radius: 6px;
  width: 60px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 8px;
}

.submit-button {
  background-color: var(--brand);
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  min-height: 50px;
  display: flex;
}

.remove-button {
  color: #ff8946;
  text-decoration: none;
}

.apple-pay {
  border-radius: 4px;
  height: 44px;
}

.checkout-button {
  background-color: var(--brand);
  border-radius: 4px;
  justify-content: center;
  min-height: 52px;
  display: flex;
}

.cart-line-item {
  color: var(--slate-grey);
  font-size: 18px;
}

.text-block {
  color: var(--black);
}

.text-block-2 {
  color: var(--coral);
}

.tab-menu-round {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-round {
  background-color: #0000;
  border: 1px solid #61728333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--brand);
  color: #fff;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #61728300;
  border-radius: 6px;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar {
  color: var(--black);
  border-bottom: 1px solid #0000000a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--jewels-blue);
  font-size: 18px;
  font-weight: 600;
}

.faq-content {
  text-align: left;
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--slate-grey);
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  font-size: 15px;
  display: flex;
}

.footer-detail-left {
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.social-icon-wrap {
  display: flex;
}

.social-link {
  border: 1px solid #7e828f4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: #7e828fdb;
}

.social-icon {
  width: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 30px;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--black);
  text-align: right;
  text-decoration: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input-field {
  height: 50px;
}

.field-label {
  font-size: 15px;
}

.checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-order {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: sticky;
  top: 35px;
}

.apple-pay-button {
  height: 55px;
}

.order-confirmation {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-81 {
  color: var(--brand);
}

.required {
  color: var(--coral);
}

.button-white {
  background-color: var(--brand);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--brand);
  background-color: #fff;
  margin-top: 40px;
}

.content-section-bg {
  background-color: var(--white);
  text-align: left;
  object-fit: contain;
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 3%;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.cart-icon {
  width: 25px;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  font-size: 16px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.title-grey {
  color: #758ca5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.line {
  border: 1.3px #d1cdcd;
  border-top-style: dashed;
  width: 100%;
  height: 1px;
}

.empty-state {
  flex-direction: column;
}

.header-section {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 0 3%;
  display: flex;
}

.product-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.plain-line {
  background-color: #35b8be40;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-image {
  border-radius: 15px;
  width: 100%;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-block {
  background-color: var(--brand);
  height: 120px;
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #546285;
}

.colour-block.c3 {
  background-color: var(--coral);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 100px 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.block {
  margin-bottom: 45px;
}

.highlight-default {
  background-color: #ffab003b;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.p1 {
  color: #546285;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--brand);
  margin-left: 8px;
}

.strikethrough {
  text-decoration: line-through;
}

.change-log-wrap {
  border-bottom: 1px solid #00000014;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--brand);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.order-button {
  background-color: var(--brand);
  border-radius: 6px;
  justify-content: center;
  min-height: 45px;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 40px;
}

.cursive-text {
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: auto;
}

.price-text {
  color: var(--brand);
  letter-spacing: -.03em;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-section-short {
  background-color: #0000;
  padding: 0 3% 60px;
  font-family: PT Sans, sans-serif;
  position: relative;
}

.out-of-stock-state {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
}

.header-h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.pattern {
  position: absolute;
  inset: 0%;
}

.pagination-button {
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.pagination {
  margin-top: 40px;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.additional-details {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta-full-image {
  background-image: radial-gradient(circle, #000000ab, #191a1b30), url('../images/Group-Photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 3%;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.statistic {
  color: #fff;
  margin-bottom: 0;
  font-size: 5em;
}

.statistic-block {
  color: #fff;
  text-align: center;
}

.text-block-82 {
  font-size: 20px;
}

.wave {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.notice-text {
  color: #fff;
  background-color: #0000;
  text-decoration: none;
}

.order-column {
  position: relative;
  top: 0;
}

.image {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.link-2 {
  text-decoration: none;
}

.heading {
  color: var(--jewels-blue);
  font-family: Inter, sans-serif;
}

.heading-2 {
  color: var(--jewels-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dancing Script, sans-serif;
  font-weight: 500;
}

.facebook {
  text-align: right;
  margin-top: 46px;
}

.heading-3 {
  color: var(--jewels-blue);
}

.list-item {
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 18px;
  list-style-type: disc;
}

.list-item.products {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.list-2 {
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
}

.image-2 {
  text-align: left;
  margin-top: 0;
  text-decoration: none;
}

.heading-4 {
  color: var(--jewels-blue);
}

.container-2 {
  text-align: center;
  padding-top: 0;
}

.image-4 {
  text-align: center;
  max-width: 100%;
  padding-top: 0;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  display: grid;
}

.paragraph-2 {
  color: var(--black);
  font-size: 38px;
}

.paragraph-3 {
  color: var(--jewels-blue);
  text-align: right;
  margin-bottom: 0;
  padding-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
}

.section {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
  font-size: 18px;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  font-style: italic;
}

.paragraph-8 {
  color: #fff;
  background-color: #5b7f95bd;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 18px 14px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.paragraph-9 {
  font-style: italic;
}

.logo-text {
  color: var(--jewels-blue);
  text-align: center;
  margin-bottom: 30px;
  font-family: Dancing Script, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}

.image-5 {
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  padding-bottom: 24px;
}

.div-block-3 {
  text-align: center;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.heading-alt {
  color: var(--jewels-blue);
  font-family: Dancing Script, sans-serif;
  font-size: 58px;
}

.paragraph-10, .paragraph-11 {
  font-family: PT Sans, sans-serif;
}

.paragraph-12 {
  padding-top: 6px;
  font-family: PT Sans, sans-serif;
}

.works-grid-copy {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
  margin-top: 76px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.heading-2-copy {
  color: #fff;
  font-family: Dancing Script, sans-serif;
}

.heading-2-copy.m {
  text-align: left;
  padding-top: 0;
}

.content-section-copy {
  background-color: #0000;
  min-height: 0;
  padding: 0 3%;
  position: relative;
}

.heading-2-copy {
  color: var(--jewels-blue);
  text-align: center;
  margin-top: 0;
  padding-top: 74px;
  font-family: Dancing Script, sans-serif;
  font-weight: 500;
}

.heading-2-copy.about {
  padding-top: 120px;
}

.heading-2-copy-copy {
  color: #fff;
  margin-top: 0;
  padding-top: 50px;
  font-family: Dancing Script, sans-serif;
}

.heading-2-copy-copy.white {
  color: var(--alice-blue);
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.75fr 3.75fr;
  grid-auto-flow: row;
}

.bold-text {
  font-weight: 500;
}

.link-3 {
  color: var(--jewels-blue);
  margin-top: 0;
  padding-top: 4px;
  padding-left: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-2 {
  color: var(--jewels-blue);
  padding-left: 20px;
  font-style: normal;
  text-decoration: none;
}

.section-copy {
  text-align: left;
  object-fit: contain;
  background-color: #0000;
  padding-top: 150px;
  padding-bottom: 100px;
  font-size: 18px;
}

.content-section-bg-copy {
  background-color: var(--brand);
  text-align: left;
  object-fit: cover;
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/BG-Shape-Content.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  padding: 24px 3% 60px;
  position: relative;
}

.container-3 {
  padding-top: 46px;
}

.div-block-4 {
  color: var(--jewels-blue);
  text-align: center;
  padding-top: 44px;
}

.hero-content-copy {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.container-4 {
  text-align: center;
  padding-top: 230px;
}

.image-6 {
  text-align: center;
  display: block;
}

.div-block-5 {
  display: inline-block;
}

.image-7 {
  text-align: center;
  display: block;
}

.lightbox-link {
  text-align: center;
}

.slider {
  object-position: 50% 50%;
  width: auto;
  min-width: 0;
  height: auto;
  padding-top: 0;
  overflow: auto;
}

.container-5 {
  padding: 0 130px 60px;
}

.heading-2-copy-copy {
  color: var(--jewels-blue);
  text-align: center;
  margin-top: 0;
  padding-top: 74px;
  padding-bottom: 32px;
  font-family: Dancing Script, sans-serif;
  font-weight: 500;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/maxCROP.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: 125px, cover;
  height: auto;
}

.slide-copy {
  height: auto;
}

.comms {
  clear: none;
  text-align: center;
  object-fit: fill;
  order: 0;
  align-self: flex-start;
  padding-top: 12px;
  padding-bottom: 14px;
  display: flex;
  overflow: visible;
}

.container-6 {
  align-self: flex-start;
}

.icon-2 {
  text-align: right;
  background-color: #5b7f952e;
  margin-left: 0;
  margin-right: 5px;
  inset: 0% 0% 0% auto;
}

.icon-3 {
  background-color: #5b7f952e;
  margin-left: 5px;
  margin-right: 0;
}

.left-arrow {
  margin-right: 0;
  padding-right: 0;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  text-align: right;
  inset: 0% 0% 0% auto;
}

.slide-nav {
  color: #38596d;
  background-color: #0000;
}

.slide-1 {
  color: var(--jewels-blue);
}

.div-block-6 {
  text-align: left;
  justify-content: space-around;
  display: flex;
}

.image-9 {
  background-color: var(--white);
  padding: 10px;
  display: block;
}

.div-block-7 {
  background-color: var(--alice-blue);
}

.paw {
  margin-top: 12px;
}

.paragraph-13 {
  min-width: auto;
  min-height: auto;
}

.image-10 {
  box-sizing: border-box;
  text-align: left;
  vertical-align: baseline;
  object-fit: fill;
  display: inline-block;
  overflow: visible;
}

.video {
  text-align: left;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-9 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.youtube {
  object-fit: none;
  width: auto;
  height: auto;
  max-height: 600px;
  margin: auto;
  position: static;
}

.container-7 {
  max-width: 1250px;
  display: block;
}

.div-block-10 {
  aspect-ratio: 2;
  object-fit: none;
  height: auto;
  max-height: 600px;
  margin: auto;
  padding-bottom: 0;
  overflow: visible;
}

.section-2 {
  max-height: 600px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    display: flex;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--brand);
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .hero-paragraph {
    margin-top: 1px;
    padding-top: 38px;
  }

  .header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .button {
    min-width: 200px;
  }

  .button.button-space {
    margin-top: 0;
    padding-top: 20px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

  .button-wrapper {
    align-items: center;
    min-width: 200px;
  }

  .container {
    text-align: center;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .review-wrap {
    align-items: center;
  }

  .content-section {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .content-grid {
    grid-column-gap: 44px;
    grid-row-gap: 80px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    margin-top: 52px;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block.bg-text {
    max-width: none;
    padding-top: 26px;
    padding-bottom: 8px;
  }

  .title-wrap-centre {
    margin-top: 0;
    padding-top: 0;
  }

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .content-section-bg {
    background-color: var(--alice-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .cta-heading {
    font-size: 55px;
  }

  .hero-image {
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrap-left {
    text-align: left;
  }

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

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    border-style: none dashed none none;
    width: 1px;
    height: 100%;
    min-height: 100px;
  }

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

  .content-section-short {
    padding-top: 0;
    padding-bottom: 0;
  }

  .jewel-home {
    display: none;
    overflow: hidden;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item {
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 0;
  }

  .list-item.products {
    padding-top: 0;
  }

  .list-2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-2 {
    margin-top: 4px;
  }

  .image-3 {
    padding-top: 62px;
  }

  .image-4 {
    max-width: 100%;
    margin-right: 20px;
    padding-left: 20px;
  }

  .paragraph-3 {
    padding-right: 20px;
  }

  .logo-text {
    margin-bottom: 0;
    padding-bottom: 2px;
  }

  .div-block-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-10 {
    margin-bottom: 2px;
    padding-bottom: 50px;
  }

  .paragraph-12 {
    padding-top: 24px;
  }

  .works-grid-copy {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section-copy {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .heading-2-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-2-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .content-section-bg-copy {
    background-color: var(--alice-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-color: var(--alice-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .container-3 {
    padding-top: 0;
  }

  .div-block-4 {
    margin-top: -12px;
    padding-top: 0;
  }

  .columns {
    padding-top: 60px;
  }

  .column {
    padding-left: 20px;
  }

  .hero-content-copy {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .container-5 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .comms {
    justify-content: center;
  }

  .image-8 {
    max-width: none;
    display: inline-block;
  }

  .div-block-8 {
    display: block;
  }

  .div-block-10 {
    height: auto;
    max-height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .hero-paragraph {
    margin-top: 1px;
    padding: 24px 20px 38px;
  }

  .header {
    padding-top: 0;
    padding-bottom: 26px;
  }

  .hero-content {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    min-width: 200px;
  }

  .button-wrapper {
    flex-direction: column;
    min-width: 200px;
    margin-top: 1px;
  }

  .container {
    padding-top: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .content-section {
    white-space: normal;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0;
  }

  .content-grid {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-block.bg-text {
    padding-top: 30px;
  }

  .works-grid {
    margin-top: 94px;
  }

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-width: none;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    text-align: center;
    white-space: nowrap;
    width: 40%;
  }

  .footer-legal {
    text-align: center;
    margin-top: 2px;
    padding-top: 8px;
  }

  .link {
    text-align: center;
    flex: none;
    align-self: auto;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

  .content-section-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image {
    padding-bottom: 0;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .content-section-short {
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-to-cart {
    margin-top: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .order-column {
    width: 100%;
  }

  .order-collection {
    flex-wrap: wrap;
    display: flex;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .order-full {
    width: 100%;
  }

  .jewel-home {
    display: none;
    position: static;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item.products {
    text-align: left;
  }

  .list-2 {
    text-align: center;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .image-2 {
    margin-top: -6px;
  }

  .image-3 {
    padding-top: 52px;
  }

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

  .div-block-2 {
    display: inline-block;
  }

  .paragraph-3 {
    padding-right: 20px;
    display: block;
  }

  .logo-text {
    text-indent: 0;
    white-space: normal;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 55px;
  }

  .image-5 {
    padding-bottom: 8px;
  }

  .div-block-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-12 {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 32px;
  }

  .content-section-copy {
    padding-bottom: 0;
  }

  .heading-2-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 28px;
    padding-bottom: 44px;
  }

  .heading-2-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .link-3 {
    padding-top: 6px;
  }

  .content-section-bg-copy {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .container-3 {
    padding-top: 28px;
  }

  .div-block-4 {
    padding-top: 18px;
  }

  .columns {
    padding-top: 50px;
    display: flex;
  }

  .column {
    padding-left: 20px;
  }

  .hero-content-copy {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    padding-bottom: 20px;
  }

  .heading-2-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 28px;
    padding-bottom: 44px;
  }

  .comms {
    justify-content: center;
  }

  .div-block-7 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  .banner {
    display: none;
  }

  .navigation-container {
    position: sticky;
    top: 0;
  }

  .navbar {
    background-color: #fff0;
    position: sticky;
  }

  .menu-button {
    position: sticky;
    top: 0;
  }

  .hero-paragraph {
    margin-top: 1px;
    padding-bottom: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .button {
    width: 100%;
    min-width: 250px;
    max-width: 0;
  }

  .hero-image-wrap {
    margin-top: 4px;
  }

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

  .legal {
    margin-right: 0;
  }

  .footer-grid {
    float: none;
    grid-template-rows: auto auto auto auto;
  }

  .footer {
    padding-bottom: 40px;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .content-section {
    background-position: 60%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-grid {
    float: none;
    clear: none;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .content-block.bg-text {
    margin-top: 0;
    padding-top: 0;
  }

  .title-wrap-centre {
    width: 1%;
  }

  .works-grid {
    margin-top: 20px;
    overflow: visible;
  }

  .content-wrapper {
    padding-top: 0;
  }

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    padding: 12px;
  }

  .tab-link-round {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-title {
    flex: 1;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-detail-left {
    width: auto;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .content-section-bg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-heading {
    font-size: 43px;
  }

  .hero-image {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-icon {
    margin-right: 0;
  }

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .line-column {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }

  .header-section {
    min-height: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .content-section-short {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-h1 {
    font-size: 50px;
  }

  .pagination-button {
    width: 100%;
    max-width: 250px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

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

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .jewel-home {
    flex: 0 auto;
    display: none;
    position: static;
    overflow: visible;
  }

  .heading-2 {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 0;
    padding: 16px 10px 10px;
    position: static;
  }

  .list-2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .image-2 {
    flex: 0 auto;
    margin-top: 2px;
    padding-bottom: 42px;
  }

  .image-3 {
    align-self: center;
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .image-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-items: stretch;
    display: inline-block;
  }

  .paragraph-3 {
    text-align: right;
    padding-top: 0;
    padding-right: 18px;
    font-size: 18px;
  }

  .logo-text {
    text-align: center;
    letter-spacing: normal;
    text-indent: 0;
    text-transform: none;
    column-count: auto;
    white-space: normal;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 32px;
    line-height: 50px;
  }

  .image-5 {
    width: 25vw;
    max-width: 100%;
    overflow: hidden;
  }

  .paragraph-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-12 {
    margin-bottom: 0;
    padding-bottom: 28px;
  }

  .content-section-copy {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading-2-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 32px;
  }

  .bold-text {
    object-fit: cover;
  }

  .link-3 {
    padding-top: 6px;
  }

  .content-section-bg-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    padding-top: 28px;
    padding-bottom: 0;
  }

  .div-block-4 {
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 46px;
    display: block;
  }

  .columns {
    padding-top: 0;
  }

  .column {
    padding-left: 10px;
  }

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

  .slider {
    object-fit: none;
    width: auto;
    height: auto;
    overflow: auto;
  }

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

  .heading-2-copy-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 32px;
  }

  .comms {
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-8 {
    object-fit: contain;
    max-width: 0%;
    display: block;
  }
}

#w-node-_1f08ea47-7853-b91a-2770-7f150f60f3af-02fe775d {
  align-self: auto;
}

#w-node-e4f33849-64a2-6e1e-cdb1-c4536d962cc2-02fe775d {
  align-self: center;
}

#w-node-_31420591-6221-eeaf-224c-bcf0307c2501-02fe775d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_6a16b67f-f68c-2ab8-382e-7cad2fd38ecf-02fe775d {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}