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

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

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

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

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

body {
  color: #333;
  background-color: #e1e9f1;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrapper {
  width: 100%;
  color: #141414;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px 140px;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  position: static;
}

.navbar {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0f5ff;
  border: 2px solid #dbe4e7;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-box {
  width: 80%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-box.vertical {
  width: 100%;
  height: 20%;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
}

.text-box.left-justify {
  justify-content: flex-start;
}

.main-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.section_work-box {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section_work-box.vertical {
  flex-direction: row;
  align-items: flex-start;
}

.cell {
  background-color: #eed9c7;
  border: 1px solid #c7c2b1;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
}

.cell.left-top {
  background-color: #fff3e8;
  border-radius: 12px;
  padding-top: 6px;
}

.section-work {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(250, 249, 245, .71);
  border: 1px solid #f0e3c9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.section-work.subcategories {
  background-color: #fbfbf8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
}

.section_work-wrapp {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #f0f5ff;
  border: 2px solid #d1deeb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 40px;
}

.text {
  color: #302527;
  font-size: 1em;
  line-height: 1em;
}

.text.size-medium {
  color: #777;
  font-family: Gothampro, sans-serif;
  font-size: 1.1em;
}

.text.size-medium-copy {
  color: #fff;
  text-align: center;
  font-size: 1.8em;
}

.button-box {
  width: 100%;
  height: 100%;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.button-box.big-large {
  width: 30%;
  flex-direction: row;
  justify-content: space-around;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 0%;
}

.button-box.small-large {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: row;
}

.button-box.horizontal {
  width: 50%;
  flex-direction: row;
  justify-content: space-around;
}

.button-box.basket-page {
  width: 1200px;
  height: 10%;
  max-width: 1300px;
  background-color: #f3f3f3;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 24px 100px;
}

.button-box.scroll {
  max-height: 500px;
  overflow: scroll;
}

.button {
  width: 100%;
  height: 61px;
  text-align: center;
  border: 1px solid #8ca0af;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 8px;
  font-size: 18px;
  line-height: 19px;
  display: flex;
}

.button:visited {
  width: 10px;
  background-color: #ec9238;
}

.button.small-large {
  width: 180px;
  height: 46px;
  cursor: pointer;
  background-color: #ec9238;
  border-color: #e2dab6;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
}

.button.small-large:hover {
  background-color: #e7a25e;
}

.button.big-large {
  width: 30%;
  height: 78px;
  background-color: #ec9237;
  flex-direction: row;
}

.button.no-bg {
  width: 150px;
  height: 80px;
  color: #000;
  text-align: left;
  background-color: rgba(255, 255, 255, .02);
  border-width: 0;
  align-items: flex-start;
  font-size: 22px;
}

.button.bg-yellow {
  width: 100%;
  background-color: #d49748;
  border-width: 3px;
  border-color: #fdd7b1;
}

.text-color-black {
  color: #2e2124;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Gothampro, sans-serif;
  font-size: .7em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.search-div-box {
  width: 100%;
  height: 62px;
  max-width: 1210px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: rgba(186, 199, 192, .28);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.search-div-box:hover {
  background-color: rgba(168, 168, 168, .28);
}

.card-dv-product {
  width: 100%;
  height: 100%;
  max-width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #f5e7c7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0;
  font-size: 1.5em;
  display: flex;
}

.image {
  width: 60%;
  height: 60%;
  border: 3px solid #fff;
  border-radius: 20px;
}

.text-size-big {
  color: #2e2124;
  margin-top: 0;
  font-family: Gothampro, sans-serif;
  font-size: 27px;
}

.card-box {
  width: 100%;
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.card-box.big {
  width: 100%;
  height: 100%;
  grid-template-columns: .5fr .5fr;
  align-content: space-around;
  justify-content: stretch;
  align-items: start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.card-box.category {
  width: 100%;
  height: auto;
  max-height: 286px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: start;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  overflow: scroll;
}

.page-wrapp {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-work-dv {
  margin-top: 40px;
}

.content-description-center-light {
  width: 100%;
  max-width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Gothampro, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
}

.align-center {
  max-width: 1000px;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #f3f3f3;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: grid;
  position: relative;
}

.describtions-center {
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.describtions-center.main {
  width: 80%;
  margin-top: .5rem;
  font-family: Gothampro, sans-serif;
  font-size: 1.3em;
}

.hero-title-left-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 3.9em;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
}

.content {
  width: 600px;
  height: 350px;
  background-color: #f4eedb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content.small {
  width: 100%;
  height: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-bottom: 20px;
}

.corner {
  width: 1.3em;
  position: absolute;
}

.corner.left-top--bottom {
  max-width: 30%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-180deg);
}

.corner.right-top-bottom {
  max-width: 30%;
  top: auto;
  bottom: -1%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.corner.left-top {
  max-width: 30%;
  top: -1%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.corner.right-top {
  max-width: 30%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.corner.left-top--bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-180deg);
}

.corner.right-top-bottom {
  top: auto;
  bottom: -1%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.corner.left-top {
  top: -1%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.corner.right-top {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.corner.left-top--bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-180deg);
}

.corner.right-top-bottom {
  top: auto;
  bottom: -1%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.corner.left-top {
  top: -1%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.corner.right-top {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.corner.right-top-bottom {
  top: auto;
  bottom: -1%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.corner.left-top {
  top: -1%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.corner.right-top {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrapp-div-center {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4em 2em;
  font-size: 1em;
  display: flex;
}

.text-box-center {
  width: 100%;
  height: 47%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5em 6.4em;
  display: flex;
}

.price-side {
  max-height: 60%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 1em;
  line-height: 1em;
  display: flex;
}

.text-box-center-2 {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0 0 3.3em;
  font-size: .6em;
  line-height: 1em;
  display: flex;
}

.content-description-center {
  max-width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 3.2em;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.content-description-center.main {
  font-family: Gothampro, sans-serif;
  font-size: 6.9em;
  line-height: 1.5em;
}

.meny-panel {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 2px solid rgba(184, 161, 90, .74);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-search {
  background-color: #fff;
}

.work-item {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small {
  width: 125px;
  height: 56px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffa16c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  display: flex;
}

.icons-image {
  border: 0 solid #fff;
}

.wrap-dv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-dv.small-size {
  width: 18%;
  justify-content: flex-end;
}

.logo-dv {
  display: flex;
}

.logo {
  background-image: url('../images/Screenshot_9-removebg-preview.png');
  background-position: 50%;
  background-size: contain;
  display: block;
}

.admin-photo {
  width: 94px;
  height: 60px;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  border-style: solid;
  border-color: #fff;
  border-radius: 100%;
}

.admin-photo.icon {
  width: 30px;
  height: 30px;
}

.adm-panel {
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.text-small {
  font-size: 19px;
}

.text-small.grey-color {
  color: #858585;
  font-size: 14px;
}

.cell-2 {
  justify-content: space-between;
}

.basked-box {
  background-color: #f3f3f3;
  border: 1px solid rgba(192, 192, 192, .42);
  border-radius: 12px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: block;
}

.basked-box.btn {
  background-color: #6990e7;
}

.quick-stack {
  max-width: 1200px;
}

.nav-bar {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.empty-dv {
  width: 15%;
  height: 10%;
}

.wrapper-div {
  width: 38%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.content-description-center-light-2 {
  max-width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  margin-top: auto;
  margin-bottom: .5rem;
  font-size: 69px;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.describtions-center-2 {
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.hero-title-left-copy-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: auto;
  font-size: 230px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.content-2 {
  width: 1160px;
  height: 812px;
  background-color: #f4eedb;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(.4);
}

.wrapp-div-center-2 {
  width: 100%;
  grid-column-gap: 7.5rem;
  justify-content: center;
  align-items: center;
  padding: 4.4em 4em 2em;
  display: flex;
}

.text-box-center-3 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5em 4.4em;
  display: flex;
}

.price-side-2 {
  max-width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-box-center-4 {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0 0 1.6em;
  display: flex;
}

.content-description-center-2 {
  max-width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  margin-top: auto;
  margin-bottom: .5rem;
  font-size: 80px;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.text-block {
  color: #302527;
}

.content-wiht-basket {
  width: 100%;
  height: 70%;
  background-color: #f4eedb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wiht-basket.small {
  width: 100%;
  height: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-bottom: 20px;
}

.body {
  background-color: #e1e9f1;
}

.nav-bar--wiht-basket {
  width: 100%;
  grid-column-gap: 131px;
  grid-row-gap: 131px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 55px;
  display: flex;
}

.card-box-main-page {
  width: 100%;
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.card-box-main-page.big {
  width: 100%;
  height: auto;
  max-height: 286px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: space-around;
  justify-content: stretch;
  align-items: start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  overflow: scroll;
}

.card-box-main-page.category {
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: space-around;
  justify-content: stretch;
  align-items: start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.content-main-dv {
  background-color: #f4eedb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(.8);
}

.content-main-dv.small {
  width: 100%;
  height: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-bottom: 20px;
}

.content-main-dv.card {
  opacity: 1;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(.8);
}

.content-copy {
  width: 600px;
  height: 350px;
  background-color: #f4eedb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-copy.small {
  width: 100%;
  height: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-bottom: 20px;
}

.wrapp-div-main {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 4em 0;
  font-size: 1em;
  display: flex;
}

.hero-title-left-main {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Pprightsans, sans-serif;
  font-size: 3.8em;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.text-box-main {
  width: 100%;
  height: 50%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2em 6.4em;
  display: flex;
}

.text-box-center-2-copy {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0 0 3.3em;
  font-size: .5em;
  line-height: 1em;
  display: flex;
}

.text-bx-card {
  width: 80%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 0 .125em;
  font-family: Gothampro, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.text-bx-card.main {
  font-size: .4em;
}

.price-side-main {
  max-height: 60%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.1em;
  display: flex;
}

.search-div-box-main {
  width: 100%;
  height: 62%;
  max-width: 1440px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: rgba(186, 199, 192, .28);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.section_work-box-copy {
  width: 96%;
  height: 90%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_work-box-copy.vertical {
  height: 100%;
  flex-direction: row;
  align-items: center;
}

.button-basket-page {
  width: 30%;
  text-align: center;
  border: 1px solid #8ca0af;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: Gothampro, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  display: flex;
}

.button-basket-page.small-large {
  width: 100px;
  height: 46px;
  background-color: #ec9238;
  border-color: #e2dab6;
  font-size: 16px;
}

.button-basket-page.big-large {
  width: 30%;
  height: 78px;
  background-color: #ec9237;
  flex-direction: row;
}

.button-basket-page.no-bg {
  width: 150px;
  height: 80px;
  color: #000;
  text-align: left;
  background-color: rgba(255, 255, 255, .02);
  border-width: 0;
  align-items: flex-start;
  font-size: 22px;
}

.button-basket-page.bg-yellow {
  background-color: #d49748;
  border-width: 3px;
  border-color: #fdd7b1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4em;
}

.text-box-center-copy {
  width: 100%;
  height: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5em 6.4em;
  display: flex;
}

.wrapp-div-center-copy {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4em 2em;
  font-size: 1em;
  display: flex;
}

.basked-wrap {
  width: 1200px;
  max-width: 1300px;
}

.work-dv {
  width: 1200px;
  max-width: 1300px;
  background-color: #f3f3f3;
  border-radius: 12px;
  flex-direction: column;
  padding: 20px 40px 40px;
  display: flex;
}

.text-for-basked {
  margin-top: 0;
  font-family: Gothampro, sans-serif;
  font-size: 1.3em;
  line-height: 1em;
}

.container-for-product {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 100px;
  display: block;
}

.card-for-bskt {
  width: 100%;
  max-width: 100%;
  background-color: #f4eedb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(.6);
}

.card-for-bskt.small {
  width: 100%;
  height: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-bottom: 20px;
}

.card-for-bskt.card {
  opacity: 1;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(.8);
}

.text-bx-card-copy {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0 0 3.3em;
  font-size: .5em;
  line-height: 1em;
  display: flex;
}

.text-bx-card-copy.main {
  font-size: .4em;
}

.text-wrap {
  margin-top: 2px;
  margin-bottom: 1px;
  font-family: Gothampro, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 2em;
}

.product-dv {
  max-width: 1400px;
  background-color: #f3f3f3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-product {
  margin-bottom: 26px;
  font-family: Gothampro, sans-serif;
}

.body-2 {
  background-color: #fffaf8;
}

.tex--dv-product {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 5.2em;
  font-weight: 300;
  line-height: 2.3em;
  display: flex;
}

.text-wrap-product {
  margin-top: 2px;
  margin-bottom: 1px;
  font-size: 2em;
  font-weight: 400;
  line-height: 2em;
}

.product-text-dv {
  margin-top: 0;
  font-weight: 400;
}

.text-big-size {
  margin-bottom: 0;
  font-family: Pprightsans, sans-serif;
  font-size: 5.7em;
  font-weight: 500;
  line-height: 2em;
}

.column-dv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-self: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 54px;
  display: grid;
}

.text-col-black {
  color: #181515;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
}

.icon-div-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.card-product {
  width: 100%;
  height: 100%;
  opacity: .12;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.product-div {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7dac9;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.text-size-black-color-black {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Gothampro, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  display: flex;
}

.card-for-basket {
  background-color: #f4eedb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-for-basket.small {
  width: 100%;
  height: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 0;
  padding-bottom: 20px;
}

.card-for-basket.card {
  opacity: 1;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(.8);
}

.text-center {
  max-width: 70%;
  text-align: center;
  font-family: Gothampro, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.text-center.center {
  max-width: 95%;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.text-prod-dv {
  max-width: 100%;
  margin: 0 20px 40px;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.text-pr {
  max-width: 90%;
  text-align: center;
  font-family: Gothampro, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 2em;
}

.text-bold-big {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Pprightsans, sans-serif;
  font-size: 10em;
  font-weight: 500;
  line-height: 1.3em;
}

.button-2 {
  width: 17%;
  height: 50px;
  text-align: center;
  border-radius: 6px;
  flex-direction: row;
  font-size: 1em;
  line-height: 1em;
  display: block;
}

.button-clear-basket {
  width: 18%;
  height: 48px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-family: Gothampro, sans-serif;
  font-size: .8em;
  line-height: 1.1em;
  display: flex;
}

.button-clear-basket:hover {
  background-color: #3e8acc;
}

.wrapper-box {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-2 {
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-xxmedium {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: .2em;
  line-height: 1em;
  display: flex;
}

.max-width-xxmedium.horizontal {
  max-width: 95%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  font-size: .3em;
  line-height: 1em;
  display: flex;
}

.max-width-xxmedium.spasing {
  justify-content: center;
  margin-top: 2em;
}

.hero-title-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pprightsans, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4em;
}

.content-3 {
  width: 350px;
  height: 250px;
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4eedb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-sub-title-center {
  max-width: 100%;
  text-align: center;
  text-transform: none;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Pprightsans, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.hero-sub-title-center.left-top {
  text-align: left;
  font-size: 2.2em;
}

.hero-sub-title-center.small-size {
  width: 100%;
  max-width: 70%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothampro, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
}

.hero-sub-title-center.right-top {
  text-align: right;
}

.hero-sub-title-center.big {
  font-size: 2.2em;
}

.max-width-large-2 {
  width: 100%;
  max-width: 100%;
}

.align-center-2 {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 100px;
  display: flex;
}

.container-3 {
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.max-width-xxmedium-2 {
  width: 100%;
  max-width: 80%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.max-width-xxmedium-2.horizontal {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-xxmedium-2.spasing {
  margin-top: 2em;
}

.hero-title-text-2 {
  width: 100%;
  height: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .125em;
  margin-bottom: 0;
  font-family: Pprightsans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.price-one {
  width: 10.1em;
  height: 7.1em;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: #f4eedb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-one.downscale {
  transform: scale(.3);
}

.hero-sub-title-center-2 {
  text-align: center;
  text-transform: none;
  margin-top: .125em;
  margin-bottom: .125em;
  font-family: Pprightsans, sans-serif;
  font-size: .5em;
  font-weight: 400;
  line-height: 1.1em;
}

.hero-sub-title-center-2.left-top {
  text-align: left;
  font-size: .6em;
}

.hero-sub-title-center-2.small-size {
  width: 100%;
  max-width: 70%;
  margin: 1.3em auto 0;
  font-family: Gothampro, sans-serif;
  font-size: .3em;
  font-weight: 400;
}

.hero-sub-title-center-2.right-top {
  text-align: right;
}

.hero-sub-title-center-2.left {
  max-width: 100%;
  text-align: left;
  font-size: .6em;
  line-height: 1em;
}

.div-text {
  max-width: 100%;
}

.ellipse {
  background-color: #ec3e38;
  border-radius: 50%;
}

.ellipse-text {
  color: #fff;
  padding-left: .5em;
  padding-right: .5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .5em;
  font-weight: 600;
  line-height: 3em;
}

.hero-title-left {
  width: 60%;
  height: 90%;
  max-width: 100%;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: .125em;
  margin-bottom: .125em;
  font-family: Pprightsans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.price-side-3 {
  max-width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.content-description {
  max-width: 50%;
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: .25em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .4em;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.price-two {
  width: 10.1em;
  height: 7.1em;
  background-color: #f4eedb;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: .6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapp-div {
  width: 100%;
  height: 50%;
  grid-row-gap: 1.25em;
  background-color: #f8edd9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25em;
  padding-left: .625em;
  padding-right: .625em;
  display: flex;
}

.wrapp-div.big-siz {
  height: 50%;
  background-color: #d6ad6d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.price {
  text-align: right;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothampro, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.hero-title-center-litle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pprightsans, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
}

.wrapper-div-2 {
  width: 100%;
  height: 60%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-wrapp {
  width: 100%;
  max-width: 90%;
  background-color: #f8edd9;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-big-h1 {
  width: 90%;
  height: 50%;
  text-align: center;
  margin-top: .125em;
  margin-bottom: .125em;
  font-family: Pprightsans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
}

.wrapp-center {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  display: flex;
}

.content-description-copy {
  max-width: 60%;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 1.4em;
  margin-bottom: 0;
  font-family: Gothampro, sans-serif;
  font-size: .3em;
  font-weight: 400;
  line-height: 1.2em;
}

.price-three {
  width: 10.1em;
  height: 7.1em;
  background-color: #f2efdc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.corned-too {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.corned-too.left-top {
  max-width: 1.8em;
  top: -1%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.corned-too.left-top.buttom {
  max-width: 1.8em;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-180deg);
}

.corned-too.rght-top {
  width: 1.8em;
}

.corned-too.right-buttom {
  max-width: 1.8em;
  top: auto;
  bottom: -1%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.price-four {
  width: 10.1em;
  height: 7.1em;
  max-width: 1440px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-div-copy {
  width: 100%;
  height: 70%;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.hero-title-center-litle-dv {
  width: 80%;
  height: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pprightsans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.text-wrapp-div {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5em 4em;
  display: flex;
}

.div-center-copy {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  display: flex;
  position: relative;
}

.corned-too-copy {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.corned-too-copy.left-top {
  max-width: 2.5em;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(0);
}

.corned-too-copy.left-top._2 {
  max-width: 2.5em;
  transform-style: preserve-3d;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -1%;
  transform: rotateX(0)rotateY(7deg)rotateZ(180deg);
}

.hero-title-center-litle-wr {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Gothampro, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.downscale {
  transform: scale(.4);
}

.container-3 {
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: .125em;
  padding-right: .125em;
}

.text-wrapper {
  width: 84%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  text-align: center;
  font-size: 54px;
  display: flex;
}

.product-card {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 100px;
  display: flex;
}

.price-five {
  width: 10.1em;
  height: 7.1em;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: #f4eedb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-five.downscale {
  transform: scale(.3);
}

.card-five {
  width: 10.1em;
  height: 7.1em;
  background-color: #dce3c0;
  position: relative;
}

.image-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.max-width-large--text {
  height: 100%;
  max-width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.corner-2 {
  filter: brightness(152%) sepia();
  position: absolute;
}

.corner-2.left-top--bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-180deg);
}

.corner-2.right-top-bottom {
  top: auto;
  bottom: -1%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.corner-2.left-top {
  top: -1%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.corner-2.right-top {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.align-center-3 {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 100px;
  display: flex;
}

.container--text {
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 .125em .125em;
  font-family: Pprightsans, sans-serif;
  display: flex;
}

.max-width-xxmedium-3 {
  width: 100%;
  max-width: 80%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.max-width-xxmedium-3.horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-xxmedium-3.spasing {
  width: 84%;
  margin-top: 0;
  margin-bottom: .125em;
  font-size: 54px;
}

.hero-title-text-3 {
  font-family: Pprightsans, sans-serif;
  font-size: 6.1em;
  font-weight: 500;
  line-height: 1em;
}

.container-image {
  width: 10em;
  height: 7.1em;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #D7DDB6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-title-text {
  width: 100%;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Pprightsans, sans-serif;
  font-size: .4em;
  font-weight: 400;
  line-height: .4em;
}

.sub-title-text.left-top {
  text-align: center;
  font-family: Gothampro, sans-serif;
  font-size: 4em;
}

.sub-title-text.small-size {
  width: 100%;
  max-width: 90%;
  margin-top: 1.2em;
  margin-bottom: 0;
  font-family: Pprightsans, sans-serif;
  font-size: .4em;
  font-weight: 400;
}

.sub-title-text.right-top {
  text-align: right;
}

.text-card {
  width: 90%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  font-family: Gothampro, sans-serif;
  display: flex;
}

.image-box {
  width: 90%;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.image-3 {
  max-width: 40%;
  filter: invert() grayscale();
}

.hero-title-text-big-size {
  color: #272b1b;
  margin-top: .125em;
  margin-bottom: .125em;
  font-family: Pprightsans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: .8em;
}

.hero-title-text-big-size.price {
  margin-top: .25em;
  font-size: .7em;
  line-height: .9em;
}

.image-4 {
  max-width: 50%;
}

.form-block {
  width: 100%;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .max-width-large {
    width: 100%;
    max-width: 50em;
  }

  .container-2 {
    max-width: 1200px;
  }

  .max-width-xxmedium {
    max-width: 75.3em;
  }

  .hero-sub-title-center {
    width: 80%;
  }

  .max-width-large-2 {
    width: 100%;
    max-width: 50em;
  }

  .container-3 {
    max-width: 1200px;
  }

  .max-width-xxmedium-2 {
    max-width: 75.3em;
  }

  .hero-sub-title-center-2 {
    width: 80%;
  }

  .max-width-large--text {
    width: 100%;
    max-width: 50em;
  }

  .container--text {
    max-width: 1200px;
  }

  .max-width-xxmedium-3 {
    max-width: 75.3em;
  }

  .sub-title-text {
    width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .max-width-large {
    max-width: 60em;
  }

  .container-2 {
    max-width: 1300px;
  }

  .max-width-large-2 {
    max-width: 60em;
  }

  .container-3 {
    max-width: 1300px;
  }

  .max-width-large--text {
    max-width: 60em;
  }

  .container--text {
    max-width: 1300px;
  }
}

@media screen and (min-width: 1920px) {
  .max-width-large, .max-width-large-2, .max-width-large--text {
    max-width: 90em;
  }
}

@media screen and (max-width: 991px) {
  .max-width-large {
    width: 100%;
  }

  .hero-sub-title-center {
    font-size: 36px;
  }

  .max-width-large-2 {
    width: 100%;
  }

  .hero-sub-title-center-2 {
    font-size: 36px;
  }

  .max-width-large--text {
    width: 100%;
  }

  .sub-title-text {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .max-width-large {
    max-width: 27em;
  }

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

  .max-width-xxmedium {
    max-width: 28.4em;
  }

  .hero-sub-title-center {
    width: 100%;
    font-size: 28px;
  }

  .max-width-large-2 {
    max-width: 27em;
  }

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

  .max-width-xxmedium-2 {
    max-width: 28.4em;
  }

  .hero-sub-title-center-2 {
    width: 100%;
    font-size: 28px;
  }

  .max-width-large--text {
    max-width: 27em;
  }

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

  .max-width-xxmedium-3 {
    max-width: 28.4em;
  }

  .sub-title-text {
    width: 100%;
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .max-width-large {
    width: 100%;
  }

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

  .max-width-xxmedium {
    max-width: 17.1em;
  }

  .hero-sub-title-center {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .max-width-large-2 {
    width: 100%;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-width-xxmedium-2 {
    max-width: 17.1em;
  }

  .hero-sub-title-center-2 {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .max-width-large--text {
    width: 100%;
  }

  .container--text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-width-xxmedium-3 {
    max-width: 17.1em;
  }

  .sub-title-text {
    margin-bottom: 20px;
    font-size: 19px;
  }
}

#w-node-f9352e16-3d98-ec0b-d0d6-d47888d961f2-42d9aa1e {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 3fr;
  display: grid;
}

#w-node-_85f3bf33-820a-e968-f756-7a77888944c6-42d9aa1e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e14b2786-05fb-7195-4370-570d1c572429-42d9aa1e, #w-node-_23d4a0ae-dcb4-3f62-9d2e-2fe3fffc32a8-42d9aa1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Pprightsans';
  src: url('../fonts/PPRightSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pprightsans';
  src: url('../fonts/PPRightSans-Regular.ttf') format('truetype'), url('../fonts/PPRightSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.cart-indicator {
    background-color: red;
    font-size: 10px;
    border-radius: 50px;
    color: white;
    height: 15px;
    width: 15px;
    position: absolute;
    text-align: center;
    line-height: 15px;
    margin-left: 18px;
    margin-bottom: 18px
}
