/* PDP - Specials */
.pdp-property-widget-special-wrap { position: relative; padding: 1rem 1.5rem 0; }
.pdp-property-widget-special { margin-bottom: 2rem; }
.pdp-property-widget-special:last-child { margin-bottom: 0; }
.pdp-property-widget-special .card-header { font-family: var(--siteFont); font-weight: var(--wBold); font-size: 1.5rem; background-color: hsl(var(--siteColor3)); color: hsl(var(--white)); text-transform: uppercase; }
.pdp-property-widget-special .card-body { background-color: hsla(var(--siteColor3), 10%); }
.pdp-property-widget-special p:empty { display: none; }
.pdp-property-widget-special p:last-child { margin-bottom: 0; }
@media (min-width: 1025px) {
  .pdp-property-widget-special-wrap { padding: 1rem 0 0; }
}

/* PDP - Specials Accordion */
.pdp-specials-accordion { padding: 1rem 1.5rem 0; }
.pdp-specials-accordion > .card { background-color: hsla(var(--siteColor3), 10%); }
.pdp-specials-accordion > .card + .card { margin-top: 0.625rem; }
.pdp-specials-accordion > .card .card-header { margin: 0; padding: 0; border-radius: 1.875rem 1.875rem 0 0; border-bottom: none; }
.pdp-specials-accordion > .card .card-header h5 { margin: 0; font-family: var(--siteFont); font-weight: var(--wBold); font-size: 1.3125rem; }
.pdp-specials-accordion > .card .card-header button { display: block; width: 100%; padding: 0.75rem 2.5rem 0.75rem 1.5rem; position: relative; background: hsl(var(--siteColor3)); color: hsl(var(--white)); border: none; border-radius: 0; outline: none; font-style: normal; line-height: 1.15; text-align: left; text-transform: none; }
.pdp-specials-accordion > .card .card-header button:after { content: ""; width: 0.75rem; height: 1rem; position: absolute; top: 50%; right: 1.25rem; z-index: 2; transform: translate(0, -50%); }
.pdp-specials-accordion > .card .card-header button[aria-expanded=true]:after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M368 224H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>'); }
.pdp-specials-accordion > .card .card-header button[aria-expanded=false]:after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>'); }
.pdp-specials-accordion > .card .collapse { border-top: 0.0625rem hsl(0, 0%, 90%) solid; }
.pdp-specials-accordion > .card .card-body p:last-child { margin-bottom: 0; }
@media (min-width: 1025px) {
  .pdp-specials-accordion { padding: 1rem 0 0; }
}
