.page-product-savory .back-nav-wrapper .btn__is-back:hover {
  background-color: #d53c25;
  border-color: #d53c25;
}
.page-product-savory .buy-button-float-wrapper {
  position: relative;
}
.page-product-savory .buy-button-float-wrapper .buy-button-float {
  opacity: 0;
  position: fixed;
  z-index: 300;
  width: 96px;
  height: 96px;
  padding: 16px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: #d53c25;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 16px 0 rgba(213, 60, 37, 0.4);
  transition: all 300ms;
}
.page-product-savory .buy-button-float-wrapper .buy-button-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px 0 rgba(213, 60, 37, 0.4);
}
.page-product-savory .intro-section {
  padding: 64px 0;
  background-color: #f5f4f3;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.page-product-savory .intro-section .bubbles-left {
  position: absolute;
  width: 400px;
  left: -180px;
  top: 340px;
}
.page-product-savory .intro-section .bubbles-right {
  position: absolute;
  width: 600px;
  right: -180px;
}
.page-product-savory .intro-section .made-for-sketch {
  width: 48px;
  display: block;
  margin-bottom: 32px;
}
.page-product-savory .intro-section .savory-brand {
  display: block;
  margin-bottom: 48px;
}
.page-product-savory .intro-section h1 {
  max-width: 620px;
}
.page-product-savory .intro-section .screenshots-group {
  margin-top: 64px;
  width: 100%;
  display: block;
  min-height: 380px;
  left: 0;
}
.page-product-savory .intro-section .screenshots-group img {
  width: 100%;
  /*mask-image: url("../../../assets/img/./screen_mask.svg");
  -webkit-mask-image: url("../../../assets/img/./screen_mask.svg");*/
  mask-size: cover;
  -webkit-mask-size: cover;
}
.page-product-savory .intro-section .screenshots-group .img-1 {
  position: absolute;
  width: 230px;
  left: calc(50% - 350px);
  background-image: url("../../../assets/img/./products/savory/device.svg");
  background-size: cover;
  transform: translateY(64px);
  filter: drop-shadow(0 16px 84px #e4e1da);
}
.page-product-savory .intro-section .screenshots-group .img-1-screen {
  width: calc(100% - 34px);
  margin: 16px;
  border-radius: 16px;
}
.page-product-savory .intro-section .screenshots-group .img-2 {
  position: absolute;
  width: 280px;
  left: calc(50% - 140px);
  background-image: url("../../../assets/img/./products/savory/device.svg");
  background-size: cover;
  filter: drop-shadow(0 16px 84px #e4e1da);
}
.page-product-savory .intro-section .screenshots-group .img-2-screen {
  width: calc(100% - 34px);
  margin: 16px;
  border-radius: 16px;
}
.page-product-savory .intro-section .screenshots-group .img-3 {
  position: absolute;
  width: 230px;
  left: calc(50% + 120px);
  background-image: url("../../../assets/img/./products/savory/device.svg");
  background-size: cover;
  transform: translateY(64px);
  filter: drop-shadow(0 16px 84px #e4e1da);
}
.page-product-savory .intro-section .screenshots-group .img-3-screen {
  width: calc(100% - 34px);
  margin: 16px;
  border-radius: 16px;
}
.page-product-savory .intro-section .gradient {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #f5f4f3, #f5f4f300);
}
@media (max-width: 991px) {
  .page-product-savory .intro-section .bubbles-left {
    left: -300px;
    top: 300px;
  }
  .page-product-savory .intro-section .bubbles-right {
    right: -260px;
    top: 360px;
  }
  .page-product-savory .intro-section h1 {
    max-width: 320px;
  }
  .page-product-savory .intro-section .screenshots-group {
    transform: scale(0.6) translateY(32px);
    min-height: 280px;
  }
}
.page-product-savory .whats-included-section {
  padding: 64px 0;
  min-height: 820px;
  overflow: hidden;
}
.page-product-savory .whats-included-section h2 {
  max-width: 420px;
}
.page-product-savory .whats-included-section .included-overview {
  margin-top: 48px;
}
.page-product-savory .whats-included-section .included-overview p {
  font-family: var(--main-font-family);
  font-weight: 600;
}
.page-product-savory .whats-included-section .included-overview--group p {
  background-color: rgba(0, 0, 0, 0.025);
  padding: 8px 24px;
  border-radius: 8px;
  font-family: var(--main-font-family);
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  font-size: 42px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #d43b24;
}
.page-product-savory .whats-included-section .included-overview--group p span {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-100);
  margin-top: -8px;
  margin-bottom: 8px;
}
.page-product-savory .whats-included-section .inside-savory {
  margin-left: 48px;
  max-height: 620px;
  border-radius: 8px;
  box-shadow: 0 0 32px 2px rgba(220, 218, 214, 0.5);
}
@media (max-width: 991px) {
  .page-product-savory .whats-included-section {
    min-height: auto;
  }
  .page-product-savory .whats-included-section h2 {
    font-size: 20px;
  }
  .page-product-savory .whats-included-section .included-overview--group {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: 24px;
  }
  .page-product-savory .whats-included-section .included-overview--group p {
    font-size: 32px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: 140px;
  }
  .page-product-savory .whats-included-section .included-overview--group p span {
    margin-top: -4px;
    font-size: 14px;
  }
  .page-product-savory .whats-included-section .inside-savory {
    max-height: 300px;
    margin-left: 0;
  }
}
.page-product-savory .easy-to-customize-section {
  padding: 64px 0;
  min-height: 600px;
}
.page-product-savory .easy-to-customize-section h2 {
  margin-bottom: 48px;
  max-width: 420px;
}
.page-product-savory .easy-to-customize-section h5 {
  font-size: 18px;
  margin-bottom: 16px;
}
.page-product-savory .easy-to-customize-section .image-group {
  margin-top: -35%;
  position: relative;
  display: block;
  transform: scale(0.8);
}
.page-product-savory .easy-to-customize-section .image-group .customize-typo {
  position: absolute;
  z-index: 30;
  left: 200px;
  top: 160px;
  filter: drop-shadow(0 4px 12px rgba(83, 83, 83, 0.2));
}
.page-product-savory .easy-to-customize-section .image-group .customize-theme {
  position: absolute;
  left: 200px;
  z-index: 20;
  filter: drop-shadow(0 4px 12px rgba(83, 83, 83, 0.2));
}
.page-product-savory .easy-to-customize-section .image-group .customize-colors {
  position: absolute;
  z-index: 10;
  top: 40px;
  filter: drop-shadow(0 4px 12px rgba(83, 83, 83, 0.2));
}
@media (max-width: 991px) {
  .page-product-savory .easy-to-customize-section {
    min-height: auto;
  }
}
.page-product-savory .what-you-will-get-section {
  padding: 64px 0;
}
.page-product-savory .what-you-will-get-section h2 {
  margin-bottom: 64px;
}
.page-product-savory .what-you-will-get-section .get-group {
  padding: 16px 24px;
  max-width: 480px;
}
.page-product-savory .what-you-will-get-section .get-group img {
  width: 72px;
  margin-right: 24px;
}
.page-product-savory .what-you-will-get-section .get-group--info {
  color: var(--gray-100);
}
.page-product-savory .what-you-will-get-section .get-group--info h4 {
  font-size: 20px;
}
.page-product-savory .screenshots-section {
  background-color: #f5f4f3;
  overflow: hidden;
  padding: 64px 0;
  position: relative;
}
.page-product-savory .screenshots-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(50% - 128px);
  bottom: 0;
  left: 0;
  background-color: #3c3c3c;
}
.page-product-savory .screenshots-section h2 {
  margin-bottom: 64px;
}
.page-product-savory .screenshots-section .screenshots-group-row {
  display: grid;
  grid-template-columns: repeat(5, 250px);
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 32px;
}
.page-product-savory .screenshots-section .screenshots-group-row .screen {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 24px 0 rgba(217, 212, 205, 0.4);
  border-radius: 20px;
  overflow: hidden;
}
.page-product-savory .screenshots-section .screenshots-group-row .screen-central {
  box-shadow: -12px 32px 32px 0 rgba(177, 170, 158, 0.4);
}
.page-product-savory .screenshots-section .screenshots-group-row .screen:nth-child(1) {
  transform: translateY(64px);
}
.page-product-savory .screenshots-section .screenshots-group-row .screen:nth-child(3) {
  transform: translateY(128px);
}
.page-product-savory .screenshots-section .screenshots-group-row .screen:nth-child(5) {
  transform: translateY(64px);
}
.page-product-savory .screenshots-section .screenshots-group-row .screen-dark {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.4);
}
.page-product-savory .screenshots-section .screenshots-group-row .screen-dark-central {
  box-shadow: -12px 32px 32px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .page-product-savory .screenshots-section .screenshots-group-row {
    grid-template-columns: repeat(5, 140px);
    column-gap: 16px;
    row-gap: 16px;
    margin-bottom: 8px;
  }
  .page-product-savory .screenshots-section .screenshots-group-row .screen {
    border-radius: 10px;
  }
}
.page-product-savory .cta-section {
  padding: 64px 0;
  background-color: #f5f4f3;
}
.page-product-savory .cta-section h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.page-product-savory .cta-section p {
  max-width: 640px;
}
.page-product-savory .cta-section .buy-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  padding: 24px 32px;
  background: #d53c25;
  box-shadow: 0 4px 16px 0 rgba(213, 60, 37, 0.4);
  border-radius: 46px;
  transition: all 300ms;
  display: block;
}
.page-product-savory .cta-section .buy-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px 0 rgba(213, 60, 37, 0.4);
}
