/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/components/StandardTemplate/StandardTemplate.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes pulse-orange {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 122, 72, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(246, 122, 72, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 122, 72, 0);
  }
}
@keyframes pulse-orange {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 122, 72, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(246, 122, 72, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 122, 72, 0);
  }
}
@-webkit-keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.StandardTemplate {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.StandardTemplate .product-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px 10px 1px 1px;
}
.StandardTemplate .product-image-container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 200px;
  min-width: 60px;
  height: 100%;
}
.StandardTemplate .ad-content-container {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  position: relative;
}
.StandardTemplate .ad-content-container .ad-content-title {
  flex: 0 0 auto;
  font-weight: 700;
  margin: 5px 10px 0 0;
  font-size: 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.StandardTemplate .ad-content-container .ad-content-description {
  flex: 1 1 auto;
  font-weight: 300;
  margin: 5px 10px 5px 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
.StandardTemplate .ad-content-container .dynamic-spacer {
  flex: 1 1 auto;
}
.StandardTemplate .ad-content-container .cta-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  width: calc(100% - 10px);
  height: 33%;
  min-height: 20px;
  max-height: 40px;
  cursor: pointer;
  font-size: 12px;
  z-index: 1;
}
.StandardTemplate .ad-content-container .cta-button .cta-button-label {
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.StandardTemplate .cta-button-condensed-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.StandardTemplate .cta-button-condensed-container .cta-button-condensed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: auto 10px auto 0;
  padding: 0 5px;
  height: 60%;
  min-height: 20px;
  max-height: 60px;
  cursor: pointer;
  font-size: 15px;
  z-index: 1;
}
.StandardTemplate .cta-button-condensed-container .cta-button-condensed .cta-button-label {
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.StandardTemplate .cta-button-custom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.StandardTemplate .cta-button-custom-container .cta-button-listonic {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4190f9;
  border-radius: 50%;
}
.StandardTemplate .cta-button-custom-container .cta-button-listonic svg {
  fill: #ffffff;
  width: 32px;
  height: 32px;
  margin: 3px;
}
.StandardTemplate .cta-button-custom-container .cta-button-out-of-milk {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7a57;
  border-radius: 50%;
}
.StandardTemplate .cta-button-custom-container .cta-button-out-of-milk .inner-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5326;
  border-radius: 50%;
  margin: 4px;
}
.StandardTemplate .cta-button-custom-container .cta-button-out-of-milk .inner-circle svg {
  fill: #ffffff;
  width: 32px;
  height: 32px;
  margin: 3px;
}

@media screen and (min-height: 175px) {
  .StandardTemplate .product-image-container {
    flex: 0 0 40% !important;
  }
  .StandardTemplate .ad-content-container {
    flex: 1 1 60% !important;
  }
}
@media screen and (max-width: 300px) {
  .StandardTemplate .product-image-container {
    flex: 1 1 45%;
  }
  .StandardTemplate .ad-content-container {
    flex: 1 1 55%;
  }
}
@media screen and (min-width: 301px) and (max-width: 1399px) {
  .StandardTemplate .product-image-container {
    flex: 0 0 25%;
  }
  .StandardTemplate .ad-content-container {
    flex: 1 1 75%;
  }
}
@media screen and (min-width: 1400px) {
  .StandardTemplate .product-image-container {
    flex: 0 0 15%;
  }
  .StandardTemplate .ad-content-container {
    flex: 1 1 85%;
  }
}
@media screen and (max-height: 79px) {
  .StandardTemplate .cta-button {
    display: none !important;
  }
}
@media screen and (min-height: 80px) {
  .StandardTemplate .cta-button-condensed-container {
    display: none !important;
  }
}
@media screen and (max-height: 99px) {
  .StandardTemplate .ad-content-container .ad-content-title {
    font-size: 9px !important;
  }
  .StandardTemplate .ad-content-container .ad-content-description div {
    font-size: 9px !important;
  }
  .StandardTemplate .ad-content-container .cta-button {
    margin: 0 5px 5px 0;
  }
  .StandardTemplate .ad-content-container .cta-button .cta-button-label {
    font-size: 9px !important;
  }
  .StandardTemplate .cta-button-condensed .cta-button-label {
    font-size: 9px !important;
  }
}
@media screen and (min-height: 100px) and (max-height: 150px) {
  .StandardTemplate .ad-content-container .ad-content-title {
    font-size: 11px !important;
  }
  .StandardTemplate .ad-content-container .ad-content-description div {
    font-size: 9px !important;
  }
  .StandardTemplate .ad-content-container .cta-button .cta-button-label {
    font-size: 11px !important;
  }
}
