.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  overflow: hidden;
  height: 100vh;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1em;
}

p {
  margin-bottom: 10px;
}

a {
  color: #90004c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.app-container {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-width: none;
  padding: 0px;
  background-color: #fbfbfb;
}

.app-container.width-controller.trans {
  background-color: transparent;
}

.app-container.trans {
  background-color: transparent;
}

.app-tab {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #939393;
  font-size: 8px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.app-tab.w--current {
  background-color: transparent;
  color: #414141;
  font-weight: 500;
}

.app-tab.center-tab {
  min-width: 22%;
}

.tab-icon {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.tab-icon.center-icon {
  width: 100%;
  height: 32px;
}

.tab-icon.profile-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.scan-icon-circle {
  position: relative;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.2);
  color: #333;
  cursor: pointer;
}

.bg-position-wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 235px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.bg-position-wrap.lower {
  height: 275px;
}

.app-main-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 479px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 1.2% 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: hsla(0, 0%, 95.7%, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.pane-area {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pane-area.no-nav {
  padding-bottom: 0px;
}

.cellar-types-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: 2px;
  padding-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cellar-type-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  margin-right: 18px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.3;
  color: #fff;
  font-size: 14.5px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.cellar-type-link.w--current {
  top: 0em;
  margin-bottom: -1px;
  opacity: 1;
  font-size: 20px;
  font-weight: 700;
}

.this-page-title {
  display: inline-block;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.125em;
  font-weight: 600;
}

.info-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-bottom: 16px;
  padding: 12px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
}

.info-box.cellar-box {
  display: block;
  margin-top: 18px;
  margin-bottom: 34px;
}

.info-box.cellar-box.cellar-page {
  margin-top: 30px;
  margin-bottom: 16px;
}

.info-box.my-assets {
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(173, 127, 42, 0.3)), to(rgba(173, 127, 42, 0))), -webkit-gradient(linear, left top, left bottom, from(#d8b988), to(#ad7f2a));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), linear-gradient(180deg, rgba(173, 127, 42, 0.3), rgba(173, 127, 42, 0)), linear-gradient(180deg, #d8b988, #ad7f2a);
  color: #fff;
  text-align: center;
}

.info-box.my-assets-bottom {
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#565656));
  background-image: linear-gradient(90deg, #333, #565656);
  color: #fff;
  text-align: center;
}

.pane-flex-wrap {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pane-upper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
  width: 100%;
  height: auto;
  padding: 38px 16px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pane-upper.no-padding {
  padding: 0px;
}

.pane-scrollable {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.pane-scrollable.grey-bg {
  background-color: #fbfbfb;
}

.list-view-control-div {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.count-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.counting-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 6px;
  grid-row-gap: 3px;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.counting-block.diff-cal {
  margin-left: 0.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  font-size: 13.3px;
}

.counting-block.diff-cal.green {
  color: #75af1a;
}

.counting-block.diff-cal.red {
  color: #d01b11;
}

.counting-block.flex-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 3px;
}

.counting-block.flex-horizontal.count-for-cellar {
  color: #fff;
  font-size: 14px;
}

.counting-fig {
  font-size: 17px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.0125em;
}

.width-controller {
  width: 100%;
  max-width: 1024px;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.summary-storage-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.storage-count-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.3em;
  font-size: 11.5px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.0125em;
}

.storage-count-cell.boxed {
  margin-right: -4px;
  padding: 2px 8px;
  border-radius: 5px;
  background-color: #f4f4f4;
  color: #333;
  font-weight: 500;
}

.storage-count-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 17px;
  color: #333;
}

.storage-count-row.inventory {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.storage-count-row.white-color {
  color: #fff;
}

.this-currency {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #c4c4c4;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.dropdown-toggle {
  min-width: 200px;
  padding: 10px 30px 10px 10px;
  border-radius: 20px;
  background-color: #fbfbfb;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.icon-down {
  margin-right: 10px;
}

.sort-dropdown {
  z-index: 9;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
}

.sort-dropdown.to-right {
  margin-right: 0px;
  margin-left: auto;
  text-align: right;
}

.view-control-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-right: 6px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 18px;
}

.bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.iframe-wrapper.full-height-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.storage-format-icon {
  width: 2em;
  height: 1.85em;
  margin-right: 0.125em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.storage-format-icon.smaller {
  width: 1.5em;
  height: 1.5em;
  margin-right: 6px;
}

.storage-format-icon.light {
  color: #c4c4c4;
}

.scroll-content-wrap {
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.scroll-content-wrap.spaced {
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}

.wine-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid #f4f4f4;
}

.wine-item-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottles-count-number {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.wine-name {
  margin-top: -0.125em;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
}

.bottles-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
}

.total-bottle-icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #bc1a5c;
  -o-object-fit: contain;
  object-fit: contain;
}

.total-bottle-icon.grey {
  margin-right: 0.235em;
  color: #c4c4c4;
}

.total-bottle-icon.grey.solo {
  width: 1.46em;
  height: 1.46em;
  margin-right: 0.5em;
  opacity: 0.85;
  color: #fff;
}

.wine-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wine-list-image {
  width: 62px;
  height: 82px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wine-list-image.small-size {
  width: 46px;
  height: 62px;
  margin-right: 8px;
  border-radius: 8px;
}

.cellar-types-scrollable {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  max-width: 100%;
  padding-top: 4px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.view-control-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  -o-object-fit: contain;
  object-fit: contain;
}

.change-sign {
  width: 0.85em;
  height: 0.85em;
  margin-right: 0.25em;
  margin-left: 0.25em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.wine-color {
  position: relative;
  bottom: -0.15em;
  display: inline-block;
  width: 1em;
  height: 1em;
  min-height: 1em;
  min-width: 1em;
  margin-right: 0.35em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #9b1b30;
}

.wine-key-info {
  display: block;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 13px;
  line-height: 1.35em;
}

.bottle-vol {
  display: inline;
  margin-right: 0.5em;
  font-weight: 700;
}

.wine-origin {
  display: inline;
  margin-right: 0.125em;
}

.list-actions {
  position: absolute;
  left: auto;
  top: 65px;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-row-gap: 12px;
}

.change-percent {
  font-weight: 700;
  letter-spacing: 0.025em;
}

.wine-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 6px;
}

.wine-info.simple {
  padding-right: 0px;
}

.page-top {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 38px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.market-value-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 5px;
  color: #929292;
  font-size: 12px;
}

.market-value-label {
  width: 1.5em;
  height: 1.4em;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #d8b988;
  -o-object-fit: contain;
  object-fit: contain;
}

.wine-diff-cal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.wine-diff-cal.green {
  color: #75af1a;
}

.my-fav-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #bc1a5c;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.my-fav-icon.bigger {
  width: 23px;
  height: 23px;
}

.cellar-visual {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.cellar-visual.on-list-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 84px;
  height: 84px;
  margin-top: -30px;
  box-shadow: none;
}

.cellar-visual.overlap-icon {
  margin-right: -22px;
}

.cellar-visual.large {
  width: 65px;
  height: 65px;
}

.cellar-visual.on-list-image {
  position: relative;
  z-index: 3;
  width: 84px;
  height: 84px;
}

.cellar-visual.inventory {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 84px;
  height: 84px;
  box-shadow: none;
}

.all-cellars-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.cellars-visual-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cellars-link-count {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.move-to-icon {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.25em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-title {
  position: relative;
  z-index: 3;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  height: auto;
  margin-right: -1px;
  margin-left: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bg-content.no-profile-bg {
  display: none;
}

.wine-list-item-link {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wine-list-item-link.has-next {
  padding-right: 36px;
}

.first-shadow {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 990;
  width: 100%;
  height: 16px;
  margin-bottom: -16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fbfbfb), to(hsla(0, 0%, 98.4%, 0)));
  background-image: linear-gradient(180deg, #fbfbfb 5%, hsla(0, 0%, 98.4%, 0));
}

.cellar-box-name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding-bottom: 9px;
  padding-left: 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cellar-name-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 700;
}

.tab-icon-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 48px;
  height: 38px;
  margin-top: 4px;
  margin-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cellar-name-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cellar-title-info-text {
  display: inline;
  margin-right: 0.175em;
  margin-left: 0px;
  font-weight: 500;
  letter-spacing: -0.025px;
}

.cellar-title-info-text.gold-color {
  color: #ad7f2a;
  font-weight: 600;
}

.cellar-title-info-text.purple-color {
  color: #90004c;
  font-weight: 600;
}

.alert-yes {
  position: absolute;
  left: auto;
  top: 0.5px;
  right: -3px;
  bottom: auto;
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #bc1a5c;
  cursor: default;
}

.profile-pic-main {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 6px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

.profile-name {
  font-size: 18px;
  line-height: 1.125em;
  font-weight: 600;
}

.vertical-line {
  width: 2px;
  margin-right: 12px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #ededed;
}

.vertical-line.less-margin {
  margin-right: 8px;
  margin-left: 8px;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.to-right {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  min-width: 200px;
}

.dropdown-menu {
  position: relative;
  width: 100%;
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 20px;
}

.dropdown-option {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-weight: 600;
  white-space: nowrap;
}

.dropdown-menu-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  margin-top: 6px;
  padding: 6px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.launch-cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#90004c), to(#bc1a5c));
  background-image: linear-gradient(180deg, #90004c, #bc1a5c);
  color: hsla(0, 0%, 100%, 0.36);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.055em;
}

.cover-logo {
  position: relative;
  top: -15%;
  width: 60%;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.page-title-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-toggle-trans {
  padding: 3px 10px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

.more-cellar-info {
  display: inline-block;
  max-width: 100%;
  margin-right: 0.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 500;
}

.page-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-line-lite {
  width: 1px;
  min-height: 0.85em;
  margin-right: 0.75em;
  margin-left: 0.45em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.3;
}

.vertical-line-lite.grey-inline-block {
  position: relative;
  bottom: -0.125em;
  display: inline-block;
  min-height: 1em;
  margin-right: 0.45em;
  margin-left: 0.25em;
  background-color: #929292;
}

.switch-tabs-menu {
  z-index: 9;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0px 0px 0px 8px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.summary-tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-tab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #ededed;
}

.switch-tab.w--current {
  z-index: 0;
  background-color: #ededed;
}

.summary-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.summary-flex.add-padding {
  padding-right: 12px;
}

.summary-tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.count-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.switch-icon {
  width: 14px;
  height: 14px;
  opacity: 0.6;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #929292;
  -o-object-fit: contain;
  object-fit: contain;
}

.cellar-title-info {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #929292;
  font-size: 11px;
  line-height: 1.5em;
}

.vault-type-icon {
  position: relative;
  bottom: -0.125em;
  display: inline-block;
  width: 1.4em;
  height: 1.125em;
  margin-right: 0.175em;
  -o-object-fit: contain;
  object-fit: contain;
}

.cellar-name {
  width: 100%;
  padding-right: 0px;
}

.safe-area {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  margin: 0px;
  padding: 0px;
}

.rotate-prompt {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3e3e3e));
  background-image: linear-gradient(180deg, #000, #3e3e3e);
}

.rotate-prompt-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rotate-prompt-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
  color: #ededed;
  text-align: center;
}

.rotate-icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.soon {
  position: absolute;
  left: auto;
  top: -0.25em;
  right: -60%;
  bottom: auto;
  height: 8px;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin-right: -1px;
  margin-left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg-image-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.pane-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -12px;
  padding-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  font-size: 12px;
}

.pane-head-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6px;
  color: #fff;
}

.profile-pic-main-wrap {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.acc-id {
  color: #929292;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.acc-id.larger {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #333;
  font-size: 11.5px;
}

.acc-id.digi {
  color: #929292;
  letter-spacing: 0.15em;
}

.my-counts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 28px 16px 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.profile-stat {
  position: relative;
  bottom: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 4px;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.my-assets-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 9px;
}

.my-assets-totals-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 5%;
}

.my-assets-fig-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 3px;
  color: #885800;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.my-assets-total-fig {
  color: #333;
  font-size: 19.5px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.0125em;
}

.my-assets-total-fig.currency-label {
  position: relative;
  top: -1px;
  font-size: 15px;
}

.info-box-bottom-innter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.my-assets-bottom-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  opacity: 0.8;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.my-assets-title {
  position: absolute;
  left: 0%;
  top: 5px;
  right: auto;
  bottom: auto;
  color: #ad7f2a;
  font-size: 12px;
  font-weight: 500;
}

.my-assets-total-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 6px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.cellar-preview {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.inner-title {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.15em;
  font-weight: 700;
}

.cellar-swiper-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none;
}

.cellar-swiper {
  width: 100%;
  height: 85px;
  max-width: 100%;
  min-width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.cellar-swiper-slide {
  width: 100%;
  height: 85px;
  padding: 0px;
}

.cellar-swiper-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.cellar-brief {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 9px;
  line-height: 1.25em;
  font-weight: 500;
}

.cellar-swiper-nav {
  left: 10px;
  top: auto;
  right: auto;
  bottom: -8px;
  overflow: hidden;
  height: 12px;
  max-width: 100%;
  min-width: 65px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  opacity: 0.3;
  font-size: 5px;
}

.cellar-brief-title {
  margin-bottom: 5px;
  font-size: 13.5px;
  line-height: 1.15em;
  font-weight: 700;
}

.cellar-brief-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  font-size: 9.5px;
}

.total-slots-info {
  padding: 2px 6px 1.5px;
  border-radius: 3px;
  background-color: #c4c4c4;
  color: #fff;
}

.page-links-group {
  width: 100%;
  padding: 0px 16px 16px;
  border-top: 1px solid #e8e8e8;
  background-color: #fff;
}

.item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.item-row.flex-align-top {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-row.narrow-single {
  width: 78%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.item-row.non-active {
  color: #c4c4c4;
  cursor: default;
}

.item-row.special {
  width: 80%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 4px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 8px;
  border-bottom: 0px none transparent;
  color: #929292;
  font-size: 10.5px;
  font-weight: 400;
  text-align: center;
}

.item-row.select-row {
  padding-top: 12px;
  padding-bottom: 2px;
  border-bottom: 0px none transparent;
}

.item-row.no-line {
  border-bottom: 0px none transparent;
}

.item-row.button-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 260px;
  min-width: 180px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6px;
  border-bottom: 0px none transparent;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(75, 128, 189, 0.2);
  text-align: center;
}

.menu-item-arrow {
  width: 14px;
  height: 14px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #929292;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-link-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 8px;
}

.menu-icons-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 16px;
  margin-bottom: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.menu-item-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-align: center;
}

.menu-item-div.vault-button {
  padding-top: 2px;
  padding-bottom: 5px;
}

.menu-icon {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu-item-text {
  min-height: 3.25em;
  margin-bottom: -1em;
  font-size: 10px;
}

.cellar-swiper-left-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  max-width: 80px;
  padding-top: 5px;
  padding-right: 8px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-row-gap: 2px;
  color: #929292;
  font-size: 11.5px;
  font-weight: 500;
  text-align: center;
}

.cellar-preview-total {
  color: #333;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.0125em;
}

.cellar-swiper-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 8px;
  color: #333;
}

.profile-name-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  color: #fff;
}

.edit-profile-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
  mix-blend-mode: normal;
}

.edit-profile-pic:hover {
  opacity: 0.6;
}

.edit-pic-icon {
  width: 28px;
  height: 28px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -o-object-fit: contain;
  object-fit: contain;
}

.edit-pic-icon.on-button {
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.pane-head-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.pane-head-icon.semi {
  opacity: 0.3;
}

.pane-head-icon.semi:hover {
  opacity: 0.6;
}

.quick-actions {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.quick-actions-panel {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 26px 26px 100px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.quick-actions-panel.fixed-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.quick-actions-pop-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 26px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.08);
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.pop-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.quick-actions-trans-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 10px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

._28px-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.quick-actions-last-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.close-pop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.close-pop-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.open-pop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scan-page {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.scan-control {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  padding: 0px 16px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scan-camera-view {
  width: 100%;
  height: 100vh;
}

.scan-frame-bg {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
}

.scan-frame {
  position: relative;
  width: 86%;
  height: 76%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  border-radius: 38px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
}

.scan-frame-deco {
  position: absolute;
  z-index: 9;
}

.scan-frame-deco.top-left {
  left: -2px;
  top: -2px;
  right: auto;
  bottom: auto;
}

.scan-frame-deco.top-right {
  left: auto;
  top: -2px;
  right: -2px;
  bottom: auto;
}

.scan-frame-deco.bottom-left {
  left: -2px;
  top: auto;
  right: auto;
  bottom: -2px;
}

.scan-frame-deco.bottom-right {
  left: auto;
  top: auto;
  right: -2px;
  bottom: -2px;
}

.demo-scan-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.demo-scan {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.scan-icon {
  width: 100%;
  height: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.scan-button-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  padding: 0px 0px 0px 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.scan-button-circle:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.scan-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
}

.scan-control-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scan-control-icon {
  width: 20px;
  height: 20px;
  color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.scan-control-samll-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.scan-control-samll-button:hover {
  background-color: hsla(0, 0%, 100%, 0.55);
}

.scan-page-back {
  position: absolute;
  left: 0%;
  top: -50px;
  right: auto;
  bottom: auto;
  z-index: 9;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.scan-tech-credit {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 8px;
  text-align: center;
}

.page-more-info-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-more-info-link.box-style {
  margin-right: 12px;
  padding: 0px 0.125em 0px 0.5em;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.info-box-h-flex {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.regular-page-title-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 92px;
  padding: 38px 50px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
  background-image: linear-gradient(180deg, #000, #333);
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.regular-page-title-area.trans {
  background-image: none;
}

.page-title-back-arrow {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  color: #929292;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-title-back-arrow.white {
  color: #fff;
}

.page-title-left-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 38px;
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 14.5px;
  font-weight: 500;
  text-align: left;
}

.page-ui-title-div {
  width: 100%;
  padding: 32px 16px 8px;
  background-color: #fff;
}

.page-ui-title {
  max-width: 100%;
  margin-bottom: 6px;
  color: #929292;
  font-size: 13px;
  line-height: 1.25em;
  font-weight: 500;
}

.page-ui-title.larger {
  margin-bottom: 12px;
  opacity: 1;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}

.flex-v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-v-center.narrower {
  padding-right: 8%;
  padding-left: 8%;
}

.page-top-div {
  width: 100%;
  padding: 32px 16px 16px;
}

.current-entry {
  margin-right: -8px;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 600;
  text-align: right;
}

.tab-prompt {
  margin-right: -8px;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #929292;
  font-size: 13px;
}

.tab-prompt.no-arrow {
  margin-right: 1px;
}

.tab-prompt.no-arrow.sp-text {
  color: #c4c4c4;
}

.current-image {
  width: 60px;
  height: 36px;
  margin-right: -8px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-ui-title-note {
  max-width: 100%;
  margin-top: -3px;
  margin-bottom: 6px;
  color: #929292;
  font-size: 11px;
  line-height: 1.25em;
}

.page-ui-title-note.bigger-font {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 13.5px;
  line-height: 1.15em;
  letter-spacing: 0.0125em;
}

.spacer {
  width: 100%;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spacer.less-height {
  height: 30px;
}

.spacer.taller {
  height: 100px;
}

.spacer.last {
  height: 120px;
}

.spacer.top {
  height: 60px;
}

.spacer.grow {
  height: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.spacer.auto {
  height: 100px;
}

.view-control-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.filter-form-wrapper {
  width: 100%;
  padding: 40px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.select-field {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
  padding: 12px 20px 12px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 8px;
  background-color: #f4f4f4;
  background-image: url('../images/down-arrow.svg');
  background-position: 97% 50%;
  background-size: auto 8px;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.select-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
}

.select-field:active {
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
}

.select-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
}

.select-field.lite-select {
  margin-bottom: 0px;
  margin-left: -6px;
  padding-left: 6px;
  border: 0px none transparent;
  background-color: #f6f6f6;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
}

.select-field.lite-select:focus {
  border: 0px none transparent;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
}

.button-area-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
}

.button-area-flex.last {
  padding-bottom: 100px;
}

.button-area-flex.vertical-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.field-label {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
}

.button-std {
  padding: 16px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: none;
  cursor: pointer;
}

.button-std.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
}

.button-std.rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  border-radius: 100px;
  background-color: #90004c;
  background-image: linear-gradient(45deg, #bc1a5c, #90004c);
}

.button-std.trans {
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
}

.button-std.trans.lite {
  opacity: 0.4;
}

.button-std.no-shape {
  padding-right: 16px;
  padding-left: 16px;
  background-color: transparent;
  color: #c4c4c4;
}

.page-title-bold {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  line-height: 1.35em;
  font-weight: 600;
  letter-spacing: 0.0125em;
}

.page-title-bold.align-center-small {
  font-size: 18px;
  text-align: center;
}

.page-title-bold.align-center-small.smaller {
  font-size: 15px;
  letter-spacing: 0.005em;
}

.page-title-bold.smaller {
  font-size: 17px;
}

.page-title-sub {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 1.35em;
  font-weight: 500;
}

.menu-item-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8b988;
  border-radius: 8px;
  background-color: #d8b988;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8b988), to(#ad7f2a));
  background-image: linear-gradient(180deg, #d8b988, #ad7f2a);
  color: #fff;
  font-size: 15.5px;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  text-shadow: 1px 1px 8px #ad7f2a;
}

.menu-icon-in-button {
  width: 20px;
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
}

.icon-links-group {
  width: 100%;
  padding: 12px 16px 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
}

.manu-icon-button-des {
  margin-top: 3px;
  margin-bottom: -1px;
  font-size: 10px;
  line-height: 1.125em;
  font-weight: 500;
}

.the-vault-control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ad7f2a;
  color: #fff;
  font-size: 13px;
  line-height: 1.15em;
  font-weight: 500;
  text-align: center;
}

.the-vault-control.end {
  grid-column-gap: 6px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#151515), to(#525252));
  background-image: linear-gradient(90deg, #151515, #525252);
}

.the-vault-control.first {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#d8b988), to(#ad7f2a));
  background-image: linear-gradient(90deg, #d8b988, #ad7f2a);
}

.line-in-box {
  position: absolute;
  left: -1%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 1px;
  height: 90%;
  background-color: #fff;
  opacity: 0.2;
}

.qr-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-view-control {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-box-top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  padding-top: 12px;
  padding-right: 10px;
}

.cellar-more-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 4px;
  color: #929292;
  font-size: 10px;
  line-height: 1.25em;
}

.cellar-edit-text {
  padding: 2px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 20px;
  color: #929292;
  font-size: 11px;
  line-height: 1em;
  font-weight: 500;
}

.cellar-edit-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  color: #929292;
}

.cellar-more-info-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #929292;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.edit-cellar-visual {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 84px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
  mix-blend-mode: normal;
}

.edit-cellar-visual:hover {
  opacity: 0.6;
}

.page-title-right-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 38px;
  padding-right: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 14.5px;
  font-weight: 500;
  text-align: right;
}

.edit-input-wrapper {
  width: 65%;
  margin-left: 3px;
  padding: 0px;
}

.edit-input-wrapper.full-width-bubble {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin: 8px 0px;
  padding: 12px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f4f4f4;
  border-radius: 14px;
  background-color: #fbfbfb;
}

.edit-input-wrapper.full-width-bubble.alone {
  margin-bottom: 12px;
  border-color: #c4c4c4;
}

.edit-input-wrapper.select-wrap {
  padding-top: 6px;
  padding-bottom: 6px;
}

.invisible-field {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none transparent;
  background-color: transparent;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.invisible-field:focus {
  border: 0px none transparent;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
}

.invisible-field::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.invisible-field:-ms-input-placeholder {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.invisible-field::-ms-input-placeholder {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.invisible-field::placeholder {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.invisible-field.text-align-left {
  text-align: left;
}

.invisible-field.text-align-left::-webkit-input-placeholder {
  color: #929292;
  font-weight: 500;
}

.invisible-field.text-align-left:-ms-input-placeholder {
  color: #929292;
  font-weight: 500;
}

.invisible-field.text-align-left::-ms-input-placeholder {
  color: #929292;
  font-weight: 500;
}

.invisible-field.text-align-left::placeholder {
  color: #929292;
  font-weight: 500;
}

.invisible-field.text-align-left.min-height {
  min-height: 3em;
}

.invisible-field.text-align-left.taller-min-height {
  min-height: 4.5em;
}

.invisible-field.large-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.invisible-field.large-center::-webkit-input-placeholder {
  color: #929292;
  font-size: 18px;
}

.invisible-field.large-center:-ms-input-placeholder {
  color: #929292;
  font-size: 18px;
}

.invisible-field.large-center::-ms-input-placeholder {
  color: #929292;
  font-size: 18px;
}

.invisible-field.large-center::placeholder {
  color: #929292;
  font-size: 18px;
}

.cellar-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 8px;
  font-size: 13px;
  text-align: center;
}

.ios-switch {
  position: relative;
  bottom: -1px;
  width: 46px;
  height: 26px;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #34c759;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.ios-switch.off-status {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #c4c4c4;
}

.form-block-clean {
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #333;
}

.yeah {
  width: 22px;
  height: 19px;
  -o-object-fit: contain;
  object-fit: contain;
}

.this-page-title-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-stat-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4px;
}

.mini-icon {
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: -3px;
  opacity: 0.7;
  color: #c4c4c4;
  -o-object-fit: contain;
  object-fit: contain;
}

.no-nav-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 0px;
  max-height: 0px;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-button {
  position: relative;
  top: -80px;
  min-width: 55%;
  padding: 16px 22px;
  border-radius: 100px;
  background-color: #bc1a5c;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.item-row-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 5px;
}

.item-tick-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 16px 0px 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 130px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.item-row-info-text {
  margin-bottom: 3px;
  line-height: 1.25em;
  font-weight: 600;
}

.item-row-info-text.lite {
  color: #929292;
  font-size: 12px;
  font-weight: 600;
}

.item-row-info-text.lite.number {
  font-weight: 500;
  letter-spacing: 0.15em;
}

.item-row-info-text.bold-box {
  margin-bottom: 0px;
  margin-left: -2px;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #f4f4f4;
  color: #333;
  letter-spacing: 0em;
}

.item-row-info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 8px;
}

.edit-item-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #929292;
}

.page-link-des-wrap {
  width: 100%;
  padding-top: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-link-des-wrap.more-padding {
  padding-top: 12px;
}

.cellar-tab-title {
  font-size: 16px;
  font-weight: 600;
}

.add-cellar-type-icon {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}

.section-title.align-center {
  text-align: center;
}

.arrow-go-icon {
  width: 1.6em;
  height: 0.8em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.add-cellar-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  padding: 22px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #ededed;
  border-radius: 16px;
  background-color: #fff;
  font-size: 11px;
  line-height: 1.275em;
  text-align: center;
}

.add-cellar-tab-link.w--current {
  border-color: #ededed;
  background-color: #90004c;
  background-image: linear-gradient(45deg, #a80266, #90004c 50%, #bc1a5c);
  color: #fff;
}

.add-cellar-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 12px;
}

._26px-icon-grey {
  width: 26px;
  height: 26px;
  color: #929292;
  -o-object-fit: contain;
  object-fit: contain;
}

.no-shink-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tick-radio {
  position: relative;
  z-index: 9;
  width: 26px;
  height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none transparent;
  background-image: url('../images/tick-normal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  color: #c4c4c4;
  cursor: pointer;
}

.tick-radio.w--redirected-checked {
  background-image: url('../images/tick-selected.svg');
  background-position: 50% 50%;
}

.hidden-label {
  display: none;
}

.page-link-des-note {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 3px;
  color: #929292;
  font-size: 10.5px;
  line-height: 1.25em;
}

.page-link-des-note.warning {
  color: #bc1a5c;
  font-size: 13px;
  line-height: 1.35em;
}

.page-link-des-note.larger {
  margin-bottom: 6px;
  font-size: 12.5px;
  line-height: 1.25em;
  letter-spacing: 0.015em;
}

.page-link-icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-link-icon.smaller-lite {
  width: 12px;
  height: 12px;
  color: #929292;
}

.page-link-icon.green-sign {
  width: 14px;
  height: 14px;
  color: #75af1a;
}

.page-link-icon.red-sign {
  width: 14px;
  height: 14px;
  color: #d01b11;
}

.page-link-icon.bigger-icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  opacity: 0.9;
}

.page-single-area {
  width: 100%;
  padding: 32px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.cellar-more-info-location {
  font-weight: 500;
}

.app-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.app-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 0.25em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-content {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}

.my-assets-bottom-icon {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cellar-identity-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5em;
}

.cellar-identity-row.lite {
  color: #c4c4c4;
  font-size: 11px;
}

.cellar-uid {
  font-weight: 500;
  letter-spacing: 0.125em;
}

.managed-tag {
  width: 20px;
  height: 16px;
  color: #ad7f2a;
  font-size: 11px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  -o-object-fit: contain;
  object-fit: contain;
}

.info-box-wrap {
  position: relative;
  width: 100%;
}

.cellar-edit-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.search-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 8px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.search-field {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  margin: 0px;
  padding: 12px 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none transparent;
  border-radius: 8px;
  background-color: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.search-field::-webkit-input-placeholder {
  color: #929292;
  font-size: 14px;
  font-weight: 500;
}

.search-field:-ms-input-placeholder {
  color: #929292;
  font-size: 14px;
  font-weight: 500;
}

.search-field::-ms-input-placeholder {
  color: #929292;
  font-size: 14px;
  font-weight: 500;
}

.search-field::placeholder {
  color: #929292;
  font-size: 14px;
  font-weight: 500;
}

.searching-object-name {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 600;
}

.search-field-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-cancel-text {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.search-cancel-link {
  margin-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-title-pre {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.7;
  font-size: 12px;
}

.reset-button {
  z-index: 9;
  overflow: hidden;
  width: 18px;
  height: 18px;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #c4c4c4;
  background-image: url('../images/close-cross-w.svg');
  background-position: 50% 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  opacity: 1;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  cursor: pointer;
}

.form-position-relative {
  position: relative;
}

.reset-position {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-icon-position {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-icon {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #929292;
  -o-object-fit: contain;
  object-fit: contain;
}

.view-control-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.view-control-button.not-yet {
  opacity: 0.3;
}

.menu-icon-wrap {
  position: relative;
  padding: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.next-arrow {
  width: 20px;
  height: 20px;
  color: #333;
  -o-object-fit: contain;
  object-fit: contain;
}

.next-arrow-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.search-object-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 8px;
}

.search-object-icon {
  width: 1.65em;
  height: 1.65em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.search-deco-overlay {
  position: absolute;
  left: auto;
  top: 15px;
  right: 0%;
  bottom: auto;
  width: 160px;
  height: 160px;
  opacity: 0.6;
}

.section-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  text-align: center;
}

.section-title-icon {
  width: 20px;
  height: 20px;
  color: #00a7ee;
}

.chat-embed {
  width: 100%;
  margin: auto 0px 5px;
  padding: 0px;
  background-color: #fff;
}

.body-white {
  background-color: #fff;
}

.full-page-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-loading {
  width: 18vh;
  height: 18vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-link-lite {
  padding: 6px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #f4f4f4;
  color: #929292;
  font-size: 13px;
  font-weight: 500;
}

.flex-h-gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 8px;
}

.flex-h-gap.margin-top {
  margin-top: 10px;
}

.copy-icon {
  width: 0.85em;
  height: 0.85em;
  margin-top: -0.015em;
  margin-left: -0.15em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.page-header.no-shadow {
  box-shadow: none;
}

.page-header-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-header-first {
  position: relative;
  min-height: 92px;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}

.header-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8));
  opacity: 0.85;
  -o-object-fit: cover;
  object-fit: cover;
}

.wine-page-img-div {
  position: absolute;
  left: auto;
  top: -8px;
  right: -8px;
  bottom: auto;
  z-index: 9;
  display: block;
  width: 133px;
  height: 215px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wine-page-basic-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wine-img-slider-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  font-size: 8px;
}

.wine-img-slider {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.wine-page-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 3px;
  border-radius: 8px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.wine-page-img.scanned-photo {
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
}

.wine-page-details-block {
  padding-top: 12px;
  padding-right: 2px;
  padding-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: none;
}

.wine-page-details-block:hover {
  text-decoration: none;
}

.wine-page-details-block.over-bg {
  padding-top: 20px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 16.2px;
  letter-spacing: 0.0075em;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.wine-img-slide {
  padding: 8px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.page-header-after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 16px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.page-header-after-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 6px;
}

.div-reset {
  overflow: visible;
  width: 100%;
  height: auto;
}

.wine-page-img-area {
  width: 125px;
  height: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wine-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.75em;
  font-weight: 500;
}

.wine-info-text {
  color: #333;
}

.wine-info-text.larger {
  font-size: 16.2px;
  font-weight: 600;
}

.wine-info-text.average-rating {
  color: #90004c;
  font-size: 18px;
  font-weight: 600;
}

.wine-info-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 32px;
  padding-right: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wine-list-tag-origin {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  min-height: 19px;
  min-width: 19px;
  margin-right: 0.35em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #c4c4c4;
}

.wine-color-tag {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  min-height: 19px;
  min-width: 19px;
  margin-right: 0.35em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #9b1b30;
}

.stars-rating-wrap {
  position: relative;
  z-index: 1;
  margin-left: -10px;
  padding: 4px 9px 2px 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1em;
  letter-spacing: 0px;
}

.rating-disable-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  cursor: default;
}

.stars-rating-module {
  position: relative;
  z-index: 9;
  width: 100%;
  font-size: 1.65rem;
  line-height: 1em;
}

.wine-page-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rating-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 6px;
  font-size: 11px;
  font-weight: 500;
}

.rating-div.next {
  padding-left: 16px;
  border-left: 1px solid #c4c4c4;
}

.elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 16px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.wine-info-page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  padding: 6px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 6px;
  border-radius: 20px;
  background-color: #ededed;
  color: #333;
  font-size: 13px;
  line-height: 1em;
  font-weight: 500;
}

.header-image-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
  background-image: linear-gradient(180deg, #000, #333);
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-top: -20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.25em;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.long-content {
  width: 100%;
  padding: 30px 16px 120px;
}

.app-version {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 130px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wine-list-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: auto;
  padding: 16px 1px 9px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 18px;
}

.code-enter {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 48px;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 8px;
  background-color: hsla(0, 0%, 95.7%, 0.3);
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  font-family: Inconsolata, monospace;
  color: #333;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.code-enter:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
}

.code-enter::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.code-enter:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.code-enter::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.code-enter::placeholder {
  font-family: Montserrat, sans-serif;
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  text-transform: none;
}

.code-enter.solid-field {
  border-color: #d8b988;
  background-color: #d8b988;
  color: #fff;
}

.code-enter.solid-field::-webkit-input-placeholder {
  color: #fff;
}

.code-enter.solid-field:-ms-input-placeholder {
  color: #fff;
}

.code-enter.solid-field::-ms-input-placeholder {
  color: #fff;
}

.code-enter.solid-field::placeholder {
  color: #fff;
}

.cellar-model-preview {
  width: 100%;
  min-height: 180px;
  padding: 16px 20px 28px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}

.pop-link {
  cursor: pointer;
}

.cellar-image {
  width: 46%;
  max-width: 180px;
}

.sn-matched {
  margin-left: 0.25em;
  padding-right: 3px;
  padding-left: 4px;
  border-radius: 3px;
  background-color: #d8b988;
  font-family: Inconsolata, monospace;
  color: #fff;
  letter-spacing: 0.15em;
}

.wine-list-icon {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #cacaca;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.wine-list {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.counting-block-grow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 6px;
  grid-row-gap: 3px;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.counting-block-grow.purple {
  color: #90004c;
}

.counting-block-grow.gold {
  color: #ad7f2a;
}

.selected-tick {
  position: relative;
  bottom: -1px;
  width: 28px;
  height: 18px;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.setting-eg {
  width: 100%;
  padding: 30px 16px 15px;
  background-color: #fff;
  color: #c4c4c4;
  font-size: 10px;
  text-align: center;
}

.setting-eg-image {
  width: 100%;
  max-width: 300px;
  margin-bottom: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.setting-block {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 8px;
  background-color: #f4f4f4;
}

.block-vertical-line {
  width: 2px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-color: #ededed;
}

.info-box-line {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-color: #c4c4c4;
  opacity: 0.8;
}

.wine-page-inventory {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.this-wine-page-title {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 6px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
  line-height: 1.25em;
  text-align: center;
}

.this-wine-page-title.not-sticky {
  position: relative;
  top: 0px;
}

.inventory-card {
  position: -webkit-sticky;
  position: sticky;
  top: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  padding: 16px 16px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-row-gap: 12px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
}

.inventory-card.no-sticky {
  position: relative;
  top: 0px;
}

.this-wine-inventory-cards {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 40px;
}

.title-text {
  font-size: 17px;
  font-weight: 600;
}

.inventory-card-cellar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.inventory-count {
  padding-right: 2px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0em;
}

.inventory-card-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.inventory-card-qty-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 56px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.inventory-card-package-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  margin-right: 10px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 8px;
  border-right: 1px solid #ededed;
}

.inventory-card-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  margin-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ic-action-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 40px;
  background-color: #fff;
  color: #c4c4c4;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.ic-action-button.long-button {
  width: auto;
  min-width: 40px;
  padding: 0px 16px;
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.this-wine-qty {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 16px 16px 12px;
  border-radius: 20px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a80266), to(#90004c)), -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  background-image: linear-gradient(180deg, #a80266, #90004c), linear-gradient(180deg, #333, #000);
}

.storage-type-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 29px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 6px;
}

.plus-minus-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 3px 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 3px;
  border-radius: 20px;
  background-color: #ffeef5;
  text-align: center;
  letter-spacing: 0px;
}

.pm-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 21px;
  height: 21px;
  margin: 0px;
  padding: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #bc1a5c;
  color: #fff;
  font-size: 17px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.pm-input {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 23px;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  color: #90004c;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.0125em;
}

.pm-icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ic-action-editing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 80px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.this-wine-valuation {
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.page-title-spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  margin-bottom: 12px;
  padding: 8px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
  line-height: 1.25em;
  text-align: center;
}

.edit-pic-button {
  position: absolute;
  left: auto;
  top: auto;
  right: -12px;
  bottom: 0px;
  z-index: 9;
  overflow: hidden;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 100%;
  background-color: #bc1a5c;
  background-image: linear-gradient(135deg, #bc1a5c, #a80266);
  text-decoration: none;
}

.section-content {
  width: 100%;
  padding: 30px 16px;
  border-top: 16px solid #f4f4f4;
  background-color: #fff;
}

.section-content.no-padding {
  padding: 0px;
}

.rt-block {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.45em;
}

.rt-block li {
  margin-bottom: 0.5rem;
}

.rt-block p {
  margin-bottom: 0.8rem;
}

.rt-block ol {
  margin-bottom: 0.8rem;
  padding-left: 2.25rem;
}

.rt-block ul {
  margin-bottom: 0.8rem;
  padding-left: 2.25rem;
}

.rt-block a {
  color: #bc1a5c;
  text-decoration: none;
}

.form-demo {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-splash {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: block;
  width: 100vw;
  height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: #000;
}

.welcome-slider-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(30%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8));
  opacity: 0.8;
  mix-blend-mode: multiply;
}

.welcome-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.welcome-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
}

.welcome-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.welcome-slide {
  overflow: hidden;
}

.super-text {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
}

.welcome-button {
  padding: 16px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.welcome-actions {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 22px;
  text-align: center;
}

.welcome-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.welcome-link.skip {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.effortlessly {
  display: inline-block;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  letter-spacing: 0em;
}

.log-in-page {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-hero-title {
  font-size: 32px;
  line-height: 1.35em;
  font-weight: 600;
}

.app-pop-board {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  min-height: 120px;
  padding: 32px 16px 80px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}

.app-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.confirm-button {
  position: relative;
  z-index: 9;
  display: block;
  overflow: hidden;
  min-height: 48px;
  min-width: 200px;
  padding: 12px;
  border-radius: 6px;
  background-color: #90004c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  mix-blend-mode: multiply;
}

.confirm-check {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.confirm-action {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.app-pop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
  line-height: 1.5em;
  text-align: center;
}

.note {
  color: #929292;
  font-size: 12px;
}

.title-target {
  font-weight: 600;
}

.app-pop-board-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14.5px;
  font-weight: 600;
  text-align: center;
}

.pop-control-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #333;
  font-weight: 500;
  text-align: right;
  cursor: pointer;
}

.app-pop-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

.button-icon {
  width: 1em;
  height: 1em;
}

.log-in-page-content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.log-in-form-div {
  padding-top: 16px;
}

.log-in-form-field {
  width: 100%;
  min-height: 60px;
  margin-bottom: 18px;
  padding: 6px 18px;
  border: 0px none transparent;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
}

.button-go-icon {
  width: 1em;
  height: 1em;
}

.button-go-icon.smaller-icon {
  width: 0.85em;
  height: 0.85em;
}

.button-log-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-bottom: 22px;
  padding: 6px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 8px;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-decoration: none;
  cursor: pointer;
}

.button-log-in.final-step {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #90004c;
  text-align: center;
}

.form-note {
  margin-bottom: 18px;
  color: #929292;
  font-size: 13px;
}

.form-note.warning {
  color: #bc1a5c;
  text-align: left;
}

.log-in-form-link {
  display: inline-block;
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.svid-display {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 3px;
  border: 0px none transparent;
  border-radius: 20px;
  box-shadow: none;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  font-size: 14.8px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.checked-email-display {
  overflow: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.green-tick {
  width: 2em;
  height: 2em;
  -o-object-fit: contain;
  object-fit: contain;
}

.log-in-form-inner {
  width: 100%;
}

.page-hero-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-row-gap: 20px;
}

._20px-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.back-link-big {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
}

.log-in-page-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  line-height: 1.25em;
  text-align: center;
  text-decoration: none;
}

.log-in-page-div.for-page-bottom {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 60px;
}

.bg-motion {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.bg-motion.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.small-link {
  color: #929292;
  font-size: 12.5px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.ball-pink {
  position: absolute;
  left: auto;
  top: 10%;
  right: -400px;
  bottom: 0%;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #bc1a5c;
  opacity: 0.3;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ball-gold {
  position: absolute;
  left: -300px;
  top: -40%;
  right: auto;
  bottom: 0%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ad7f2a;
  opacity: 0.3;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ball-yellow {
  position: absolute;
  left: -350px;
  top: auto;
  right: auto;
  bottom: -50%;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #ffe9a9;
  opacity: 0.3;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

._1em-icon {
  width: 1em;
  height: 1em;
  margin-right: 3px;
  -o-object-fit: contain;
  object-fit: contain;
}

.developer-nav {
  overflow: hidden;
  padding: 3px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bc1a5c;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #bc1a5c;
  font-size: 11.5px;
  font-weight: 400;
}

.sentence {
  font-size: 12.5px;
}

.form-response {
  padding: 10px 16px;
  border-radius: 2px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 1.25em;
  text-align: center;
}

.otp-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.otp-input-box {
  height: 60px;
  max-width: 38px;
  min-width: 12%;
  margin: 0px 1.5%;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none transparent;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  font-family: Inconsolata, monospace;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.otp-input-box::-webkit-input-placeholder {
  color: #ededed;
}

.otp-input-box:-ms-input-placeholder {
  color: #ededed;
}

.otp-input-box::-ms-input-placeholder {
  color: #ededed;
}

.otp-input-box::placeholder {
  color: #ededed;
}

.otp {
  width: 100%;
  margin-bottom: 18px;
  padding: 18px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.65);
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.55);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.resend-otp {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.visit-my-inventory-history {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #90004c;
  color: #fff;
  font-size: 15px;
}

.inventory-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 8px;
  text-align: center;
}

.report-problem-link {
  display: inline-block;
  color: #929292;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.report-problem-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.25em;
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.page-header-title {
  position: relative;
  padding: 12px 16px 22px;
  color: #fff;
  font-size: 20px;
  line-height: 1.125em;
  font-weight: 600;
}

.page-header-bottom-deco {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 36px;
  margin-bottom: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fbfbfb;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.search-field-fake {
  position: relative;
  top: -46px;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  margin: 0px;
  padding: 0px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  color: #929292;
  font-size: 14px;
  text-decoration: none;
  text-shadow: none;
}

.page-header-search-div {
  position: relative;
  z-index: 99;
  overflow: visible;
  width: 100%;
  height: 0px;
  max-height: 0px;
  padding: 0px 16px;
}

.top-safe-area {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
  background-image: linear-gradient(180deg, #000, #333);
}

.webview {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-area-clean {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-area-clean.spaced {
  padding-right: 16px;
  padding-left: 16px;
}

.ios-pop-deco-handle {
  position: absolute;
  left: 0%;
  top: 8px;
  right: 0%;
  bottom: auto;
  width: 80px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #ededed;
}

.search-input {
  position: relative;
  padding-left: 3px;
}

.hype {
  display: block;
  color: #c4c4c4;
  font-size: 10.8px;
  text-align: center;
  text-decoration: none;
}

.credit-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 3px;
  grid-row-gap: 6px;
  opacity: 0.8;
  color: #c4c4c4;
  font-size: 10.8px;
}

.wine-box {
  width: 100%;
  min-height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 20px;
  background-color: #fbfbfb;
}

.promote-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 22px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.scroll-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wine-box-h {
  width: 280px;
  min-height: 120px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 20px;
  background-color: #fbfbfb;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 10px;
  line-height: 1.5em;
}

.last-item-spacer {
  width: 60px;
  height: 2px;
  min-height: 2px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.iphone-12-pro-screen {
  position: absolute;
  left: auto;
  top: 17px;
  right: auto;
  bottom: auto;
  z-index: 9;
  overflow: hidden;
  width: 390px;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 52px;
}

.hold-my-iphone {
  position: relative;
  top: 30px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  transform: scale(0.82);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.simulator-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-width: 497px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iphone-12-pro {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 428px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.effective-screen {
  width: 390px;
  height: 833px;
}

.effective-screen.disappear {
  display: none;
}

.iphone-norch {
  position: absolute;
  left: auto;
  top: 16px;
  right: auto;
  bottom: auto;
  z-index: 99;
  height: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.iphone-status-bar {
  position: absolute;
  left: auto;
  top: 16px;
  right: auto;
  bottom: auto;
  z-index: 98;
  width: 390px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.do-something {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.do-something-content {
  position: relative;
  top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  text-align: center;
}

.overlay-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: crosshair;
  mix-blend-mode: normal;
}

.iphone-bottom-link {
  padding: 3px 12px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.45);
  opacity: 0.9;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.simulator-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/dummy-celler-photo.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.search-scope {
  position: relative;
  top: -2px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  opacity: 0.3;
  color: #333;
  font-size: 15.5px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -0.0125em;
  text-decoration: none;
}

.search-scope.w--current {
  top: 0px;
  background-color: transparent;
  opacity: 1;
  font-size: 19px;
}

.search-scope-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 12px;
  background-color: hsla(0, 0%, 100%, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.scope-cellar-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 55px;
  padding: 0px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 12px;
  background-color: #fff;
}

.scope-cellar-filter.remove-sticky {
  position: relative;
  top: 0px;
}

.search-scope-tabs-module {
  position: relative;
  width: 100%;
  padding-top: 0px;
}

.search-filter-cellar {
  padding: 3px 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f4f4f4;
  border-radius: 20px;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  color: #333;
  font-size: 13.5px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.search-filter-cellar:active {
  border-style: solid;
  border-color: #bc1a5c;
  background-color: #bc1a5c;
  color: #fff;
}

.search-filter-cellar.w--current {
  border-color: #bc1a5c;
  background-color: #bc1a5c;
  color: #fff;
}

.search-filter-cellar.filter-on {
  border-color: #bc1a5c;
  background-color: #bc1a5c;
  color: #fff;
}

.tabs-content {
  overflow: visible;
  width: 100%;
}

.search-list-wrap {
  position: relative;
  width: 100%;
}

.search-first-shadow {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: auto;
  z-index: 990;
  width: 100%;
  height: 16px;
  margin-bottom: -16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), hsla(0, 0%, 100%, 0));
}

.page-link-item-note {
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 0px;
  color: #c4c4c4;
  font-size: 11px;
  line-height: 1.25em;
}

@media screen and (max-width: 991px) {
  .spacer.auto {
    height: 9vh;
  }

  .super-text {
    font-size: 9vw;
    line-height: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .pane-area {
    padding-bottom: 0px;
  }

  .super-text {
    font-size: 13vw;
    line-height: 14vw;
  }
}

@media screen and (max-width: 479px) {
  .app-main-nav {
    padding-right: 5px;
    padding-left: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f4f4f4;
  }

  .pane-area {
    padding-bottom: 66px;
  }

  .full-page-center {
    line-height: 1.15em;
  }

  .super-text {
    font-size: 13.8vw;
    line-height: 15vw;
  }
}

#w-node-_72f914d3-a377-8b2f-eec3-b13fbbdedada-1366c35b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

