/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***!
  \**********************************************************************************************************************************************************/
.pdp-savings-banner {
  background: #FEF2EE;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.pdp-savings-banner__column {
  width: 100%;
  padding: 0.8rem 1rem 1rem;
}
@media (min-width: 620px) {
  .pdp-savings-banner__column {
    width: 240px;
  }
}
.pdp-savings-banner__column:last-of-type {
  width: 100%;
  border-top: 1px solid #fff;
}
@media (min-width: 620px) {
  .pdp-savings-banner__column:last-of-type {
    width: calc(100% - 240px);
    border-left: 1px solid #fff;
    border-bottom: 0;
  }
}
.pdp-savings-banner__column p {
  margin: 0.4ex 0 0;
  font-size: 0.82rem;
}
.pdp-savings-banner__column a {
  text-decoration: underline;
}

.product-single__title {
  margin-bottom: 1.2ex;
}
.product-single__title .product-title-vendor {
  width: 100%;
  display: block;
  margin-bottom: 0.5ex;
}
.product-single__title .product-title-vendor a {
  text-decoration: underline;
  font-size: 0.95rem;
  font-family: var(--type-base-primary);
  color: #434343;
  text-underline-offset: 0.4ex;
}

.pdp-pack-size {
  font-weight: 600;
  font-size: 15px;
}

.pdp-price-vat {
  color: #ff5101;
  font-size: 1.25rem;
}

.pdp-price-ex-vat {
  color: #7C7C7C;
  font-size: 0.81rem;
}

.product-single__meta {
  padding-top: 10px;
}
