.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  background-color: #f2edeb;
  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: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Canela, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

em {
  color: #fff;
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  text-align: center;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #e25332;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: transform 50ms cubic-bezier(.55, .085, .68, .53);
}

.button:active {
  transform: scale(.9);
}

.button.margin-top {
  margin-top: 10%;
}

.button.pink {
  background-color: #ec6969;
}

.button.coal {
  background-color: #3d3d3d;
}

.button.peri {
  background-color: #6b7bb6;
}

.button.ghost {
  background-color: #1f1f1f;
  border: 2px solid #e25332;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: #909090;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #e25332;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e25332;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin: 20px 0 0;
}

.margin-bottom {
  margin: 0 0 5%;
}

.margin-left {
  margin: 0 0 0 3%;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding: 30px 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  min-height: 100vh;
  color: #fff;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  width: 100%;
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.section-md23-hero {
  z-index: -2;
  height: 630px;
  background-image: url('../images/Soup-Night-Background-9-1-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero__wrapper {
  opacity: 1;
  outline-offset: 0px;
  background-color: rgba(242, 237, 235, .97);
  border-radius: 15px;
  outline: 3px solid #4d4844;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.h1 {
  color: #000;
  text-align: center;
  text-shadow: -3px 3px 1px #b3a0a8;
  margin-bottom: 5%;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
}

.h1.text-color-white {
  text-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.text-subhead {
  max-width: 65ch;
  text-align: left;
  text-shadow: -1px 1px 1px #f9dfea;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.h2 {
  max-width: 20ch;
  opacity: 1;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(339deg, #f29bb2, #8da686 30%, #118c3c 58%, #025928 92%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 1.25;
}

.h2.padding-bottom {
  padding-bottom: 20px;
}

.text-links {
  color: #b37283;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.h3 {
  color: #3d3d3d;
  font-family: Canela, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

.h4 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.h4.heading-small {
  text-align: left;
  font-size: 13px;
}

.h4.feature-atc {
  min-height: 40px;
  color: #083d1f;
  font-family: Canela, Georgia, sans-serif;
  font-weight: 700;
}

.p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.section-for-them {
  padding-bottom: 5%;
  display: none;
}

.for-them__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -5%;
  display: grid;
}

.new-hardbacks__wrapper {
  z-index: 4;
  margin-top: 5%;
  margin-bottom: 5%;
  position: relative;
}

.section-doorbuster-deals {
  padding-bottom: 20px;
  position: relative;
}

.doorbuster-deals__wrapper {
  width: 100%;
  margin-bottom: 5%;
}

.deal__wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.section-featured-carousel {
  z-index: 10;
  display: none;
  position: relative;
}

.section-app {
  background-color: #1f1f1f;
  padding-top: 80px;
  padding-bottom: 80px;
}

.app__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.text-color-white {
  color: #fff;
}

.text-color-white.c-testimonial {
  font-size: 14px;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.for-them {
  height: 270px;
  max-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
  display: grid;
  position: relative;
  box-shadow: 0 1px 28px -1px rgba(0, 0, 0, .25);
}

.for-them.bg-pink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffe8e8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.for-them.bg-gray {
  background-color: #d8d8d8;
}

.for-them.bg-blue {
  max-width: 500px;
  grid-column-gap: 0px;
  background-color: #b4bfd1;
}

.ribbon-stripe {
  z-index: 1;
  width: 35px;
  height: 270px;
  background-color: #b63b42;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 40px;
  right: auto;
  transform: rotate(0);
}

.red-ribbon {
  max-width: 72px;
  margin-top: 30px;
  margin-left: -12px;
  position: absolute;
}

.for-them__image {
  z-index: 0;
  width: 163px;
  height: 163px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.collection-title__wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bundle-grid-3__wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.bundle__wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bundle-title-button__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -10%;
  display: flex;
}

.bundle-title-button__wrapper.margin-0 {
  margin-top: 0%;
}

.bundle-title-button__wrapper.margin-top {
  margin-top: 10%;
}

.crimson {
  background-color: #e25332;
}

.dynamic-atc {
  color: #fff;
  text-decoration: none;
}

.button-dynamic-atc {
  color: #fff;
  text-align: center;
  background-color: #f29bb2;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.55, .085, .68, .53);
}

.button-dynamic-atc:active {
  transform: scale(.9);
}

.button-dynamic-atc.margin-top {
  margin-top: 10%;
}

.button-dynamic-atc.pink {
  background-color: #ec6969;
}

.button-dynamic-atc.coal {
  background-color: #3d3d3d;
}

.button-dynamic-atc.peri {
  background-color: #6b7bb6;
}

.text-block, .text-block-2 {
  display: none;
}

.text-atc {
  font-family: Inter;
}

.family-bundle__wrapper {
  margin-top: 5%;
  margin-bottom: 5%;
}

.bundle-grid-4__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bundle-grid-4__wrapper.margin-bottom {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5%;
}

.slider-doorbuster {
  width: 100%;
  height: 700px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  overflow: hidden;
}

.mask {
  max-width: 300px;
  overflow: visible;
}

.slide {
  width: 100%;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 7px 22px -10px rgba(0, 0, 0, .25);
}

.doorbuster {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.doorbuster.collection-slider {
  display: none;
}

.image-doorbuster {
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.image-doorbuster.width-full {
  width: 100%;
}

.image-doorbuster.contain-left {
  max-width: 150%;
}

.image-doorbuster.contain-left-eve {
  max-width: 120%;
}

.image-doorbuster.youwho {
  height: 102%;
  object-fit: cover;
  object-position: 10% 50%;
}

.image-doorbuster.covhousehold {
  object-position: 10% 50%;
}

.image-doorbuster.geneva {
  height: 130%;
  object-fit: cover;
  object-position: 50% 100%;
}

.doorbuster-copy__wrapper {
  min-height: 320px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10% 5%;
  display: flex;
}

.doorbuster-copy__wrapper.bg-cplus {
  background-color: #000;
}

.doorbuster-copy__wrapper.bg-chs {
  background-color: #190905;
}

.doorbuster-copy__wrapper.bg-stones {
  background-color: #1c1c1c;
}

.doorbuster-copy__wrapper.bg-soup {
  background-color: #164020;
}

.doorbuster-copy__wrapper.bg-rainbow {
  background-image: repeating-linear-gradient(233deg, #db8881, #db8881 12%, #8da686 31%, #118c3c 79%, #acd7bb 89%, #fff);
}

.doorbuster-copy__wrapper.bg-dark {
  background-color: #73273b;
}

.doorbuster-copy__wrapper.bg-youwho {
  background-color: #023e73;
}

.doorbuster-copy__wrapper.bg-content {
  background-color: #972a36;
}

.doorbuster-copy__wrapper.bg-light {
  background-color: #734954;
}

.doorbuster-copy__wrapper.bg-dark-blue {
  background-color: #6295a6;
}

.doorbuster-copy__wrapper.bg-dark-copy {
  background-color: #73273b;
}

.doorbuster-copy__wrapper.bg-darker-blue {
  background-color: #083c4d;
}

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

.icon-arrow-circle {
  width: 50px;
  height: 50px;
  filter: invert();
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 1px 8px -1px #000;
}

.white-circle {
  width: 30px;
  background-color: #fff;
}

.left-arrow {
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-new-releases {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  overflow: hidden;
}

.new-release {
  height: 100%;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection {
  display: flex;
}

.new-book__wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-book__title-wrapper {
  width: 100%;
  color: #000;
  text-align: left;
  line-height: 16px;
  text-decoration: none;
}

.featured-book__title {
  text-align: left;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.featured-book__price {
  text-align: left;
  text-decoration: none;
}

.featured-book__price-compare {
  text-align: left;
  text-decoration: line-through;
}

.mask-new-release {
  max-width: 200px;
  overflow: visible;
}

.featured-book__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.1);
}

.featured-book__image-wrapper {
  width: 200px;
  height: 300px;
  padding-top: 300px;
  position: relative;
}

.app-copy__wrapper {
  padding-left: 40px;
}

.embed-form__wrapper {
  background-color: rgba(31, 31, 31, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2-bigger {
  font-family: Canela, Georgia, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.h2-bigger.text-color-white {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
}

.p-app-copy {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.p-app-copy.testimonial {
  font-size: 15px;
  font-style: italic;
}

.collection-slug {
  display: none;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  max-width: 1440px;
}

.splide.slider1.padding-right {
  padding-right: 40px;
}

.splide__track {
  width: 100%;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
}

.text-block-3 {
  display: none;
}

.splide__arrows {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: none;
}

.splide__arrow {
  width: 80px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 2px solid #000;
  border-radius: 10px;
}

.splide__arrow.splide__arrow--prev {
  margin-left: 20px;
  margin-right: 20px;
}

.splide__arrow.splide__arrow--next {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.lottie-animation {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  perspective: 1372px;
  transform-style: preserve-3d;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: perspective(1196px)rotateX(0)rotateY(34deg)rotateZ(0);
}

.snow {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.invert-white {
  filter: invert();
  display: none;
}

.scroll-lottie {
  height: 40px;
  margin-top: 10%;
  margin-bottom: -10%;
  display: none;
}

.image-app__wrapper {
  width: 100%;
  position: relative;
}

.image-app {
  border-radius: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-app.show-mobile {
  display: none;
}

.pricing {
  color: #107c3e;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
}

.pricing.heading-small {
  font-size: 13px;
}

.pricing-compare {
  color: rgba(10, 77, 38, .5);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: line-through;
  display: inline-block;
}

.pricing-compare.heading-small {
  font-size: 13px;
}

.background-video {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-11 {
  text-align: left;
  text-decoration: line-through;
}

.text-block-12 {
  text-align: left;
  text-decoration: none;
}

.image-2 {
  max-height: 300px;
  object-fit: fill;
}

.c {
  background-color: #e25332;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.c.black {
  background-color: #000;
}

.section-other-bundles {
  display: none;
}

.lottie-animation-2 {
  z-index: 900;
  width: 100vw;
  text-align: justify;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-round {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  right: -8px;
}

.p-button-microcopy {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.p-button-microcopy.text-color-grey {
  text-align: left;
  margin-top: 8px;
  padding-left: 0;
  font-size: 14px;
}

.html-embed, .text-block-13, .text-block-14 {
  display: none;
}

.section-wisdom {
  position: relative;
}

.cplus-buttons__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.float1 {
  z-index: -1;
  max-width: 42px;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: 8%;
  right: auto;
}

.float2 {
  z-index: -1;
  height: 30vh;
  object-fit: cover;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: -12px;
}

.float3 {
  z-index: -1;
  height: 40vh;
  max-width: 70px;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: 26%;
  right: auto;
}

.float {
  z-index: 0;
  transform: rotate(90deg);
}

.float.float3 {
  height: auto;
  opacity: .3;
  top: -27%;
  left: 100%;
}

.float.float1 {
  z-index: 1;
  top: -20%;
}

.float.float2 {
  z-index: 0;
  display: none;
  top: 0%;
}

.float.float4 {
  max-width: 60px;
  display: none;
  position: absolute;
  top: -3%;
}

.float.float5 {
  height: 50vh;
  max-width: 70px;
  object-fit: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.float.float6 {
  height: 44vh;
  max-width: 30px;
  object-fit: cover;
  object-position: 0% 0%;
  top: -12%;
}

.section-md23-hero__optout {
  z-index: -2;
  height: 100vh;
  background-image: url('../images/Soup-Night-Background-9-1-2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.shipping-banner__wrapper {
  z-index: 10;
  width: 100vw;
  min-height: 30px;
  background-color: #29afe6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner-text {
  color: #fff;
  text-align: center;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

.banner-text.c-testimonial {
  font-size: 14px;
}

.shipping__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.dropdown {
  margin-top: 40px;
}

.lottie-animation-3 {
  max-width: 300px;
}

.truck-banner-lottie {
  height: 20px;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .h2.padding-bottom {
    font-size: 50px;
  }

  .for-them__wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-app {
    padding-top: 0;
  }

  .app__wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bundle-grid-3__wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bundle-grid-4__wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .slider-doorbuster {
    padding-left: 20px;
  }

  .slider-new-releases {
    overflow: visible;
  }

  .app-copy__wrapper {
    padding-right: 40px;
  }

  .h2-bigger.text-color-white {
    padding-bottom: 40px;
  }

  .ribbon__wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    display: flex;
  }

  .splide.slider1.padding-right {
    padding-right: 20px;
  }

  .splide__slide {
    width: 40%;
  }

  .image-app {
    display: none;
  }

  .image-app.show-mobile {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .float.float3 {
    top: -25%;
    left: 88%;
  }

  .float.float1 {
    top: -13%;
  }

  .float.float5 {
    height: auto;
    top: 6%;
    right: 12%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .container.is--peeking-splides {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .h4.feature-atc {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .for-them__wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-featured-carousel {
    margin-bottom: -10%;
  }

  .app__wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .collection-title__wrapper.margin-bottom {
    align-items: flex-start;
  }

  .bundle-grid-3__wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bundle__wrapper {
    justify-content: space-around;
  }

  .bundle-title-button__wrapper.margin-top {
    margin-top: 0%;
  }

  .slider-new-releases {
    overflow: visible;
  }

  .featured-book__image-wrapper {
    width: 133px;
    height: 200px;
    padding-top: 100%;
    display: flex;
  }

  .h2-bigger.text-color-white {
    font-size: 40px;
  }

  .splide.slider1.padding-right {
    padding-right: 20px;
  }

  .splide__slide {
    width: 48%;
  }

  .image-app.show-mobile {
    max-width: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .float.float3 {
    top: -37%;
    left: 92%;
  }

  .float.float1 {
    max-width: 20px;
    top: -8%;
  }

  .float.float2 {
    z-index: -10;
    top: 5%;
  }

  .float.float4 {
    z-index: -1;
    left: -41px;
  }

  .truck-banner-lottie {
    width: 40px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.ghost {
    margin-top: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .section-md23-hero {
    z-index: 0;
  }

  .hero__wrapper {
    padding: 12px;
  }

  .h1 {
    font-size: 36px;
  }

  .text-subhead {
    padding-top: 0;
    font-size: 16px;
  }

  .h2 {
    padding-bottom: 30px;
    font-size: 24px;
  }

  .h2.padding-bottom-0, .h2.hero {
    padding-bottom: 0;
  }

  .h3 {
    font-size: 20px;
  }

  .h3.padding-vertical {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .h4.heading-small {
    text-align: left;
    font-size: 12px;
  }

  .h4.feature-atc {
    margin-bottom: 0;
  }

  .for-them__wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: -16%;
  }

  .new-hardbacks__wrapper {
    z-index: 1;
  }

  .section-doorbuster-deals {
    z-index: 1;
    margin-top: 40px;
  }

  .section-family-bundles {
    margin-top: 40px;
  }

  .section-featured-carousel {
    margin-top: 40px;
    margin-bottom: 0%;
  }

  .section-app {
    padding-top: 0;
    padding-bottom: 0;
  }

  .for-them.bg-pink {
    grid-column-gap: 4px;
    grid-template-columns: 1fr 1fr;
  }

  .for-them__image {
    width: auto;
    height: auto;
    min-height: 150px;
    min-width: 150px;
    left: -40px;
  }

  .collection-title__wrapper.padding-bottom-10percent {
    margin-top: 0%;
    padding-top: 5%;
  }

  .bundle-grid-3__wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bundle__wrapper {
    justify-content: space-between;
  }

  .button-dynamic-atc {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .mask {
    max-width: 270px;
  }

  .slide {
    overflow: hidden;
  }

  .doorbuster-copy__wrapper.bg-light {
    min-height: 340px;
  }

  .featured-book__image {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .featured-book__image-wrapper {
    width: 150px;
    height: 250px;
    box-shadow: 0 -1px 22px -1px rgba(255, 255, 255, .25);
  }

  .app-copy__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .embed-form__wrapper {
    background-color: rgba(31, 31, 31, .99);
  }

  .h2-bigger.text-color-white {
    text-align: center;
    padding-bottom: 20px;
  }

  .p-app-copy.testimonial {
    color: #fff;
  }

  .ribbon__wrapper {
    margin-left: 80px;
  }

  .splide.slider1.padding-right {
    padding-right: 0;
  }

  .splide__slide {
    width: 70%;
  }

  .image-app {
    padding-left: 0;
    display: none;
  }

  .image-app.show-mobile {
    max-width: 250px;
    padding-top: 20px;
    padding-right: 0;
    display: block;
  }

  .padding-bottom-10percent {
    padding-bottom: 10%;
  }

  .pricing.heading-small, .pricing-compare.heading-small {
    text-align: left;
    font-size: 12px;
  }

  .image-2 {
    max-height: 350px;
  }

  .link-block {
    min-height: 0;
  }

  .img-round {
    right: 0;
  }

  .section-wisdom {
    margin-top: 40px;
  }

  .float.float3 {
    max-width: 50px;
    top: -19%;
    left: 117%;
  }

  .float.float1 {
    top: -4.5%;
  }

  .float.float2 {
    top: -1%;
    right: -99px;
  }

  .float.float4 {
    top: 1%;
  }

  .float.float5 {
    top: 3%;
  }

  .shipping-banner__wrapper {
    min-height: 40px;
    align-items: center;
  }

  .banner-text {
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
    flex: none;
    font-size: 3.5vw;
  }

  .shipping__wrapper {
    padding-bottom: 40px;
  }

  .truck-banner-lottie {
    height: 18px;
    flex: none;
  }
}

#w-node-_352d8830-7090-a31b-729c-3e997431a435-b292c88b {
  align-self: start;
}

#w-node-c71710c4-7d58-42b3-2cba-8f4ee4d9ed30-b292c88b {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c71710c4-7d58-42b3-2cba-8f4ee4d9ed30-b292c88b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c71710c4-7d58-42b3-2cba-8f4ee4d9ed30-b292c88b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_352d8830-7090-a31b-729c-3e997431a42f-b292c88b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}