:root {
  --main-pink: #f7b0b1;
  --second-pink: #f25270;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

h4 {
  color: #ad7f7b;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

strong {
  color: #bf7396;
  letter-spacing: .15px;
  text-transform: uppercase;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 3vmin;
  font-weight: 400;
}

.column {
  background-image: linear-gradient(58deg, #f25270 26%, var(--main-pink) 75%, #f25270 103%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  display: flex;
}

.shop-section {
  background-image: linear-gradient(#ffffffd9, #ffffffd9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: none;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  width: 35vw;
  display: flex;
}

.heading {
  color: #fff;
  width: 30vw;
  margin-bottom: 3vh;
  font-family: scotch-display-compressed, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5vw;
}

.paragraph {
  color: #fff;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2.2vmin;
  line-height: 3vmin;
}

.paragraph._2 {
  color: #333;
}

.div-block-2 {
  background-image: url('../images/sapphire-halo-engagement-ring.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: 50vh;
  margin-left: -5vw;
}

.div-block-3 {
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

.button {
  color: #f25471;
  letter-spacing: .12em;
  background-color: #fff;
  border: 1px solid #0000;
  margin-right: 1vw;
  padding-left: 3vw;
  padding-right: 3vw;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button-2 {
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #f25471;
  border: 1.5px solid #fff;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

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

.heading-2 {
  color: var(--main-pink);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: scotch-display, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5vw;
}

.text-block {
  text-align: center;
  width: 60vw;
  font-family: roc-grotesk-wide, sans-serif;
}

.collection-list-wrapper {
  width: 85vw;
  margin-top: 2vh;
  margin-bottom: 5vh;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  width: 18vw;
  height: 18vw;
  margin-bottom: 2vh;
}

.text-block-2 {
  color: #af807c;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 3vmin;
  font-weight: 400;
  line-height: 4vmin;
}

.text-block-3 {
  color: #353535;
  text-align: center;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: 1.85vmin;
  line-height: 3vmin;
}

.columns {
  height: auto;
}

.column-3 {
  background-image: linear-gradient(#f2527099, #f2527099), url('../images/Princess-Cut-Diamond-Channel-Set-Ring.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
  display: flex;
}

.column-3:hover {
  background-image: linear-gradient(#bf7396e6, #bf7396e6), url('../images/Hoop-Earrings-with-Pavé-Diamond-Detailing.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.column-4 {
  background-image: linear-gradient(#f25270e8, #f25270e8), url('../images/Rolex-Sky-Dweller-with-Sundust-Dial.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.column-4:hover {
  background-image: linear-gradient(#bf7396e6, #bf7396e6), url('../images/Rolex-Day-Date-40-President-in-Yellow-Gold.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1vh;
  font-family: scotch-display, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 3vw;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 1vh;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2.3vmin;
  line-height: 3vmin;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  display: flex;
}

.slider {
  background-color: #ad7f7b;
  height: 60vh;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5vh;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2.3vmin;
  line-height: 3.5vmin;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 1.5vh;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
}

.text-block-6 {
  color: #fff;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
}

.menubar {
  display: block;
}

.column-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.column-6 {
  background-color: var(--main-pink);
  justify-content: space-around;
  align-items: center;
  height: 10vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.column-7 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.link-block-2 {
  background-image: url('../images/Logo-001-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 9vh;
}

.link-block-2.w--current {
  background-image: url('../images/Logo-001-02.png');
}

.link {
  color: #fff;
  letter-spacing: .15em;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2.3vmin;
  line-height: 3vmin;
  text-decoration: none;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.link:hover {
  color: #eaaea2;
}

.section-2 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.mobilenav {
  display: none;
}

.cart-button {
  background-color: #0000;
  border: 1.25px solid #e2ab9a;
  border-radius: 100vw;
  padding-left: 9px;
  padding-right: 9px;
}

.icon-4 {
  color: #ad7f7b;
  margin-right: 0;
}

.cart-quantity {
  color: #e8ada0;
  margin-left: 0;
}

.columns-2 {
  width: 85vw;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  display: flex;
}

.div-block-7 {
  background-image: url('../images/Classic-Diamond-Tennis-Bracelet-in-White-Gold.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32vw;
  height: 85vh;
}

.div-block-8 {
  flex-direction: column;
  align-items: flex-start;
  width: 35vw;
  display: flex;
}

.heading-4 {
  width: 30vw;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 4vw;
  line-height: 4vw;
}

.heading-5 {
  color: #f25471;
  width: 30vw;
  font-family: scotch-display, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 4vw;
}

.column-10 {
  background-image: linear-gradient(35deg, var(--second-pink), var(--main-pink) 53%, #ebaea3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.column-11 {
  background-image: url('../images/custom-gold-name-necklace.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.column-12, .column-13, .column-14 {
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.columns-3 {
  background-color: var(--main-pink);
}

.div-block-10 {
  background-image: url('../images/hairdresser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1vw;
}

.div-block-11 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  color: var(--second-pink);
  font-family: scotch-display, sans-serif;
  font-size: 3vmin;
  font-weight: 700;
  line-height: 3vmin;
}

.paragraph-3 {
  color: #fff;
  width: 25vw;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: 2vmin;
  line-height: 2.2vmin;
}

.div-block-12 {
  background-image: url('../images/hair.png');
  background-position: 50%;
  background-size: contain;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1vw;
}

.div-block-13 {
  background-image: url('../images/women.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1vw;
}

.section-3 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/bgart002-01-01.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.columns-4 {
  width: 85vw;
  margin-top: 15vh;
}

.column-15 {
  background-image: url('../images/gold-chain-bracelet-closeup.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
}

.column-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  padding-left: 5vw;
  display: flex;
}

.columns-5 {
  width: 85vw;
  margin-top: 10vh;
}

.column-17 {
  background-image: url('../images/mens-luxury-gold-watch.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
}

.column-18 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  padding-left: 5vw;
  display: flex;
}

.column-19 {
  background-image: linear-gradient(58deg, #ad7f7b, #e4ac9b 75%, #ebaea3);
  height: 75vh;
}

.column-20 {
  background-image: url('../images/Halo-Diamond-Drop-Necklace-in-White-Gold.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.section-4 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/bgart001-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.column-21 {
  background-image: linear-gradient(58deg, var(--second-pink), var(--main-pink) 75%, #ebaea3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 75vw;
}

.collection-list-3 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-wrap: wrap;
  display: flex;
}

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

.collection-list-wrapper-3 {
  width: 75vw;
}

.collection-item-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3vh;
  display: flex;
}

.image-2 {
  width: 20vw;
  height: 20vw;
  margin-bottom: 3vh;
}

.text-block-8 {
  color: #af817c;
  text-align: center;
  text-transform: uppercase;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 4vmin;
  line-height: 4vmin;
}

.link-block-3 {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-9 {
  color: #303030;
  text-align: center;
  font-family: roc-grotesk-extrawide, sans-serif;
}

.collection-list-4 {
  flex-wrap: wrap;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/bgart002-01-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 15vh;
  display: flex;
}

.image-3 {
  background-color: #fff;
  width: 45vw;
  height: 45vw;
  margin-bottom: 2vh;
  margin-right: 0;
}

.lightbox-link {
  margin-right: 1vw;
}

.collection-list-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.field-label-3 {
  color: #44f214;
  font-size: 2vmin;
  font-weight: 400;
  line-height: 3vmin;
}

.collection-item-4 {
  margin-bottom: 2vh;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.collection-item-4:hover {
  filter: saturate(37%);
}

.add-to-cart-button-2 {
  letter-spacing: .13em;
  text-transform: uppercase;
  background-color: #44f214;
  border: 1px solid #44f214;
  padding-left: 4vw;
  padding-right: 4vw;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.add-to-cart-button-2:hover {
  background-color: #000;
}

.buy-now-button-2 {
  letter-spacing: .13em;
  text-transform: uppercase;
  background-color: #44f214;
  border: 1px solid #44f214;
  padding-left: 4vw;
  padding-right: 4vw;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.buy-now-button-2:hover {
  background-color: #000;
}

.button-5 {
  color: #44f214;
  background-color: #0000;
  border-width: 1px;
  border-color: #44f214;
  border-radius: 1vh;
  margin-bottom: 2vh;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-5:active, .button-5.w--ecommerce-pill-selected {
  color: #000;
  background-color: #44f214;
}

.text-block-12 {
  color: #ad7f7b;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 2.5vmin;
  line-height: 2.5vmin;
}

.field-label-2 {
  color: #44f214;
  font-size: 2vmin;
  font-weight: 400;
  line-height: 3vmin;
}

.heading-11 {
  color: #44f214;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.div-block-28 {
  background-color: #ad7f7b;
  width: 1px;
  height: 3vh;
  margin-right: 1vw;
  transform: rotate(17deg);
}

.button-group-2 {
  flex-wrap: wrap;
}

.text-block-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 100;
  line-height: 2vw;
}

.link-4 {
  color: #8d8d8d;
  margin-right: 1vw;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 2vmin;
  line-height: 2vmin;
  text-decoration: none;
}

.link-4:hover {
  color: #ad7f7b;
}

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

.image-4 {
  background-color: #fff;
  border: 1px solid #ebaea3;
  width: 12vw;
  height: 12vw;
  transition: opacity .2s;
}

.column-22 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12vh;
  display: flex;
}

.columns-6 {
  width: 90vw;
}

.quantity {
  font-family: Montserrat, sans-serif;
}

.text-block-17 {
  color: #fff;
}

.column-23 {
  flex-direction: column;
  display: flex;
}

.heading-12 {
  color: #ad7f7b;
  text-transform: uppercase;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 4vw;
}

.div-block-29 {
  background-color: #f1bea8;
  width: 40vw;
  height: 1px;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.field-label-4, .field-label-5 {
  color: #ad7f7b;
  text-transform: uppercase;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 5vmin;
  font-weight: 400;
  line-height: 5vmin;
}

.select-field {
  background-color: #fff;
  border: 1px solid #ad7f7b;
  font-family: roc-grotesk-wide, sans-serif;
}

.quantity-2 {
  background-color: #fff6;
  border-color: #f1bea8;
  font-family: roc-grotesk-extrawide, sans-serif;
}

.add-to-cart-button-3 {
  text-transform: uppercase;
  background-color: #ad7f7b;
  border: 1px solid #ad7f7b;
  padding-left: 3vw;
  padding-right: 3vw;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 4vmin;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.add-to-cart-button-3:hover {
  color: #ad7f7b;
  background-color: #0000;
}

.buy-now-button-3 {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ad7f7b;
  border: 1px solid #ad7f7b;
  padding-left: 3vw;
  padding-right: 3vw;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 4vmin;
  line-height: 4vmin;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.buy-now-button-3:hover {
  color: #ad7f7b;
  background-color: #0000;
}

.paragraph-4 {
  color: #777;
  width: 40vw;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 1.8vmin;
  line-height: 2.3vmin;
}

.section-6 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/bgart001-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.collection-list-wrapper-4 {
  width: 80vw;
}

.collection-item-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #fff;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.column-24 {
  border-left: 1px solid var(--main-pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.text-block-18 {
  color: var(--main-pink);
  text-align: center;
  width: 85%;
  margin-bottom: 3vh;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: 14px;
}

.link-3 {
  color: var(--main-pink);
  text-align: center;
  margin-top: 3vh;
  font-family: roc-grotesk-extrawide, sans-serif;
  text-decoration: none;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.link-3:hover {
  color: #ad7f7b;
}

.link-5 {
  color: var(--main-pink);
  letter-spacing: .15em;
  margin-top: 2vh;
  margin-bottom: 0;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.6, .04, .98, .335);
}

.link-5:hover {
  color: #ad7f7b;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

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

.facebook {
  background-image: url('../images/tiktokicon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
}

.column-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.column-26 {
  border-right: 1px solid var(--main-pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.instagram {
  background-image: url('../images/igicon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 2vw;
}

.div-block-41 {
  background-image: url('../images/Logo-001-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vw;
  height: 35vh;
}

.heading-13 {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.div-block-43 {
  background-color: #fff;
  width: 1px;
  height: 3vh;
  margin-left: 1vw;
  margin-right: 1vw;
}

.link-6 {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.link-6:hover {
  color: #6f0e3a;
}

.link-7 {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s cubic-bezier(.55, .055, .675, .19);
}

.link-7:hover {
  color: #6f1840;
}

.column-27 {
  background-image: linear-gradient(63deg, var(--second-pink), var(--main-pink) 62%, #ebaea3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.column-28 {
  background-image: url('../images/texas-gold_fine-jewelry_banner_v2-jpeg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.section-7 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/bgart002-01-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.form-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin-top: 8vh;
  display: flex;
}

.field-label {
  color: #f25471;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 4vmin;
  font-weight: 400;
  line-height: 4vmin;
}

.select-field-2 {
  border: 1px solid #ccc;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 16px;
}

.text-field-8 {
  background-color: #ffffff3b;
  border: 0 solid #0a0f3f;
  border-bottom: 1px solid #ae817c;
}

.textarea {
  background-color: #ffffff3b;
  border: 0 solid #0a0f3f;
  border-bottom: 1px solid #b0827e;
}

.submit-button {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #f45471;
  border-radius: 0;
  width: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: 16px;
  transition: all .3s cubic-bezier(.6, .04, .98, .335);
}

.submit-button:hover {
  background-color: #b3827e;
  box-shadow: 0 6px 9px #0003;
}

.heading-14 {
  color: #cbaea3;
  font-family: roc-grotesk-extrawide, sans-serif;
}

.text-block-19 {
  color: #cfb5ab;
  font-family: roc-grotesk-wide, sans-serif;
}

.checkout-button {
  text-transform: uppercase;
  background-color: #cfb5ab;
  font-family: roc-grotesk-compressed, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.icon-5 {
  color: #444;
}

.cart-list {
  font-family: roc-grotesk-wide, sans-serif;
}

.checkout-form {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/bgart001-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: roc-grotesk-wide, sans-serif;
}

.submit-button-2 {
  background-color: #ad7f7b;
}

.order-confirmation {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/bgart001-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: roc-grotesk-wide, sans-serif;
}

.heading-15 {
  color: #ad7f7b;
}

.text-block-20 {
  color: #ad7f7b;
  margin-bottom: 1vh;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.heading-16 {
  color: var(--main-pink);
  margin-bottom: 0;
  font-family: scotch-display, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5vw;
}

.heading-16._2 {
  color: #fff;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  max-width: 75%;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2.2vmin;
  line-height: 3vmin;
}

.paragraph-5._2 {
  color: #333;
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-section {
  display: none;
}

.section-9 {
  background-color: #f25471;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.div-block-46 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: var(--second-pink);
  text-transform: uppercase;
  margin-top: 0;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 85vw;
  margin-top: 5vh;
  padding: 10px;
}

.div-block-47 {
  background-color: #fafafa;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 2vh;
  display: flex;
}

.image-5 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 25vh;
  margin-bottom: 1.5vh;
}

.heading-18 {
  color: #008a98;
  text-align: center;
  max-width: 80%;
  margin-top: 0;
  font-family: scotch-display, sans-serif;
  font-size: 3vmin;
  line-height: 3vmin;
}

.bold-text-3 {
  color: #f25471;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 3vmin;
  font-weight: 400;
  line-height: 3.3vmin;
}

.paragraph-6 {
  color: #818181;
  text-align: center;
  max-width: 80%;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
}

.button-6 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff9d70;
  border: 1px solid #2bb3a600;
  border-radius: 100vw;
  margin-top: 1vh;
  font-size: 2vmin;
  font-weight: 700;
  line-height: 3vmin;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.button-6:hover {
  color: #fff;
  background-color: #2bb3a6;
  border-color: #fff0;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 85vw;
  padding: 10px;
}

.div-block-48 {
  background-color: #f7b0b1;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 2vh;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 25vh;
  margin-bottom: 1.5vh;
}

.bold-text-4 {
  color: #fff;
  font-family: scotch-display, sans-serif;
  font-size: 3vmin;
  font-weight: 700;
  line-height: 3.3vmin;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  max-width: 80%;
  font-family: roc-grotesk-condensed, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
}

.button-7 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff9d70;
  border: 1px solid #2bb3a600;
  border-radius: 100vw;
  margin-top: 1vh;
  font-size: 2vmin;
  font-weight: 700;
  line-height: 3vmin;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.button-7:hover {
  color: #fff;
  background-color: #2bb3a6;
  border-color: #fff0;
}

.section-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.bold-text-5 {
  color: #fff;
  font-family: roc-grotesk-condensed, sans-serif;
}

.tabs {
  display: flex;
}

.text-block-21 {
  color: var(--second-pink);
  text-align: center;
  font-family: roc-grotesk, sans-serif;
  font-size: 2vmin;
  font-weight: 400;
  line-height: 3vmin;
}

.div-block-18 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5vh;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.div-block-18:hover {
  border: 1px solid #f1c542;
  box-shadow: 0 2px 8px #00615a33;
}

.tab-link-tab-1 {
  background-color: #e2b1b1;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
}

.tab-link-tab-1.tab-link-stlye {
  color: var(--second-pink);
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #f1c542;
  font-family: roc-grotesk, sans-serif;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.tab-link-tab-1.tab-link-stlye:hover {
  color: #fff;
  background-color: #1096ac;
  border: 1px solid #f1c542;
}

.tab-link-tab-1.tab-link-stlye.w--current {
  background-color: var(--main-pink);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f1c542;
  font-family: roc-grotesk, sans-serif;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.tab-link-tab-1.tab-link-stlye.w--current:hover {
  background-color: var(--second-pink);
  color: #fff;
  border: 1px solid #f1c542;
}

.button-8 {
  color: #0492a9;
  text-align: center;
  letter-spacing: .15em;
  background-color: #fff;
  border: 1px solid #eaba3d;
  width: 15vw;
  margin-bottom: 1vh;
  transition: box-shadow .2s cubic-bezier(.6, .04, .98, .335);
}

.button-8:hover {
  box-shadow: 0 6px 9px #0000000a;
}

.button-8.tabs {
  color: var(--second-pink);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: roc-grotesk, sans-serif;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 65vw;
  padding: 0 10px 10px;
}

.tab-link-style {
  color: var(--second-pink);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #f1c542;
  font-family: roc-grotesk, sans-serif;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.tab-link-style:hover, .tab-link-style.w--current {
  background-color: var(--main-pink);
  color: #fff;
  border: 1px solid #f1c542;
}

.tabs-menu {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  margin-right: 1vw;
  display: flex;
}

.image-7 {
  object-fit: contain;
  width: 100%;
  height: 30vh;
}

.link-8 {
  font-family: roc-grotesk-wide, sans-serif;
}

.bold-text-6 {
  color: var(--second-pink);
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: 14px;
}

.link-9, .link-10 {
  color: var(--second-pink);
}

.link-11 {
  color: #fff;
  font-family: roc-grotesk-wide, sans-serif;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 40vw;
  }

  .heading {
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    margin-bottom: 2vh;
    font-size: 1.75vmin;
  }

  .collection-list-wrapper {
    width: 95vw;
  }

  .text-block-2 {
    font-size: 4vmin;
    line-height: 5vmin;
  }

  .heading-3 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-block-4 {
    width: 40vw;
  }

  .text-block-5 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .menubar {
    display: none;
  }

  .mobilenav {
    background-color: #fff;
    display: block;
  }

  .brand {
    background-image: url('../images/favi1-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12vw;
    height: 8vh;
  }

  .brand.w--current {
    background-image: url('../images/favi1-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20vw;
    height: 8vh;
  }

  .icon-3 {
    color: #f25270;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-link {
    color: #fff;
    font-family: roc-grotesk-extrawide, sans-serif;
  }

  .nav-menu {
    background-color: #f25270e6;
  }

  .column-12, .column-13, .column-14 {
    flex-direction: column;
    height: 35vh;
  }

  .div-block-10 {
    width: 8vw;
    height: 8vw;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .text-block-7 {
    font-size: 4vmin;
    line-height: 4vmin;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 1.5vmin;
  }

  .div-block-12, .div-block-13 {
    width: 8vw;
    height: 8vw;
  }

  .collection-list-wrapper-2 {
    width: 95vw;
  }

  .collection-list-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
  }

  .collection-item-2, .collection-item-3 {
    justify-content: flex-start;
  }

  .text-block-8 {
    text-align: center;
  }

  .column-22 {
    padding-top: 0;
  }

  .text-block-18 {
    width: 85%;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .bold-text-3, .bold-text-4 {
    max-width: 80%;
  }

  .tabs {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    flex-flow: column;
  }

  .button-8 {
    width: auto;
  }

  .quick-stack-3 {
    width: 85vw;
  }

  .tabs-menu {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    width: 85vw;
  }

  .menubar {
    display: none;
  }

  .mobilenav {
    display: block;
  }

  .brand {
    background-image: url('../images/favi1-v2.png');
    background-position: 50%;
    background-size: contain;
    width: 35vw;
    height: 9vh;
  }

  .column-20, .column-21 {
    height: 35vh;
  }

  .collection-list-wrapper-2 {
    width: auto;
  }

  .collection-list-3 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-wrapper-3 {
    width: 90vw;
  }

  .collection-item-3 {
    width: 40vw;
  }

  .image-2 {
    width: 40vw;
    height: 40vw;
  }

  .image-3 {
    width: 85vw;
    height: auto;
  }

  .text-block-12 {
    font-size: 3vmin;
    line-height: 3vmin;
  }

  .link-4 {
    font-size: 4vmin;
    line-height: 4vmin;
  }

  .heading-12 {
    font-size: 9vw;
    line-height: 10vw;
  }

  .div-block-29, .paragraph-4, .div-block-41 {
    width: 85vw;
  }

  .heading-13 {
    font-size: 10vw;
  }

  .container {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block-20 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .image-7 {
    height: 25vh;
  }
}

@media screen and (max-width: 479px) {
  .column {
    height: 85vh;
  }

  .column-2 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: -3vh;
  }

  .div-block {
    width: 85vw;
  }

  .heading {
    width: 85vw;
    font-size: 12vw;
    line-height: 11vw;
  }

  .paragraph {
    font-size: 4.5vmin;
    line-height: 6vmin;
  }

  .div-block-2 {
    width: 95vw;
    height: 30vh;
    margin-left: 0;
  }

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    margin-bottom: 2vh;
    font-size: 5vmin;
    line-height: 8vmin;
  }

  .button-2 {
    font-size: 5vmin;
    line-height: 8vmin;
  }

  .heading-2 {
    font-size: 12vw;
    line-height: 12vw;
  }

  .heading-2._2 {
    text-align: center;
  }

  .text-block {
    width: 90vw;
  }

  .collection-item {
    margin-bottom: 2vh;
  }

  .image {
    width: 65vw;
    height: 65vw;
  }

  .text-block-2 {
    font-size: 10vmin;
    line-height: 12vmin;
  }

  .text-block-3 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .heading-3 {
    font-size: 9vw;
    line-height: 11vw;
  }

  .text-block-4 {
    font-size: 4.5vmin;
    line-height: 6vmin;
  }

  .div-block-4 {
    width: 85vw;
  }

  .slider, .div-block-5 {
    height: 75vh;
  }

  .paragraph-2 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .text-block-5 {
    text-align: center;
    font-size: 9vw;
    line-height: 10vw;
  }

  .text-block-6 {
    text-align: center;
    font-size: 7vmin;
    line-height: 8vmin;
  }

  .icon, .icon-2 {
    display: none;
  }

  .mobilenav {
    background-color: #fff;
    padding: 1vh;
    display: block;
  }

  .brand {
    background-image: url('../images/favi1-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40vw;
    height: 8vh;
  }

  .brand.w--current {
    background-image: url('../images/favi1-v2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35vw;
  }

  .icon-3 {
    color: #f25270;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    color: #fff;
    font-family: roc-grotesk-extrawide, sans-serif;
  }

  .nav-menu {
    background-color: #f25270e6;
    margin-top: 2vh;
    box-shadow: 0 8px 5px #0003;
  }

  .cart-button {
    border-color: #f25270;
  }

  .icon-4, .cart-quantity {
    color: #f25270;
  }

  .column-8 {
    height: auto;
  }

  .column-9 {
    height: auto;
    padding-top: 2vh;
  }

  .div-block-7 {
    width: 85vw;
    height: 50vh;
  }

  .div-block-8 {
    width: 85vw;
  }

  .heading-5 {
    width: 85vw;
    font-size: 10vw;
    line-height: 12vw;
  }

  .column-10 {
    height: auto;
    padding-top: 8vh;
    padding-bottom: 3vh;
  }

  .column-11 {
    height: 50vh;
  }

  .column-12, .column-13, .column-14 {
    height: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .div-block-10 {
    width: 15vw;
    height: 15vw;
    margin-right: 3vw;
  }

  .text-block-7 {
    font-size: 7vmin;
    line-height: 8vmin;
  }

  .paragraph-3 {
    width: 65vw;
    font-size: 4vmin;
    line-height: 5vmin;
  }

  .div-block-12, .div-block-13 {
    width: 15vw;
    height: 15vw;
    margin-right: 3vw;
  }

  .column-15 {
    height: 45vh;
  }

  .column-16 {
    height: auto;
    padding-top: 5vh;
    padding-left: 0;
  }

  .column-17 {
    height: 45vh;
    margin-top: 3vh;
  }

  .column-18 {
    height: auto;
    padding-left: 0;
  }

  .column-20 {
    height: 35vh;
  }

  .column-21 {
    height: 50vh;
  }

  .collection-list-wrapper-2 {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .collection-list-3 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item-2 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .collection-list-wrapper-3 {
    flex-direction: column;
    align-items: center;
    width: 95vw;
    display: flex;
  }

  .collection-item-3 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    justify-content: flex-start;
    width: 40vw;
  }

  .image-2 {
    width: 40vw;
    height: 40vw;
  }

  .text-block-8 {
    text-align: center;
    width: auto;
    font-size: 9vmin;
    line-height: 10vmin;
  }

  .link-block-3 {
    width: 40vw;
  }

  .text-block-9 {
    font-size: 3.5vmin;
    line-height: 4vmin;
  }

  .collection-list-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-items: flex-start;
    display: flex;
  }

  .image-3 {
    width: 85vw;
    height: auto;
  }

  .lightbox-link {
    margin-bottom: 2vh;
  }

  .collection-list-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    align-content: flex-start;
  }

  .field-label-3 {
    font-size: 5vmin;
    line-height: 5vmin;
  }

  .text-block-12 {
    font-size: 3vmin;
    line-height: 3vmin;
  }

  .field-label-2 {
    font-size: 5vmin;
    line-height: 6vmin;
  }

  .heading-11 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .text-block-14 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .link-4 {
    font-size: 3vmin;
    line-height: 3vmin;
  }

  .div-block-27 {
    display: none;
  }

  .image-4 {
    width: 20vw;
    height: 20vw;
  }

  .column-22 {
    padding-top: 0;
  }

  .text-block-17 {
    font-size: 12px;
    line-height: 14px;
  }

  .column-23 {
    flex-direction: column;
  }

  .heading-12 {
    font-size: 10vw;
    line-height: 11vw;
  }

  .div-block-29 {
    width: 85vw;
  }

  .add-to-cart-button-3, .buy-now-button-3 {
    font-size: 9vmin;
    line-height: 10vmin;
  }

  .paragraph-4 {
    width: 85vw;
    font-size: 4vmin;
    line-height: 6vmin;
  }

  .footer {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .column-24 {
    border-left-width: 0;
    height: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .text-block-18 {
    font-size: 5vmin;
    line-height: 5vmin;
  }

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

  .link-5 {
    font-size: 5vmin;
    line-height: 5vmin;
  }

  .div-block-42 {
    flex-direction: column;
  }

  .column-25 {
    height: 40vh;
  }

  .column-26 {
    border-right-width: 0;
    height: auto;
  }

  .instagram {
    margin-right: 3vw;
  }

  .div-block-41 {
    width: 85vw;
    height: 25vh;
  }

  .heading-13 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .div-block-43 {
    width: 40vw;
    height: 1px;
    margin: 2vh 2vw;
  }

  .column-28 {
    background-image: url('../images/texas-gold_fine-jewelry_banner_v2-jpeg.webp');
    height: 50vh;
  }

  .form-3 {
    width: 85vw;
  }

  .field-label {
    font-size: 7vmin;
    line-height: 8vmin;
  }

  .submit-button {
    width: 65vw;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block-20 {
    font-size: 8vw;
    line-height: 9vw;
  }

  .heading-16 {
    font-size: 12vw;
    line-height: 12vw;
  }

  .heading-16._2 {
    font-size: 10vw;
    line-height: 12vw;
  }

  .heading-16._2._3 {
    text-align: center;
  }

  .paragraph-5 {
    font-size: 4.5vmin;
    line-height: 6vmin;
  }

  .heading-17 {
    text-align: center;
    font-size: 9vw;
    line-height: 10vw;
  }

  .div-block-47 {
    border-radius: 10vw;
  }

  .image-5 {
    border-radius: 10vw;
    height: auto;
    max-height: 40vh;
  }

  .heading-18 {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .bold-text-3 {
    max-width: none;
    font-size: 7vw;
    line-height: 7vmin;
  }

  .paragraph-6 {
    max-width: 95%;
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .button-6 {
    font-size: 4.5vmin;
    line-height: 6vmin;
  }

  .div-block-48 {
    border-radius: 0;
  }

  .image-6 {
    border-radius: 0;
    height: auto;
    max-height: 30vh;
  }

  .bold-text-4 {
    max-width: none;
    font-size: 7vw;
    line-height: 7vmin;
  }

  .paragraph-7 {
    max-width: 95%;
    font-size: 5.5vmin;
    line-height: 7vmin;
  }

  .button-7 {
    font-size: 4.5vmin;
    line-height: 6vmin;
  }

  .tabs {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
  }

  .text-block-21 {
    font-size: 5vmin;
    line-height: 5vmin;
  }

  .tab-link-tab-1.tab-link-stlye:hover {
    background-color: var(--main-pink);
  }

  .button-8 {
    width: 65vw;
  }

  .button-8.tabs {
    width: auto;
  }

  .quick-stack-3 {
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .image-7 {
    width: 40vw;
    height: 15vh;
  }

  .bold-text-6, .link-9, .link-10 {
    font-size: 12px;
  }
}

#w-node-fd428589-c225-c7aa-2c86-fef9b07e210d-188b987c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-df88fca0-f06e-3f41-fd86-68dfc22915d6-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc229160b-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc2291639-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc2291661-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc229168f-188b9884 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-df88fca0-f06e-3f41-fd86-68dfc22916ab-188b9884 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-fd428589-c225-c7aa-2c86-fef9b07e210d-188b987c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-df88fca0-f06e-3f41-fd86-68dfc22915d6-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc229160b-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc2291639-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc2291661-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc229168f-188b9884, #w-node-df88fca0-f06e-3f41-fd86-68dfc22916ab-188b9884 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fd428589-c225-c7aa-2c86-fef9b07e210d-188b987c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-df88fca0-f06e-3f41-fd86-68dfc22916ab-188b9884 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


