.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

:root {
  --font-family-sans: $sans-serif;
}

.icon-size-2xl {
  font-size: 6.4rem;
}

.icon-size-xl {
  font-size: 4rem;
}

.icon-size-lg {
  font-size: 3.2rem;
}

.icon-size-base {
  font-size: 2.4rem;
}

.icon-size-md {
  font-size: 1.6rem;
}

.icon-size-sm {
  font-size: 1.2rem;
}

.icon-size-xs {
  font-size: 0.8rem;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}

@keyframes skeletonLoading {
  0% {
    transform: translateX(-100%);
  }
  35%, 100% {
    transform: translateX(100%);
  }
}
/* SWIPER */
@media (max-width: 63.99875em) {
  .mobile-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.1rem;
  }
}

@media (min-width: 64em) {
  .desktop-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.1rem;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 23.4375em) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 48em) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 64em) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 80em) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 90.0625em) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 23.4375em) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 48em) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 64em) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 80em) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 90.0625em) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.heading-xl {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.8rem;
}
.heading-xl-serif {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 4.8rem;
}

.heading-l {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 4rem;
}

.heading-l-serif {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 4rem;
}

.heading-m {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.heading-m-serif {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.heading-s {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.body-l-light {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.body-l {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.body-l-bold {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.body-m-light {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.body-m {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.body-m-bold {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}

.body-s-light {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.body-s {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.body-s-bold {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.body-xs {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.body-xs-bold {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.m-0 {
  margin: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.-m-0 {
  margin: -0rem;
}

.-mx-0 {
  margin-left: -0rem;
  margin-right: -0rem;
}

.-my-0 {
  margin-top: -0rem;
  margin-bottom: -0rem;
}

.-mt-0 {
  margin-top: -0rem;
}

.-mr-0 {
  margin-right: -0rem;
}

.-mb-0 {
  margin-bottom: -0rem;
}

.-ml-0 {
  margin-left: -0rem;
}

.p-0 {
  padding: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.m-0\.25 {
  margin: 0.2rem;
}

.mx-0\.25 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.my-0\.25 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.mt-0\.25 {
  margin-top: 0.2rem;
}

.mr-0\.25 {
  margin-right: 0.2rem;
}

.mb-0\.25 {
  margin-bottom: 0.2rem;
}

.ml-0\.25 {
  margin-left: 0.2rem;
}

.-m-0\.25 {
  margin: -0.2rem;
}

.-mx-0\.25 {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.-my-0\.25 {
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
}

.-mt-0\.25 {
  margin-top: -0.2rem;
}

.-mr-0\.25 {
  margin-right: -0.2rem;
}

.-mb-0\.25 {
  margin-bottom: -0.2rem;
}

.-ml-0\.25 {
  margin-left: -0.2rem;
}

.p-0\.25 {
  padding: 0.2rem;
}

.px-0\.25 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.py-0\.25 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.pt-0\.25 {
  padding-top: 0.2rem;
}

.pr-0\.25 {
  padding-right: 0.2rem;
}

.pb-0\.25 {
  padding-bottom: 0.2rem;
}

.pl-0\.25 {
  padding-left: 0.2rem;
}

.m-0\.50 {
  margin: 0.4rem;
}

.mx-0\.50 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.my-0\.50 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.mt-0\.50 {
  margin-top: 0.4rem;
}

.mr-0\.50 {
  margin-right: 0.4rem;
}

.mb-0\.50 {
  margin-bottom: 0.4rem;
}

.ml-0\.50 {
  margin-left: 0.4rem;
}

.-m-0\.50 {
  margin: -0.4rem;
}

.-mx-0\.50 {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.-my-0\.50 {
  margin-top: -0.4rem;
  margin-bottom: -0.4rem;
}

.-mt-0\.50 {
  margin-top: -0.4rem;
}

.-mr-0\.50 {
  margin-right: -0.4rem;
}

.-mb-0\.50 {
  margin-bottom: -0.4rem;
}

.-ml-0\.50 {
  margin-left: -0.4rem;
}

.p-0\.50 {
  padding: 0.4rem;
}

.px-0\.50 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-0\.50 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.pt-0\.50 {
  padding-top: 0.4rem;
}

.pr-0\.50 {
  padding-right: 0.4rem;
}

.pb-0\.50 {
  padding-bottom: 0.4rem;
}

.pl-0\.50 {
  padding-left: 0.4rem;
}

.m-0\.75 {
  margin: 0.6rem;
}

.mx-0\.75 {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.my-0\.75 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.mt-0\.75 {
  margin-top: 0.6rem;
}

.mr-0\.75 {
  margin-right: 0.6rem;
}

.mb-0\.75 {
  margin-bottom: 0.6rem;
}

.ml-0\.75 {
  margin-left: 0.6rem;
}

.-m-0\.75 {
  margin: -0.6rem;
}

.-mx-0\.75 {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

.-my-0\.75 {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}

.-mt-0\.75 {
  margin-top: -0.6rem;
}

.-mr-0\.75 {
  margin-right: -0.6rem;
}

.-mb-0\.75 {
  margin-bottom: -0.6rem;
}

.-ml-0\.75 {
  margin-left: -0.6rem;
}

.p-0\.75 {
  padding: 0.6rem;
}

.px-0\.75 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.py-0\.75 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.pt-0\.75 {
  padding-top: 0.6rem;
}

.pr-0\.75 {
  padding-right: 0.6rem;
}

.pb-0\.75 {
  padding-bottom: 0.6rem;
}

.pl-0\.75 {
  padding-left: 0.6rem;
}

.m-1 {
  margin: 0.8rem;
}

.mx-1 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.my-1 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.mt-1 {
  margin-top: 0.8rem;
}

.mr-1 {
  margin-right: 0.8rem;
}

.mb-1 {
  margin-bottom: 0.8rem;
}

.ml-1 {
  margin-left: 0.8rem;
}

.-m-1 {
  margin: -0.8rem;
}

.-mx-1 {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}

.-my-1 {
  margin-top: -0.8rem;
  margin-bottom: -0.8rem;
}

.-mt-1 {
  margin-top: -0.8rem;
}

.-mr-1 {
  margin-right: -0.8rem;
}

.-mb-1 {
  margin-bottom: -0.8rem;
}

.-ml-1 {
  margin-left: -0.8rem;
}

.p-1 {
  padding: 0.8rem;
}

.px-1 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.py-1 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.pt-1 {
  padding-top: 0.8rem;
}

.pr-1 {
  padding-right: 0.8rem;
}

.pb-1 {
  padding-bottom: 0.8rem;
}

.pl-1 {
  padding-left: 0.8rem;
}

.m-1\.5 {
  margin: 1.2rem;
}

.mx-1\.5 {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.my-1\.5 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.mt-1\.5 {
  margin-top: 1.2rem;
}

.mr-1\.5 {
  margin-right: 1.2rem;
}

.mb-1\.5 {
  margin-bottom: 1.2rem;
}

.ml-1\.5 {
  margin-left: 1.2rem;
}

.-m-1\.5 {
  margin: -1.2rem;
}

.-mx-1\.5 {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.-my-1\.5 {
  margin-top: -1.2rem;
  margin-bottom: -1.2rem;
}

.-mt-1\.5 {
  margin-top: -1.2rem;
}

.-mr-1\.5 {
  margin-right: -1.2rem;
}

.-mb-1\.5 {
  margin-bottom: -1.2rem;
}

.-ml-1\.5 {
  margin-left: -1.2rem;
}

.p-1\.5 {
  padding: 1.2rem;
}

.px-1\.5 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.py-1\.5 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.pt-1\.5 {
  padding-top: 1.2rem;
}

.pr-1\.5 {
  padding-right: 1.2rem;
}

.pb-1\.5 {
  padding-bottom: 1.2rem;
}

.pl-1\.5 {
  padding-left: 1.2rem;
}

.m-2 {
  margin: 1.6rem;
}

.mx-2 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.my-2 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.mt-2 {
  margin-top: 1.6rem;
}

.mr-2 {
  margin-right: 1.6rem;
}

.mb-2 {
  margin-bottom: 1.6rem;
}

.ml-2 {
  margin-left: 1.6rem;
}

.-m-2 {
  margin: -1.6rem;
}

.-mx-2 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.-my-2 {
  margin-top: -1.6rem;
  margin-bottom: -1.6rem;
}

.-mt-2 {
  margin-top: -1.6rem;
}

.-mr-2 {
  margin-right: -1.6rem;
}

.-mb-2 {
  margin-bottom: -1.6rem;
}

.-ml-2 {
  margin-left: -1.6rem;
}

.p-2 {
  padding: 1.6rem;
}

.px-2 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.py-2 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.pt-2 {
  padding-top: 1.6rem;
}

.pr-2 {
  padding-right: 1.6rem;
}

.pb-2 {
  padding-bottom: 1.6rem;
}

.pl-2 {
  padding-left: 1.6rem;
}

.m-2\.5 {
  margin: 2rem;
}

.mx-2\.5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2\.5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-2\.5 {
  margin-top: 2rem;
}

.mr-2\.5 {
  margin-right: 2rem;
}

.mb-2\.5 {
  margin-bottom: 2rem;
}

.ml-2\.5 {
  margin-left: 2rem;
}

.-m-2\.5 {
  margin: -2rem;
}

.-mx-2\.5 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-2\.5 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mt-2\.5 {
  margin-top: -2rem;
}

.-mr-2\.5 {
  margin-right: -2rem;
}

.-mb-2\.5 {
  margin-bottom: -2rem;
}

.-ml-2\.5 {
  margin-left: -2rem;
}

.p-2\.5 {
  padding: 2rem;
}

.px-2\.5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2\.5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-2\.5 {
  padding-top: 2rem;
}

.pr-2\.5 {
  padding-right: 2rem;
}

.pb-2\.5 {
  padding-bottom: 2rem;
}

.pl-2\.5 {
  padding-left: 2rem;
}

.m-3 {
  margin: 2.4rem;
}

.mx-3 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.my-3 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.mt-3 {
  margin-top: 2.4rem;
}

.mr-3 {
  margin-right: 2.4rem;
}

.mb-3 {
  margin-bottom: 2.4rem;
}

.ml-3 {
  margin-left: 2.4rem;
}

.-m-3 {
  margin: -2.4rem;
}

.-mx-3 {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}

.-my-3 {
  margin-top: -2.4rem;
  margin-bottom: -2.4rem;
}

.-mt-3 {
  margin-top: -2.4rem;
}

.-mr-3 {
  margin-right: -2.4rem;
}

.-mb-3 {
  margin-bottom: -2.4rem;
}

.-ml-3 {
  margin-left: -2.4rem;
}

.p-3 {
  padding: 2.4rem;
}

.px-3 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.py-3 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.pt-3 {
  padding-top: 2.4rem;
}

.pr-3 {
  padding-right: 2.4rem;
}

.pb-3 {
  padding-bottom: 2.4rem;
}

.pl-3 {
  padding-left: 2.4rem;
}

.m-4 {
  margin: 3.2rem;
}

.mx-4 {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}

.my-4 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.mt-4 {
  margin-top: 3.2rem;
}

.mr-4 {
  margin-right: 3.2rem;
}

.mb-4 {
  margin-bottom: 3.2rem;
}

.ml-4 {
  margin-left: 3.2rem;
}

.-m-4 {
  margin: -3.2rem;
}

.-mx-4 {
  margin-left: -3.2rem;
  margin-right: -3.2rem;
}

.-my-4 {
  margin-top: -3.2rem;
  margin-bottom: -3.2rem;
}

.-mt-4 {
  margin-top: -3.2rem;
}

.-mr-4 {
  margin-right: -3.2rem;
}

.-mb-4 {
  margin-bottom: -3.2rem;
}

.-ml-4 {
  margin-left: -3.2rem;
}

.p-4 {
  padding: 3.2rem;
}

.px-4 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.py-4 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.pt-4 {
  padding-top: 3.2rem;
}

.pr-4 {
  padding-right: 3.2rem;
}

.pb-4 {
  padding-bottom: 3.2rem;
}

.pl-4 {
  padding-left: 3.2rem;
}

.m-5 {
  margin: 4rem;
}

.mx-5 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-5 {
  margin-top: 4rem;
}

.mr-5 {
  margin-right: 4rem;
}

.mb-5 {
  margin-bottom: 4rem;
}

.ml-5 {
  margin-left: 4rem;
}

.-m-5 {
  margin: -4rem;
}

.-mx-5 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-5 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mt-5 {
  margin-top: -4rem;
}

.-mr-5 {
  margin-right: -4rem;
}

.-mb-5 {
  margin-bottom: -4rem;
}

.-ml-5 {
  margin-left: -4rem;
}

.p-5 {
  padding: 4rem;
}

.px-5 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-5 {
  padding-top: 4rem;
}

.pr-5 {
  padding-right: 4rem;
}

.pb-5 {
  padding-bottom: 4rem;
}

.pl-5 {
  padding-left: 4rem;
}

.m-6 {
  margin: 4.8rem;
}

.mx-6 {
  margin-left: 4.8rem;
  margin-right: 4.8rem;
}

.my-6 {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.mt-6 {
  margin-top: 4.8rem;
}

.mr-6 {
  margin-right: 4.8rem;
}

.mb-6 {
  margin-bottom: 4.8rem;
}

.ml-6 {
  margin-left: 4.8rem;
}

.-m-6 {
  margin: -4.8rem;
}

.-mx-6 {
  margin-left: -4.8rem;
  margin-right: -4.8rem;
}

.-my-6 {
  margin-top: -4.8rem;
  margin-bottom: -4.8rem;
}

.-mt-6 {
  margin-top: -4.8rem;
}

.-mr-6 {
  margin-right: -4.8rem;
}

.-mb-6 {
  margin-bottom: -4.8rem;
}

.-ml-6 {
  margin-left: -4.8rem;
}

.p-6 {
  padding: 4.8rem;
}

.px-6 {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

.py-6 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.pt-6 {
  padding-top: 4.8rem;
}

.pr-6 {
  padding-right: 4.8rem;
}

.pb-6 {
  padding-bottom: 4.8rem;
}

.pl-6 {
  padding-left: 4.8rem;
}

.m-8 {
  margin: 6.4rem;
}

.mx-8 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}

.my-8 {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}

.mt-8 {
  margin-top: 6.4rem;
}

.mr-8 {
  margin-right: 6.4rem;
}

.mb-8 {
  margin-bottom: 6.4rem;
}

.ml-8 {
  margin-left: 6.4rem;
}

.-m-8 {
  margin: -6.4rem;
}

.-mx-8 {
  margin-left: -6.4rem;
  margin-right: -6.4rem;
}

.-my-8 {
  margin-top: -6.4rem;
  margin-bottom: -6.4rem;
}

.-mt-8 {
  margin-top: -6.4rem;
}

.-mr-8 {
  margin-right: -6.4rem;
}

.-mb-8 {
  margin-bottom: -6.4rem;
}

.-ml-8 {
  margin-left: -6.4rem;
}

.p-8 {
  padding: 6.4rem;
}

.px-8 {
  padding-left: 6.4rem;
  padding-right: 6.4rem;
}

.py-8 {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.pt-8 {
  padding-top: 6.4rem;
}

.pr-8 {
  padding-right: 6.4rem;
}

.pb-8 {
  padding-bottom: 6.4rem;
}

.pl-8 {
  padding-left: 6.4rem;
}

.container {
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 63.99875em) {
  .container {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
@media (min-width: 23.4375em) {
  .container {
    max-width: 57.5rem;
  }
}
@media (min-width: 48em) {
  .container {
    max-width: 67rem;
  }
}
@media (min-width: 64em) {
  .container {
    max-width: 86rem;
  }
}
@media (min-width: 80em) {
  .container {
    max-width: 115rem;
  }
}

.container-large {
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 140rem;
}
@media (max-width: 63.99875em) {
  .container-large {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 63.99875em) {
  .container-fluid {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
@media (max-width: 63.99875em) {
  .row {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
  .row > .col,
  .row > [class*=col-] {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 0.1rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 23.4375em) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 48em) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 64em) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 80em) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 90.0625em) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.cart-actions-sticky .o-amazonpay-parent-container {
  display: none;
}

.o-amazonpay-parent-container {
  height: 3.9rem;
}
.o-amazonpay-parent-container:hover .o-amazonpay-parent-container-displayed {
  background-color: #fff;
}
.o-amazonpay-parent-container .o-amazonpay-container {
  opacity: 0;
  z-index: 2;
  height: 3.9rem !important;
  width: 100% !important;
}
.o-amazonpay-parent-container .o-amazonpay-parent-container-displayed {
  z-index: 1;
  position: relative;
  top: -3.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  line-height: 2.6rem;
  padding: 0;
  border: 0.1rem solid #001022;
  border-radius: 0;
  background: #fffefa;
}
.o-amazonpay-parent-container .o-amazonpay-parent-container-displayed .m-amazonpay-logo-container {
  display: flex;
  text-align: center;
  align-items: end;
  align-items: flex-end;
}
.o-amazonpay-parent-container .o-amazonpay-parent-container-displayed .m-amazonpay-logo-container img {
  display: block;
  width: 6.583rem;
  height: 2rem;
}
.o-amazonpay-parent-container .o-amazonpay-parent-container-displayed .m-amazonpay-logo-container .a-pay-with-text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 0.4rem;
  margin-bottom: 0.1rem;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 62.5%;
}
html.scroll-locked {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

.a--tabfocus, .radio input[type=radio].a--tabfocus ~ label::before, .radio input[type=radio]:focus ~ label::before,
.fake-radio input[type=radio].a--tabfocus ~ label::before,
.fake-radio input[type=radio]:focus ~ label::before {
  outline: 0.2rem solid #001022 !important;
  outline-offset: 0.1rem;
}
.focus-inset.a--tabfocus, .radio input[type=radio].a--tabfocus ~ label.focus-inset::before, .radio input[type=radio]:focus ~ label.focus-inset::before,
.fake-radio input[type=radio].a--tabfocus ~ label.focus-inset::before,
.fake-radio input[type=radio]:focus ~ label.focus-inset::before {
  outline-offset: -0.2rem;
}

.radio input[type=radio].a--tabfocus ~ label::before, .radio input[type=radio]:focus ~ label::before,
.fake-radio input[type=radio].a--tabfocus ~ label::before,
.fake-radio input[type=radio]:focus ~ label::before {
  outline-offset: 0.2rem;
}

.a-text--warning {
  color: #af4d23;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
}

body {
  width: 100%;
  height: 100%;
  background: none repeat scroll 0 0 #fffefa;
  color: #001022;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-family-sans: LOccitaneSans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 1.4rem;
}

a {
  overflow: hidden;
  font-size: 1.2rem;
  color: #484e51;
  text-decoration: none;
}

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

td {
  padding: 1em;
  vertical-align: top;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

figure {
  margin: 0;
  max-width: 100%;
}

picture {
  margin: 0;
  font-size: 0;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}
img[loading=lazy] {
  opacity: 1;
  transition: opacity 700ms;
  transition-delay: 0.5s;
}
img[loading=lazy][src=""][srcset=""], img[loading=lazy][src=""]:not([srcset]), img[loading=lazy]:not([src])[srcset=""], img[loading=lazy]:not([src]):not([srcset]) {
  opacity: 0;
}

@media (min-width: 64em) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 63.99875em) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (max-width: 47.99875em) {
  .mobile-only-hidden {
    display: none !important;
  }
}

@media (max-width: 23.43625em) {
  .xs-store-locator .m-header-user {
    display: none !important;
  }
}

@media (max-width: 23.43625em) {
  .xs-my-account .m-header-storelocator {
    display: none !important;
  }
}

body.touch .js-touch-hover {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.pagination {
  width: auto;
  margin: 4.8rem auto;
  text-align: center;
}
.pagination .results-hits {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
.pagination li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  vertical-align: top;
  line-height: 2.5rem;
}
.pagination li a {
  display: block;
}
.pagination li.current-page {
  font-weight: 600;
}

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

.js--sticky {
  position: fixed;
}

.js--sticky-bottom {
  position: absolute;
  bottom: 0;
}

@keyframes loaderRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  70%, 100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.loading::before {
  content: "";
  position: fixed;
  font-size: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 105;
}
.loading:not(.regional-loading)::before {
  background: rgba(0, 0, 0, 0.44);
}
.loading::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/loader.svg) no-repeat center;
  background-size: contain;
  z-index: 106;
  animation-duration: 1.4s;
  animation-name: loaderRotate;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.loading.regional-loading::before {
  position: absolute;
  z-index: 2;
}
.loading.regional-loading::after {
  position: absolute;
  z-index: 3;
  width: 3.2rem;
  height: 3.2rem;
}
.loading.regional-loading.small-loading::after {
  width: 2.4rem;
  height: 2.4rem;
}
.loading.regional-loading.medium-loading::after {
  width: 4.4rem;
  height: 4.4rem;
}
.loading.regional-loading.big-loading::after {
  width: 4.8rem;
  height: 4.8rem;
}
.loading.regional-loading.ui-dialog::before {
  z-index: 102;
}
.loading.regional-loading.ui-dialog::after {
  z-index: 103;
}
.loading.regional-loading:not(.ui-dialog) {
  position: relative;
}
.loading .loading-text {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 106;
}

.loading.regional-loading-animation::after {
  background: none;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#lottie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(2.4rem);
  z-index: 105;
  opacity: 0;
  animation: fadeIn 0.5s 0.5s forwards;
}

#lottie-overlay-regional {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2.4rem);
}

#lottie-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 106;
  height: 6.4rem;
  width: 6.4rem;
}

#lottie-container-regional {
  height: 3.2rem;
  width: 3.2rem;
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 107;
  transform: translate(-50%, 50%);
}

/* Placeholders */
.plh_rating {
  /* Used to prevent CLS in PLP rating snippets */
  min-height: 2rem;
}

.a-icon,
[class^=a-icon-],
[class*=" a-icon-"] {
  font-family: "occ-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a-icon-address:before {
  content: "\ea01";
}

.a-icon-amazon:before {
  content: "\ea02";
}

.a-icon-arrow-left:before {
  content: "\ea03";
}

.a-icon-arrow-return-m:before {
  content: "\ea04";
}

.a-icon-arrow-return:before {
  content: "\ea05";
}

.a-icon-arrow-right-thin-m:before {
  content: "\ea06";
}

.a-icon-arrow-right:before {
  content: "\ea07";
}

.a-icon-auto-replenishment:before {
  content: "\ea08";
}

.a-icon-bag-full:before {
  content: "\ea09";
}

.a-icon-bag-hide-m:before {
  content: "\ea0a";
}

.a-icon-bag-m:before {
  content: "\ea0b";
}

.a-icon-bag-received:before {
  content: "\ea0c";
}

.a-icon-bag:before {
  content: "\ea0d";
}

.a-icon-beauty-profile:before {
  content: "\ea0e";
}

.a-icon-bike-m:before {
  content: "\ea0f";
}

.a-icon-cac_store:before {
  content: "\ea10";
}

.a-icon-cac_store_express:before {
  content: "\ea11";
}

.a-icon-calendar:before {
  content: "\ea12";
}

.a-icon-call:before {
  content: "\ea13";
}

.a-icon-car-m:before {
  content: "\ea14";
}

.a-icon-card-m:before {
  content: "\ea15";
}

.a-icon-card:before {
  content: "\ea16";
}

.a-icon-careers:before {
  content: "\ea17";
}

.a-icon-checkbox-v-m:before {
  content: "\ea18";
}

.a-icon-checkbox-v-s:before {
  content: "\ea19";
}

.a-icon-checkbox-v-xs:before {
  content: "\ea1a";
}

.a-icon-checkbox-v:before {
  content: "\ea1b";
}

.a-icon-checkmark-xs:before {
  content: "\ea1c";
}

.a-icon-chevron-down-m:before {
  content: "\ea1d";
}

.a-icon-chevron-down-s:before {
  content: "\ea1e";
}

.a-icon-chevron-down-xs:before {
  content: "\ea1f";
}

.a-icon-chevron-down:before {
  content: "\ea20";
}

.a-icon-chevron-left-aura:before {
  content: "\ea21";
}

.a-icon-chevron-left-m:before {
  content: "\ea22";
}

.a-icon-chevron-left-s:before {
  content: "\ea23";
}

.a-icon-chevron-left-xs:before {
  content: "\ea24";
}

.a-icon-chevron-left:before {
  content: "\ea25";
}

.a-icon-chevron-right-aura:before {
  content: "\ea26";
}

.a-icon-chevron-right-m:before {
  content: "\ea27";
}

.a-icon-chevron-right-s:before {
  content: "\ea28";
}

.a-icon-chevron-right-xs:before {
  content: "\ea29";
}

.a-icon-chevron-right:before {
  content: "\ea2a";
}

.a-icon-chevron-up-m:before {
  content: "\ea2b";
}

.a-icon-chevron-up-xs:before {
  content: "\ea2c";
}

.a-icon-chevron-up:before {
  content: "\ea2d";
}

.a-icon-click-collect:before {
  content: "\ea2e";
}

.a-icon-close-m:before {
  content: "\ea2f";
}

.a-icon-close-s:before {
  content: "\ea30";
}

.a-icon-close-xs:before {
  content: "\ea31";
}

.a-icon-close:before {
  content: "\ea32";
}

.a-icon-complete-birthday-l:before {
  content: "\ea33";
}

.a-icon-crown:before {
  content: "\ea34";
}

.a-icon-delivered:before {
  content: "\ea35";
}

.a-icon-deluxe-sample:before {
  content: "\ea36";
}

.a-icon-devise-chf:before {
  content: "\ea37";
}

.a-icon-devise-dollar:before {
  content: "\ea38";
}

.a-icon-devise-euro:before {
  content: "\ea39";
}

.a-icon-devise-pound:before {
  content: "\ea3a";
}

.a-icon-devise-won:before {
  content: "\ea3b";
}

.a-icon-devise-yen:before {
  content: "\ea3c";
}

.a-icon-direction-arrow-m:before {
  content: "\ea3d";
}

.a-icon-error-framed-m:before {
  content: "\ea3e";
}

.a-icon-error-framed:before {
  content: "\ea3f";
}

.a-icon-exit:before {
  content: "\ea40";
}

.a-icon-eye-hide-m:before {
  content: "\ea41";
}

.a-icon-eye-hide:before {
  content: "\ea42";
}

.a-icon-eye-show-m:before {
  content: "\ea43";
}

.a-icon-facebook-m:before {
  content: "\ea44";
}

.a-icon-facebook:before {
  content: "\ea45";
}

.a-icon-fav-full:before {
  content: "\ea46";
}

.a-icon-fav-on:before {
  content: "\ea47";
}

.a-icon-fav:before {
  content: "\ea48";
}

.a-icon-favorite-product-l:before {
  content: "\ea49";
}

.a-icon-female:before {
  content: "\ea4a";
}

.a-icon-friendreferral:before {
  content: "\ea4b";
}

.a-icon-fullsizeproduct:before {
  content: "\ea4c";
}

.a-icon-geoloc-arrow:before {
  content: "\ea4d";
}

.a-icon-geoloc-m:before {
  content: "\ea4e";
}

.a-icon-geoloc:before {
  content: "\ea4f";
}

.a-icon-gift-l:before {
  content: "\ea50";
}

.a-icon-gift:before {
  content: "\ea51";
}

.a-icon-google:before {
  content: "\ea52";
}

.a-icon-hours-m:before {
  content: "\ea53";
}

.a-icon-hours-s:before {
  content: "\ea54";
}

.a-icon-hours:before {
  content: "\ea55";
}

.a-icon-icon-profile:before {
  content: "\ea56";
}

.a-icon-info-framed-m:before {
  content: "\ea57";
}

.a-icon-info-m:before {
  content: "\ea58";
}

.a-icon-instagram-m:before {
  content: "\ea59";
}

.a-icon-instagram:before {
  content: "\ea5a";
}

.a-icon-label:before {
  content: "\ea5b";
}

.a-icon-less-m:before {
  content: "\ea5c";
}

.a-icon-less-s:before {
  content: "\ea5d";
}

.a-icon-less-xs:before {
  content: "\ea5e";
}

.a-icon-less:before {
  content: "\ea5f";
}

.a-icon-linkedin:before {
  content: "\ea60";
}

.a-icon-locator-airport:before {
  content: "\ea61";
}

.a-icon-locator-flower:before {
  content: "\ea62";
}

.a-icon-locator-m:before {
  content: "\ea63";
}

.a-icon-locator-store:before {
  content: "\ea64";
}

.a-icon-locator-store2:before {
  content: "\ea65";
}

.a-icon-locator-store3:before {
  content: "\ea66";
}

.a-icon-locator:before {
  content: "\ea67";
}

.a-icon-mail-m:before {
  content: "\ea68";
}

.a-icon-mail:before {
  content: "\ea69";
}

.a-icon-male:before {
  content: "\ea6a";
}

.a-icon-map-dual-arrow-m:before {
  content: "\ea6b";
}

.a-icon-mask:before {
  content: "\ea6c";
}

.a-icon-message:before {
  content: "\ea6d";
}

.a-icon-more-m:before {
  content: "\ea6e";
}

.a-icon-more-s:before {
  content: "\ea6f";
}

.a-icon-more-xs:before {
  content: "\ea70";
}

.a-icon-more:before {
  content: "\ea71";
}

.a-icon-ongoing-promotions-l:before {
  content: "\ea72";
}

.a-icon-order-delivered:before {
  content: "\ea73";
}

.a-icon-order-history:before {
  content: "\ea74";
}

.a-icon-order-m:before {
  content: "\ea75";
}

.a-icon-order-prepared:before {
  content: "\ea76";
}

.a-icon-order-returned:before {
  content: "\ea77";
}

.a-icon-order-sent:before {
  content: "\ea78";
}

.a-icon-packstation:before {
  content: "\ea79";
}

.a-icon-password:before {
  content: "\ea7a";
}

.a-icon-pause-m-hover:before {
  content: "\ea7b";
}

.a-icon-pause-m:before {
  content: "\ea7c";
}

.a-icon-pause-s:before {
  content: "\ea7d";
}

.a-icon-payment:before {
  content: "\ea7e";
}

.a-icon-paypal:before {
  content: "\ea7f";
}

.a-icon-phone-m:before {
  content: "\ea80";
}

.a-icon-phone-s:before {
  content: "\ea81";
}

.a-icon-phone:before {
  content: "\ea82";
}

.a-icon-pinterest:before {
  content: "\ea83";
}

.a-icon-play-m-hover:before {
  content: "\ea84";
}

.a-icon-play-m:before {
  content: "\ea85";
}

.a-icon-play-s:before {
  content: "\ea86";
}

.a-icon-point-relay:before {
  content: "\ea87";
}

.a-icon-points-l:before {
  content: "\ea88";
}

.a-icon-preparation:before {
  content: "\ea89";
}

.a-icon-pro-partner:before {
  content: "\ea8a";
}

.a-icon-profil:before {
  content: "\ea8b";
}

.a-icon-profil2:before {
  content: "\ea8c";
}

.a-icon-question:before {
  content: "\ea8d";
}

.a-icon-refil:before {
  content: "\ea8e";
}

.a-icon-refine-m:before {
  content: "\ea8f";
}

.a-icon-return:before {
  content: "\ea90";
}

.a-icon-reviews:before {
  content: "\ea91";
}

.a-icon-reward-card:before {
  content: "\ea92";
}

.a-icon-rotate-m:before {
  content: "\ea93";
}

.a-icon-rotate:before {
  content: "\ea94";
}

.a-icon-search-m:before {
  content: "\ea95";
}

.a-icon-search:before {
  content: "\ea96";
}

.a-icon-sent-m:before {
  content: "\ea97";
}

.a-icon-sent:before {
  content: "\ea98";
}

.a-icon-share:before {
  content: "\ea99";
}

.a-icon-shipping-box:before {
  content: "\ea9a";
}

.a-icon-shipping-l:before {
  content: "\ea9b";
}

.a-icon-shipping:before {
  content: "\ea9c";
}

.a-icon-signs:before {
  content: "\ea9d";
}

.a-icon-star-0:before {
  content: "\ea9e";
}

.a-icon-star-m-0:before {
  content: "\ea9f";
}

.a-icon-star-m-100:before {
  content: "\eaa0";
}

.a-icon-star-m-25:before {
  content: "\eaa1";
}

.a-icon-star-m-50:before {
  content: "\eaa2";
}

.a-icon-star-m-75:before {
  content: "\eaa3";
}

.a-icon-star-s-0:before {
  content: "\eaa4";
}

.a-icon-star-s-100:before {
  content: "\eaa5";
}

.a-icon-star-s-25:before {
  content: "\eaa6";
}

.a-icon-star-s-50:before {
  content: "\eaa7";
}

.a-icon-star-s-75:before {
  content: "\eaa8";
}

.a-icon-star:before {
  content: "\eaa9";
}

.a-icon-store-m:before {
  content: "\eaaa";
}

.a-icon-store:before {
  content: "\eaab";
}

.a-icon-tiktok:before {
  content: "\eaac";
}

.a-icon-time:before {
  content: "\eaad";
}

.a-icon-train-m:before {
  content: "\eaae";
}

.a-icon-twitter:before {
  content: "\eaaf";
}

.a-icon-upload-m:before {
  content: "\eab0";
}

.a-icon-upload:before {
  content: "\eab1";
}

.a-icon-validate:before {
  content: "\eab2";
}

.a-icon-validation-framed-m:before {
  content: "\eab3";
}

.a-icon-validation-framed:before {
  content: "\eab4";
}

.a-icon-vip-beauty-party-l:before {
  content: "\eab5";
}

.a-icon-vkontakte:before {
  content: "\eab6";
}

.a-icon-walk-m:before {
  content: "\eab7";
}

.a-icon-warning-filled:before {
  content: "\eab8";
}

.a-icon-warning-framed-m:before {
  content: "\eab9";
}

.a-icon-warning-framed:before {
  content: "\eaba";
}

.a-icon-without-m:before {
  content: "\eabb";
}

.a-icon-x:before {
  content: "\eabc";
}

.a-icon-youtube:before {
  content: "\eabd";
}

.a-icon-zoom-m:before {
  content: "\eabe";
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

.a-input,
textarea,
input[type=date],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
input[type=text] {
  box-sizing: border-box;
  font-weight: 400;
  padding: 1rem 0.8rem;
  text-indent: 0;
  width: 100%;
  background-color: #fffefa;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0.1rem solid #6a767b;
}
.a-input:focus,
textarea:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus {
  border-width: 0.2rem;
  padding: 0.9rem 0.7rem;
}
.a-input:-webkit-autofill,
textarea:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=text]:-webkit-autofill {
  box-shadow: 0 0 0 3rem #fffefa inset;
  -webkit-box-shadow: 0 0 0 3rem #fffefa inset;
}
@media (max-width: 47.99875em) {
  .a-input,
  textarea,
  input[type=date],
  input[type=number],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=text] {
    font-size: 1.6rem;
  }
}

input[type=password] {
  font: caption;
  font-size: 1.6rem;
  font-family: sans-serif;
  letter-spacing: 0.1rem;
}
input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
  display: none;
}

/* hide up and down buttons on numeric fields */
input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  background-color: #fffefa;
  width: 100%;
  height: 3.2rem;
  border: 0;
}
.mobile-device .form-field select:not(.variation-select) {
  display: block !important;
  position: absolute;
  z-index: 1;
  border: 0.1rem solid #6a767b;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  padding-right: 3.4rem;
}
select.error ~ .ui-selectmenu-button .ui-selectmenu-text {
  padding-right: 6rem;
}
select.error ~ .ui-selectmenu-button::before {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  font-family: "occ-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea3e";
  color: #d0021b;
}
select.error ~ .ui-selectmenu-button[aria-expanded=true]::before {
  right: 3.9rem;
}

.form-field {
  position: relative;
}
.form-field + .a-caption-message {
  margin-bottom: 0;
}

.form-caption {
  position: relative;
  width: 100%;
  min-height: 0.1rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  flex: 0 0 100%;
  max-width: 100%;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}

.a-success-form,
.a-success-form p {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #637127;
  text-align: center;
}

.a-error-form {
  display: block;
  margin: 0 0 0.8rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #d0021b;
  font-weight: 500;
}

.m-form-row {
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
  margin-bottom: 1.6rem;
  vertical-align: top;
}
.m-form-row:not([class*=col-]) {
  flex: 0 0 50%;
  max-width: 50%;
}
.m-form-row:not([class*=col-]).internationalphone {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 47.99875em) {
  .m-form-row:not([class*=col-]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 63.99875em) {
  .m-form-row {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.m-form-row.label-space-before {
  padding-top: 2.6rem;
}
.m-form-row.label-space-before.checkbox, .m-form-row.label-space-before.radio {
  padding-top: 3.8rem;
}
.m-form-row .m-field-wrapper {
  position: relative;
}
.m-form-row .m-field-wrapper.valid-field input[type=text],
.m-form-row .m-field-wrapper.valid-field input[type=email],
.m-form-row .m-field-wrapper.valid-field input[type=password], .m-form-row .m-field-wrapper.error-field input[type=text],
.m-form-row .m-field-wrapper.error-field input[type=email],
.m-form-row .m-field-wrapper.error-field input[type=password] {
  padding-right: 3.2rem;
}
.m-form-row .m-field-wrapper.valid-field .form-field::before, .m-form-row .m-field-wrapper.error-field .form-field::before {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  font-family: "occ-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-form-row .m-field-wrapper.valid-field .form-field::before {
  content: "\eab3";
  color: #3b7902;
}
.m-form-row .m-field-wrapper.error-field .form-field::before {
  content: "\ea3e";
  color: #d0021b;
}
.m-form-row.checkbox .m-field-wrapper.valid-field .form-field::before, .m-form-row.checkbox .m-field-wrapper.valid-field .form-field::after,
.m-form-row.checkbox .m-field-wrapper.error-field .form-field::before,
.m-form-row.checkbox .m-field-wrapper.error-field .form-field::after, .m-form-row.radio .m-field-wrapper.valid-field .form-field::before, .m-form-row.radio .m-field-wrapper.valid-field .form-field::after,
.m-form-row.radio .m-field-wrapper.error-field .form-field::before,
.m-form-row.radio .m-field-wrapper.error-field .form-field::after {
  content: none !important;
}
.m-form-row.password .m-field-wrapper.valid-field .form-field::before,
.m-form-row.password .m-field-wrapper.valid-field .form-field::after, .o-password-reset-dialog .m-form-row .m-field-wrapper.valid-field .form-field::before,
.o-password-reset-dialog .m-form-row .m-field-wrapper.valid-field .form-field::after, .returning-customers .m-form-row.username .m-field-wrapper.valid-field .form-field::before,
.returning-customers .m-form-row.username .m-field-wrapper.valid-field .form-field::after,
.m-form-row .m-field-wrapper.js--autofilled.valid-field .form-field::before,
.m-form-row .m-field-wrapper.js--autofilled.valid-field .form-field::after,
.m-form-row .m-field-wrapper.js--autofilled.error-field .form-field::before,
.m-form-row .m-field-wrapper.js--autofilled.error-field .form-field::after {
  content: none !important;
}
.m-form-row.password .m-field-wrapper.valid-field input[type=text],
.m-form-row.password .m-field-wrapper.valid-field input[type=email],
.m-form-row.password .m-field-wrapper.valid-field input[type=password], .o-password-reset-dialog .m-form-row .m-field-wrapper.valid-field input[type=text],
.o-password-reset-dialog .m-form-row .m-field-wrapper.valid-field input[type=email],
.o-password-reset-dialog .m-form-row .m-field-wrapper.valid-field input[type=password], .returning-customers .m-form-row.username .m-field-wrapper.valid-field input[type=text],
.returning-customers .m-form-row.username .m-field-wrapper.valid-field input[type=email],
.returning-customers .m-form-row.username .m-field-wrapper.valid-field input[type=password],
.m-form-row .m-field-wrapper.js--autofilled.valid-field input[type=text],
.m-form-row .m-field-wrapper.js--autofilled.valid-field input[type=email],
.m-form-row .m-field-wrapper.js--autofilled.valid-field input[type=password],
.m-form-row .m-field-wrapper.js--autofilled.error-field input[type=text],
.m-form-row .m-field-wrapper.js--autofilled.error-field input[type=email],
.m-form-row .m-field-wrapper.js--autofilled.error-field input[type=password] {
  padding-right: 0.8rem;
}
.m-form-row.password .m-field-wrapper.valid-field span.ui-selectmenu-button span.ui-selectmenu-text, .o-password-reset-dialog .m-form-row .m-field-wrapper.valid-field span.ui-selectmenu-button span.ui-selectmenu-text, .returning-customers .m-form-row.username .m-field-wrapper.valid-field span.ui-selectmenu-button span.ui-selectmenu-text,
.m-form-row .m-field-wrapper.js--autofilled.valid-field span.ui-selectmenu-button span.ui-selectmenu-text,
.m-form-row .m-field-wrapper.js--autofilled.error-field span.ui-selectmenu-button span.ui-selectmenu-text {
  padding-right: 3.2rem;
}
.m-form-row.date-field .m-field-wrapper.valid-field input[type=text], .m-form-row.date-field .m-field-wrapper.error-field input[type=text] {
  padding-right: 0;
}
.m-form-row .form-caption {
  display: none;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.m-form-row .a-birthday-error-message,
.m-form-row .a-error-message {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #d0021b;
  font-weight: 500;
  display: block;
  text-align: left;
  margin: 0.8rem 0 0;
}
.m-form-row .a-birthday-error-message.empty,
.m-form-row .a-error-message.empty {
  margin: 0;
  display: none;
}
.m-form-row .a-birthday-error-message p,
.m-form-row .a-error-message p {
  margin: 0;
  padding: 0;
}
.m-form-row .a-warning-message {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #af4d23;
  font-weight: 500;
  display: block;
  text-align: left;
  margin: 0.8rem 0 0;
}
.m-form-row .a-caption-message,
.m-form-row .a-caption-message2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #484e51;
  display: block;
  text-align: left;
  margin: 0.8rem 0 0;
}
.m-form-row .a-mandatory-text {
  color: #484e51;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6rem;
}
.m-form-row input[type=text],
.m-form-row input[type=email],
.m-form-row input[type=password],
.m-form-row input[type=tel] {
  line-height: 2rem;
  color: #001022;
  font-weight: 400;
  height: 4rem;
}
.m-form-row input[type=text].valid,
.m-form-row input[type=email].valid,
.m-form-row input[type=password].valid,
.m-form-row input[type=tel].valid {
  border-color: #001022;
}
.m-form-row input[type=text].valid:focus,
.m-form-row input[type=email].valid:focus,
.m-form-row input[type=password].valid:focus,
.m-form-row input[type=tel].valid:focus {
  border-color: #6a767b;
}
.m-form-row input[type=text][disabled=true], .m-form-row input[type=text][readonly],
.m-form-row input[type=email][disabled=true],
.m-form-row input[type=email][readonly],
.m-form-row input[type=password][disabled=true],
.m-form-row input[type=password][readonly],
.m-form-row input[type=tel][disabled=true],
.m-form-row input[type=tel][readonly] {
  color: #001022;
  border-color: #6a767b;
  background: #f6f7f7;
}
.m-form-row input[type=text][disabled=true]:focus, .m-form-row input[type=text][readonly]:focus,
.m-form-row input[type=email][disabled=true]:focus,
.m-form-row input[type=email][readonly]:focus,
.m-form-row input[type=password][disabled=true]:focus,
.m-form-row input[type=password][readonly]:focus,
.m-form-row input[type=tel][disabled=true]:focus,
.m-form-row input[type=tel][readonly]:focus {
  border-color: #6a767b;
  border-width: 0.1rem;
  padding: 1rem 0.8rem;
}
.m-form-row input[type=text].error ~ .a-caption-message,
.m-form-row input[type=email].error ~ .a-caption-message,
.m-form-row input[type=password].error ~ .a-caption-message,
.m-form-row input[type=tel].error ~ .a-caption-message {
  display: none;
}
.m-form-row input[type=text]::-webkit-input-placeholder,
.m-form-row input[type=email]::-webkit-input-placeholder,
.m-form-row input[type=password]::-webkit-input-placeholder,
.m-form-row input[type=tel]::-webkit-input-placeholder {
  color: transparent;
}
.m-form-row input[type=text]:focus::-webkit-input-placeholder,
.m-form-row input[type=email]:focus::-webkit-input-placeholder,
.m-form-row input[type=password]:focus::-webkit-input-placeholder,
.m-form-row input[type=tel]:focus::-webkit-input-placeholder {
  color: #484e51;
}
.m-form-row input[type=text]:-ms-input-placeholder,
.m-form-row input[type=email]:-ms-input-placeholder,
.m-form-row input[type=password]:-ms-input-placeholder,
.m-form-row input[type=tel]:-ms-input-placeholder {
  color: transparent;
}
.m-form-row input[type=text]:focus:-ms-input-placeholder,
.m-form-row input[type=email]:focus:-ms-input-placeholder,
.m-form-row input[type=password]:focus:-ms-input-placeholder,
.m-form-row input[type=tel]:focus:-ms-input-placeholder {
  color: #484e51;
}
.m-form-row input[type=text]::-moz-placeholder,
.m-form-row input[type=email]::-moz-placeholder,
.m-form-row input[type=password]::-moz-placeholder,
.m-form-row input[type=tel]::-moz-placeholder {
  color: transparent;
}
.m-form-row input[type=text]:focus::-moz-placeholder,
.m-form-row input[type=email]:focus::-moz-placeholder,
.m-form-row input[type=password]:focus::-moz-placeholder,
.m-form-row input[type=tel]:focus::-moz-placeholder {
  color: #484e51;
}
.m-form-row input[type=text].text-uppercase,
.m-form-row input[type=email].text-uppercase,
.m-form-row input[type=password].text-uppercase,
.m-form-row input[type=tel].text-uppercase {
  text-transform: uppercase;
}
.m-form-row label,
.m-form-row .a-label {
  font-weight: 500;
  line-height: 2rem;
  display: block;
  margin-bottom: 0.8rem;
}
.m-form-row label .sub,
.m-form-row .a-label .sub {
  font-size: 0.9rem;
}
.m-form-row label + .a-caption-message,
.m-form-row .a-label + .a-caption-message {
  margin-bottom: 0.8rem;
}
.m-form-row .a-bar {
  display: none;
}
.m-form-row.form-row-button {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 2.4rem;
}
.m-form-row.form-row-button button {
  min-width: 24rem;
  display: block;
  margin: 0 auto;
}
.m-form-row.full {
  flex: 0 0 100%;
  max-width: 100%;
}
.m-form-row.birthday, .m-form-row.m-creditcard-date {
  margin-bottom: 0.8rem;
}
@media (min-width: 48em) {
  .m-form-row.birthday, .m-form-row.m-creditcard-date {
    margin-bottom: 1.6rem;
  }
  .m-form-row.birthday .row .m-form-row, .m-form-row.m-creditcard-date .row .m-form-row {
    margin-bottom: 0.8rem;
  }
}
.m-form-row.birthday .a-legend, .m-form-row.m-creditcard-date .a-legend {
  font-weight: 500;
  line-height: 2rem;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.m-form-row.birthday .a-label, .m-form-row.m-creditcard-date .a-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
@media (max-width: 63.99875em) {
  .m-form-row.birthday, .m-form-row.m-creditcard-date {
    margin-bottom: 1.5rem;
  }
}
.m-form-row.birthday .row, .m-form-row.m-creditcard-date .row {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
@media (max-width: 63.99875em) {
  .m-form-row.birthday .row, .m-form-row.m-creditcard-date .row {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
}
.m-form-row.birthday .a-error-form, .m-form-row.m-creditcard-date .a-error-form {
  position: relative;
}
.m-form-row.countries_states {
  margin-bottom: 0;
}
.m-form-row.countries_states .row {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
@media (max-width: 63.99875em) {
  .m-form-row.countries_states .row {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
@media (max-width: 63.99875em) {
  .m-form-row.countries_states {
    min-height: 0;
  }
}

.a-label-required {
  margin: 0.5rem 0 2.4rem;
  color: #484e51;
  font-size: 1.1rem;
}

.a-error-summary {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #d0021b;
  font-weight: 500;
  display: block;
  text-align: left;
  margin: 0 0 1.6rem;
}

.m-form-row.paragraph {
  min-height: 0;
}
.m-form-row.paragraph.fill {
  padding-bottom: 1.1rem;
}
.m-form-row.paragraph p {
  margin: 0 auto 2rem;
  font-size: 1.3rem;
  line-height: 2rem;
}
.m-form-row.paragraph p a {
  font-size: 1.3rem;
}

.m-form-row.visually-hidden {
  position: absolute;
  flex: 0 1 0.1rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: 0.1rem;
  max-height: 0.1rem;
  vertical-align: top;
  min-height: 0.1rem;
}

.m-form-row.select {
  display: inline-block;
}
.m-form-row.select .m-field-wrapper {
  position: static;
}
.m-form-row.select .m-field-wrapper.valid-field .form-field::before, .m-form-row.select .m-field-wrapper.valid-field .form-field::after, .m-form-row.select .m-field-wrapper.error-field .form-field::before, .m-form-row.select .m-field-wrapper.error-field .form-field::after {
  right: 4rem;
  z-index: 1;
}
.m-form-row.select .m-field-wrapper.valid-field span.ui-selectmenu-button span.ui-selectmenu-text, .m-form-row.select .m-field-wrapper.error-field span.ui-selectmenu-button span.ui-selectmenu-text {
  padding-right: 5.6rem;
}

.m-form-row.checkbox,
.m-form-row.radio {
  min-height: 0;
  padding-bottom: 1.1rem;
}
.m-form-row.checkbox:not(.radio-nopadding-bottom),
.m-form-row.radio:not(.radio-nopadding-bottom) {
  margin-bottom: 1.1rem;
}
.m-form-row.checkbox.inline-option,
.m-form-row.radio.inline-option {
  margin-bottom: 0;
}
.m-form-row.checkbox.inline-option .m-radio-wrap,
.m-form-row.checkbox.inline-option .m-field-wrapper,
.m-form-row.radio.inline-option .m-radio-wrap,
.m-form-row.radio.inline-option .m-field-wrapper {
  display: inline-block;
  margin: 0 2.4rem 0.8rem 0;
}
.m-form-row.checkbox.inline-option input[type=radio] + label,
.m-form-row.radio.inline-option input[type=radio] + label {
  margin-bottom: 0;
}

.radio,
.fake-radio {
  max-height: inherit;
}
.radio.sr-only,
.radio .sr-only,
.fake-radio.sr-only,
.fake-radio .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.radio .m-radio-wrap,
.fake-radio .m-radio-wrap {
  position: relative;
}
.radio input[type=radio],
.fake-radio input[type=radio] {
  top: 0.2rem;
  padding: 0;
  z-index: -1;
  position: absolute;
  -webkit-appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0;
}
.radio input[type=radio] + label,
.fake-radio input[type=radio] + label {
  margin-bottom: 1.6rem;
}
.radio input[type=radio]:disabled ~ label,
.fake-radio input[type=radio]:disabled ~ label {
  color: rgba(0, 16, 34, 0.6);
}
.radio input[type=radio]:disabled ~ label::after,
.fake-radio input[type=radio]:disabled ~ label::after {
  opacity: 0.6;
  border-color: rgba(0, 16, 34, 0.1);
}
.radio input[type=radio]:disabled ~ label::before,
.fake-radio input[type=radio]:disabled ~ label::before {
  background-color: #f6f7f7;
  border-color: rgba(0, 16, 34, 0.1);
}
.radio input[type=radio]:disabled ~ label a,
.fake-radio input[type=radio]:disabled ~ label a {
  color: rgba(0, 16, 34, 0.6);
}
.radio label, .radio.fake-radio,
.fake-radio label,
.fake-radio.fake-radio {
  top: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding-left: 3.2rem;
  pointer-events: all;
  color: #001022;
  cursor: pointer;
}
.radio label::before, .radio label::after, .radio.fake-radio::before, .radio.fake-radio::after,
.fake-radio label::before,
.fake-radio label::after,
.fake-radio.fake-radio::before,
.fake-radio.fake-radio::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  transform: translateY(-50%);
}
.radio label::before, .radio.fake-radio::before,
.fake-radio label::before,
.fake-radio.fake-radio::before {
  border: 0.1rem solid #6a767b;
  z-index: 1;
}
.radio label::after, .radio.fake-radio::after,
.fake-radio label::after,
.fake-radio.fake-radio::after {
  background: #001022;
  border: 0.4rem solid #fff;
  background-color: #01172d;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(0) translateY(-50%);
  transform-origin: 0.8rem top;
}
.radio label a, .radio.fake-radio a,
.fake-radio label a,
.fake-radio.fake-radio a {
  text-decoration: underline;
}
.radio input[type=radio]:checked ~ label::after, .radio.fake-radio.checked::after,
.fake-radio input[type=radio]:checked ~ label::after,
.fake-radio.fake-radio.checked::after {
  transform: scale(1) translateY(-50%);
  top: 50%;
}
.radio.error label,
.fake-radio.error label {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #d0021b;
}

.checkbox,
.fake-checkbox {
  position: relative;
  vertical-align: top;
}
.checkbox input[type=checkbox],
.fake-checkbox input[type=checkbox] {
  padding: 0;
  opacity: 1;
  z-index: -1;
  position: absolute;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-appearance: none;
  transform: translateY(-50%);
}
.checkbox input[type=checkbox]:disabled ~ label,
.fake-checkbox input[type=checkbox]:disabled ~ label {
  color: rgba(0, 16, 34, 0.6);
}
.checkbox input[type=checkbox]:disabled ~ label::after,
.fake-checkbox input[type=checkbox]:disabled ~ label::after {
  opacity: 0.6;
  border-color: rgba(0, 16, 34, 0.1);
}
.checkbox input[type=checkbox]:disabled ~ label::before,
.fake-checkbox input[type=checkbox]:disabled ~ label::before {
  background-color: #f6f7f7;
  border-color: rgba(0, 16, 34, 0.1);
}
.checkbox input[type=checkbox]:disabled ~ label a,
.fake-checkbox input[type=checkbox]:disabled ~ label a {
  color: rgba(0, 16, 34, 0.6);
}
.checkbox label, .checkbox.fake-checkbox,
.fake-checkbox label,
.fake-checkbox.fake-checkbox {
  top: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding-left: 3.2rem;
  pointer-events: all;
  color: #001022;
  cursor: pointer;
}
.checkbox label::before, .checkbox label::after, .checkbox.fake-checkbox::before, .checkbox.fake-checkbox::after,
.fake-checkbox label::before,
.fake-checkbox label::after,
.fake-checkbox.fake-checkbox::before,
.fake-checkbox.fake-checkbox::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.checkbox label::before, .checkbox.fake-checkbox::before,
.fake-checkbox label::before,
.fake-checkbox.fake-checkbox::before {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #6a767b;
  transform: translateY(-50%);
  background: #fff;
}
.checkbox label::after, .checkbox.fake-checkbox::after,
.fake-checkbox label::after,
.fake-checkbox.fake-checkbox::after {
  content: "";
  left: 0.9rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #001022 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMCA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NC4xICg3NjQ5MCkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aCAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgICAgICAgPGcgaWQ9IjIuLUNvbXBvbmVudHMvRm9ybXMvQ2hlY2tib3gvRmlsbGVkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4wMDAwMDAsIC00LjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMiIgcG9pbnRzPSI0IDcuNDEyODY2NzMgNi43OTM1NjY2NCAxMC4yMDY0MzM0IDEyIDUiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) center no-repeat;
  text-align: center;
  transform: scale(0) translate(-0.9rem, -0.9rem);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: 0 0;
  background-size: 1rem 0.8rem;
}
.checkbox label a, .checkbox.fake-checkbox a,
.fake-checkbox label a,
.fake-checkbox.fake-checkbox a {
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #001022;
}
.checkbox input[type=checkbox].a--tabfocus ~ label::before,
.fake-checkbox input[type=checkbox].a--tabfocus ~ label::before {
  outline: 0.2rem solid #001022;
  outline-offset: 0.2rem;
}
.checkbox input[type=checkbox]:checked ~ label::after, .checkbox.fake-checkbox.checked::after,
.fake-checkbox input[type=checkbox]:checked ~ label::after,
.fake-checkbox.fake-checkbox.checked::after {
  transform: scale(1) translate(-0.9rem, -0.8rem);
}
.checkbox.error label,
.fake-checkbox.error label {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #d0021b;
  pointer-events: all;
}

select,
span.ui-selectmenu-button {
  display: block;
  height: 4rem;
  font-size: 1.4rem;
  width: 100% !important;
  padding: 0 0.8rem;
  border: 0.1rem solid #6a767b;
  overflow: visible;
  background: #fffefa;
}
select span.ui-selectmenu-text,
span.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 1rem 3.2rem 1rem 0;
  color: #6a767b;
  font-weight: 400;
}
select.valid + select span.ui-selectmenu-text,
select.valid + span.ui-selectmenu-button span.ui-selectmenu-text {
  color: #001022;
}
select .ui-icon,
span.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: 1.2rem;
  overflow: visible;
  text-indent: 0;
}
select .ui-icon::after,
span.ui-selectmenu-button .ui-icon::after {
  content: "\ea1e";
  font-family: "occ-icons" !important;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.1s ease-out;
}
select[aria-expanded=true],
span.ui-selectmenu-button[aria-expanded=true] {
  border-width: 0.2rem;
  padding: 0 0.7rem;
}
select[aria-expanded=true] span.ui-selectmenu-text,
span.ui-selectmenu-button[aria-expanded=true] span.ui-selectmenu-text {
  padding: 0.9rem 3.2rem 0.9rem 0;
}
select[aria-expanded=true] .ui-icon,
span.ui-selectmenu-button[aria-expanded=true] .ui-icon {
  right: 1.1rem;
}
select[aria-expanded=true] .ui-icon::after,
span.ui-selectmenu-button[aria-expanded=true] .ui-icon::after {
  transform: rotate(180deg) translateY(50%);
}
.mobile-device select .ui-icon,
.mobile-device span.ui-selectmenu-button .ui-icon {
  z-index: 2;
  pointer-events: none;
}

select.valid ~ span.ui-selectmenu-button:not([aria-expanded=true]) {
  color: #001022;
  border-color: #001022;
}

.ui-selectmenu-menu {
  z-index: 110;
}
.ui-selectmenu-menu .ui-menu {
  scrollbar-base-color: rgb(137, 137, 137);
  scrollbar-face-color: rgb(137, 137, 137);
  scrollbar-highlight-color: #fffefa;
  scrollbar-track-color: #fffefa;
  scrollbar-arrow-color: #fffefa;
  scrollbar-shadow-color: #fffefa;
  scrollbar-dark-shadow-color: #fffefa;
  scrollbar-width: thin;
  scrollbar-color: rgb(35, 35, 35) transparent;
  overflow: auto;
  background-color: #fffefa;
  border: 0.1rem solid #6a767b;
  max-height: 25.6rem;
  margin-top: -0.1rem;
  -webkit-overflow-scrolling: touch;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.4rem;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.3rem;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
  background: rgb(137, 137, 137);
  border-radius: 0.3rem;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb:hover {
  background: rgb(35, 35, 35);
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  background-color: #fffefa;
  color: #484e51;
  font-size: 1.4rem;
  line-height: 3.6rem;
  padding: 0 0.8rem 0 0.8rem;
  margin: 0;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  border-top: 0.1rem solid rgba(0, 16, 34, 0.1);
}
.ui-selectmenu-menu .ui-menu .ui-menu-item:first-child {
  border-top: 0;
}
body:not(.touch) .ui-selectmenu-menu .ui-menu .ui-menu-item:hover, .ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
  background-color: #f6f7f7;
  color: #001022;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item.current {
  font-weight: 500;
  background-color: #f6f7f7;
  color: #001022;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item.unavailable {
  color: #6a767b;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item[aria-disabled=true] {
  color: #6a767b;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .opt-img {
  display: flex;
  flex-grow: 0;
  align-items: center;
  margin-left: -0.8rem;
  max-width: 3.2rem;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .opt-text {
  flex-grow: 1;
  text-align: left;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .opt-msg {
  flex-grow: 0;
  text-align: right;
  margin-left: 2rem;
}

.select2--hide-option.select2-container--default .select2-results > .select2-results__options .select2-results__option[aria-disabled=true] {
  display: none;
}

.m-subscription-box.checkbox.paragraph .m-form-row .a--tabfocus {
  opacity: 1;
  z-index: 10;
  outline: 0.2rem dotted #001022;
  outline-offset: 0.2rem;
}
.m-subscription-box.checkbox.paragraph .m-form-row .a--tabfocus ~ label::before {
  border-radius: 0;
  box-shadow: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #001022;
  left: 0;
}
.m-subscription-box.checkbox.paragraph .m-form-row label::before {
  box-shadow: none;
}

.date-field legend.sr-only,
.date-field legend .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.date-field .form-field {
  border: 0.1rem solid #6a767b;
  padding: 0.8rem 0.8rem 0;
  height: 4rem;
}
.date-field .valid-field .form-field {
  border-color: #001022;
}
.date-field input[type=text] {
  border: 0;
  width: 4rem;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  height: auto;
}
.date-field input[type=text][readonly] {
  opacity: 0.5;
  background: #e5e7e8;
}
.date-field input[type=text].year {
  width: 4.8rem;
}
.date-field input[type=text]::-webkit-input-placeholder {
  color: #484e51;
}
.date-field input[type=text]:-ms-input-placeholder {
  color: #484e51;
}
.date-field input[type=text]::-moz-placeholder {
  color: #484e51;
}
.date-field .a-sep {
  display: inline-block;
  padding: 0 0.2rem;
  vertical-align: middle;
  cursor: default;
}

.m-btn-group-append {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 64em) {
  .m-btn-group-append {
    flex-direction: row;
  }
  .m-btn-group-append .a-caption-message,
  .m-btn-group-append .a-caption-message2 {
    flex: 1 100%;
  }
}
.m-btn-group-append .form-field {
  flex-grow: 1;
  margin-bottom: 0.8rem;
}
.m-btn-group-append .m-btn-append {
  margin-bottom: 0.8rem;
}
.m-btn-group-append .m-btn-append:disabled {
  color: #484e51;
  border-color: #6a767b;
  background-color: #f6f7f7;
}
.m-btn-group-append .a-birthday-error-message,
.m-btn-group-append .a-error-message {
  margin-bottom: 0.8rem;
  flex-basis: 100%;
  margin-top: 0;
}
.m-btn-group-append .a-button--black-border[aria-disabled=true] {
  border-color: #6a767b;
}
.m-shipping-parceltracking .m-btn-group-append .a-error-message {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.m-shipping-parceltracking .m-btn-group-append + .a-error-message {
  margin-top: -0.8rem;
  margin-bottom: 0.8rem;
}

.m-btn-group-append--inline {
  flex-direction: row;
}
.m-btn-group-append--inline .form-field {
  margin-bottom: 0;
}
.m-btn-group-append--inline .m-btn-append.a-button {
  order: 0;
  margin-top: 0;
  margin-left: 0.4rem;
  min-width: 0;
}
@media (min-width: 64em) {
  .m-btn-group-append--inline .m-btn-append.a-button {
    margin-left: 0.8rem;
  }
}

.m-btn-append.a-button {
  order: 1;
  min-width: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 64em) {
  .m-btn-append.a-button {
    order: 0;
    min-width: 0;
    margin-top: 0;
    margin-left: 0.8rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.error-message-paypal {
  color: #d0021b;
  border: 0.1rem solid #d0021b;
  padding: 0.8rem 0.8rem 0.8rem;
  height: auto;
  margin-top: 1rem;
}

.a-button,
button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
}
body:not(.touch) .a-button:hover, body:not(.touch) a:hover .a-button, body:not(.touch) .js--content-full-link:hover .a-button,
body:not(.touch) button:hover,
body:not(.touch) a:hover button,
body:not(.touch) .js--content-full-link:hover button,
body:not(.touch) input[type=button]:hover,
body:not(.touch) a:hover input[type=button],
body:not(.touch) .js--content-full-link:hover input[type=button],
body:not(.touch) input[type=submit]:hover,
body:not(.touch) a:hover input[type=submit],
body:not(.touch) .js--content-full-link:hover input[type=submit] {
  background-color: #ffdb4c;
}
.a-button[aria-disabled=true], .a-button.a-button--disabled,
button[aria-disabled=true],
button.a-button--disabled,
input[type=button][aria-disabled=true],
input[type=button].a-button--disabled,
input[type=submit][aria-disabled=true],
input[type=submit].a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}

.a-button--medium {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  min-width: 24rem;
}
body:not(.touch) .a-button--medium:hover, body:not(.touch) a:hover .a-button--medium, body:not(.touch) .js--content-full-link:hover .a-button--medium {
  background-color: #ffdb4c;
}
.a-button--medium[aria-disabled=true], .a-button--medium.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}

.a-button--text {
  padding: 0;
  width: auto;
  border: none;
  min-width: 0;
  line-height: 1.6rem;
  font-weight: 500;
  color: #000f23;
  text-transform: none;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}
body:not(.touch) .a-button--text:hover, body:not(.touch) a:hover .a-button--text {
  background-color: transparent;
  text-decoration: underline;
}

.a-button--text-no-underline {
  padding: 0;
  width: auto;
  border: none;
  min-width: 0;
  line-height: 1.6rem;
  font-weight: 500;
  color: #000f23;
  text-transform: none;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}
body:not(.touch) .a-button--text-no-underline:hover, body:not(.touch) a:hover .a-button--text-no-underline {
  background-color: transparent;
  text-decoration: underline;
}
.a-button--text-no-underline, body:not(.touch) .a-button--text-no-underline:hover, body:not(.touch) a:hover .a-button--text-no-underline {
  text-decoration: none;
}

.a-button--large {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  width: 100%;
  font-size: 1.35em;
  text-transform: uppercase;
}
body:not(.touch) .a-button--large:hover, body:not(.touch) a:hover .a-button--large, body:not(.touch) .js--content-full-link:hover .a-button--large {
  background-color: #ffdb4c;
}
.a-button--large[aria-disabled=true], .a-button--large.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}

.a-button--full-width {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
body:not(.touch) .a-button--full-width:hover, body:not(.touch) a:hover .a-button--full-width, body:not(.touch) .js--content-full-link:hover .a-button--full-width {
  background-color: #ffdb4c;
}
.a-button--full-width[aria-disabled=true], .a-button--full-width.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}

.a-button--white {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  background: #fff;
  border-color: transparent;
}
body:not(.touch) .a-button--white:hover, body:not(.touch) a:hover .a-button--white, body:not(.touch) .js--content-full-link:hover .a-button--white {
  background-color: #ffdb4c;
}
.a-button--white[aria-disabled=true], .a-button--white.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}

.a-button--border {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  background: transparent;
  border: 0.2rem solid #ffcb00;
  line-height: 2rem;
}
body:not(.touch) .a-button--border:hover, body:not(.touch) a:hover .a-button--border, body:not(.touch) .js--content-full-link:hover .a-button--border {
  background-color: #ffdb4c;
}
.a-button--border[aria-disabled=true], .a-button--border.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}

.a-button--black-border {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  background: #fffefa;
  border: 0.1rem solid #001022;
  line-height: 2.2rem;
}
body:not(.touch) .a-button--black-border:hover, body:not(.touch) a:hover .a-button--black-border, body:not(.touch) .js--content-full-link:hover .a-button--black-border {
  background-color: #ffdb4c;
}
.a-button--black-border[aria-disabled=true], .a-button--black-border.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}
body:not(.touch) .a-button--black-border:hover, body:not(.touch) a:hover .a-button--black-border, body:not(.touch) .js--content-full-link:hover .a-button--black-border {
  background-color: #f6f7f7;
}
.a-button--black-border[aria-disabled=true], .a-button--black-border.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #6a767b;
  background: #f6f7f7;
  color: #6a767b;
}

.a-button--gray-border {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  background: transparent;
  color: rgba(0, 16, 34, 0.6);
  border: 0.1rem solid rgba(0, 16, 34, 0.3);
  line-height: 2.2rem;
}
body:not(.touch) .a-button--gray-border:hover, body:not(.touch) a:hover .a-button--gray-border, body:not(.touch) .js--content-full-link:hover .a-button--gray-border {
  background-color: #ffdb4c;
}
.a-button--gray-border[aria-disabled=true], .a-button--gray-border.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}

.a-button--black {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  background: #000f23;
  color: #fff;
  border-color: transparent;
}
body:not(.touch) .a-button--black:hover, body:not(.touch) a:hover .a-button--black, body:not(.touch) .js--content-full-link:hover .a-button--black {
  background-color: #ffdb4c;
}
.a-button--black[aria-disabled=true], .a-button--black.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}
body:not(.touch) .a-button--black:hover, body:not(.touch) a:hover .a-button--black, body:not(.touch) .js--content-full-link:hover .a-button--black {
  background: #484e51;
}

.a-button--link {
  color: #001022;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-decoration: underline;
  font-weight: 600;
  background: none;
}
.a-button--link:hover {
  background: none !important;
}

.a-button--icon {
  background: none;
  width: 1.6rem;
  font-size: 1.6rem;
  color: #fffefa;
  max-width: 100%;
  min-width: unset;
  padding: 0;
  height: auto;
}
.a-button--icon:hover {
  background: none !important;
}

.a-button--icon {
  background: none;
  width: 1.6rem;
  font-size: 1.6rem;
  color: #fffefa;
  max-width: 100%;
  min-width: unset;
  padding: 0;
  height: auto;
}
.a-button--icon:hover {
  background: none !important;
}

.a-button--disabled {
  background: #f6f7f7;
  color: #6a767b;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  border: 0.1rem solid #6a767b;
}
body:not(.touch) .a-button--disabled:hover, body:not(.touch) a:hover .a-button--disabled, body:not(.touch) .js--content-full-link:hover .a-button--disabled, .js--content-full-link:active .a-button--disabled, .js--content-full-link:focus .a-button--disabled, .a-button--disabled:focus, .a-button--disabled:active, .a-button--disabled.a--tabfocus, .a--tabfocus .a-button--disabled {
  background: #f6f7f7;
}

.a-button--grey {
  color: #484e51;
  background-color: #e5e7e8;
  border-color: transparent;
}

.a-button--select .a-icon {
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: inline-block;
  width: 1.6rem;
  vertical-align: text-bottom;
  margin-right: 0.4rem;
}
.a-button--select .js--select {
  display: block;
}
.a-button--select .js--unselect {
  display: none;
}
.a-button--select[aria-checked=true] {
  background: #001022 !important;
  color: #fff;
}
.a-button--select[aria-checked=true] .js--select {
  display: none;
}
.a-button--select[aria-checked=true] .js--unselect {
  display: block;
}
body:not(.touch) .a-button--select[aria-checked=true]:hover .a-icon::before, .a-button--select[aria-checked=true].a--tabfocus .a-icon::before {
  content: "\ea30";
}

.a-button-cancel {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  background: #fffefa;
  border: 0.1rem solid #001022;
  line-height: 2.2rem;
}
body:not(.touch) .a-button-cancel:hover, body:not(.touch) a:hover .a-button-cancel, body:not(.touch) .js--content-full-link:hover .a-button-cancel {
  background-color: #ffdb4c;
}
.a-button-cancel[aria-disabled=true], .a-button-cancel.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}
body:not(.touch) .a-button-cancel:hover, body:not(.touch) a:hover .a-button-cancel, body:not(.touch) .js--content-full-link:hover .a-button-cancel {
  background-color: #f6f7f7;
}
.a-button-cancel[aria-disabled=true], .a-button-cancel.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #6a767b;
  background: #f6f7f7;
  color: #6a767b;
}

.dw-apple-pay-button, .dw-apple-pay-button:hover, .dw-apple-pay-button:focus, .dw-apple-pay-button:active {
  border-radius: 0;
  margin: 1rem 0 0 0;
  height: 4rem;
  width: 100%;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: #fffefa !important;
}
.dw-apple-pay-button:disabled {
  pointer-events: none;
}

.a-paypal-button {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  background: #fffefa;
  border: 0.1rem solid #001022;
  line-height: 2.2rem;
}
body:not(.touch) .a-paypal-button:hover, body:not(.touch) a:hover .a-paypal-button, body:not(.touch) .js--content-full-link:hover .a-paypal-button {
  background-color: #ffdb4c;
}
.a-paypal-button[aria-disabled=true], .a-paypal-button.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}
body:not(.touch) .a-paypal-button:hover, body:not(.touch) a:hover .a-paypal-button, body:not(.touch) .js--content-full-link:hover .a-paypal-button {
  background-color: #f6f7f7;
}
.a-paypal-button[aria-disabled=true], .a-paypal-button.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #6a767b;
  background: #f6f7f7;
  color: #6a767b;
}
.a-paypal-button img {
  height: 2rem;
  margin: 0.1rem 0;
  vertical-align: top;
}
.a-paypal-button[aria-disabled=true] img, .a-paypal-button.a-button--disabled img {
  opacity: 0.6;
}

.amazon-btn {
  padding: 0 !important;
}
.amazon-btn .amazon-button {
  cursor: pointer;
  background-color: #ffcb00;
  border: none;
  color: #001022;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.8rem 1.6rem;
  min-width: 12rem;
  max-width: 100%;
  text-align: center;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  background: #fffefa;
  border: 0.1rem solid #001022;
  line-height: 2.2rem;
  position: relative;
  overflow: hidden;
}
body:not(.touch) .amazon-btn .amazon-button:hover, body:not(.touch) a:hover .amazon-btn .amazon-button, body:not(.touch) .js--content-full-link:hover .amazon-btn .amazon-button {
  background-color: #ffdb4c;
}
.amazon-btn .amazon-button[aria-disabled=true], .amazon-btn .amazon-button.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #484e51;
  background: #f6f7f7;
  color: #484e51;
  line-height: 2.2rem;
}
body:not(.touch) .amazon-btn .amazon-button:hover, body:not(.touch) a:hover .amazon-btn .amazon-button, body:not(.touch) .js--content-full-link:hover .amazon-btn .amazon-button {
  background-color: #f6f7f7;
}
.amazon-btn .amazon-button[aria-disabled=true], .amazon-btn .amazon-button.a-button--disabled {
  cursor: default;
  border: 0.1rem solid #6a767b;
  background: #f6f7f7;
  color: #6a767b;
}
.amazon-btn .amazon-button::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 9rem;
  height: 1.8rem;
  background: url("../img/logo-amazonpay.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.amazon-btn .amazon-button .amazonpay-button-inner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.amazon-btn .amazon-button[aria-disabled=true]::after, .amazon-btn .amazon-button.a-button--disabled::after {
  opacity: 0.6;
}

.embeddedMessagingConversationButton {
  min-width: 0rem;
}

.o-addressbook-line {
  background: #fffefa;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
}

.o-addressbook-list {
  border: solid 0.1rem #e5e7e8;
  width: 100%;
}

.address-line-summary {
  display: flex !important;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.address-id {
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.address-line-summary:before {
  top: 1rem !important;
}

.address-line-summary:after {
  top: 1rem !important;
}

.o-addressbook-line ~ .o-addressbook-line {
  border-top: solid 0.1rem #e5e7e8;
}

.customer-line {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.addressbook-container {
  position: relative;
}

.addressbook-line-right {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.addressbook-line-left {
  padding: 0;
}

.addressbook-line-right button {
  font-size: 1.2rem;
  text-align: right;
}

.address-line-summary .is-default-address {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #6a767b;
  line-height: 1.6rem;
}

.add-new-address {
  cursor: pointer;
}
.add-new-address > button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.8rem;
  background-color: transparent;
}
.add-new-address > button:hover {
  background-color: transparent !important;
}
.add-new-address > button span {
  margin: 0;
  color: #001022;
  font-size: 1.2rem;
  font-weight: 600;
}

.addressbook-toggle {
  margin-top: 1.6rem;
}

.o-addressbook-toggle {
  display: block;
  margin: auto;
}

.o-addressbook-line-collapsed {
  display: none;
}

.o-addressbook-line-shown {
  display: flex;
}

.o-addressbook-line .set-default-address {
  margin-top: 0.8rem;
  margin-left: 3.2rem;
  text-align: left;
  font-size: 1.2rem;
}

.a-addressbook-title {
  margin-bottom: 1.6rem !important;
}

.addressbook-line-warning {
  margin-top: 0.4rem !important;
}

.m-delivery-category-address #home-delivery-app {
  margin: -1.6rem;
}

.o-cart-coupon-code {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
.o-cart-coupon-code .mmWrapping {
  order: 100;
  border-top: #fffefa 0.2rem solid;
  margin: 1.6rem -1.6rem 0;
  padding: 1.6rem 1.6rem 0;
}
.o-cart-coupon-code .mmLink {
  color: #001022;
}
.o-cart-coupon-code .m-coupon-error-msg {
  margin: 0.8rem 0 0;
  color: #d0021b;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}
.o-cart-coupon-code .m-coupon-error-msg-link {
  color: #d0021b;
  text-decoration: underline;
}
.o-cart-coupon-code .m-coupon-error-msg-link:hover {
  text-decoration: none;
}
.o-cart-coupon-code .o-mobile-coupon {
  display: block !important;
}
.o-cart-coupon-code + .o-cart-summary {
  margin-top: 0 !important;
}

.search-input--open:not(.scrolled) #wrapper.pt_checkout {
  padding: 0;
}

#wrapper.pt_checkout,
.search-input--open:not(.scrolled) #wrapper.pt_checkout {
  margin-top: 10rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  #wrapper.pt_checkout,
  .search-input--open:not(.scrolled) #wrapper.pt_checkout {
    margin-top: 10.6rem;
  }
}
@media (max-width: 47.99875em) {
  #wrapper.pt_checkout,
  .search-input--open:not(.scrolled) #wrapper.pt_checkout {
    margin-top: 9.6rem;
  }
}
#wrapper.pt_checkout .o-footer-reinsurance a,
.search-input--open:not(.scrolled) #wrapper.pt_checkout .o-footer-reinsurance a {
  display: none;
}

@media (max-width: 47.99875em) {
  .t-shipping,
  .t-billing,
  .t-review {
    max-width: 100%;
  }
}
@media (min-width: 48em) {
  .pt_cart,
  .pt_checkout {
    overflow: visible !important;
  }
}
.pt_cart .t-shipping,
.pt_cart .t-billing,
.pt_cart .t-review,
.pt_cart .t-cart,
.pt_checkout .t-shipping,
.pt_checkout .t-billing,
.pt_checkout .t-review,
.pt_checkout .t-cart {
  padding-top: 3.4rem;
  max-width: 115rem;
}
@media (max-width: 63.99875em) {
  .pt_cart .t-cart,
  .pt_checkout .t-cart {
    padding-top: 2.4rem;
  }
}
@media (max-width: 47.99875em) {
  .pt_cart .t-cart,
  .pt_checkout .t-cart {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 63.99875em) {
  .pt_cart .t-shipping,
  .pt_cart .t-billing,
  .pt_cart .t-review,
  .pt_checkout .t-shipping,
  .pt_checkout .t-billing,
  .pt_checkout .t-review {
    padding-top: 0rem;
  }
}
@media (min-width: 48em) {
  .pt_cart .t-shipping .o-checkout-primary,
  .pt_cart .t-billing .o-checkout-primary,
  .pt_cart .t-review .o-checkout-primary,
  .pt_checkout .t-shipping .o-checkout-primary,
  .pt_checkout .t-billing .o-checkout-primary,
  .pt_checkout .t-review .o-checkout-primary {
    padding-right: 3.2vw;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (max-width: 79.99875em) {
  .pt_cart .t-confirmation .o-checkout-primary,
  .pt_checkout .t-confirmation .o-checkout-primary {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.pt_cart .a-shipping-required-label,
.pt_checkout .a-shipping-required-label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
}
.pt_cart .a-checkout-header,
.pt_checkout .a-checkout-header {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 4rem;
  margin: 0 0 0.8rem 0;
}
.pt_cart .a-checkout-header.a-confirmation-header,
.pt_checkout .a-checkout-header.a-confirmation-header {
  font-size: 3rem;
  margin: 0 0 1.6rem 0;
  line-height: 4.8rem;
}
.pt_cart .m-delivery-tab,
.pt_checkout .m-delivery-tab {
  background: #f6f7f7;
  padding: 2.4rem;
}
@media (max-width: 47.99875em) {
  .pt_cart .m-delivery-tab,
  .pt_checkout .m-delivery-tab {
    padding: 1.6rem;
  }
}
.pt_cart .m-delivery-tab .a-cancel,
.pt_checkout .m-delivery-tab .a-cancel {
  margin-top: 0.8rem;
}
.pt_cart .m-delivery-tab .a-checkout-header,
.pt_checkout .m-delivery-tab .a-checkout-header {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (max-width: 23.43625em) {
  .pt_cart .m-delivery-tab .a-checkout-header,
  .pt_checkout .m-delivery-tab .a-checkout-header {
    width: 80%;
  }
}
.pt_cart .m-delivery-tab .a-label-required,
.pt_checkout .m-delivery-tab .a-label-required {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
}
.pt_cart .m-delivery-tab.m-delivery-tab--billing,
.pt_checkout .m-delivery-tab.m-delivery-tab--billing {
  padding: 0 !important;
}
@media (max-width: 47.99875em) {
  .pt_cart .o-checkout-primary,
  .pt_checkout .o-checkout-primary {
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem solid #6a767b;
  }
  .pt_cart .o-checkout-primary.o-checkout-primary-categories,
  .pt_checkout .o-checkout-primary.o-checkout-primary-categories {
    padding-bottom: 4.8rem;
  }
}
.pt_cart .o-coupon-msg,
.pt_checkout .o-coupon-msg {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
}
.pt_cart .o-coupon-msg .a-error,
.pt_checkout .o-coupon-msg .a-error {
  padding: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #d0021b;
  color: #d0021b;
}
.pt_cart .o-coupon-msg .a-error .m-coupon-error-msg,
.pt_checkout .o-coupon-msg .a-error .m-coupon-error-msg {
  margin: 0;
}
.pt_cart .o-coupon-msg .a-error .m-coupon-error-msg-link,
.pt_checkout .o-coupon-msg .a-error .m-coupon-error-msg-link {
  font-size: 1.4rem;
  color: #d0021b;
  font-weight: 600;
  text-decoration: underline;
}
.pt_cart .o-coupon-msg strong,
.pt_checkout .o-coupon-msg strong {
  font-weight: 500;
}
.pt_cart .o-error-msg .a-error-form,
.pt_checkout .o-error-msg .a-error-form {
  margin-top: 1rem;
  padding: 1.5rem;
  border: 0.1rem solid #d0021b;
  color: #d0021b;
}
.pt_cart .a-checkout-summary-title,
.pt_checkout .a-checkout-summary-title {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
}
.pt_cart .o-gift-message-preview,
.pt_checkout .o-gift-message-preview {
  font-size: 1.2rem;
}
.pt_cart .a-checkout-subtitle,
.pt_checkout .a-checkout-subtitle {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.pt_cart .a-price-free,
.pt_checkout .a-price-free {
  text-transform: uppercase;
  font-weight: 600;
}
.pt_cart button:not(.swiper-button-next, .swiper-button-prev).a-button--gray-border, .pt_cart button:not(.swiper-button-next, .swiper-button-prev)[aria-disabled=true],
.pt_cart .a-button.a-button--gray-border,
.pt_cart .a-button[aria-disabled=true],
.pt_cart .a-button--gray-border.a-button--gray-border,
.pt_cart .a-button--gray-border[aria-disabled=true],
.pt_checkout button:not(.swiper-button-next, .swiper-button-prev).a-button--gray-border,
.pt_checkout button:not(.swiper-button-next, .swiper-button-prev)[aria-disabled=true],
.pt_checkout .a-button.a-button--gray-border,
.pt_checkout .a-button[aria-disabled=true],
.pt_checkout .a-button--gray-border.a-button--gray-border,
.pt_checkout .a-button--gray-border[aria-disabled=true] {
  background: #f6f7f7;
  color: #484e51;
  border: 0.1rem solid #6a767b;
}
.pt_cart button:not(.swiper-button-next, .swiper-button-prev).a-button--gray-border:hover, .pt_cart button:not(.swiper-button-next, .swiper-button-prev)[aria-disabled=true]:hover,
.pt_cart .a-button.a-button--gray-border:hover,
.pt_cart .a-button[aria-disabled=true]:hover,
.pt_cart .a-button--gray-border.a-button--gray-border:hover,
.pt_cart .a-button--gray-border[aria-disabled=true]:hover,
.pt_checkout button:not(.swiper-button-next, .swiper-button-prev).a-button--gray-border:hover,
.pt_checkout button:not(.swiper-button-next, .swiper-button-prev)[aria-disabled=true]:hover,
.pt_checkout .a-button.a-button--gray-border:hover,
.pt_checkout .a-button[aria-disabled=true]:hover,
.pt_checkout .a-button--gray-border.a-button--gray-border:hover,
.pt_checkout .a-button--gray-border[aria-disabled=true]:hover {
  background-color: #e5e7e8;
}
.pt_cart .o-checkout-insert,
.pt_checkout .o-checkout-insert {
  background: #fffefa;
  border: 0.1rem solid #e5e7e8;
  padding: 1.6rem 2.4rem;
  margin-bottom: 4rem;
  line-height: 2rem;
  font-weight: 400;
}
@media (max-width: 63.99875em) {
  .pt_cart .o-checkout-insert,
  .pt_checkout .o-checkout-insert {
    padding: 1.6rem 1.2rem;
  }
}
@media (max-width: 47.99875em) {
  .pt_cart .o-checkout-insert,
  .pt_checkout .o-checkout-insert {
    margin-bottom: 3rem;
  }
}
.pt_cart .o-checkout-insert.js--expanded,
.pt_checkout .o-checkout-insert.js--expanded {
  padding-bottom: 2.4rem;
}
.pt_cart .o-checkout-insert .m-form-row.full.checkbox,
.pt_checkout .o-checkout-insert .m-form-row.full.checkbox {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pt_cart .o-checkout-insert .a-insert-header,
.pt_checkout .o-checkout-insert .a-insert-header {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #001022;
}
.pt_cart .o-checkout-insert .a-label-required,
.pt_checkout .o-checkout-insert .a-label-required {
  color: #484e51;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}
@media (max-width: 79.99875em) {
  .pt_cart .o-checkout-insert .a-label-required,
  .pt_checkout .o-checkout-insert .a-label-required {
    margin-top: 2.4rem;
  }
}
.pt_cart .o-checkout-insert .a-insert-description,
.pt_checkout .o-checkout-insert .a-insert-description {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #484e51;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4.1rem !important;
}
@media (max-width: 63.99875em) {
  .pt_cart .o-checkout-insert .a-insert-description,
  .pt_checkout .o-checkout-insert .a-insert-description {
    padding-left: 0 !important;
  }
}
@media (min-width: 48em) {
  .pt_cart .o-checkout-insert .m-password-block,
  .pt_checkout .o-checkout-insert .m-password-block {
    width: 100%;
  }
}
.pt_cart .o-checkout-insert .m-password-block .m-form-row,
.pt_checkout .o-checkout-insert .m-password-block .m-form-row {
  max-width: 100%;
}
.pt_cart .o-checkout-insert input[type=tel].valid,
.pt_checkout .o-checkout-insert input[type=tel].valid {
  border-color: #6a767b;
}
.pt_cart .o-checkout-insert .a-legal-mentions,
.pt_checkout .o-checkout-insert .a-legal-mentions {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #484e51;
  margin: 0 0.8rem;
}
.pt_cart .o-checkout-insert .a-legal-mentions:not(:empty),
.pt_checkout .o-checkout-insert .a-legal-mentions:not(:empty) {
  margin-top: 1.6rem;
}
.pt_cart .o-checkout-insert .a-legal-mentions:empty,
.pt_checkout .o-checkout-insert .a-legal-mentions:empty {
  display: none;
}
.pt_cart .o-checkout-insert .a-legal-mentions a,
.pt_checkout .o-checkout-insert .a-legal-mentions a {
  text-decoration: underline;
}
.pt_cart .o-checkout-insert .a-legal-mentions p,
.pt_checkout .o-checkout-insert .a-legal-mentions p {
  margin: 0.8rem 0 0 0;
}
.pt_cart .o-checkout-insert .a-legal-mentions p:first-child,
.pt_checkout .o-checkout-insert .a-legal-mentions p:first-child {
  margin-top: 0;
}
@media (max-width: 63.99875em) {
  .pt_cart .o-checkout-insert .a-legal-mentions p:last-child,
  .pt_checkout .o-checkout-insert .a-legal-mentions p:last-child {
    margin-bottom: 2.4rem;
  }
}
.pt_cart .o-checkout-insert .a-legal-mentions .a-legal-button,
.pt_checkout .o-checkout-insert .a-legal-mentions .a-legal-button {
  margin-top: 0.8rem;
}
.pt_cart .o-checkout-insert .m-form-row .a-legal-mentions,
.pt_checkout .o-checkout-insert .m-form-row .a-legal-mentions {
  margin: 0;
}
.pt_cart .o-checkout-insert .o-imgguestcreateaccount img,
.pt_checkout .o-checkout-insert .o-imgguestcreateaccount img {
  display: block;
}
.pt_cart .o-minishipping,
.pt_cart .o-minibilling,
.pt_checkout .o-minishipping,
.pt_checkout .o-minibilling {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (max-width: 47.99875em) {
  .pt_cart .o-minishipping,
  .pt_cart .o-minibilling,
  .pt_checkout .o-minishipping,
  .pt_checkout .o-minibilling {
    margin-bottom: 2.5rem;
  }
}
.pt_cart .o-minishipping .m-shipping-method,
.pt_cart .o-minishipping .m-payment-method,
.pt_cart .o-minibilling .m-shipping-method,
.pt_cart .o-minibilling .m-payment-method,
.pt_checkout .o-minishipping .m-shipping-method,
.pt_checkout .o-minishipping .m-payment-method,
.pt_checkout .o-minibilling .m-shipping-method,
.pt_checkout .o-minibilling .m-payment-method {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
}
.pt_cart .o-minishipping .a-address,
.pt_cart .o-minibilling .a-address,
.pt_checkout .o-minishipping .a-address,
.pt_checkout .o-minibilling .a-address {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.pt_cart .o-minishipping .m-edit,
.pt_cart .o-minibilling .m-edit,
.pt_checkout .o-minishipping .m-edit,
.pt_checkout .o-minibilling .m-edit {
  margin-top: auto;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value,
.pt_cart .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value,
.pt_checkout .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  color: #1269cc;
  padding-top: 0.6rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value span,
.pt_cart .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value span,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value span,
.pt_checkout .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value span {
  font-weight: 600;
  line-height: 2.4rem;
  position: relative;
  top: 1.2rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-icon-crown,
.pt_cart .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-icon-crown,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-icon-crown,
.pt_checkout .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-icon-crown {
  vertical-align: middle;
  margin-right: 0.5rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-cell.loyalty-points-label,
.pt_cart .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.loyalty-points-label,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-cell.loyalty-points-label,
.pt_checkout .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.loyalty-points-label {
  padding-top: 0.6rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .pt_cart .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-cell.loyalty-points-label,
  .pt_cart .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.loyalty-points-label,
  .pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .loyalty-order-summary .a-cell.loyalty-points-label,
  .pt_checkout .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.loyalty-points-label {
    width: 60%;
  }
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .loyalty-points-label .loyalty-points-label,
.pt_cart .order-detail-summary .o-order-totals-table .loyalty-points-label .loyalty-points-label,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .loyalty-points-label .loyalty-points-label,
.pt_checkout .order-detail-summary .o-order-totals-table .loyalty-points-label .loyalty-points-label {
  display: flex;
  align-items: center;
}
.pt_cart .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value span,
.pt_checkout .order-detail-summary .o-order-totals-table .loyalty-order-summary .a-cell.points-redeemed-value span {
  position: static;
}
.pt_cart .o-checkout-summary-wrapper,
.pt_checkout .o-checkout-summary-wrapper {
  position: relative;
}
@media (max-width: 47.99875em) {
  .pt_cart .o-checkout-summary-wrapper .o-checkout-summary-inner,
  .pt_checkout .o-checkout-summary-wrapper .o-checkout-summary-inner {
    padding: 0 1.6rem;
  }
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary-container,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary-container {
  position: static;
  margin-inline: -2rem;
}
@media (min-width: 48em) {
  .pt_cart .o-checkout-summary-wrapper .o-checkout-summary-container,
  .pt_checkout .o-checkout-summary-wrapper .o-checkout-summary-container {
    position: initial;
    margin-inline: 0;
  }
}
.pt_cart .o-checkout-summary-wrapper .billing-submit,
.pt_checkout .o-checkout-summary-wrapper .billing-submit {
  width: 100%;
  display: none;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary {
  background: #f6f7f7;
  padding: 2.4rem 1.6rem;
}
@media (max-width: 47.99875em) {
  .pt_cart .o-checkout-summary-wrapper .o-checkout-summary,
  .pt_checkout .o-checkout-summary-wrapper .o-checkout-summary {
    margin-top: 2.4rem;
  }
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary--payment,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary--payment {
  margin-top: 1.6rem;
  padding: 1.6rem;
  background-color: #fff7dd;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary--payment .a-payment-header,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary--payment .a-payment-header {
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary--payment .a-payment-header ~ .m-terms-conditions,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary--payment .a-payment-header ~ .m-terms-conditions {
  padding: 0 0 2.4rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary .m-terms-conditions,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary .m-terms-conditions {
  padding: 1.6rem 0 2.4rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary .m-terms-conditions .input-checkbox,
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary .m-terms-conditions label:before,
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary .m-terms-conditions label:after,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary .m-terms-conditions .input-checkbox,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary .m-terms-conditions label:before,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary .m-terms-conditions label:after {
  top: 1.3rem;
}
.pt_cart .o-checkout-summary-wrapper .a-summary-header,
.pt_checkout .o-checkout-summary-wrapper .a-summary-header {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code.o-mobile-coupon,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code.o-mobile-coupon {
  background: #F2E9DB;
  padding: 1.6rem;
  margin-top: 1.6rem;
}
@media (min-width: 48em) {
  .pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code.o-mobile-coupon,
  .pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code.o-mobile-coupon {
    margin-bottom: 1.6rem;
    margin-top: 5.6rem;
  }
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .m-coupon-header,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .m-coupon-header {
  display: flex;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .m-coupon-header .a-coupon-text,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .m-coupon-header .a-coupon-text {
  flex-grow: 1;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .m-coupon-header .a-expandable-toggle,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .m-coupon-header .a-expandable-toggle {
  color: #484e51;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form {
  padding: 1rem 0 0 0;
  display: flex;
  column-gap: 0.8rem;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .m-form-row,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .m-form-row {
  flex: 1 1 auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .m-coupon-submit,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .m-coupon-submit {
  flex: 1 1 30%;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .a-coupon-submit,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .a-coupon-submit {
  min-width: 0;
  padding: 0.8rem;
  width: 100%;
  line-height: 2rem;
  height: 4rem;
  background: #001022;
  color: #fff;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .a-coupon-submit[aria-disabled=true],
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .a-coupon-submit[aria-disabled=true] {
  background: #fff;
  color: #001022;
  border: 0.1rem solid #001022;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .coupon-input-error,
.pt_checkout .o-checkout-summary-wrapper .o-cart-coupon-code .o-coupon-form .coupon-input-error {
  border-color: #d0021b;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons,
.pt_checkout .o-checkout-summary-wrapper .o-coupons {
  font-weight: 400;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons .o-coupon,
.pt_checkout .o-checkout-summary-wrapper .o-coupons .o-coupon {
  display: flex;
  flex-wrap: nowrap;
  margin: 1.6rem 0;
  align-items: baseline;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons .o-coupon.o-promotion-line,
.pt_checkout .o-checkout-summary-wrapper .o-coupons .o-coupon.o-promotion-line {
  align-items: center;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons .o-coupon p,
.pt_checkout .o-checkout-summary-wrapper .o-coupons .o-coupon p {
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons .o-coupon .m-coupon-left,
.pt_checkout .o-checkout-summary-wrapper .o-coupons .o-coupon .m-coupon-left {
  flex: 2;
  padding-right: 0.8rem;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons .o-coupon .m-coupon-right,
.pt_checkout .o-checkout-summary-wrapper .o-coupons .o-coupon .m-coupon-right {
  text-align: right;
  flex: 1;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons .o-coupon .a-coupon-code,
.pt_checkout .o-checkout-summary-wrapper .o-coupons .o-coupon .a-coupon-code {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.4rem;
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons .o-coupon .a-coupon-amount,
.pt_checkout .o-checkout-summary-wrapper .o-coupons .o-coupon .a-coupon-amount {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  line-height: 2.4rem;
}
.pt_cart .o-checkout-summary-wrapper .o-coupons .o-coupon .a-coupon-description,
.pt_checkout .o-checkout-summary-wrapper .o-coupons .o-coupon .a-coupon-description {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li .m-row,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li .m-row {
  display: table-row;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li .a-cell,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li .a-cell {
  display: table-cell;
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li .a-cell:first-child,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li .a-cell:first-child {
  padding-top: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li .a-cell:last-child,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li .a-cell:last-child {
  text-align: right;
  padding-right: 0;
  padding-left: 1rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li .a-cell.a-price-free,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li .a-cell.a-price-free {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  width: 40%;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li .a-cell.a-price,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li .a-cell.a-price {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04rem;
  width: 40%;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li .a-cell a,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li .a-cell a {
  text-decoration: underline;
  color: #001022;
  line-height: 1.6rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li:nth-last-of-type(2) .a-cell,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li:nth-last-of-type(2) .a-cell {
  padding-bottom: 1.6rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table li .js--open-multipleBonus-summary-popin,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table li .js--open-multipleBonus-summary-popin {
  font-weight: 600;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .m-order-shipping .tooltip .icon,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .m-order-shipping .tooltip .icon {
  line-height: 2.4rem;
  margin-left: 0.4rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .m-order-total.sr-only,
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .sr-only,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .m-order-total.sr-only,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .m-order-total:first-child,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .m-order-total:first-child {
  padding-top: 1.6rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .a-cell,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .a-cell {
  line-height: 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-top: 0.1rem solid rgba(0, 16, 34, 0.3);
  padding: 1.6rem 0;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .a-order-value,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .a-order-value {
  font-weight: 400;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .tooltip,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .tooltip {
  font-weight: 600;
  line-height: 2.4rem;
  font-size: 1.8rem;
}
.pt_cart .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .tooltip .icon,
.pt_checkout .o-checkout-summary-wrapper .o-order-totals-table .m-order-total .tooltip .icon {
  line-height: 2.4rem;
  margin-left: 0.4rem;
}
.pt_cart .o-checkout-summary-wrapper .dw-apple-pay-button,
.pt_checkout .o-checkout-summary-wrapper .dw-apple-pay-button {
  margin: 1.6rem 0;
  height: 4rem;
}
.pt_cart .o-checkout-summary-wrapper .dw-apple-pay-button:disabled,
.pt_checkout .o-checkout-summary-wrapper .dw-apple-pay-button:disabled {
  opacity: 0.5;
}
body:not(.touch) .pt_cart .o-checkout-summary-wrapper .dw-apple-pay-button:hover,
body:not(.touch) .pt_checkout .o-checkout-summary-wrapper .dw-apple-pay-button:hover {
  background-color: #f6f7f7;
}
.pt_cart .o-checkout-summary-wrapper .m-next-step,
.pt_checkout .o-checkout-summary-wrapper .m-next-step {
  min-height: 0;
}
.pt_cart .o-checkout-summary-wrapper .m-next-step,
.pt_cart .o-checkout-summary-wrapper .m-next-step-sticky,
.pt_checkout .o-checkout-summary-wrapper .m-next-step,
.pt_checkout .o-checkout-summary-wrapper .m-next-step-sticky {
  margin: 0;
  padding: 0;
  height: auto;
  max-height: none;
}
.pt_cart .o-checkout-summary-wrapper .m-next-step button,
.pt_cart .o-checkout-summary-wrapper .m-next-step-sticky button,
.pt_checkout .o-checkout-summary-wrapper .m-next-step button,
.pt_checkout .o-checkout-summary-wrapper .m-next-step-sticky button {
  width: 100%;
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper #billing-submit-sticky,
.pt_checkout .o-checkout-summary-wrapper #billing-submit-sticky {
  display: none;
}
.pt_cart .o-checkout-summary-wrapper .o-cart-summary,
.pt_checkout .o-checkout-summary-wrapper .o-cart-summary {
  padding-bottom: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions p > .dw-apple-pay-button,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions p > .dw-apple-pay-button {
  margin: 1.6rem 0 0;
}
@media (max-width: 47.99875em) {
  .pt_cart .o-checkout-summary-wrapper .o-checkout-actions p > .dw-apple-pay-button,
  .pt_checkout .o-checkout-summary-wrapper .o-checkout-actions p > .dw-apple-pay-button {
    margin: 0;
  }
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn {
  float: none;
  padding: 0;
  margin: 1.6rem 0;
  text-align: center;
  height: 4rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn .amazonheader,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn .amazonheader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn .amazon-button,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn .amazon-button {
  position: relative;
  height: 4rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn .amazon-button::after,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn .amazon-button::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10rem;
  height: 2rem;
  margin: 1.2rem auto 0.6rem;
  background: url("../img/logo-amazonpay.png") no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn .amazonpopup,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .amazon-btn .amazonpopup {
  padding: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .paypal-express .a-paypal-button,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .paypal-express .a-paypal-button {
  height: 4rem;
  line-height: 2.6rem;
  padding: 0.7rem 1.6rem;
  width: 100%;
}
body:not(.touch) .pt_cart .o-checkout-summary-wrapper .o-checkout-actions .paypal-express .a-paypal-button:hover,
body:not(.touch) .pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .paypal-express .a-paypal-button:hover {
  background: #fff;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions p,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions p {
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions .a-checkout-button,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions .a-checkout-button {
  width: 100%;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions button,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions button {
  display: block;
  margin-top: 1.6rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions button[aria-disabled=true],
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions button[aria-disabled=true] {
  background-color: #f6f7f7;
  pointer-events: none;
  border-color: #6a767b;
  color: #6a767b;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions button[aria-disabled=true] img,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions button[aria-disabled=true] img {
  opacity: 0.6;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions-options,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .o-cart-actions-options {
  padding: 0rem 2rem 2rem;
  background: #f6f7f7;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .shiptohome-actions button,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .shiptohome-actions button {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .shiptohome-optional-actions,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .shiptohome-optional-actions {
  margin-top: 1.6rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .payment-methods,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .payment-methods {
  padding: 1.6rem 2rem;
}
.pt_cart .o-checkout-summary-wrapper .m-checkout-summary-footer,
.pt_checkout .o-checkout-summary-wrapper .m-checkout-summary-footer {
  margin-top: 1.6rem;
  padding: 0 2rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #484e51;
}
.pt_cart .o-checkout-summary-wrapper .m-checkout-summary-footer .a-asterisk,
.pt_checkout .o-checkout-summary-wrapper .m-checkout-summary-footer .a-asterisk {
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: inline-block;
  vertical-align: middle;
}
.pt_cart .o-checkout-summary-wrapper .m-checkout-summary-footer a,
.pt_checkout .o-checkout-summary-wrapper .m-checkout-summary-footer a {
  color: #484e51;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-decoration: underline;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart {
  background: #f6f7f7;
  margin-bottom: 0.8rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .m-mini-cart-toggle,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .m-mini-cart-toggle {
  margin: 0;
  background: #f6f7f7;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .a-expandable-toggle,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .a-expandable-toggle {
  position: relative;
  padding: 2rem 4.8rem 2rem 2rem;
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-gift-message-preview p,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-gift-message-preview p {
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content {
  padding: 0 2rem 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #484e51;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .a-edit-cart,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .a-edit-cart {
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .a-edit-cart a,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .a-edit-cart a {
  text-decoration: underline;
  line-height: 1.8rem;
  font-weight: 500;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .a-minicart-header,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .a-minicart-header {
  margin-top: 1rem;
  padding-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item {
  margin-bottom: 1.6rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .a-item-name,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .a-item-name {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #001022;
}
@media (max-width: 47.99875em) {
  .pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .a-item-name,
  .pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .a-item-name {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-attributes,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-attributes {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-attributes .attribute,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-attributes .attribute {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-bundle,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-bundle {
  margin-bottom: 1.2rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-bundle .m-item-bundle-details,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-bundle .m-item-bundle-details {
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.6rem;
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-bundle .a-read-more,
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-bundle .a-read-less,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-bundle .a-read-more,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-bundle .a-read-less {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0 0 0 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .js-limit-length.limited:not(.expanded) .a-read-more,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .js-limit-length.limited:not(.expanded) .a-read-more {
  display: block;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .js-limit-length.expanded .a-read-less,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .js-limit-length.expanded .a-read-less {
  display: block;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-qty-price,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-qty-price {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-qty-price .a-item-qty,
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-qty-price .a-item-price,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-qty-price .a-item-qty,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-qty-price .a-item-price {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-qty-price .value,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-mini-cart .o-expandable-content .m-item .m-item-qty-price .value {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.8rem;
}
.pt_cart .select-payment[aria-disabled=true],
.pt_cart .billing-submit[aria-disabled=true],
.pt_checkout .select-payment[aria-disabled=true],
.pt_checkout .billing-submit[aria-disabled=true] {
  background-color: #f6f7f7;
  border-color: #6a767b;
  color: #6a767b;
}
.pt_cart .select-payment[aria-disabled=true] img,
.pt_cart .billing-submit[aria-disabled=true] img,
.pt_checkout .select-payment[aria-disabled=true] img,
.pt_checkout .billing-submit[aria-disabled=true] img {
  opacity: 0.6;
}

.loyalty-payment .loyalty-undo-redeem-points,
.loyalty-payment .loyalty-remove-redeem-points,
.o-checkout-summary .loyalty-undo-redeem-points,
.o-checkout-summary .loyalty-remove-redeem-points {
  background: none;
  color: #484e51;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-decoration: underline;
  padding: 0;
  min-width: 0;
}
.loyalty-payment .loyalty-undo-redeem-points:hover,
.loyalty-payment .loyalty-remove-redeem-points:hover,
.o-checkout-summary .loyalty-undo-redeem-points:hover,
.o-checkout-summary .loyalty-remove-redeem-points:hover {
  background: none;
}
.loyalty-payment .loyalty-remove-redeem-points,
.o-checkout-summary .loyalty-remove-redeem-points {
  color: #001022;
  font-weight: 400;
  display: block;
}

.o-checkout-primary .m-legal-text {
  margin-top: 0.8rem;
}
@media (max-width: 47.99875em) {
  .o-checkout-primary .m-legal-text {
    margin-top: 0.4rem;
  }
}

@media (max-width: 63.99875em) {
  .loyalty-undo-redeem-points {
    text-align: right;
  }
}
.pointer-events-none {
  pointer-events: none;
}

.m-next-step-sticky {
  display: none;
}
@media (max-width: 47.99875em) {
  .m-next-step-sticky {
    display: block;
    position: fixed;
    margin: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 1.5rem 2.4rem 1.6rem;
    background: #fffefa;
    border-top: 0.1rem solid rgba(0, 16, 34, 0.3);
    transition: 0.1s;
  }
  .m-next-step-sticky.sr-only,
  .m-next-step-sticky .sr-only {
    border: 0 !important;
    clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 0.1rem !important;
    margin: -0.1rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0.1rem !important;
    white-space: nowrap !important;
  }
  .m-next-step-sticky.hide {
    transform: translateY(100%);
  }
}
.m-next-step-sticky .a-button,
.m-next-step-sticky .place-order {
  width: 100%;
}
.m-next-step-sticky .a-button[aria-disabled=true],
.m-next-step-sticky .place-order[aria-disabled=true] {
  display: none;
}
.m-next-step-sticky .select-payment,
.m-next-step-sticky .billing-submit[aria-disabled=true] {
  background-color: #f6f7f7;
  border-color: #6a767b;
  color: #6a767b;
}

.t-billing .a-edit-link,
.t-review .a-edit-link {
  color: #484e51;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-decoration: underline;
}

.t-review #cart-table,
.t-confirmation #cart-table {
  margin-top: 1.6rem;
  padding-top: 0.5rem;
  border-top: 0.1rem solid rgba(0, 16, 34, 0.3);
}
@media (max-width: 63.99875em) {
  .t-review #cart-table,
  .t-confirmation #cart-table {
    padding-top: 0;
  }
}
.t-review #cart-table .a-checkout-subtitle,
.t-review #cart-table .a-edit-link,
.t-confirmation #cart-table .a-checkout-subtitle,
.t-confirmation #cart-table .a-edit-link {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.t-review #cart-table .a-item-image img,
.t-confirmation #cart-table .a-item-image img {
  width: 100%;
}
.t-review #cart-table .a-item-name,
.t-review #cart-table .a-item-name a,
.t-confirmation #cart-table .a-item-name,
.t-confirmation #cart-table .a-item-name a {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #001022;
  margin: 0 0 0.1rem 0;
}
@media (max-width: 63.99875em) {
  .t-review #cart-table .a-item-name,
  .t-review #cart-table .a-item-name a,
  .t-confirmation #cart-table .a-item-name,
  .t-confirmation #cart-table .a-item-name a {
    margin: 0 0 1.5rem 0;
  }
}
.t-review #cart-table .m-item-attributes,
.t-review #cart-table .m-item-quantity,
.t-review #cart-table .m-item-price,
.t-review #cart-table .m-item-price-unit,
.t-confirmation #cart-table .m-item-attributes,
.t-confirmation #cart-table .m-item-quantity,
.t-confirmation #cart-table .m-item-price,
.t-confirmation #cart-table .m-item-price-unit {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #484e51;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.t-review #cart-table .m-item-attributes.m-item-attributes .attribute,
.t-review #cart-table .m-item-quantity.m-item-attributes .attribute,
.t-review #cart-table .m-item-price.m-item-attributes .attribute,
.t-review #cart-table .m-item-price-unit.m-item-attributes .attribute,
.t-confirmation #cart-table .m-item-attributes.m-item-attributes .attribute,
.t-confirmation #cart-table .m-item-quantity.m-item-attributes .attribute,
.t-confirmation #cart-table .m-item-price.m-item-attributes .attribute,
.t-confirmation #cart-table .m-item-price-unit.m-item-attributes .attribute {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.t-review #cart-table .m-item-attributes.m-item-quantity,
.t-review #cart-table .m-item-quantity.m-item-quantity,
.t-review #cart-table .m-item-price.m-item-quantity,
.t-review #cart-table .m-item-price-unit.m-item-quantity,
.t-confirmation #cart-table .m-item-attributes.m-item-quantity,
.t-confirmation #cart-table .m-item-quantity.m-item-quantity,
.t-confirmation #cart-table .m-item-price.m-item-quantity,
.t-confirmation #cart-table .m-item-price-unit.m-item-quantity {
  margin-left: 0.4rem;
  margin-right: 0.8rem;
}
.t-review #cart-table .m-item-attributes.m-item-price,
.t-review #cart-table .m-item-quantity.m-item-price,
.t-review #cart-table .m-item-price.m-item-price,
.t-review #cart-table .m-item-price-unit.m-item-price,
.t-confirmation #cart-table .m-item-attributes.m-item-price,
.t-confirmation #cart-table .m-item-quantity.m-item-price,
.t-confirmation #cart-table .m-item-price.m-item-price,
.t-confirmation #cart-table .m-item-price-unit.m-item-price {
  margin-right: 0.8rem;
}
.t-review #cart-table .m-item-attributes.m-item-price-unit,
.t-review #cart-table .m-item-quantity.m-item-price-unit,
.t-review #cart-table .m-item-price.m-item-price-unit,
.t-review #cart-table .m-item-price-unit.m-item-price-unit,
.t-confirmation #cart-table .m-item-attributes.m-item-price-unit,
.t-confirmation #cart-table .m-item-quantity.m-item-price-unit,
.t-confirmation #cart-table .m-item-price.m-item-price-unit,
.t-confirmation #cart-table .m-item-price-unit.m-item-price-unit {
  font-weight: 400;
}
.t-review #cart-table .a-autorep,
.t-confirmation #cart-table .a-autorep {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #484e51;
}
.t-review #cart-table .a-autorep i,
.t-review #cart-table .a-autorep span,
.t-confirmation #cart-table .a-autorep i,
.t-confirmation #cart-table .a-autorep span {
  display: inline-block;
  vertical-align: middle;
}
.t-review #cart-table .a-autorep i,
.t-confirmation #cart-table .a-autorep i {
  font-size: 1.6rem;
  margin-right: 0.8rem;
}
.t-review .linc-optin-widget,
.t-confirmation .linc-optin-widget {
  margin-top: 5.2rem;
  width: 90%;
}

.ui-dialog .a-checkout-header {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .ui-dialog .a-checkout-header {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 47.99875em) {
  .ui-dialog .a-checkout-header {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.ui-dialog .a-checkout-subtitle {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.tooltip {
  cursor: default;
  padding: 0;
  min-width: 0;
  text-align: left;
  transition: none;
}
.tooltip .icon {
  font-size: 1.6rem;
  vertical-align: top;
  display: inline-block;
}

.delivery-tab-header {
  position: relative;
}
.delivery-tab-header.sr-only,
.delivery-tab-header .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.delivery-tab-header > button {
  position: absolute;
  z-index: 10;
  right: 0;
  background: transparent;
  margin: 1.6rem 2.4rem;
  padding: 0;
  text-align: right;
  cursor: pointer;
  height: 1.6rem;
  min-width: auto;
}
.delivery-tab-header > button:hover, body:not(.touch) .delivery-tab-header > button:hover {
  background: transparent;
}
.delivery-tab-header--billing > button {
  margin: 0;
}

.m-shipping-method-header .sr-only.sr-only,
.m-shipping-method-header .sr-only .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}

.pt_checkout .o-checkout-summary-container {
  position: static !important;
}

.pt_cart .paypal-express {
  position: relative;
  z-index: 1;
}

.pt_checkout .o-shipping-address-form--billing .o-checkout-primary {
  border-bottom: none;
}
.pt_checkout .o-shipping-address-form--billing .a-label-required {
  color: #6a767b;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row,
.pt_checkout .o-shipping-address-form--billing .m-loqate-address-finder-container,
.pt_checkout .o-shipping-address-form--billing .m-capency-address-finder-container {
  margin-bottom: 2.4rem;
}
.pt_checkout .o-shipping-address-form--billing .m-loqate-address-finder-container .m-form-row,
.pt_checkout .o-shipping-address-form--billing .m-capency-address-finder-container .m-form-row {
  margin-bottom: 1.6rem;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row:has(+ .accordion-container), .pt_checkout .o-shipping-address-form--billing .m-form-row.countries_states {
  margin-bottom: 0;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row.accordion-toggle {
  font-weight: 500;
  margin-top: 1.6rem;
}
.pt_checkout .o-shipping-address-form--billing .accordion-content {
  margin-top: 2.4rem;
}
.pt_checkout .o-shipping-address-form--billing .internationalphone {
  flex: 0 0 100%;
  max-width: 100%;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row-nopadding,
.pt_checkout .o-shipping-address-form--billing .m-form-row.checkbox {
  padding-bottom: 0;
  margin-bottom: 1.6rem;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row-nopadding ::before,
.pt_checkout .o-shipping-address-form--billing .m-form-row.checkbox ::before {
  background: #fffefa;
}
.pt_checkout .o-shipping-address-form--billing .a-form-group-row .checkbox {
  padding: 0;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row-button {
  margin-bottom: 0;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row-button button {
  height: 4.8rem;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row-button button:not([aria-disabled=true]) {
  background-color: #001022;
  color: #fffefa;
  border: none;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row-button button[aria-disabled=true] {
  color: #6a767b;
}
.pt_checkout .o-shipping-address-form--billing .m-form-row-button:not(.full) {
  margin-top: 0.8rem;
}
@media (min-width: 48em) {
  .pt_checkout .o-shipping-address-form--billing .m-form-row-button:not(.full) button {
    width: 28.7rem;
  }
}
.pt_checkout .o-shipping-address-form--billing .m-form-row-button:not(.full) button[aria-disabled=true] {
  border: none;
}
body:not(.touch) .pt_checkout .o-shipping-address-form--billing .m-form-row-button:not(.full) button:hover {
  background-color: #001022;
  color: #fffefa;
}
.pt_checkout .o-shipping-address-form--billing .o-optin-group-legend a {
  font-size: 1.4rem;
  color: unset;
  text-decoration: underline;
}
.pt_checkout .o-shipping-address-form--billing .a-legal-mentions {
  margin-top: 2.4rem;
}
.pt_checkout .o-shipping-address-form--billing .o-checkout-summary {
  padding: 2.6rem 1.6rem 1.6rem;
}

.o-header.o-checkout-header,
.scrolled .o-header.o-checkout-header {
  border-bottom: 0.1rem solid rgba(0, 16, 34, 0.3);
  padding-bottom: 0;
}
@media (max-width: 63.99875em) {
  .o-header.o-checkout-header,
  .scrolled .o-header.o-checkout-header {
    border-bottom: none;
  }
}
.o-header.o-checkout-header .o-header-container,
.scrolled .o-header.o-checkout-header .o-header-container {
  padding: 0 1.6rem;
  height: 10rem;
}
@media (max-width: 63.99875em) {
  .o-header.o-checkout-header .o-header-container,
  .scrolled .o-header.o-checkout-header .o-header-container {
    display: flex;
    flex-direction: column;
    height: 8rem;
    padding: 0;
  }
}
.o-header.o-checkout-header .o-header-container .container,
.scrolled .o-header.o-checkout-header .o-header-container .container {
  position: relative;
  height: 100%;
}
@media (max-width: 63.99875em) {
  .o-header.o-checkout-header .o-header-container .container,
  .scrolled .o-header.o-checkout-header .o-header-container .container {
    max-width: none;
    display: flex;
    padding: 0;
    height: 5rem;
  }
}
.o-header.o-checkout-header .o-header-container .a-backto,
.scrolled .o-header.o-checkout-header .o-header-container .a-backto {
  color: #001022;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.o-header.o-checkout-header .o-header-container .a-backto i,
.scrolled .o-header.o-checkout-header .o-header-container .a-backto i {
  display: inline-block;
  position: absolute;
  font-size: 2.4rem;
  left: 0;
  top: 0;
}
@media (max-width: 47.99875em) {
  .o-header.o-checkout-header .o-header-container .a-backto,
  .scrolled .o-header.o-checkout-header .o-header-container .a-backto {
    height: 2.4rem;
    width: 2.4rem;
    left: 0.8rem;
    top: 2.6rem;
  }
  .o-header.o-checkout-header .o-header-container .a-backto > span.sr-only,
  .o-header.o-checkout-header .o-header-container .a-backto > span .sr-only,
  .scrolled .o-header.o-checkout-header .o-header-container .a-backto > span.sr-only,
  .scrolled .o-header.o-checkout-header .o-header-container .a-backto > span .sr-only {
    border: 0 !important;
    clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 0.1rem !important;
    margin: -0.1rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0.1rem !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 48em) {
  .o-header.o-checkout-header .o-header-container .a-backto,
  .scrolled .o-header.o-checkout-header .o-header-container .a-backto {
    padding-left: 4rem;
  }
  .o-header.o-checkout-header .o-header-container .a-backto span,
  .scrolled .o-header.o-checkout-header .o-header-container .a-backto span {
    font-weight: 500;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link,
.scrolled .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link {
  top: 2.4rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link,
  .scrolled .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link {
    top: 1.9rem;
  }
}
@media (max-width: 47.99875em) {
  .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link,
  .scrolled .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link {
    top: 1.4rem;
  }
}
.o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link .m-logo-image,
.scrolled .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link .m-logo-image {
  width: 16.8rem;
  height: 3.9rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link .m-logo-image,
  .scrolled .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link .m-logo-image {
    width: 14.8rem;
    height: 3.4rem;
  }
}
@media (max-width: 47.99875em) {
  .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link .m-logo-image,
  .scrolled .o-header.o-checkout-header .o-header-container .m-header-logo .a-primary-logo-link .m-logo-image {
    width: 11.2rem;
    height: 2.6rem;
  }
}
.o-header.o-checkout-header .o-header-container .m-help,
.scrolled .o-header.o-checkout-header .o-header-container .m-help {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #001022;
}
.o-header.o-checkout-header .o-header-container .m-help a,
.o-header.o-checkout-header .o-header-container .m-help .a-button--text,
.scrolled .o-header.o-checkout-header .o-header-container .m-help a,
.scrolled .o-header.o-checkout-header .o-header-container .m-help .a-button--text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #001022;
  text-decoration: underline;
}
@media (min-width: 64em) {
  .o-header.o-checkout-header .o-header-container .m-help,
  .scrolled .o-header.o-checkout-header .o-header-container .m-help {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 40%;
  }
}
@media (max-width: 63.99875em) {
  .o-header.o-checkout-header .o-header-container .m-help,
  .scrolled .o-header.o-checkout-header .o-header-container .m-help {
    width: 100%;
    width: calc(100% + 4rem);
    max-height: 2.6rem;
    margin-left: -2rem;
    margin-right: -2rem;
    left: 0;
    bottom: -2.6rem;
    background-color: #f6f7f7;
    padding: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    align-self: flex-end;
    text-align: center;
  }
  .o-header.o-checkout-header .o-header-container .m-help a,
  .o-header.o-checkout-header .o-header-container .m-help .a-button--text,
  .scrolled .o-header.o-checkout-header .o-header-container .m-help a,
  .scrolled .o-header.o-checkout-header .o-header-container .m-help .a-button--text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.t-cart {
  padding-bottom: 9rem;
}
@media (min-width: 64em) {
  .t-cart .o-cart-wrapper, .t-cart .o-cart-header-left {
    flex: 0 0 54%;
    max-width: 54%;
  }
}
@media (min-width: 48em) {
  .t-cart .o-cart-wrapper, .t-cart .o-cart-header-left {
    padding-right: 3.2vw;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 64em) and (max-width: 79.99875em) {
  .t-cart .o-cart-wrapper, .t-cart .o-cart-header-left {
    flex: 0 0 52%;
    max-width: 52%;
  }
}
@media (max-width: 47.99875em) {
  .t-cart {
    padding-top: 3rem;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 0;
  }
}
.t-cart .o-checkout-summary ~ .content-asset {
  margin-top: 2.4rem;
}
.t-cart .a-item-name,
.t-cart .a-item-name a {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 2.4rem;
  color: #001022;
  margin: 0 0 0.4rem 0;
  max-width: 85%;
}
.t-cart .attribute {
  display: flex;
  column-gap: 0.4rem;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #6a767b;
}
@media (max-width: 47.99875em) {
  .t-cart .m-item-price {
    margin: 0;
  }
}
.t-cart .m-item-price .m-item-unit-price {
  display: none;
}
.t-cart .m-item-total-price,
.t-cart .a-price-sales {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  line-height: 2.4rem;
  display: flex;
  column-gap: 0.8rem;
}
.t-cart .price-sales-position {
  position: absolute;
  bottom: 0;
  right: 0;
}
.t-cart .a-price-unadjusted,
.t-cart .a-price-standard {
  display: block;
  font-size: 1.2rem;
  text-decoration: line-through;
  color: #6a767b;
}
.t-cart .a-price-unadjusted.bonus-item,
.t-cart .a-price-standard.bonus-item {
  font-size: 1.2rem;
}
@media (max-width: 63.99875em) {
  .t-cart #cart-table .o-cart-row .o-item-info {
    padding: 0 0.8rem 0 1.6rem;
  }
}
@media (max-width: 47.99875em) {
  .t-cart #cart-table .o-cart-row .o-item-info {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: calc(100% - 12rem);
  }
}
.t-cart #cart-table .o-cart-row .o-item-info:not(.o-bundle-item) .m-item-quantity {
  justify-content: flex-start;
}
.t-cart #cart-table .o-cart-row .o-item-info:not(.o-bundle-item) .m-item-quantity .m-item-user-actions {
  display: flex;
}
@media (min-width: 64em) {
  .t-cart #cart-table .o-cart-row .o-item-info:not(.o-bundle-item) .m-item-quantity .m-item-user-actions {
    flex-direction: column;
  }
}
.t-cart #cart-table .o-cart-row .o-item-info:not(.o-bundle-item) .m-item-quantity .m-item-user-actions .a-button {
  margin-right: 1rem;
  text-align: left;
  padding: 0.8rem 0 0;
}
.t-cart .o-cart-savelater {
  background: #f6f7f7;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
@media (min-width: 48em) {
  .t-cart .o-cart-savelater {
    margin-inline: 0;
  }
}
.t-cart .o-cart-savelater .m-expandable-title {
  margin: 0;
}
.t-cart .o-cart-savelater .a-expandable-toggle {
  --expandable-toggle-icon-top-offset: 2.2rem;
  background: transparent;
  width: 100%;
  position: relative;
  min-height: 5.6rem;
  padding: 0.8rem 4rem 0.8rem 1.6rem;
  text-align: left;
}
.t-cart .o-cart-savelater .o-cart-savelater-item {
  padding-block: 2.4rem;
  position: relative;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .container {
  padding: 0 2.4rem;
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-savelater .o-cart-savelater-item {
    padding-block: 1.6rem;
  }
  .t-cart .o-cart-savelater .o-cart-savelater-item .container {
    padding: 0 2rem;
  }
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-name {
  margin: 0;
  font-size: 1.4rem;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-availability {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #1269cc;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-availability.soldout {
  color: #af4d23;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-availability.o-product-low-stock {
  background: #6a767b;
  border-radius: 0.6rem;
  font-weight: 500;
  padding: 0.8rem;
  color: #fff;
  width: max-content;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .m-item-info > .row:first-of-type {
  row-gap: 2.4rem;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .m-item-prices {
  display: flex;
  align-items: end;
  flex-direction: column;
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-savelater .o-cart-savelater-item .m-item-prices {
    justify-content: start;
  }
}
.t-cart .o-cart-savelater .o-cart-savelater-item .m-item-prices .a-price-standard {
  font-weight: 600;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .m-item-prices .a-price-per-unit {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.2rem;
  display: inline-block;
  color: rgba(0, 16, 34, 0.5);
  line-height: 1.6rem;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-cta {
  display: grid;
  grid-template-columns: 1fr 42%;
  grid-template-rows: 1fr max-content;
  grid-column-gap: 3.2rem;
  grid-row-gap: 0px;
  margin-top: 0.4rem;
  align-items: center;
  text-align: right;
}
@media (min-width: 64em) {
  .t-cart .o-cart-savelater .o-cart-savelater-item .a-item-cta {
    grid-template-columns: 1fr 27%;
  }
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-cta .a-product-not-available {
  grid-area: 1/2/2/3;
  text-align: center;
  margin: 0 auto 0.4rem;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-cta .a-remove-product {
  grid-area: 2/1/3/2;
  text-align: right;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-cta .a-remove-product .a-button-remove:hover {
  text-decoration: none;
}
.t-cart .o-cart-savelater .o-cart-savelater-item .a-item-cta .a-add-product {
  grid-area: 2/2/3/3;
}
.t-cart .o-cart-savelater .o-cart-savelater-item-see-more {
  text-align: center;
  padding: 1.6rem 0;
  position: relative;
}
.t-cart .o-cart-savelater .o-cart-savelater-item-see-more .a-button-see-more {
  text-decoration: underline;
  cursor: pointer;
}
.t-cart .o-cart-savelater .o-cart-savelater-item-see-more .a-button-see-more:hover {
  text-decoration: none;
}
.t-cart .o-cart-savelater .m-item-name-availability {
  display: grid;
  row-gap: 0.8rem;
}
.t-cart .o-cart-savelater .m-product-price {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.t-cart .o-cart-savelater .m-product-price .a-price-sales {
  order: 1;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.t-cart .o-cart-savelater .m-product-price .a-discount-percentage {
  order: 0;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  background: #fff1b4;
  padding: 0.2rem 0.4rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.t-cart .o-cart-savelater .m-product-price p {
  margin: 0;
}
.t-cart .o-cart-savelater .m-inventory-state-content {
  margin: 0;
}
.t-cart .attribute.variant-dropdown {
  position: relative;
  display: flex;
  border-bottom: 0.1rem solid rgba(106, 118, 123, 0.3);
}
.t-cart .attribute.variant-dropdown .label {
  position: relative;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(0, 16, 34, 0.7);
  font-weight: 500;
}
.t-cart .attribute.variant-dropdown .value {
  flex-grow: 1;
}
.t-cart .attribute.variant-dropdown .value select,
.t-cart .attribute.variant-dropdown .value .ui-selectmenu-button {
  position: static;
  padding: 0 0 0 0.8rem;
  color: #001022;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  border: none;
  outline: none;
  line-height: 2.9rem;
  height: 3rem;
}
.t-cart .attribute.variant-dropdown .value select::before,
.t-cart .attribute.variant-dropdown .value .ui-selectmenu-button::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: transparent;
}
.t-cart .attribute.variant-dropdown .value select span.ui-selectmenu-text, .t-cart .attribute.variant-dropdown .value select[aria-expanded=true] span.ui-selectmenu-text,
.t-cart .attribute.variant-dropdown .value .ui-selectmenu-button span.ui-selectmenu-text,
.t-cart .attribute.variant-dropdown .value .ui-selectmenu-button[aria-expanded=true] span.ui-selectmenu-text {
  padding: 0.5rem 3rem 0.5rem 0;
  color: #6a767b;
  font-weight: 400;
}
.t-cart .attribute.variant-dropdown .value .ui-icon {
  margin-top: -0.2rem;
  right: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
}
.t-cart .attribute.variant-dropdown .value .ui-icon::after {
  font-size: 1.2rem;
  line-height: 0.8rem;
}
.t-cart .attribute.variant-dropdown .value .a-single-value {
  color: rgba(0, 16, 34, 0.7);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3rem;
}
.t-cart .attribute-variations {
  margin-top: 1.6rem;
}
@media (max-width: 47.99875em) {
  .t-cart .attribute-variations {
    margin-top: 0.8rem;
  }
}
.t-cart .price-promotion {
  display: flex;
  column-gap: 0.8rem;
}
.t-cart .attribute-actions {
  align-items: baseline;
  height: 3.2rem;
}
.t-cart .cartLineItemVariations {
  max-width: 23rem;
}
@media (max-width: 63.99875em) {
  .t-cart .cartLineItemVariations {
    max-width: 100%;
  }
}
.t-cart.empty .o-cart-recommendations {
  margin-top: 2.4rem;
}

.cart-actions-sticky {
  display: none;
}
.cart-actions-sticky p {
  margin: 0;
}
.cart-actions-sticky .shiptohome-actions button {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.cart-actions-sticky .dw-apple-pay-button, .cart-actions-sticky .dw-apple-pay-button:hover, .cart-actions-sticky .dw-apple-pay-button:focus, .cart-actions-sticky .dw-apple-pay-button:active {
  margin: 1.6rem 1.6rem 0 0;
}
.cart-actions-sticky .dw-apple-pay-button ~ .amazon-btn {
  margin-right: 0;
}
.cart-actions-sticky .dw-apple-pay-button ~ .amazon-btn ~ .paypal-express {
  display: none;
}
.cart-actions-sticky .cart-action-checkout {
  flex-basis: 100%;
}
.cart-actions-sticky .cart-action-checkout p {
  display: flex;
}
.cart-actions-sticky .cart-action-checkout button {
  margin-top: 0;
}
.cart-actions-sticky .cart-action-checkout button.dw-apple-pay-button {
  margin-left: 1.6rem;
}
.cart-actions-sticky .cart-action-checkout .paypal-express {
  position: relative;
  z-index: 2;
}
.cart-actions-sticky .a-checkout-button,
.cart-actions-sticky .a-paypal-button,
.cart-actions-sticky .amazon-button {
  width: 100%;
}
.cart-actions-sticky > * {
  flex-grow: 1;
  flex-basis: calc(50% - 1.6rem);
  margin-bottom: 0;
  margin-top: 1.6rem;
}
.cart-actions-sticky .amazon-btn {
  margin-right: 1.6rem;
}
.cart-actions-sticky isapplepay {
  display: none;
}
.cart-actions-sticky[data-express-payments-quantity="0"] > *:nth-child(1) {
  flex-basis: 100%;
  margin-left: 0;
}
.cart-actions-sticky[data-express-payments-quantity="0"] > *:nth-child(1) button {
  font-size: inherit;
}
.cart-actions-sticky[data-express-payments-quantity="1"] .o-cart-actions-options {
  display: flex;
}
.cart-actions-sticky[data-express-payments-quantity="1"] .amazon-btn {
  margin-right: 0;
}
.cart-actions-sticky[data-express-payments-quantity="1"] .cart-action-checkout {
  width: 100%;
  margin-right: 1.6rem;
}
.cart-actions-sticky[data-express-payments-quantity="1"] .shiptohome-actions {
  width: 100%;
}
.cart-actions-sticky[data-express-payments-quantity="2"] > *:nth-child(1), .cart-actions-sticky[data-express-payments-quantity="3"] > *:nth-child(1) {
  flex-basis: 100%;
  margin-left: 0;
}
.cart-actions-sticky[data-express-payments-quantity="2"] > *:nth-child(1) button, .cart-actions-sticky[data-express-payments-quantity="3"] > *:nth-child(1) button {
  font-size: inherit;
}
.cart-actions-sticky[data-express-payments-quantity="2"] .amazon-btn.amazon-btn-right, .cart-actions-sticky[data-express-payments-quantity="3"] .amazon-btn.amazon-btn-right {
  width: calc(50% - 1rem);
  margin: 0 0 0 1rem;
}
.cart-actions-sticky[data-express-payments-quantity="2"] .paypal-express, .cart-actions-sticky[data-express-payments-quantity="3"] .paypal-express {
  width: calc(50% - 1rem);
  margin-right: 1rem;
}
.cart-actions-sticky[data-express-payments-quantity="2"] .paypal-express.paypal-btn-right, .cart-actions-sticky[data-express-payments-quantity="3"] .paypal-express.paypal-btn-right {
  margin-right: 0;
  float: right;
}
.cart-actions-sticky[data-express-payments-quantity="2"] .dw-apple-pay-button, .cart-actions-sticky[data-express-payments-quantity="3"] .dw-apple-pay-button {
  width: calc(50% - 1rem);
  margin: 0 1rem 0 0;
}
@media (max-width: 47.99875em) {
  .cart-actions-sticky {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 0 2.4rem 1.6rem;
    background: #fffefa;
    border-top: 0.1rem solid #6a767b;
  }
  .cart-actions-sticky.sr-only,
  .cart-actions-sticky .sr-only {
    border: 0 !important;
    clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 0.1rem !important;
    margin: -0.1rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0.1rem !important;
    white-space: nowrap !important;
  }
  .cart-actions-sticky .express-payment-sticky-cta-hidden {
    display: none;
  }
  .cart-actions-sticky button {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1rem;
  }
}
.cart-actions-sticky .a-checkout-button[aria-disabled=true] {
  display: none;
}

.t-cart {
  position: relative;
  /*====================================================
  =================== Cart table =======================
  ====================================================*/
  /*====================================================
   ============== Cart recommendations =================
   =====================================================*/
  /*====================================================
  ================== Cart samples =====================
  =====================================================*/
  /*  ==================================================
      =============== Gift wrapping ====================
      ================================================== */
}
.t-cart .a-cart-header {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-align: center;
}
@media (min-width: 48em) {
  .t-cart .a-cart-header {
    text-align: initial;
  }
}
.t-cart .a-cart-empty-header {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  margin: 0 0 1.6rem;
}
@media (max-width: 47.99875em) {
  .t-cart .a-cart-empty-header {
    margin-top: 2.4rem;
    text-align: center;
  }
}
@media (max-width: 47.99875em) {
  .t-cart .a-cart-empty-bag-img {
    width: 17.5rem;
    height: 16rem;
  }
}
.t-cart .m-cart-empty-block {
  display: flex;
  align-items: center;
  column-gap: 6.4rem;
}
@media (max-width: 47.99875em) {
  .t-cart .m-cart-empty-block {
    flex-direction: column;
  }
}
.t-cart .m-cart-empty-content {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (max-width: 47.99875em) {
  .t-cart .m-cart-empty-content {
    text-align: center;
  }
}
.t-cart .m-cart-empty-content a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.t-cart .o-empty-cart-slot {
  background: #fcf4d7;
  margin: 2.4rem -2rem;
  padding: 2rem 4rem;
}
.t-cart .o-empty-cart-slot .col-12 {
  padding: 2rem 0;
}
@media (min-width: 48em) {
  .t-cart .o-empty-cart-slot {
    margin-inline: 0;
  }
}
.t-cart .o-empty-cart-slot .m-content {
  display: flex;
  flex-direction: column;
}
.t-cart .o-empty-cart-slot .a-label {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #001022;
  order: 1;
}
.t-cart .o-empty-cart-slot .a-content {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 1rem 0;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  order: 2;
}
.t-cart .o-empty-cart-slot .a-link {
  margin: 0;
  text-decoration: underline;
  order: 3;
}
.t-cart #cart-table {
  margin-bottom: 2.4rem;
}
@media (min-width: 64em) {
  .t-cart #cart-table {
    max-width: 68rem;
  }
}
@media (max-width: 63.99875em) {
  .t-cart #cart-table {
    margin-bottom: 0;
  }
  .t-cart #cart-table .o-cart-row:not(.o-bundle-item) .m-item-details {
    min-width: 100%;
  }
}
.t-cart #cart-table .o-table-body > * {
  margin-inline: 0;
}
@media (min-width: 48em) {
  .t-cart #cart-table .o-cart-row {
    justify-content: space-between;
  }
}
@media (min-width: 64em) {
  .t-cart #cart-table .o-cart-row:not(.o-bundle-item) .m-item-details {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .t-cart #cart-table .o-cart-row:not(.o-bundle-item) .m-item-quantity {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 79.99875em) {
  .t-cart #cart-table .o-cart-row:not(.o-bundle-item) .m-item-quantity {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.t-cart #cart-table .o-cart-row .m-item-quantity-price {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-right: 0.8rem;
}
@media (max-width: 63.99875em) {
  .t-cart #cart-table .o-cart-row .m-item-quantity-price {
    width: auto;
    padding-right: 0;
  }
}
@media (max-width: 47.99875em) {
  .t-cart #cart-table .o-cart-row .m-item-actions {
    padding: 0;
    margin: 0;
    margin-top: 1rem;
  }
}
.t-cart #cart-table .o-cart-row .m-item-user-actions {
  flex-wrap: wrap;
}
.t-cart #cart-table .o-cart-row .m-item-user-actions p {
  margin: 0;
}
.t-cart #cart-table .o-cart-row .m-item-user-actions .a-button--text {
  color: #000;
  font-size: 1.4rem;
  text-align: right;
  line-height: 2rem;
}
body:not(.touch) .t-cart #cart-table .o-cart-row .m-item-user-actions .a-button--text:hover {
  font-weight: 600;
  text-decoration: none;
}
.t-cart #cart-table .o-cart-row .a-icon-close-s {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.t-cart #cart-table .o-cart-row .o-promo .m-promo-adjustment {
  background: #f6f7f7;
  margin: 1rem 0 0 0;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.t-cart #cart-table .o-cart-row .o-promo .m-promo-adjustment .a-promo-header {
  font-weight: 500;
}
@media (max-width: 63.99875em) {
  .t-cart #cart-table .o-cart-row .og-offer {
    margin-top: 1rem;
  }
}
.t-cart #cart-table .o-cart-row .m-auto-refill {
  margin-top: 1rem;
  padding: 1.6rem 1.5rem;
  border: 0.1rem solid rgba(0, 16, 34, 0.2);
}
@media (max-width: 63.99875em) {
  .t-cart #cart-table .o-cart-row .m-auto-refill {
    padding: 1rem 1.5rem;
  }
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-form-row {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  max-height: none;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-form-row label {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-form-row label .a-auto-refill-header {
  display: block;
  font-weight: 400;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-form-row label p {
  margin: 0;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-form-row .a-autorefill-description {
  margin: 0;
  padding-left: 3rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-form-row .a-autorefill-description a {
  display: inline-block;
  vertical-align: bottom;
  text-decoration: underline;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-auto-refill-options {
  position: relative;
  padding-top: 1.6rem;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-auto-refill-options .m-form-row {
  position: relative;
  padding: 0;
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 0;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-auto-refill-options .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  padding: 0.4rem 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: rgba(0, 16, 34, 0.7);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-auto-refill-options .value {
  position: relative;
}
.t-cart #cart-table .o-cart-row .m-auto-refill .m-auto-refill-options .value select,
.t-cart #cart-table .o-cart-row .m-auto-refill .m-auto-refill-options .value .ui-selectmenu-button {
  padding-left: 3.2rem;
  color: #001022;
  font-size: 1.4rem;
  font-weight: 400;
}
.t-cart #cart-table .o-cart-row.unavailable .o-error-msg {
  position: relative;
  width: 100%;
  min-height: 0.1rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  display: flex;
  flex-basis: 100%;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #af4d23;
}
.t-cart #cart-table .o-cart-row.unavailable .o-error-msg .a-icon {
  font-size: 1.6rem;
  margin-right: 0.8rem;
}
.t-cart #cart-table .o-cart-row.unavailable .m-item-image {
  opacity: 0.56;
}
.t-cart #cart-table .o-cart-row.unavailable .a-item-name,
.t-cart #cart-table .o-cart-row.unavailable .m-item-quantity .inventory,
.t-cart #cart-table .o-cart-row.unavailable .m-item-price,
.t-cart #cart-table .o-cart-row.unavailable .m-item-attributes,
.t-cart #cart-table .o-cart-row.unavailable .m-promo-adjustment,
.t-cart #cart-table .o-cart-row.unavailable .m-auto-refill {
  color: #6a767b;
}
.t-cart #cart-table .o-cart-row.unavailable .m-item-quantity .quantity {
  border: none;
}
.t-cart #cart-table .o-cart-row.unavailable .product-quantity-change-button[aria-disabled=true] {
  display: none;
}
.t-cart #cart-table .o-table-total {
  padding: 1.6rem 0.8rem 0 0.8rem;
}
.t-cart #cart-table .o-table-total .a-total-label {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.t-cart #cart-table .o-table-total .a-total-label--gift {
  font-size: 1.4rem;
}
.t-cart #cart-table .o-table-total .a-total-value {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.t-cart #cart-table .o-table-total .a-total-value--gift {
  font-size: 1.4rem;
}
.t-cart #cart-table .m-item-title {
  align-items: flex-start;
  column-gap: 1.2rem;
}
.t-cart #cart-table .m-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 12rem !important;
  height: 12rem;
  padding: 0;
}
@media (max-width: 47.99875em) {
  .t-cart #cart-table .m-item-image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.t-cart #cart-table .m-item-image img {
  width: 9.6rem;
  height: 9.6rem;
}
@media (max-width: 47.99875em) {
  .t-cart #cart-table .m-item-image img {
    width: auto;
    height: auto;
  }
}
.t-cart #cart-table .auto-replenishment-section {
  margin-bottom: 1.6rem;
}
.t-cart .o-cart-giftwrap .m-item-quantity {
  margin-right: 0.8rem;
  margin-top: 1.6rem;
}
.t-cart #cart-table .m-item-quantity,
.t-cart .o-cart-giftwrap .m-item-quantity {
  padding: 0;
}
.t-cart #cart-table .m-item-quantity .quantity,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity {
  display: flex;
  width: 9.6rem;
  position: relative;
}
.t-cart #cart-table .m-item-quantity .quantity span.sr-only,
.t-cart #cart-table .m-item-quantity .quantity span .sr-only,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity span.sr-only,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity span .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.t-cart #cart-table .m-item-quantity .quantity button,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity button {
  position: relative;
  background-color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  font-size: 0.8rem;
  padding: 0;
  border: 0.1rem solid #000;
  align-items: center;
  color: #000;
  justify-content: center;
}
.t-cart #cart-table .m-item-quantity .quantity button::before,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity button::before {
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-cart #cart-table .m-item-quantity .quantity button:hover,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity button:hover {
  background-color: #f6f7f7;
}
.t-cart #cart-table .m-item-quantity .quantity button[aria-disabled=true],
.t-cart .o-cart-giftwrap .m-item-quantity .quantity button[aria-disabled=true] {
  color: #000;
}
.t-cart #cart-table .m-item-quantity .quantity button[aria-disabled=true]:hover,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity button[aria-disabled=true]:hover {
  background-color: #fff;
}
.t-cart #cart-table .m-item-quantity .quantity .product-quantity-add-button::before,
.t-cart #cart-table .m-item-quantity .quantity .product-quantity-remove-button::before,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity .product-quantity-add-button::before,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity .product-quantity-remove-button::before {
  font-family: "occ-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.t-cart #cart-table .m-item-quantity .quantity .product-quantity-add-button::before,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity .product-quantity-add-button::before {
  content: "\ea70";
}
.t-cart #cart-table .m-item-quantity .quantity .product-quantity-remove-button::before,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity .product-quantity-remove-button::before {
  content: "\ea5e";
}
.t-cart #cart-table .m-item-quantity .quantity .value,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity .value {
  position: relative;
  background-color: transparent;
  width: 4rem;
  height: 4rem;
  padding: 0;
  min-width: unset;
  display: inline-block;
  text-align: center;
}
.t-cart #cart-table .m-item-quantity .quantity input,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity input {
  position: relative;
  background-color: transparent;
  height: 3.2rem;
  padding: 0 0 0.2rem;
  width: 3.2rem;
  min-width: 3.2rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 500;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  border: 0;
}
.t-cart #cart-table .m-item-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.t-cart #cart-table .m-item-quantity .quantity input[type=number]::-webkit-outer-spin-button,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.t-cart #cart-table .m-item-quantity .quantity input[type=number],
.t-cart .o-cart-giftwrap .m-item-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.t-cart #cart-table .m-item-quantity .quantity .product-quantity-values,
.t-cart .o-cart-giftwrap .m-item-quantity .quantity .product-quantity-values {
  display: none;
}
.t-cart .o-cart-promo-slot {
  background: #f6f7f7;
  padding: 4rem;
  margin-bottom: 6.4rem;
}
@media (min-width: 64em) {
  .t-cart .o-cart-promo-slot {
    margin-right: -4rem;
  }
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-promo-slot {
    padding: 2rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-promo-slot {
    margin-bottom: 3rem;
  }
}
.t-cart .o-cart-promo-slot .a-push-header {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
}
.t-cart .o-cart-promo-slot .a-push-header strong {
  font-weight: 600;
}
.t-cart .o-cart-promo-slot .a-push-body {
  color: #484e51;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.t-cart .o-cart-promo-slot .a-product-image {
  margin-bottom: 1rem;
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-promo-slot .a-product-image {
    margin-bottom: 0;
  }
}
.t-cart .o-cart-promo-slot .m-product-tile {
  padding: 0;
  text-align: left;
  flex-direction: row;
  max-width: none;
}
.t-cart .o-cart-promo-slot .m-product-tile .a-product-price {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-promo-slot .m-product-tile .a-product-price {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-promo-slot .m-product-tile .a-product-price {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.t-cart .o-cart-promo-slot .m-product-tile .m-promo-code,
.t-cart .o-cart-promo-slot .m-product-tile .m-product-cta {
  margin: 0;
  text-align: center;
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-promo-slot .m-product-tile .m-promo-code,
  .t-cart .o-cart-promo-slot .m-product-tile .m-product-cta {
    margin-top: 0.8rem;
    text-align: left;
  }
}
.t-cart .o-cart-promo-slot .m-product-tile .m-promo-code button,
.t-cart .o-cart-promo-slot .m-product-tile .m-product-cta button {
  width: 100%;
}
.t-cart .m-cart-subtotal {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  line-height: 2.8rem;
}
.t-cart .m-cart-subtotal .a-cart-subtotal {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2rem;
}
.t-cart .m-cart-subtotal .a-cart-subtotal-value {
  color: #001022;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.4rem;
}
.t-cart .m-cart-subtotal .tooltip .icon {
  line-height: 2rem;
}
.t-cart .o-cart-coupon-code.o-mobile-coupon {
  background: #fff7dd;
  padding: 1.6rem;
  margin-top: 1.6rem;
}
@media (min-width: 48em) {
  .t-cart .o-cart-coupon-code.o-mobile-coupon {
    margin-bottom: 1.6rem;
    margin-top: 5.6rem;
  }
}
.t-cart .o-cart-coupon-code .m-coupon-header button {
  font-weight: 600;
  padding: 1rem 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #484e51;
  text-decoration: none;
}
.t-cart .o-cart-coupon-code .m-coupon-header p {
  margin: 0;
}
.t-cart .o-cart-coupon-code .m-coupon-header .a-coupon-text {
  text-align: left;
  padding-right: 1rem;
  margin: 0;
  flex-grow: 1;
}
.t-cart .o-cart-coupon-code .m-coupon-header .hide-expanded,
.t-cart .o-cart-coupon-code .m-coupon-header .show-expanded {
  text-decoration: underline;
}
.t-cart .o-cart-coupon-code .o-coupon-form {
  padding: 1rem 0 0 0;
  display: flex;
  column-gap: 0.8rem;
}
.t-cart .o-cart-coupon-code .o-coupon-form .m-form-row {
  flex: 1 1 auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.t-cart .o-cart-coupon-code .o-coupon-form .m-coupon-submit {
  flex: 1 1 30%;
}
.t-cart .o-cart-coupon-code .o-coupon-form .a-coupon-submit {
  min-width: 0;
  padding: 0.8rem;
  width: 100%;
  line-height: 2rem;
  height: 4rem;
}
.t-cart .o-cart-coupon-code .o-coupon-form .a-coupon-submit[aria-disabled=true] {
  background: #fff;
  color: #001022;
  border: 0.1rem solid #001022;
}
.t-cart .o-cart-coupon-code .o-coupon-form .coupon-input-error {
  border-color: #d0021b;
}
.t-cart .o-messages {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
}
.t-cart .o-messages .m-timer,
.t-cart .o-messages .m-samples-eligibility-warning {
  padding: 1.5rem;
  margin-top: 1rem;
  border: 0.1rem solid #1269cc;
  color: #1269cc;
}
.t-cart .o-messages strong {
  font-weight: 500;
}
.t-cart .o-cart-recommendations {
  margin-bottom: 6.4rem;
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-recommendations {
    margin-bottom: 3rem;
  }
}
.t-cart .o-cart-recommendations .container {
  padding: 0 1rem;
}
.t-cart .o-cart-recommendations .m-giftwrap-header {
  display: flex;
  flex-direction: row;
  gap: 5.6rem;
  justify-content: space-between;
}
.t-cart .o-cart-recommendations .a-reco-header {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 0;
  color: #001022;
}
.t-cart .o-cart-recommendations .a-reco-header .a-amount {
  font-weight: 600;
}
.t-cart .o-cart-recommendations .o-reco-swiper,
.t-cart .o-cart-recommendations .o-cart-reco-swiper,
.t-cart .o-cart-recommendations .o-samples-swiper {
  position: relative;
  text-align: center;
}
.t-cart .o-cart-recommendations .o-reco-swiper .sr-only.sr-only,
.t-cart .o-cart-recommendations .o-reco-swiper .sr-only .sr-only,
.t-cart .o-cart-recommendations .o-cart-reco-swiper .sr-only.sr-only,
.t-cart .o-cart-recommendations .o-cart-reco-swiper .sr-only .sr-only,
.t-cart .o-cart-recommendations .o-samples-swiper .sr-only.sr-only,
.t-cart .o-cart-recommendations .o-samples-swiper .sr-only .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.t-cart .o-cart-recommendations .swiper-wrapper {
  align-items: stretch;
  flex-wrap: nowrap;
  overflow: hidden;
}
.t-cart .o-cart-recommendations .swiper-wrapper.row {
  width: auto;
}
.t-cart .o-cart-recommendations .swiper-horizontal .swiper-wrapper {
  overflow: visible;
}
.t-cart .o-cart-recommendations .swiper-horizontal .swiper-slide {
  margin: 0 auto;
  flex: 0 0 auto;
  height: auto;
}
.t-cart .o-cart-recommendations .swiper-horizontal .swiper-slide .m-product-tile {
  padding: 0;
}
.t-cart .o-cart-recommendations .swiper-button-prev {
  left: -3.2rem;
}
.t-cart .o-cart-recommendations .swiper-button-next {
  right: -3.2rem;
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-recommendations.up-sell-dynamic-message .swiper-button-prev {
    left: -1.6rem;
  }
  .t-cart .o-cart-recommendations.up-sell-dynamic-message .swiper-button-next {
    right: -1.6rem;
  }
}
.t-cart .o-standard-reco .swiper-wrapper.row {
  width: auto;
}
.t-cart .o-cart-samples {
  text-align: left;
}
.t-cart .o-cart-samples .swiper-horizontal .swiper-slide {
  flex: none;
}
.t-cart .o-cart-samples .swiper-button-prev {
  left: -3.2rem;
}
.t-cart .o-cart-samples .swiper-button-next {
  right: -3.2rem;
}
.t-cart .o-cart-samples .a-reco-header {
  margin-bottom: 1rem;
}
.t-cart .o-cart-samples .a-samples-description {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
  font-weight: 400;
}
.t-cart .o-cart-samples .o-sample-tile {
  height: min-content;
  margin-bottom: 0;
  width: 100%;
}
.t-cart .o-cart-samples .o-sample-tile.hidden {
  display: none;
}
.t-cart .o-cart-samples .o-sample-tile.hidden.visible {
  display: block;
}
.t-cart .o-cart-samples .o-sample-tile .sample-show-details,
.t-cart .o-cart-samples .o-sample-tile .sample-hide-details {
  min-width: 0;
  width: 12rem;
}
.t-cart .o-cart-samples.js--expanded .o-sample-tile.hidden {
  display: block;
}
.t-cart .o-cart-samples .m-product-tile {
  padding: 0 1rem;
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-samples .m-product-tile .m-product-content {
    padding-left: 1rem;
    text-align: left;
  }
  .t-cart .o-cart-samples .m-product-tile .m-product-image {
    max-width: 33.33%;
    max-width: 33.3333333333%;
    flex: 0 0 33.33%;
    flex: 0 0 33.3333333333%;
    font-size: 0;
    line-height: 0;
  }
  .t-cart .o-cart-samples .m-product-tile .m-product-name {
    margin-top: 0;
  }
}
.t-cart .o-cart-samples .single-sample .o-sample-gradient {
  display: none;
}
.t-cart .a-samples-additional-description {
  display: none;
}
.t-cart .o-cart-samples {
  margin-bottom: 2.4rem;
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-samples {
    margin: 2.4rem 0;
  }
}
.t-cart .o-cart-samples .a-reco-header {
  font-size: 2rem;
  font-weight: 500;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}
.t-cart .o-cart-samples .a-samples-feedback {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #484e51;
  margin: 0;
  font-weight: 400;
}
.t-cart .o-cart-samples .a-samples-feedback .max-selected {
  display: flex;
  color: #3b7902;
  font-weight: 600;
}
.t-cart .o-cart-samples .a-samples-feedback .max-selected::before {
  font-family: "occ-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab3";
  font-size: 1.6rem;
  color: #3b7902;
  padding-right: 0.4rem;
}
.t-cart .o-cart-samples .a-samples-feedback .hide-feedback {
  display: none;
}
.t-cart .o-cart-samples .sample-description,
.t-cart .o-cart-samples .sample-hide-details {
  display: none;
}
.t-cart .o-cart-samples .sample-show-details,
.t-cart .o-cart-samples .sample-hide-details {
  background-color: transparent;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  color: #001022;
  margin: 0 auto 1.6rem;
  padding: 0;
}
.t-cart .o-cart-samples .sample-description {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  color: #001022;
  word-wrap: break-word;
  margin: 0 0 1.6rem;
}
.t-cart .o-cart-samples .o-sample-tile {
  padding: 1.6rem 1rem 0;
  background-color: #f6f7f7;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 16, 34, 0.1);
}
.t-cart .o-cart-samples .sample-selected .o-sample-tile {
  box-shadow: inset 0 0 0 0.2rem #6a767b;
}
.t-cart .o-cart-samples .sample-name {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: 2.4rem;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  color: #001022;
  margin: 0.8rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.t-cart .o-cart-samples .o-samples-content {
  position: relative;
}
@media (min-width: 64em) {
  .t-cart .o-cart-samples .o-sample-gradient {
    display: block;
    position: absolute;
    width: 3rem;
    z-index: 2;
    pointer-events: none;
    height: 100%;
  }
  .t-cart .o-cart-samples .o-sample-gradient--right {
    right: 0;
  }
  .t-cart .o-cart-samples .o-sample-gradient--left {
    left: 0;
  }
}
.t-cart .o-samples-swiper {
  position: relative;
}
.t-cart .o-samples-swiper .o-product-list-wrapper {
  margin-top: 1.6rem;
}
.t-cart .o-samples-swiper .swiper-slide {
  height: auto;
  display: flex;
  max-width: 20rem;
}
@media (max-width: 47.99875em) {
  .t-cart .o-samples-swiper .swiper-slide:first-child {
    padding-left: 1.6rem;
  }
  .t-cart .o-samples-swiper .swiper-slide:last-child {
    padding-right: 1.6rem;
  }
}
.t-cart .o-samples-swiper .swiper-slide .m-product-tile {
  padding: 0;
}
.t-cart .o-samples-swiper .swiper:not(.swiper-horizontal) .swiper-slide {
  box-sizing: border-box;
  width: auto;
  position: relative;
  width: 100%;
  min-height: 0.1rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .t-cart .o-samples-swiper .swiper:not(.swiper-horizontal) .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 64em) {
  .t-cart .o-samples-swiper .swiper:not(.swiper-horizontal) .swiper-slide {
    flex: 0 1 50%;
    max-width: 50%;
    min-width: 33.3333%;
  }
}
.t-cart .o-samples-swiper .m-sample-option label {
  padding-left: 0;
  width: 100%;
}
.t-cart .o-samples-swiper .m-sample-option label::before, .t-cart .o-samples-swiper .m-sample-option label::after {
  top: 1.1rem;
  right: 0.6rem;
  left: auto;
}
.t-cart .o-samples-swiper .m-sample-option label::after {
  right: -0.2rem;
}
.t-cart .o-samples-swiper .m-sample-option .sample-cb:checked ~ label::before {
  background-color: #000;
}
.t-cart .o-samples-swiper .sample-cb {
  top: 1.1rem;
  right: 0.7rem;
}
.t-cart .o-samples-swiper .js-disabled {
  opacity: 0.5;
}
.t-cart .o-samples-swiper .js-disabled .m-sample-option label {
  cursor: default;
}
@media (max-width: 47.99875em) {
  .t-cart .a-samples-additional-description {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    color: #484e51;
    margin: 0.8rem 0 1.6rem;
  }
  .t-cart .o-samples-swiper .o-product-list-wrapper {
    width: 100vw;
    margin-left: -1.6rem;
  }
  .t-cart .o-samples-swiper .swiper-slide {
    max-width: 20rem;
  }
  .t-cart .o-samples-swiper .swiper-button-next,
  .t-cart .o-samples-swiper .swiper-button-prev {
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 47.99875em) and (max-width: 47.99875em) {
  .t-cart .o-samples-swiper .swiper-horizontal > .swiper-scrollbar {
    left: 1.6rem;
    width: calc(100% - 2 * 1.6rem);
  }
}
.t-cart .o-cart-giftwrap {
  background-color: #fff1b4;
  padding: 1.6rem 2.4rem;
  margin-top: 1.6rem;
}
.t-cart .o-cart-giftwrap .a-cart-giftwrapping-img {
  text-align: right;
  min-width: 13.6rem;
}
.t-cart .o-cart-giftwrap .m-cart-giftwrapping {
  width: 13.6rem;
}
.t-cart .o-cart-giftwrap .a-reco-header {
  margin-bottom: 0.8rem;
}
.t-cart .o-cart-giftwrap .o-expandable {
  margin: 0.8rem 0;
}
.t-cart .o-cart-giftwrap .a-giftwrap-description {
  margin: 0.8rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
}
.t-cart .o-cart-giftwrap label {
  font-weight: 500;
}
.t-cart .o-cart-giftwrap label strong {
  font-weight: 500;
}
.t-cart .o-cart-giftwrap .o-expandable-content {
  margin: 0.8rem 0 0;
}
.t-cart .o-cart-giftwrap .o-expandable-content legend.sr-only,
.t-cart .o-cart-giftwrap .o-expandable-content legend .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option {
  padding: 0.8rem;
  max-height: none;
  background-color: #fff7dd;
  border: 0.1rem solid rgba(0, 16, 34, 0.1);
  margin: 0 0 0.8rem;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .input-radio {
  top: auto;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option:last-of-type {
  margin-bottom: 0.8rem;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .giftwrap-image {
  max-width: 8rem;
  max-height: 8rem;
  margin-right: 0.8rem;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .m-giftwrap-info {
  display: flex;
  justify-content: space-between;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .m-giftwrap-info .a-option-label {
  display: flex;
  justify-content: flex-start;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #001022;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding-left: 2.4rem;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .m-giftwrap-info .giftwrap-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .m-giftwrap-info .giftwrap-desc .giftwrap-desc-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .m-giftwrap-info .giftwrap-desc .giftwrap-desc-top .giftwrap-title-option {
  display: flex;
  flex-direction: column;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .m-giftwrap-info .giftwrap-desc .giftwrap-desc-top .giftwrap-title-option .a-option-price {
  display: block;
  font-size: 1.4rem;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option .m-giftwrap-info .giftwrap-desc .giftwrap-desc-bottom .a-option-description {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
  letter-spacing: 0;
  margin: 0.8rem 0 0;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option.selected {
  border: 0.2rem solid #6a767b;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option.single .giftwrap-title-option {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option.single .giftwrap-title-option .a-option-label {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #001022;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding-left: 0;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option.single .giftwrap-title-option .a-option-image {
  max-width: 8rem;
  max-height: 8rem;
  margin-right: 0.8rem;
}
.t-cart .o-cart-giftwrap .o-expandable-content .m-giftwrap-option.single .a-option-description {
  line-height: 2rem;
  color: #001022;
  font-weight: 400;
  margin: 0.8rem 0 0;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox {
  padding: 0;
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox.m-giftwrap-toggle label {
  font-size: 1.4rem;
  line-height: 2rem;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox.m-giftwrap-toggle .gift-option-unavailable {
  color: #af4d23;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 0.8rem;
  font-weight: 600;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox.m-giftwrap-toggle .gift-option-unavailable .a-icon-warning-framed {
  margin-right: 0.8rem;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox.m-giftwrap-option {
  padding: 1.6rem;
  max-height: none;
  background-color: #f6f7f7;
  border: 0.1rem solid rgba(0, 16, 34, 0.1);
  margin-bottom: 1.6rem;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox.m-giftwrap-option .a-option-label {
  display: block;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #001022;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox.m-giftwrap-option .a-option-label .a-option-price {
  display: block;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox.m-giftwrap-option .input-checkbox[aria-disabled=true] ~ .a-option-label {
  opacity: 0.3;
}
.t-cart .o-cart-giftwrap .m-form-row.checkbox.m-giftwrap-option .a-option-description {
  line-height: 2rem;
  color: #001022;
  margin: 0.8rem 0 0;
}
.t-cart .o-cart-giftwrap .m-giftwrap-message {
  padding: 0;
  margin: 0;
}
.t-cart .o-cart-giftwrap .m-giftwrap-message textarea {
  border: 0.1rem solid #6a767b;
  max-width: 100%;
  max-height: 64rem;
  min-width: 100%;
  min-height: 16rem;
}
.t-cart .o-cart-giftwrap .m-giftwrap-message textarea:focus {
  border-width: 0.2rem;
}
.t-cart .o-cart-giftwrap .m-giftwrap-message textarea.valid {
  color: #001022;
  border-color: #001022;
}
.t-cart .o-cart-giftwrap .m-giftwrap-message textarea.valid:focus {
  border-color: #6a767b;
}
.t-cart .o-cart-giftwrap .m-giftwrap-message .char-count {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #484e51;
  font-weight: 400;
  text-align: right;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin: 0.8rem 0 0 0;
}

.og-offer.sr-only,
.og-offer .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}

.t-shipping {
  padding-top: 6.5rem;
  padding-bottom: 6rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .t-shipping {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 47.99875em) {
  .t-shipping {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.t-shipping .o-shipping-address-form .m-form-row-button button {
  width: 100%;
  margin-top: 0.4rem;
}
.t-shipping .o-shipping-address-form .o-optin-group-legend {
  line-height: 2rem;
}
.t-shipping .o-shipping-address-form .o-optin-group .m-form-row.checkbox:nth-child(2) {
  padding-bottom: 0;
  margin-bottom: 1.6rem;
}
.t-shipping .o-shipping-address {
  margin: 3.2rem 0;
}
.t-shipping .o-shipping-address .a-address {
  font-weight: 500;
  color: #484e51;
  margin: 3.2rem 0;
}
.t-shipping .o-shipping-address .a-address .o-store-description-line {
  margin-top: 0.8rem;
}
.t-shipping .o-shipping-address .a-store {
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.4rem;
  margin: 0 0 0.8rem 0;
}
.t-shipping .o-shipping-address .a-address-store {
  font-weight: 500;
  margin: 0 0 0.8rem 0;
}
.t-shipping .o-shipping-address .a-phone-updated-success,
.t-shipping .o-shipping-address .a-address-updated-success {
  display: grid;
  grid-template-columns: 2.5rem auto;
  align-items: center;
  margin: 1.2rem 0;
}
.t-shipping .o-shipping-address .a-phone-updated-success .a-alert-message,
.t-shipping .o-shipping-address .a-address-updated-success .a-alert-message {
  color: #3b7902;
  font-weight: 600;
  font-size: 1.2rem;
}
.t-shipping .o-shipping-address .a-phone-updated-success .a-alert-icon,
.t-shipping .o-shipping-address .a-address-updated-success .a-alert-icon {
  color: #3b7902;
}
.t-shipping .o-shipping-address .a-phone-updated-success .a-alert-icon--success:before,
.t-shipping .o-shipping-address .a-address-updated-success .a-alert-icon--success:before {
  content: "\ea1a";
}
.t-shipping .o-shipping-address .a-phone-updated-success .a-alert-icon--success-framed:before,
.t-shipping .o-shipping-address .a-address-updated-success .a-alert-icon--success-framed:before {
  content: "\eab4";
}
.t-shipping .o-shipping-methods {
  border-top: 0.1rem solid rgba(0, 16, 34, 0.3);
  margin-top: 2.8rem;
  padding-top: 3.2rem;
  color: #001022;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .t-shipping .o-shipping-methods {
    padding-top: 2.4rem;
  }
}
.t-shipping .o-shipping-methods .a-shipping-message {
  border: 0.1rem solid #1269cc;
  padding: 1.6rem;
  color: #1269cc;
}
.t-shipping .o-shipping-methods .m-signature {
  margin-top: 0;
}
.t-shipping .o-shipping-methods .m-shipping-method {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-top: 1.8rem;
  border-top: 0.1rem solid rgba(0, 16, 34, 0.2);
}
.t-shipping .o-shipping-methods .m-shipping-method:first-of-type {
  border: 0;
}
.t-shipping .o-shipping-methods .m-shipping-method .m-form-row {
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
  position: relative;
}
.t-shipping .o-shipping-methods .m-shipping-method input {
  top: 50%;
  transform: translateY(-50%);
}
.t-shipping .o-shipping-methods .m-shipping-method label {
  display: block;
  margin: 0;
}
.t-shipping .o-shipping-methods .m-shipping-method input[aria-disabled=true] ~ label {
  opacity: 0.6;
}
.t-shipping .o-shipping-methods .m-shipping-method .a-shipping-method-name {
  display: block;
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.t-shipping .o-shipping-methods .m-shipping-method .a-shipping-method-price {
  display: block;
  font-weight: 400;
  flex: 0 0 auto;
}
.t-shipping .o-shipping-methods .m-shipping-method:first-child .a-shipping-method-name, .t-shipping .o-shipping-methods .m-shipping-method:first-child .a-shipping-method-price {
  border-top: none;
}
.t-shipping .o-shipping-methods .m-shipping-method .a-shipping-method-description {
  margin: 0;
  color: #484e51;
  padding-left: 3.2rem;
  font-weight: 400;
  margin-top: 0.4rem;
  font-size: 1.2rem;
}
.t-shipping .o-shipping-methods .m-shipping-method .a-shipping-method-description.sr-only,
.t-shipping .o-shipping-methods .m-shipping-method .a-shipping-method-description .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.t-shipping .o-shipping-methods .m-shipping-method .tooltip {
  cursor: default;
  padding: 0;
  margin-left: 0.8rem;
  min-width: 0;
}
.t-shipping .o-shipping-message-container {
  padding: 3.2rem 0 0 0;
}
.t-shipping .o-shipping-message-container .char-count {
  color: #484e51;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: right;
  margin-top: 0.4rem;
}
@media (min-width: 48em) {
  .t-shipping .o-shipping-message-container ~ .o-shipping-methods {
    border-top: 0;
  }
}
.t-shipping .o-shipping-message-container .input-textarea {
  resize: both;
}
@media (max-width: 79.99875em) {
  .t-shipping .o-shipping-message-container .input-textarea {
    resize: none;
  }
}
.t-shipping .o-shipping-message-container .m-shipping-message-toggle {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.t-shipping .m-shipping-message-toggle {
  padding: 0;
}
.t-shipping .m-shipping-message {
  margin-top: 1.6rem;
}
.t-shipping .m-shipping-message .m-form-row {
  padding: 0;
  max-width: none;
  flex: 0 0 100%;
}
.t-shipping .m-shipping-message .m-form-row .form-field::before, .t-shipping .m-shipping-message .m-form-row .form-field::after {
  display: none;
}
.t-shipping .m-shipping-message .input-textarea {
  width: 100%;
  border: 0.1rem solid #6a767b;
  min-height: 8rem;
  line-height: 2rem;
  height: auto;
  font-size: 1.4rem;
}
.t-shipping .m-shipping-message .input-textarea ~ .a-bar {
  display: none;
}
.t-shipping .m-shipping-message .input-textarea::placeholder {
  color: #6a767b;
}
.t-shipping .m-shipping-message .input-textarea:focus {
  border-width: 0.2rem;
}
.t-shipping .m-shipping-message .input-textarea:focus::placeholder {
  color: transparent;
}
.t-shipping .o-shipping-address-form--category .o-shipping-information {
  margin-top: 0;
}
.t-shipping .o-shipping-methods--categories {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.t-shipping .o-shipping-methods--categories .o-shipping-address-form .m-next-step {
  display: block;
}
.t-shipping .o-shipping-methods--categories .o-shipping-address {
  margin-top: 0;
}
.t-shipping .o-shipping-methods--categories .m-shipping-method {
  border-top: 0;
  padding: 1.6rem 0;
}
.t-shipping .o-shipping-methods--categories .m-shipping-method label {
  position: static;
}
.t-shipping .o-shipping-methods--categories .m-shipping-method label span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.t-shipping .o-shipping-methods--categories .m-shipping-method .a-shipping-method-price-container {
  display: flex;
  align-items: center;
}
.t-shipping .o-shipping-methods--categories .m-shipping-method .a-shipping-method-price-container .tooltip {
  padding-bottom: 0;
}
.t-shipping .o-shipping-methods--categories .m-shipping-method .a-shipping-method-price {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 2.4rem;
  font-weight: 600;
  color: #001022;
  text-align: right;
  align-self: center;
  min-width: 8rem;
}
.t-shipping .o-shipping-methods--categories .o-shipping-message-container {
  margin-top: 2.4rem;
}
.t-shipping .o-shipping-methods--categories .o-shipping-message-container .m-shipping-message .m-form-row {
  margin-bottom: 0;
}
.t-shipping .o-shipping-methods--categories .o-shipping-message-container .m-shipping-message .m-form-row .input-textarea {
  resize: none;
}
.t-shipping .o-shipping-methods--categories .o-shipping-message-container .m-shipping-message .char-count {
  margin-bottom: 0;
}
.t-shipping .o-shipping-information {
  color: #1269cc;
  font-weight: 500;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.t-shipping .o-store-description-hours-container {
  display: none;
}
.t-shipping .o-store-description-hours-container.show {
  display: block;
  margin-top: 0.8rem;
  transition: display 0s linear, left 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.t-shipping .o-store-description-hours-container.show * {
  visibility: visible;
  transition: visibility 0s linear;
}
.t-shipping .o-store-description-hours-container * {
  visibility: hidden;
  transition: visibility 0s 0.2s linear;
}

.o-shipping-methods--categories {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.o-shipping-methods--categories .o-shipping-address {
  margin: 0 0 1.2rem 0;
}
.o-shipping-methods--categories .a-checkout-subtitle {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 1.6rem;
}
.o-shipping-methods--categories .a-error-summary {
  margin-top: -0.8rem;
}

.m-delivery-category {
  margin-bottom: 1.6rem;
}
.m-delivery-category:last-child {
  margin-bottom: 0;
}
.m-delivery-category .m-delivery-category-address .a-address {
  margin: 0;
  color: #001022;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6rem;
}
.m-delivery-category .m-delivery-category-address .a-address .a-address-id {
  font-weight: 600;
  display: block;
  margin-bottom: 0.4rem;
}
.m-delivery-category .m-delivery-category-address .m-address-eligible-error {
  color: #af4d23;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6rem;
  display: flex;
  margin: 0;
}
.m-delivery-category .m-delivery-category-address .m-address-eligible-error:not(.m-no-margin-address-error) {
  margin-bottom: 1.6rem;
}
@media (min-width: 64em) {
  .m-delivery-category .m-delivery-category-address .m-address-eligible-error:not(.m-no-margin-address-error) {
    margin-bottom: 2.4rem;
  }
}
.m-delivery-category .m-delivery-category-address .m-address-eligible-error .a-icon-warning-framed-m {
  font-size: 1.6rem;
  margin-right: 0.8rem;
  align-self: center;
}

.m-delivery-category-title {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0.1rem solid #e5e7e8;
}

.m-delivery-category-title-block {
  display: flex;
  flex-direction: column;
}
.m-delivery-category-title-block .a-delivery-category-title {
  font-weight: 600;
}
.m-delivery-category-title-block .a-delivery-shipping-price {
  color: #484e51;
  letter-spacing: 0;
  margin-top: 0.4rem;
  font-weight: 400;
  text-transform: lowercase;
}
.m-delivery-category-title-block .a-delivery-shipping-price::first-letter {
  text-transform: uppercase;
}

.m-delivery-category-content {
  padding: 1.6rem 0.1rem 2.8rem 0.1rem;
}
.m-delivery-category-content .a-simple-loader-bg {
  display: none;
}
.m-delivery-category-content.shipping-method-none {
  padding-bottom: 0.8rem;
}

.m-delivery-category-toggle {
  min-height: 4rem;
  padding: 2rem 2.3rem 1.5rem 4rem;
  background-color: transparent;
  display: flex;
  width: 100%;
  text-align: initial;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.12rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
body:not(.touch) .m-delivery-category-toggle:hover, body:not(.touch) a:hover .m-delivery-category-toggle, body:not(.touch) .js--content-full-link:hover .m-delivery-category-toggle {
  background-color: transparent;
}
.m-delivery-category-toggle .a-icon {
  position: absolute;
  font-size: 2.4rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.4rem;
  text-align: center;
}
.m-delivery-category-toggle .a-icon-chevron-down-m {
  position: absolute;
  font-size: 1.6rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
}
.m-delivery-category-toggle[aria-expanded=true] .a-icon-chevron-down-m {
  transform: rotate(180deg) translateY(50%);
}

.m-delivery-category-desc {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.m-delivery-category-address,
.m-delivery-category-form {
  background-color: #f6f7f7;
  padding: 2.4rem 1.6rem;
}
.m-delivery-category-address.guest-form-address .row > div:first-child,
.m-delivery-category-form.guest-form-address .row > div:first-child {
  display: flex;
  flex-wrap: wrap;
}
.m-delivery-category-address.guest-form-address .row > div:first-child div,
.m-delivery-category-form.guest-form-address .row > div:first-child div {
  width: 100%;
}
.m-delivery-category-address.guest-form-address .row .m-form-row-button,
.m-delivery-category-form.guest-form-address .row .m-form-row-button {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 48em) {
  .m-delivery-category-address,
  .m-delivery-category-form {
    padding: 2.4rem;
  }
}
.m-delivery-category-address .a-checkout-subtitle,
.m-delivery-category-form .a-checkout-subtitle {
  color: #001022;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  padding: 0;
}

.m-delivery-category-address {
  position: relative;
}
.m-delivery-category-address .a-link,
.m-delivery-category-address .a-button--text {
  color: #001022;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6rem;
  text-align: left;
}
.m-delivery-category-address .a-link i,
.m-delivery-category-address .a-button--text i {
  font-size: 0.8rem;
}
@media (min-width: 64em) {
  .m-delivery-category-address .a-link,
  .m-delivery-category-address .a-button--text {
    text-align: right;
    align-self: baseline;
    order: 2;
  }
}
.m-delivery-category-address .a-link.a-togglehours,
.m-delivery-category-address .a-button--text.a-togglehours {
  position: relative;
  text-decoration: none;
  padding-right: 1.2rem;
}
.m-delivery-category-address .a-link.a-togglehours .a-icon-chevron-down,
.m-delivery-category-address .a-link.a-togglehours .a-icon-chevron-up,
.m-delivery-category-address .a-button--text.a-togglehours .a-icon-chevron-down,
.m-delivery-category-address .a-button--text.a-togglehours .a-icon-chevron-up {
  position: absolute;
  top: 25%;
  left: 95%;
}
.m-delivery-category-address .a-link.a-togglehours .a-icon-chevron-down:before,
.m-delivery-category-address .a-link.a-togglehours .a-icon-chevron-up:before,
.m-delivery-category-address .a-button--text.a-togglehours .a-icon-chevron-down:before,
.m-delivery-category-address .a-button--text.a-togglehours .a-icon-chevron-up:before {
  font-size: 0.8rem;
  vertical-align: text-top;
}
@media (min-width: 64em) {
  .m-delivery-category-address .a-address,
  .m-delivery-category-address .m-address-eligible-error,
  .m-delivery-category-address .a-checkout-subtitle {
    padding-right: 33.3333333333%;
  }
}

.m-delivery-category-form .a-label-required {
  margin-bottom: 1.6rem;
}
.m-delivery-category-form .m-form-row-button {
  margin-bottom: 0;
}

.m-shipping-overview,
.m-shipping-parceltracking--read {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64em) {
  .m-shipping-overview.m-shipping-overview-none-selected,
  .m-shipping-parceltracking--read.m-shipping-overview-none-selected {
    align-items: center;
  }
}

.m-shipping-overview-pickuppoint {
  flex-direction: column;
}
@media (min-width: 64em) {
  .m-shipping-overview-pickuppoint {
    flex-direction: row;
    justify-content: space-between;
  }
}

.m-shipping-parceltracking-container {
  display: flex;
}

@media (min-width: 64em) {
  .m-shipping-overview-content,
  .m-shipping-parceltracking-content {
    flex-grow: 1;
  }
}

.m-shipping-overview-action {
  display: flex;
  flex-direction: column;
  margin-top: 0.8rem;
  gap: 1.6rem;
}
@media (min-width: 64em) {
  .m-shipping-overview-action {
    align-self: flex-start;
  }
}
@media (max-width: 63.99875em) {
  .m-shipping-overview-action.m-update-pickup-store {
    margin-top: 1.6rem;
  }
}

@media (max-width: 63.99875em) {
  .m-shipping-parceltracking-action.m-update-pickup-store {
    margin-top: 1.6rem;
  }
}

.m-shipping-parceltracking {
  margin-top: 2.4rem;
}
.m-shipping-parceltracking[hidden] {
  display: none !important;
}
.m-shipping-parceltracking .m-form-row {
  margin-bottom: 0;
}
.m-shipping-parceltracking .m-form-row .a-mandatory-text {
  padding-left: 0.8rem;
}
.m-shipping-parceltracking .a-caption-message,
.m-shipping-parceltracking .a-caption-message2 {
  margin: 0 0 0.8rem;
}
@media (min-width: 64em) {
  .m-shipping-parceltracking .a-caption-message {
    order: 3;
  }
  .m-shipping-parceltracking .a-caption-message2 {
    margin-bottom: 0;
    order: 4;
  }
}

.m-shipping-parceltracking-separator {
  height: 0.5rem;
  background-color: #fffefa;
  margin: 2.4rem -2.4rem 0 -2.4rem;
}

.m-shipping-parceltracking--read {
  line-height: 1.6rem;
}

.m-shipping-parceltracking-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
@media (min-width: 64em) {
  .m-shipping-parceltracking-text {
    margin-bottom: 0;
  }
}

.ui-dialog.shippingpartner {
  padding: 0;
}
@media (max-width: 79.99875em) {
  .ui-dialog.shippingpartner {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
}
.ui-dialog.shippingpartner #dialog-container {
  padding: 0;
}
@media (max-width: 79.99875em) {
  .ui-dialog.shippingpartner #dialog-container {
    height: 100% !important;
  }
}
@media (max-width: 79.99875em) {
  .ui-dialog.shippingpartner .ui-dialog-titlebar .ui-dialog-titlebar-close {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.shippingpartner {
  padding: 0;
  width: 100%;
  display: table;
  height: 100%;
}
@media (min-width: 64em) {
  .shippingpartner {
    display: block;
    height: auto;
  }
}
.shippingpartner .m-shippingpartner-header-container {
  display: table-row;
  height: 0;
}
@media (min-width: 64em) {
  .shippingpartner .m-shippingpartner-header-container {
    display: block;
    height: auto;
  }
}
.shippingpartner .m-shippingpartner-header {
  padding: 0 1.6rem;
}
@media (min-width: 64em) {
  .shippingpartner .m-shippingpartner-header {
    padding: 0 4.8rem;
    margin-left: 50%;
  }
}
.shippingpartner .m-shippingpartner-headline {
  margin-top: 4rem;
}
.shippingpartner .m-shippingpartner-headline h1 {
  margin: 0 auto 1.6rem;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 400;
  color: #001022;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: 0;
}
.shippingpartner .m-shippingpartner-header-block-container {
  display: flex;
  flex-direction: column;
}
.shippingpartner .list-group-map-list {
  clear: both;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.shippingpartner .list-group-item {
  float: left;
  width: 50%;
}
.shippingpartner .list-group-item button {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  line-height: 1.6rem;
  border: 0.1rem solid #000;
  padding: 0.4rem 1.6rem;
  background-color: transparent;
  color: #000;
}
.shippingpartner .list-group-item button.current {
  background-color: #000;
  color: #fff;
}
.shippingpartner .o-search-wrapper label {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2rem;
}
.shippingpartner .o-search-input-wrapper {
  margin-top: 0.8rem;
  visibility: visible;
}
.shippingpartner .o-search-finder {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 79.99875em) {
  .shippingpartner .o-search-finder {
    width: 100%;
  }
  .shippingpartner .o-search-finder.has-search .a-search,
  .shippingpartner .o-search-finder.has-search .a-search-clear {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .shippingpartner .o-search-finder.has-search .a-search-clear::after {
    border-color: #e5e7e8;
  }
}
.shippingpartner .o-search-finder .a-search-input {
  margin: 0;
  flex: 1;
}
.shippingpartner .o-search-finder .a-search-input input[type=text],
.shippingpartner .o-search-finder .a-search-input input[type=search] {
  border-top: 0.1rem solid #6a767b;
  border-bottom: 0.1rem solid #6a767b;
  border-left-width: 0;
  border-right-width: 0;
  height: 3.8rem;
}
.shippingpartner .o-search-finder .m-form-row {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.shippingpartner .o-search-finder .error-field .form-field::before, .shippingpartner .o-search-finder .error-field .form-field::after,
.shippingpartner .o-search-finder .valid-field .form-field::before,
.shippingpartner .o-search-finder .valid-field .form-field::after {
  right: -0.4rem;
}
.shippingpartner .o-search-finder .field-wrapper {
  margin: 0;
}
.shippingpartner .o-search-finder .field-wrapper.with-geoloc .a-caption-message,
.shippingpartner .o-search-finder .field-wrapper.with-geoloc .a-error-message {
  position: relative;
  left: -4rem;
}
@media (max-width: 38rem) {
  .shippingpartner .o-search-finder .field-wrapper.with-geoloc .a-caption-message,
  .shippingpartner .o-search-finder .field-wrapper.with-geoloc .a-error-message {
    width: 120%;
  }
}
.shippingpartner .o-search-finder .o-geolocation-desktop,
.shippingpartner .o-search-finder .a-search,
.shippingpartner .o-search-finder .a-search-clear {
  border: none;
  padding: 0;
  width: 4rem;
  height: 3.8rem;
  line-height: 2.4rem;
  text-align: center;
  position: relative;
  min-width: inherit;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  flex: 0 0 auto;
}
.shippingpartner .o-search-finder .o-geolocation-desktop:hover,
.shippingpartner .o-search-finder .a-search:hover,
.shippingpartner .o-search-finder .a-search-clear:hover {
  background: transparent;
}
@media (max-width: 79.99875em) {
  .shippingpartner .o-search-finder .o-geolocation-desktop,
  .shippingpartner .o-search-finder .a-search,
  .shippingpartner .o-search-finder .a-search-clear {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  }
}
.shippingpartner .o-search-finder .o-geolocation-desktop i,
.shippingpartner .o-search-finder .a-search i,
.shippingpartner .o-search-finder .a-search-clear i {
  line-height: 2.4rem;
  font-size: 1.6rem;
}
@media (max-width: 79.99875em) {
  .shippingpartner .o-search-finder .a-search-clear {
    display: none;
  }
}
.shippingpartner .o-search-finder .a-search-clear::after {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.8rem;
  position: absolute;
  border-right: 0.1rem solid #e5e7e8;
}
.shippingpartner .o-search-finder .has-search .a-search-clear {
  display: inline-block;
}
.shippingpartner .o-search-finder .a-search-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  max-width: 40rem;
  position: absolute;
  background: #ffcb00;
}
@media (max-width: 79.99875em) {
  .shippingpartner .o-search-finder .a-search-bg {
    display: none;
  }
}
.shippingpartner .o-search-finder .o-search-noresult {
  background: #fffefa;
  line-height: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.shippingpartner .o-search-finder .o-geolocation-btn {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 4rem;
  height: 3.8rem;
  line-height: 2.4rem;
  text-align: center;
  color: #01172d;
  background: none;
  box-shadow: none;
  border-radius: 0;
  border-top: 0.1rem solid #6a767b;
  border-left: 0.1rem solid #6a767b;
  border-bottom: 0.1rem solid #6a767b;
  z-index: 0;
}
.shippingpartner .o-search-finder .o-geolocation-btn i {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.shippingpartner .o-search-finder .a-search {
  border-top: 0.1rem solid #6a767b;
  border-right: 0.1rem solid #6a767b;
  border-bottom: 0.1rem solid #6a767b;
}
.shippingpartner .bopis-delivery {
  display: inline-flex;
  align-items: center;
  padding-bottom: 1.6rem;
}
.shippingpartner .bopis-delivery:has(input[disabled]) i, .shippingpartner .bopis-delivery:has(input[disabled]) span {
  opacity: 0.6;
}
.shippingpartner .bopis-delivery > span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2rem;
  white-space: nowrap;
}
.shippingpartner .bopis-delivery .checkbox {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: fit-content;
  padding: 0;
  margin-bottom: 0;
}
.shippingpartner .bopis-delivery label[for$=pisDelivery] {
  padding-left: 2.4rem;
  margin-right: 0.8rem;
}
.shippingpartner .m-bopis-sts-availability {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2rem;
}
.shippingpartner .a-icon-cac_store_express {
  font-size: 2.4rem;
  color: #1269cc;
  margin-right: 0.8rem;
}
.shippingpartner .o-search-separator {
  margin-top: 0.8rem;
  margin-right: 1.6rem;
  margin-left: 1.6rem;
  margin-bottom: 0;
  border-bottom-width: 0;
}
@media (min-width: 64em) {
  .shippingpartner .o-search-separator {
    margin-top: 0;
    margin-left: calc(50% + 4.8rem);
    margin-right: 4.8rem;
  }
}
.shippingpartner .o-results-container {
  display: table-row;
}
@media (min-width: 64em) {
  .shippingpartner .o-results-container {
    display: block;
  }
}
.shippingpartner .o-results-inner {
  height: 100%;
  overflow: auto;
}
@media (min-width: 64em) {
  .shippingpartner .o-map {
    width: 50%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.shippingpartner .o-map .gm-style-iw-t::after {
  display: none;
}
.shippingpartner #google_map {
  margin-top: 1.6rem;
  margin-left: 1.6rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 64em) {
  .shippingpartner #google_map {
    margin: 0;
    height: 100%;
  }
}
.shippingpartner #map_markup_info_window_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f7f7;
  opacity: 0.8;
  display: none;
  z-index: 101;
  cursor: pointer;
}
.shippingpartner #map_markup_info_window {
  background: #fffefa;
  width: 100%;
  bottom: 0;
  position: fixed;
  left: 0;
  padding: 0 1.6rem;
  z-index: 101;
}
.shippingpartner #map_markup_info_window .bopis-availability {
  margin-top: 1.4rem;
  margin-bottom: 0.4rem;
}
.shippingpartner #map_markup_info_window .o-store-detail {
  display: flex;
  align-items: baseline;
}
.shippingpartner #map_markup_info_window .m-bopis-sts-availability {
  margin: 1.8rem 0;
}
.shippingpartner #map_markup_info_window .title {
  margin-top: 1.6rem;
  margin-bottom: 0rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2rem;
}
.shippingpartner #map_markup_info_window .a-distance {
  padding: 0;
  color: #484e51;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6rem;
  margin-left: 0.8rem;
}
.shippingpartner #map_markup_info_window .a-shipping-method-price {
  margin: 1.6rem 0 0 auto;
}
.shippingpartner #map_markup_info_window .a-address {
  color: #001022;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2rem;
  margin: 0.8rem 0 1.5rem;
}
.shippingpartner #map_markup_info_window .o-store-description-line {
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin: 0;
  padding: 0;
}
.shippingpartner #map_markup_info_window .o-store-description-line [class^=a-icon-],
.shippingpartner #map_markup_info_window .o-store-description-line ::before {
  font-size: 0.8rem;
  font-weight: 600;
  left: 2.25rem;
  vertical-align: text-top;
}
.shippingpartner #map_markup_info_window .a-button--text,
.shippingpartner #map_markup_info_window .a-special {
  text-decoration: none;
  min-width: 0;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  display: flex;
}
.shippingpartner #map_markup_info_window .a-button--text:hover,
.shippingpartner #map_markup_info_window .a-special:hover {
  text-decoration: none;
}
.shippingpartner #map_markup_info_window .a-button--text i,
.shippingpartner #map_markup_info_window .a-special i {
  margin: auto 0.4rem;
}
.shippingpartner #map_markup_info_window .a-special {
  margin: 1.6rem 0 0.8rem 0;
}
.shippingpartner #map_markup_info_window .a-icon-cac_store {
  font-size: 2.4rem;
  margin-right: 0.8rem;
}
.shippingpartner #map_markup_info_window .a-icon-info-m:before {
  font-size: 1.6rem;
}
.shippingpartner #map_markup_info_window .o-store-description-hours-container {
  display: none;
}
.shippingpartner #map_markup_info_window .o-store-description-hours-container .list-hours-day-name {
  display: inline-block;
  min-width: 8rem;
}
.shippingpartner #map_markup_info_window .o-store-description-hours-container .list-hours-value span:first-child {
  margin-right: 0.8rem;
}
.shippingpartner #map_markup_info_window .o-store-description-hours-container.show {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0.8rem;
  display: block;
  transition: display 0s linear, left 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.shippingpartner #map_markup_info_window .o-store-description-hours-container.show * {
  visibility: visible;
  transition: visibility 0s linear;
}
.shippingpartner #map_markup_info_window .o-store-description-hours-container * {
  visibility: hidden;
  transition: visibility 0s 0.2s linear;
}
.shippingpartner #map_markup_info_window .a-store-close-info {
  width: 100%;
  background: transparent;
  padding: 0;
  margin-bottom: 1.6rem;
}
.shippingpartner #map_markup_info_window .a-store-close-info span {
  text-decoration: underline;
}
.shippingpartner #map_markup_info_window .m-form-action {
  margin: 0;
  text-align: center;
  padding: 1.6rem 0;
}
.shippingpartner #map_markup_info_window .m-form-action .a-checkout-button {
  width: 100%;
}
@media (min-width: 64em) {
  .shippingpartner .o-list {
    margin-left: 50%;
  }
}
@media (max-width: 79.99875em) {
  .shippingpartner .o-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.shippingpartner .tooltip {
  font-weight: 400;
  line-height: 2.8rem;
}
.shippingpartner .o-shippingpartner-result-wrapper {
  width: 100%;
  margin: 0;
}
@media (min-width: 64em) {
  .shippingpartner .o-shippingpartner-result-wrapper .store-locator-no-results {
    margin: 0 4.8rem;
    max-height: 51.9rem;
    height: 100vh;
  }
}
@media (max-width: 63.99875em) {
  .shippingpartner .o-shippingpartner-result-wrapper .store-locator-no-results {
    margin: 0 2rem;
  }
}
.shippingpartner .o-shippingpartner-result-wrapper .store-locator-no-results-text {
  display: flex;
  width: 100%;
  color: #af4d23;
  margin-top: 2.4rem;
}
.shippingpartner .o-shippingpartner-result-wrapper .store-locator-no-results-text i {
  align-self: center;
  font-size: 1.6rem;
  margin-right: 0.8rem;
}
.shippingpartner .o-shippingpartner-result-wrapper .store-locator-no-results-text span {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6rem;
}
@media (min-width: 64em) {
  .shippingpartner .o-search-result {
    padding: 0 4.2rem 0 4.8rem;
    max-height: 54.8rem;
  }
}
@media (min-width: 64em) and (max-width: 79.99875em) {
  .shippingpartner .o-search-result {
    padding: 0 4.2rem 0 4.8rem;
    max-height: 64.5rem;
  }
}
@media (max-width: 63.99875em) {
  .shippingpartner .o-search-result {
    padding: 0 1.6rem;
  }
}
.shippingpartner .o-search-result .a-load-more-button {
  width: 100%;
  padding: 2.4rem 0;
  font-weight: 500;
  line-height: 2rem;
  border-top: 0.1rem solid #6a767b;
}
.shippingpartner .o-store-card {
  border-bottom: 0.1rem solid #6a767b;
  background: transparent;
  padding: 2.4rem 0;
  cursor: default;
  overflow: inherit;
}
@media (max-width: 79.99875em) {
  .shippingpartner .o-store-card {
    margin: 0;
  }
}
.shippingpartner .o-store-card:last-of-type {
  border-bottom: 0;
}
.shippingpartner .o-store-card .o-store-detail {
  padding: 0;
  width: 100%;
  max-width: inherit;
}
.shippingpartner .o-store-card .o-store-detail .a-align-radio-store {
  margin-top: 0.3rem;
}
.shippingpartner .o-store-card .o-store-detail .bopis-availability {
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
}
.shippingpartner .o-store-card .o-store-detail .a-address {
  color: #001022;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2rem;
  margin: 0 0 0.8rem;
}
.shippingpartner .o-store-name-container {
  padding: 0;
  width: 100%;
  max-width: inherit;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shippingpartner .o-store-name-container label {
  display: block;
  margin: 0;
}
.shippingpartner .o-store-name-container .a-distance {
  color: #484e51;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6rem;
  margin: 0;
}
.shippingpartner .o-store-name-container .m-form-row {
  margin: 0;
  padding: 0;
  left: 0.1rem;
  flex: 0 1 auto;
}
.shippingpartner .o-store-name-container input[aria-disabled=true] ~ label {
  opacity: 0.6;
}
.shippingpartner .o-store-name-container .m-shippingpartner-label {
  display: block;
  flex-grow: 1;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
.shippingpartner .o-store-name-container .m-shippingpartner-label .m-shippingpartner-store-name {
  padding-right: 0.8rem;
}
.shippingpartner .o-store-detail .m-back-map {
  margin-bottom: 1.6rem;
}
.shippingpartner .o-store-detail .m-back-map .a-store-back-map {
  color: #001022;
  font-size: 1.2rem;
  font-weight: 400;
}
.shippingpartner .o-store-detail .m-back-map .a-store-back-map .a-icon-locator {
  font-size: 1.6rem;
  margin-right: 0.4rem;
}
.shippingpartner .o-store-detail .m-back-map .a-store-back-map span {
  text-decoration: underline;
}
.shippingpartner .o-store-detail .a-shipping-method-price {
  margin: 0;
  color: #001022;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  line-height: 2rem;
  text-align: right;
  padding-right: 0;
}
.shippingpartner .o-store-detail .a-store-address-container {
  margin-bottom: 0.8rem;
}
.shippingpartner .o-store-detail .m-bopis-sts-availability {
  display: flex;
  align-items: center;
  margin: 0 0 1.6rem;
}
.shippingpartner .o-store-detail .m-bopis-sts-availability > span {
  font-weight: 600;
}
.shippingpartner .o-store-detail .m-bopis-sts-availability .a-icon-locator-store3,
.shippingpartner .o-store-detail .m-bopis-sts-availability .a-icon-cac_store,
.shippingpartner .o-store-detail .m-bopis-sts-availability .a-icon-cac_store_express {
  font-size: 2.4rem;
  margin-right: 0.8rem;
}
.shippingpartner .o-store-detail .m-bopis-sts-availability .a-icon-locator-store3 {
  font-size: 2rem;
}
.shippingpartner .o-store-detail .m-bopis-sts-availability .a-icon-cac_store_express {
  color: #1269cc;
}
.shippingpartner .o-store-detail .m-bopis-sts-availability .a-icon-info-m:before {
  font-size: 1.6rem;
}
.shippingpartner .o-store-detail .m-bopis-sts-availability .tooltip {
  line-height: 0;
  margin-left: 0.8rem;
}
.shippingpartner .o-store-detail .o-store-description-line {
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.7rem;
  padding: 0;
  margin-top: 1.6rem;
}
.shippingpartner .o-store-detail .o-store-description-line [class^=a-icon-],
.shippingpartner .o-store-detail .o-store-description-line ::before {
  font-size: 0.8rem;
  font-weight: 600;
  left: 2.25rem;
  vertical-align: text-top;
}
.shippingpartner .o-store-detail .o-store-description-line .a-button--text {
  text-decoration: none;
  min-width: 0;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.shippingpartner .o-store-detail .o-store-description-line .a-button--text:hover {
  text-decoration: none;
}
.shippingpartner .o-store-detail .o-store-description-line .a-button--text i {
  font-size: 0.8rem;
  margin: 0 0.4rem;
  line-height: 1.6rem;
  display: flex;
}
.shippingpartner .o-store-detail .o-store-description-hours-container {
  display: none;
}
.shippingpartner .o-store-detail .o-store-description-hours-container span.list-hours-day-name {
  display: inline-block;
  min-width: 8rem;
}
.shippingpartner .o-store-detail .o-store-description-hours-container.show {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0.8rem;
  display: block;
  transition: display 0s linear, left 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.shippingpartner .o-store-detail .o-store-description-hours-container.show * {
  visibility: visible;
  transition: visibility 0s linear;
}
.shippingpartner .o-store-detail .o-store-description-hours-container * {
  visibility: hidden;
  transition: visibility 0s 0.2s linear;
}
.shippingpartner .m-form-action-container {
  background: #fffefa;
  display: table-row;
  height: 0;
}
@media (min-width: 64em) {
  .shippingpartner .m-form-action-container {
    display: initial;
  }
}
.shippingpartner .m-form-action-container.sr-only,
.shippingpartner .m-form-action-container .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.shippingpartner .m-form-action-container .m-form-action {
  border-top: 0.1rem solid #6a767b;
  padding: 1.6rem 2.4rem;
}
@media (min-width: 64em) {
  .shippingpartner .m-form-action-container .m-form-action {
    margin-left: 50%;
  }
}
.shippingpartner .m-form-action-container .m-form-action button {
  width: 100%;
}

.bopis-availability {
  height: 2.4rem;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  display: flex;
  align-items: center;
  width: fit-content;
}

.bopis-availability-bopis {
  background: rgba(59, 121, 2, 0.16);
}

.bopis-availability-bosts {
  background: #e5e7e8;
}

.bopis-circle {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: block;
  margin-right: 0.6rem;
}

.bopis-circle-available {
  background-color: #3b7902;
}

.bosts-circle-available {
  background-color: #6a767b;
}

.bopis-availability-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #001022;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.bopis-availability-text .tooltip {
  line-height: 1.6rem !important;
}
.bopis-availability-text .tooltip .icon {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.bopis-availability-text .tooltip .icon::after {
  transform: translate(-109%, -0.3rem);
}
.bopis-availability-text .tooltip-content {
  max-width: 20rem;
  background: #73748B;
}
.bopis-availability-text .icon {
  border-color: #73748B transparent transparent transparent;
}
.bopis-availability-text [data-tooltip-placement=bottom] .icon::after {
  border-color: transparent transparent #73748B transparent;
}

.t-billing {
  padding-top: 6.5rem;
  padding-bottom: 6rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .t-billing {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 47.99875em) {
  .t-billing {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.t-billing #use-different-address {
  text-decoration: underline;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  background: none;
  padding: 0;
  cursor: pointer;
}
.t-billing .js--add-card,
.t-billing .js--check-balance {
  line-height: 2rem;
  min-width: 0 !important;
}
.t-billing .privacy-policy-link {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
  text-decoration: underline;
}
.t-billing .o-checkout-primary .form-caption {
  padding-left: 0;
  margin-top: 0;
}
.t-billing .o-checkout-primary .form-caption.for-privacy {
  height: auto;
  color: #484e51;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.6rem;
}
.t-billing .o-checkout-primary .form-caption.for-privacy p {
  margin: 0;
}
.t-billing .o-checkout-primary .form-caption.for-privacy .m-legal-text {
  margin-top: 0;
}
.t-billing .o-checkout-primary .form-caption.for-privacy .a-legal-button {
  margin-top: 0.8rem;
}
.t-billing .o-payment-methods {
  margin-bottom: 3.2rem;
}
.t-billing .o-payment-methods.loading-transition {
  min-height: 28rem;
}
.t-billing .o-payment-methods .m-form-row.checkbox {
  max-width: 100%;
  flex: 0 0 100%;
}
.t-billing .o-payment-methods .required-fields ~ .o-payment-method {
  padding-top: 0;
}
.t-billing .o-payment-methods.has-cards {
  display: flex;
  flex-direction: column;
}
.t-billing .o-payment-methods .js-delete-card {
  font-weight: 500;
  line-height: 2rem;
  color: #001022;
}
.t-billing .o-payment-methods .js--edit-billing-info {
  margin-bottom: 1.6rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card {
  padding: 0.8rem 0 2.4rem 0;
  margin-top: 0.8rem;
  min-height: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.t-billing .o-payment-methods.has-cards .o-saved-card.js--expanded .radio {
  padding-top: 0.8rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .sr-only.sr-only,
.t-billing .o-payment-methods.has-cards .o-saved-card .sr-only .sr-only {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important;
}
.t-billing .o-payment-methods.has-cards .o-saved-card.js--default {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card.js--expanded {
    padding-bottom: 4rem;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card:first-of-type {
  padding-top: 0.8rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .js--edit-card {
  margin-bottom: 1.6rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .a-checkout-subtitle {
  padding-top: 2.4rem;
  line-height: 1.6rem;
  font-weight: 600;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .m-form-row.radio {
  margin: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .m-form-row.radio label {
  display: flex;
  align-items: center;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .m-form-row.radio .a-card-image {
  width: 2.4rem;
  max-height: 2.4rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .m-form-row.radio .a-card-image img {
  display: flex;
  align-items: center;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .m-form-row.radio .a-card-image,
.t-billing .o-payment-methods.has-cards .o-saved-card .m-form-row.radio .a-card-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .m-form-row.radio .a-card-name {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 1.6rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content {
  flex: 1 0 auto;
  margin-bottom: 0;
  width: 100%;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.o-input-cvn {
  margin-top: 1.6rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row {
  max-width: 100%;
  margin-top: 0;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .m-form-row {
  margin: 2.4rem 0;
  padding: 0 1rem;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .m-form-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .m-creditcard-date {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
  margin-bottom: 0;
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .m-creditcard-date {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .year,
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .month {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .m-form-row.cvn {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .m-form-row.cvn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.4rem;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .m-field-wrapper {
  min-width: 100%;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content.saved-cc-info > .m-form-row .row .checkbox {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0.4rem 0 0;
  padding: 0 1rem 1.1rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .js-edit-method-informations {
  margin: 1.6rem 0 1.6rem 0.8rem;
  text-align: left;
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .js-edit-method-informations {
    margin-left: 0.4rem;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .edit-card-action {
  width: 40%;
  margin-right: 3%;
  min-width: 24rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .edit-card-action.js-cancel-edit-method {
  margin-right: 0;
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .edit-card-action {
    width: 100%;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .edit-card-action {
    min-width: 0;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .edit-card-actions-container {
  margin-top: 1rem;
}
@media (min-width: 64em) and (max-width: 79.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .edit-card-actions-container .edit-card-action {
    min-width: 0;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .delete-card-wrapper {
  margin: 1.6rem 0 0.8rem;
}
@media (max-width: 47.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .delete-card-wrapper {
    text-align: center;
    margin: 0 0 2.4rem;
  }
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content {
    order: 3;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .m-form-row p:first-child {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .m-form-row .a-address {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content .a-error-message {
  min-width: 19.2rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-expandable-content:nth-child(3) .m-form-row {
  width: auto;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .m-actions {
  flex: 1 0 auto;
  text-align: right;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .m-actions a,
.t-billing .o-payment-methods.has-cards .o-saved-card .m-actions button,
.t-billing .o-payment-methods.has-cards .o-saved-card .m-actions .js--is-default {
  min-width: 0;
  width: auto;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  margin-top: 0;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-edit-card-content {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
@media (max-width: 63.99875em) {
  .t-billing .o-payment-methods.has-cards .o-saved-card .o-edit-card-content {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
.t-billing .o-payment-methods.has-cards .o-saved-card .o-edit-card-content .o-payment-method {
  padding-top: 0;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .edit-creditcard-form div.cvn .a-error-message {
  position: absolute;
  bottom: -2rem;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .js--set-default,
.t-billing .o-payment-methods.has-cards .o-saved-card .js--is-default {
  margin: 0.4rem 0 0 0;
  color: #484e51;
}
.t-billing .o-payment-methods.has-cards .o-saved-card .js--is-default {
  display: none;
  color: #484e51;
}
.t-billing .o-payment-methods.has-cards .o-saved-card.js--default .js--set-default {
  display: none;
}
.t-billing .o-payment-methods.has-cards .o-saved-card.js--default .js--is-default {
  display: block;
}
.t-billing .o-payment-methods .o-payment-method {
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid rgba(0, 16, 34, 0.1);
  position: relative;
}
.t-billing .o-payment-methods .o-payment-method:first-of-type {
  padding-top: 0;
}
.t-billing .o-payment-methods .o-payment-method.o-credit-card-form.js--expanded {
  padding-bottom: 0;
}
.t-billing .o-payment-methods .o-payment-method.o-credit-card-form.js--expanded .o-expandable-content {
  margin-bottom: 0;
}
.t-billing .o-payment-methods .o-payment-method .o-expandable-content ~ .m-actions {
  margin-top: -1rem;
  margin-bottom: 0.625rem;
}
.t-billing .o-payment-methods .o-payment-method .a-address {
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.radio .label-payment {
  display: flex;
  align-items: center;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.radio .label-payment .label-title {
  word-break: break-all;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.radio .label-payment .img-payments {
  min-width: 2.4rem;
  max-width: 2.4rem;
  min-height: 2.4rem;
  margin-right: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.radio .label-payment .img-payments .img-payment {
  max-height: 2.4rem;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.radio .label-payment .img-payments .img-payment.img-paypal {
  max-height: 2.2rem;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.radio .label-payment[for=applepay] .img-payments .img-payment {
  max-height: 1.9rem;
}
.t-billing .o-payment-methods .o-payment-method .o-expandable-content .title-info {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #001022;
  letter-spacing: 0.12rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.t-billing .o-payment-methods .o-payment-method .o-expandable-content .required-fields {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #484e51;
  margin: 0 0 1.6rem;
}
.t-billing .o-payment-methods .o-payment-method .o-expandable-content .o-payment-method {
  border-bottom: 0;
  padding-bottom: 0;
}
.t-billing .o-payment-methods .o-payment-method .a-expandable-toggle {
  width: 100%;
  min-width: 0;
  text-align: left;
  background: none;
  padding: 0 0 0 3.2rem;
  position: relative;
}
.t-billing .o-payment-methods .o-payment-method .a-expandable-toggle::before, .t-billing .o-payment-methods .o-payment-method .a-expandable-toggle::after {
  right: auto;
  left: 0.2rem;
}
.t-billing .o-payment-methods .o-payment-method .js--check-balance {
  margin-top: 0.8rem;
  display: block;
  font-size: 1.2rem;
}
.t-billing .o-payment-methods .o-payment-method .dw-apple-pay-button {
  margin: 0 0 0.4rem 3rem;
  max-width: calc(100% - 3rem);
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn {
  float: none;
  padding: 0;
  text-align: center;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazonheader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazon-button {
  position: relative;
  border: 0.1rem solid #6a767b;
  background: #fff;
  height: 4.2rem;
  width: 100%;
  padding: 0;
  margin: 0 0 0.4rem 0;
  overflow: hidden;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazon-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/amazonpay-bg.jpg") repeat-x top left;
  background-size: 100% 100%;
  transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazon-button::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 9.6rem;
  height: 1.8rem;
  margin: 1.3rem auto 0.9rem;
  background: url("../img/logo-amazonpay.png") no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazon-button .amazonpay-button-inner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazon-button:hover::before {
  opacity: 0.2;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazon-button[aria-disabled=true] {
  opacity: 0.5;
  border: none;
  background: #e5e7e8;
}
body:not(.touch) .t-billing .o-payment-methods .o-payment-method .amazon-btn .amazon-button[aria-disabled=true]:hover {
  background: #fff;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazon-button[aria-disabled=true]::before {
  opacity: 0;
}
.t-billing .o-payment-methods .o-payment-method .amazon-btn .amazonpopup {
  padding: 0;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.cvn {
  display: flex;
  align-items: flex-end;
  align-self: baseline;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.cvn .m-field-wrapper {
  flex-grow: 1;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.card-type {
  padding-left: 0;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.radio {
  position: relative;
  min-height: 0;
  padding: 0;
  margin: 0;
}
.t-billing .o-payment-methods .o-payment-method .m-form-row.radio label {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content {
  margin-bottom: 3.2rem;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content.o-expandable-content-simple {
  margin-bottom: 0;
  padding: 1.6rem 0 0.8rem;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content.o-expandable-content-simple .m-form-row {
  margin: 2.4rem 0;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row {
  min-height: 0;
  padding-top: 0;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.select .valid-field::before, .t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.select .valid-field::after,
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.select .error-field::before,
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.select .error-field::after {
  right: 3.2rem;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.checkbox {
  margin: 0.4rem 0 0;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.checkbox ~ .o-billing-address {
  margin-top: 1.6rem;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.m-creditcard-date .m-form-row {
  margin-bottom: 0;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.m-creditcard-date .m-form-row .a-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
.t-billing .o-payment-methods .o-payment-method > .o-expandable-content .m-form-row.use-shipping {
  padding: 0;
  margin: 0.8rem 0 1.6rem;
}
.t-billing .o-payment-methods-wrapper {
  margin-bottom: 3.2rem;
}
.t-billing .o-payment-methods-wrapper .o-payment-methods {
  margin-bottom: 0;
}
.t-billing .o-payment-methods--single .o-payment-method:first-of-type {
  padding-top: 1.6rem;
}
.t-billing .o-giftcard {
  padding-top: 4rem;
}
.t-billing .o-giftcard .o-giftcard-form.hidden {
  display: none;
}
.t-billing .o-giftcard p {
  margin: 0;
}
.t-billing .o-giftcard #billing-google-recaptcha > div,
.t-billing .o-giftcard #billing-google-recaptcha iframe {
  width: 100% !important;
}
.t-billing .billing-add-address-cta, .t-billing .billing-address-cta {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.t-billing .billing-add-address-cta button, .t-billing .billing-address-cta button {
  width: 100% !important;
}
@media (max-width: 63.99875em) {
  .t-billing .billing-add-address-cta .edit-billing-action, .t-billing .billing-address-cta .edit-billing-action {
    margin: 0 !important;
  }
}
.t-billing .billing-add-address-cta {
  margin-top: 1.3rem;
}
.t-billing .o-billing-address {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 2.4rem;
  background: #f6f7f7;
}
.t-billing .o-billing-address .a-checkout-subtitle {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
  letter-spacing: normal !important;
  margin-bottom: 1.6rem;
  text-transform: none !important;
}
.t-billing .o-billing-address .billing-address-cta button:first-child {
  margin-top: 1.2rem;
}
.t-billing .o-billing-address .edit-billing-action {
  width: 40%;
  margin-right: 3%;
  min-width: 24rem;
}
.t-billing .o-billing-address .edit-billing-action.js-cancel-address {
  margin-right: 0;
}
@media (max-width: 63.99875em) {
  .t-billing .o-billing-address .edit-billing-action {
    width: 100%;
    margin: 0 0 1.6rem;
  }
}
@media (min-width: 48em) {
  .t-billing .o-billing-address .edit-billing-action {
    min-width: 0;
  }
}

.m-delivery-tab--billing .a-checkout-subtitle {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  letter-spacing: normal !important;
}

.m-next-step-sticky .dw-apple-pay-button, .m-next-step-sticky .dw-apple-pay-button:hover, .m-next-step-sticky .dw-apple-pay-button:focus, .m-next-step-sticky .dw-apple-pay-button:active {
  margin: 0;
}
.m-next-step-sticky .dw-apple-pay-button:hover {
  background-color: #f6f7f7;
}
.m-next-step-sticky .dw-apple-pay-button:disabled {
  opacity: 0.5;
}

.payment-methods-required {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #484e51;
  margin: 1.6rem 0 2.4rem;
}
.paymentmethods-wrapper > .payment-methods-required {
  display: none;
}

.loyalty-payment {
  border-bottom: 0.1rem solid rgba(0, 16, 34, 0.1);
  margin-bottom: 0.8rem;
  padding: 0.5rem 0 0;
}
@media (max-width: 63.99875em) {
  .loyalty-payment {
    padding-bottom: 0.8rem;
  }
}
.loyalty-payment.checkbox .input-checkbox {
  top: 1.6rem;
}
.loyalty-payment .loyalty-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
}
.loyalty-payment .a-label {
  display: flex;
  align-items: center;
}
.loyalty-payment .loyalty-icon {
  margin-right: 1.6rem;
  color: #ffcb00;
  font-size: 2rem;
}
.loyalty-payment .loyalty-points-balance {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #484e51;
  margin: 0.6rem 0 0.8rem 7.2rem;
}
.loyalty-payment .description-value {
  color: #001022;
  font-weight: 500;
}
.loyalty-payment .loyalty-subtitle {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 1.6rem 0 0.8rem;
}
.loyalty-payment .loyalty-points-description {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #484e51;
  margin: 0.8rem 0 0;
}
.loyalty-payment .loyalty-redeem-points-wrapper {
  margin: 0;
  padding-bottom: 1rem;
}
.loyalty-payment .loyalty-redeem-points-wrapper .m-form-row {
  max-width: 17rem;
  padding-left: 0;
}
@media (max-width: 63.99875em) {
  .loyalty-payment .loyalty-redeem-points-wrapper .m-form-row {
    margin-right: 6%;
    max-width: 47%;
    padding-right: 0;
  }
}
.loyalty-payment .loyalty-redeem-points-wrapper .m-form-row:last-of-type {
  max-width: 15.2rem;
}
@media (max-width: 63.99875em) {
  .loyalty-payment .loyalty-redeem-points-wrapper .m-form-row:last-of-type {
    max-width: 47%;
    margin-right: 0;
  }
}
.loyalty-payment .loyalty-redeem-points-wrapper .m-form-row button {
  width: 100%;
  max-width: 12rem;
}
@media (max-width: 63.99875em) {
  .loyalty-payment .loyalty-redeem-points-wrapper .m-form-row button {
    max-width: 100%;
  }
}
.loyalty-payment .loyalty-redeem-points-wrapper .loyalty-points-input.valid {
  color: #6a767b;
}
.loyalty-payment .loyalty-redeem-points-wrapper .input-text {
  height: 4rem;
}
.loyalty-payment .loyalty-redeem-points-wrapper .loyalty-points-input ~ .ui-selectmenu-button {
  height: 4rem;
  line-height: 4rem;
}
.loyalty-payment .loyalty-redeem-points-wrapper .loyalty-points-input ~ .ui-selectmenu-button .ui-selectmenu-text {
  padding-left: 1.6rem;
}
.loyalty-payment .loyalty-points-confirmation {
  color: #3b7902;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin: 0 0 0.8rem 0;
  display: flex;
  align-items: flex-start;
}
.loyalty-payment .loyalty-points-confirmation .a-icon-checkbox-v-xs {
  font-size: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
  padding: 0.4rem 0.6rem 0 0;
  margin-right: 0.6rem;
}
@media (max-width: 63.99875em) {
  .loyalty-payment .loyalty-points-confirmation {
    padding-top: 0.8rem;
  }
}
.loyalty-payment.points-redeemed {
  padding-bottom: 0.8rem;
}
@media (max-width: 63.99875em) {
  .loyalty-payment.points-redeemed {
    padding-bottom: 1.6rem;
  }
}
.loyalty-payment.points-redeemed .loyalty-points-balance {
  margin-left: 4rem;
}
@media (max-width: 63.99875em) {
  .loyalty-payment.points-redeemed .loyalty-points-balance {
    margin-bottom: 0;
  }
}
.loyalty-payment .loyalty-undo-wrapper {
  text-align: right;
}

.pt_checkout ~ .ui-selectmenu-menu #loyalty-points-redeemable-menu .ui-menu-item {
  padding-left: 1.6rem;
}
.pt_checkout ~ .ui-selectmenu-menu #loyalty-points-redeemable-menu .opt-text {
  margin-left: 0;
}

.t-billing .o-payment-method .m-form-row.card-type,
.ui-dialog.creditcard-popin .o-payment-method .m-form-row.card-type {
  min-height: 0;
  margin: 2.4rem 0;
}
.t-billing .o-payment-method .m-form-row.card-type .m-cards,
.ui-dialog.creditcard-popin .o-payment-method .m-form-row.card-type .m-cards {
  display: flex;
}
.t-billing .o-payment-method .m-form-row.card-type .a-card,
.ui-dialog.creditcard-popin .o-payment-method .m-form-row.card-type .a-card {
  display: inline-block;
  margin-right: 0.8rem;
}
.t-billing .o-payment-method .m-form-row.card-type .label,
.ui-dialog.creditcard-popin .o-payment-method .m-form-row.card-type .label {
  position: relative;
  width: 3.2rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-billing .o-payment-method .m-form-row.card-type .label img,
.ui-dialog.creditcard-popin .o-payment-method .m-form-row.card-type .label img {
  max-width: 100%;
  max-height: 100%;
}
.t-billing .o-payment-method .m-form-row.card-type .a-card-description .label,
.ui-dialog.creditcard-popin .o-payment-method .m-form-row.card-type .a-card-description .label {
  display: none;
}
.t-billing .o-payment-method .m-form-row.card-type.active input:not(:checked) ~ .label,
.ui-dialog.creditcard-popin .o-payment-method .m-form-row.card-type.active input:not(:checked) ~ .label {
  opacity: 0.3;
}
.t-billing .o-payment-method .m-form-row.card-type.active .a-card-description .label,
.ui-dialog.creditcard-popin .o-payment-method .m-form-row.card-type.active .a-card-description .label {
  display: inline;
}

.ui-dialog.creditcard-popin {
  max-width: 93.6rem;
}
.ui-dialog.creditcard-popin .a-checkout-header {
  margin-bottom: 3rem;
}
.ui-dialog.creditcard-popin .o-billing-address {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.ui-dialog.creditcard-popin .ui-dialog-content {
  padding: 1.2rem 5.6rem 4rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .ui-dialog.creditcard-popin .ui-dialog-content {
    padding: 0 2.4rem;
  }
}
.ui-dialog.creditcard-popin .a-button {
  width: 100%;
}
.ui-dialog.creditcard-popin .a-button--text {
  width: auto;
}
.ui-dialog.creditcard-popin .o-delete-card-content {
  display: none;
}
.ui-dialog.creditcard-popin .delete-card-wrapper {
  text-align: right;
  margin: 1.4rem 0;
}
.ui-dialog.creditcard-popin.delete-card {
  max-width: 74.4rem;
}
.ui-dialog.creditcard-popin.delete-card .o-edit-card-content {
  display: none;
}
.ui-dialog.creditcard-popin.delete-card .o-delete-card-content {
  display: block;
}
@media (max-width: 47.99875em) {
  .ui-dialog.creditcard-popin.delete-card .o-delete-card-content .a-button {
    margin: 1rem 0;
    min-width: 0;
  }
}
.ui-dialog.creditcard-popin.delete-card .a-checkout-header {
  margin-bottom: 4rem;
}
.ui-dialog.creditcard-popin.delete-card .a-card-image {
  float: left;
  width: 4.5rem;
  margin-right: 3rem;
}
.ui-dialog.creditcard-popin.delete-card .a-card-details {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 3.5rem 0;
}

.t-billing .o-giftcard .a-giftcard-header,
.ui-dialog.giftcard-popin .o-giftcard .a-giftcard-header {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
}
.t-billing .o-giftcard .a-giftcard-description,
.ui-dialog.giftcard-popin .o-giftcard .a-giftcard-description {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: #484e51;
  margin-top: 1rem;
  margin-bottom: 2.4rem;
}
.t-billing .o-giftcard .o-added-giftcard,
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard {
  border: 0.1rem solid rgba(0, 16, 34, 0.2);
  margin: 1.6rem 0;
  padding: 1rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t-billing .o-giftcard .o-added-giftcard .a-card-amount,
.t-billing .o-giftcard .o-added-giftcard .m-card-details,
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard .a-card-amount,
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard .m-card-details {
  margin: 0.6rem 1.6rem 0.6rem 0;
}
.t-billing .o-giftcard .o-added-giftcard .js--remove-giftcard,
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard .js--remove-giftcard {
  margin: 0.6rem 0;
}
.t-billing .o-giftcard .o-added-giftcard .a-card-amount,
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard .a-card-amount {
  padding: 0.5rem 1.8rem 0.7rem;
  background: #484e51;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  min-width: 9.6rem;
  text-align: center;
}
.t-billing .o-giftcard .o-added-giftcard .m-card-details .a-card-header,
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard .m-card-details .a-card-header {
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
}
.t-billing .o-giftcard .o-added-giftcard .m-card-details .a-card-description,
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard .m-card-details .a-card-description {
  color: #484e51;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
}
.t-billing .o-giftcard .o-added-giftcard .js--remove-giftcard,
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard .js--remove-giftcard {
  min-width: fit-content;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (max-width: 63.99875em) {
  .t-billing .o-giftcard .o-added-giftcard,
  .ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard {
    flex-wrap: wrap;
  }
}
.t-billing .o-giftcard .o-giftcard-form,
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form {
  border: 0.1rem solid rgba(0, 16, 34, 0.2);
  padding: 1.6rem;
}
.t-billing .o-giftcard .o-giftcard-form .m-form-row,
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form .m-form-row {
  min-height: 0;
}
.t-billing .o-giftcard .o-giftcard-form .a-captcha-help,
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form .a-captcha-help {
  margin: 0 0 0.4rem 0;
  color: #484e51;
  font-size: 1.2rem;
}
.t-billing .o-giftcard .o-giftcard-form .a-captcha-help p,
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form .a-captcha-help p {
  margin: 0;
}
.t-billing .o-giftcard .o-giftcard-form .apply-gift-card,
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form .apply-gift-card {
  margin-top: 0.8rem;
  min-width: 24rem;
}
@media (max-width: 47.99875em) {
  .t-billing .o-giftcard .o-giftcard-form .apply-gift-card,
  .ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form .apply-gift-card {
    width: 100%;
  }
}
.t-billing .o-giftcard .o-giftcard-form .valid-field .form-field input,
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form .valid-field .form-field input {
  padding-right: 0.8rem !important;
}
.t-billing .o-giftcard .o-giftcard-form .valid-field .form-field::before, .t-billing .o-giftcard .o-giftcard-form .valid-field .form-field::after,
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form .valid-field .form-field::before,
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form .valid-field .form-field::after {
  content: none !important;
}
.t-billing .o-giftcard .m-form-row.m-form-row-button,
.ui-dialog.giftcard-popin .o-giftcard .m-form-row.m-form-row-button {
  padding: 0;
  margin: 2rem 0;
}
.t-billing .o-giftcard .giftcard-form-error.a-error-message,
.ui-dialog.giftcard-popin .o-giftcard .giftcard-form-error.a-error-message {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #d0021b;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
.t-billing .o-giftcard .giftcard-form-error.a-error-message:empty,
.ui-dialog.giftcard-popin .o-giftcard .giftcard-form-error.a-error-message:empty {
  display: none;
}
.t-billing .o-giftcard.giftcard-sufficient-amount:first-child,
.ui-dialog.giftcard-popin .o-giftcard.giftcard-sufficient-amount:first-child {
  padding-top: 4rem;
  border: 0;
}

.ui-dialog.giftcard-popin {
  padding: 4rem 4rem 4.8rem;
}
.ui-dialog.giftcard-popin.dialog-mobile {
  padding: 0;
}
.ui-dialog.giftcard-popin .a-checkout-header {
  font-size: 2.4rem;
  line-height: 4rem;
}
@media (min-width: 48em) {
  .ui-dialog.giftcard-popin .a-checkout-header {
    margin-top: 0;
  }
}
@media (max-width: 47.99875em) {
  .ui-dialog.giftcard-popin .a-checkout-header {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin: 4.8rem 0 1.6rem;
  }
}
.ui-dialog.giftcard-popin .dialog-content {
  padding: 0;
}
.ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form {
  border: 0;
  padding: 0;
  margin-top: 2.4rem;
}
@media (max-width: 47.99875em) {
  .ui-dialog.giftcard-popin .o-giftcard .o-giftcard-form {
    margin-top: 0;
  }
}
.ui-dialog.giftcard-popin .o-giftcard .m-form-row.m-form-row-button {
  margin: 0.8rem 0 0;
}
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard {
  border: 0;
  padding: 0;
}
.ui-dialog.giftcard-popin .o-giftcard .o-added-giftcard .a-card-amount {
  margin-top: 0;
  margin-bottom: 0;
}
.ui-dialog.giftcard-popin .google-recaptcha > div {
  width: auto !important;
}
.ui-dialog.giftcard-popin .o-giftcard-checked .o-added-giftcard {
  display: block;
}
.ui-dialog.giftcard-popin .o-giftcard-checked .o-added-giftcard .a-card-header {
  font-weight: 500;
}
.ui-dialog.giftcard-popin .o-giftcard-checked .o-added-giftcard .a-card-header br {
  content: " ";
}
.ui-dialog.giftcard-popin .o-giftcard-checked .o-added-giftcard .a-card-amount {
  display: inline-block;
}
.ui-dialog.giftcard-popin .o-giftcard-checked .o-added-giftcard .a-card-description {
  margin: 2.4rem 0;
}
.ui-dialog.giftcard-popin .m-form-row.m-form-row-button {
  max-width: none;
}
.ui-dialog.giftcard-popin .m-form-row.m-form-row-button button[aria-disabled=true] {
  background: #f6f7f7;
  color: #484e51;
  border-color: #6a767b;
}
.ui-dialog.giftcard-popin .m-form-row.m-form-row-button button[aria-disabled=true]:hover {
  background-color: #e5e7e8;
}
@media (min-width: 48em) {
  .ui-dialog.giftcard-popin .m-form-row.m-form-row-button {
    display: flex;
  }
  .ui-dialog.giftcard-popin .m-form-row.m-form-row-button button {
    min-width: 24rem;
  }
  .ui-dialog.giftcard-popin .m-form-row.m-form-row-button button + button {
    margin-left: 1.6rem;
  }
}
@media (max-width: 47.99875em) {
  .ui-dialog.giftcard-popin .m-form-row.m-form-row-button button {
    min-width: 100%;
  }
  .ui-dialog.giftcard-popin .m-form-row.m-form-row-button button + button {
    margin-top: 1.6rem;
  }
}

.t-review {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .t-review {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 47.99875em) {
  .t-review {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.t-review .o-minishipping,
.t-review .o-minibilling {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (max-width: 47.99875em) {
  .t-review .o-minishipping,
  .t-review .o-minibilling {
    margin-bottom: 2.5rem;
  }
}
.t-review .o-minishipping .m-shipping-method,
.t-review .o-minishipping .m-payment-method,
.t-review .o-minibilling .m-shipping-method,
.t-review .o-minibilling .m-payment-method {
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
}
.t-review .o-minishipping .m-shipping-method span,
.t-review .o-minishipping .m-payment-method span,
.t-review .o-minibilling .m-shipping-method span,
.t-review .o-minibilling .m-payment-method span {
  display: inline-block;
  vertical-align: middle;
}
.t-review .o-minishipping .m-shipping-method img,
.t-review .o-minishipping .m-payment-method img,
.t-review .o-minibilling .m-shipping-method img,
.t-review .o-minibilling .m-payment-method img {
  width: 2.8rem;
  display: inline-block;
  vertical-align: middle;
}
.t-review .o-minishipping .no-shipping-methods,
.t-review .o-minibilling .no-shipping-methods {
  color: #d0021b;
}
.t-review .o-minishipping .m-mini-shipment,
.t-review .o-minishipping .m-mini-billing-address,
.t-review .o-minibilling .m-mini-shipment,
.t-review .o-minibilling .m-mini-billing-address {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.t-review .o-minishipping .m-mini-shipment .a-address,
.t-review .o-minishipping .m-mini-billing-address .a-address,
.t-review .o-minibilling .m-mini-shipment .a-address,
.t-review .o-minibilling .m-mini-billing-address .a-address {
  margin: 0.3rem 0;
}
.t-review .o-minishipping .m-mini-shipment .a-address .m-address1,
.t-review .o-minishipping .m-mini-shipment .a-address .m-address2,
.t-review .o-minishipping .m-mini-billing-address .a-address .m-address1,
.t-review .o-minishipping .m-mini-billing-address .a-address .m-address2,
.t-review .o-minibilling .m-mini-shipment .a-address .m-address1,
.t-review .o-minibilling .m-mini-shipment .a-address .m-address2,
.t-review .o-minibilling .m-mini-billing-address .a-address .m-address1,
.t-review .o-minibilling .m-mini-billing-address .a-address .m-address2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.t-review .o-minishipping .m-edit,
.t-review .o-minibilling .m-edit {
  margin-top: auto;
}
.t-review .o-minishipping .a-store {
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.4rem;
}
.t-review .o-create-account .m-form-row.form-description {
  margin: -2.2rem 0 0;
  padding-top: 0;
}
.t-review .o-create-account .m-form-row.form-description .a-insert-description {
  padding-left: 3rem;
}
.t-review #cart-table {
  margin-top: 1.6rem;
  padding-top: 0.5rem;
  border-top: 0.1rem solid rgba(0, 16, 34, 0.3);
}
@media (max-width: 63.99875em) {
  .t-review #cart-table {
    padding-top: 0;
  }
}
.t-review #cart-table .a-checkout-subtitle,
.t-review #cart-table .m-edit {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.t-review #cart-table .a-item-name,
.t-review #cart-table .a-item-name a {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  line-height: 2.2rem;
  color: #001022;
  margin: 0 0 0.1rem 0;
}
@media (max-width: 63.99875em) {
  .t-review #cart-table .a-item-name,
  .t-review #cart-table .a-item-name a {
    margin: 0 0 0.4rem 0;
  }
}
.t-review #cart-table .m-item-bundle {
  margin-bottom: 0.8rem;
  color: #484e51;
}
.t-review #cart-table .m-item-bundle .m-item-bundle-details {
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.6rem;
  margin: 0;
}
.t-review #cart-table .m-item-bundle .a-read-more,
.t-review #cart-table .m-item-bundle .a-read-less {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0 0 0 0;
}
.t-review #cart-table .m-item-bundle .js-limit-length.limited:not(.expanded) .a-read-more {
  display: block;
}
.t-review #cart-table .m-item-bundle .js-limit-length.expanded .a-read-less {
  display: block;
}
.t-review #cart-table .m-item-attributes,
.t-review #cart-table .m-item-quantity,
.t-review #cart-table .m-item-price {
  display: inline-block;
  vertical-align: top;
  color: #484e51;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
}
.t-review #cart-table .m-item-attributes.m-item-attributes .attribute,
.t-review #cart-table .m-item-quantity.m-item-attributes .attribute,
.t-review #cart-table .m-item-price.m-item-attributes .attribute {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.t-review #cart-table .m-item-attributes.m-item-attributes .attribute .value,
.t-review #cart-table .m-item-quantity.m-item-attributes .attribute .value,
.t-review #cart-table .m-item-price.m-item-attributes .attribute .value {
  margin-right: 0.4rem;
}
.t-review #cart-table .m-item-attributes.m-item-quantity,
.t-review #cart-table .m-item-quantity.m-item-quantity,
.t-review #cart-table .m-item-price.m-item-quantity {
  margin-left: 0;
  margin-right: 0.8rem;
}

.m-terms-conditions {
  padding: 1.6rem 0 2.4rem;
}
.m-terms-conditions .a-tc-label {
  font-size: 1.2rem;
  margin-top: 0;
  color: #484e51;
}
.m-terms-conditions .a-tc-label a {
  text-decoration: underline;
}
.m-terms-conditions .m-form-row {
  padding: 0;
  margin: 0 !important;
}

.checkout-order-totals ~ p {
  margin: 0;
}

.ui-dialog.review-popin .ui-dialog-content {
  padding: 2.8rem 6.4rem;
  overflow-x: hidden;
}
@media (min-width: 48em) and (max-width: 63.99875em) {
  .ui-dialog.review-popin .ui-dialog-content {
    padding: 2.8rem 2.4rem 4rem;
  }
}
@media (max-width: 47.99875em) {
  .ui-dialog.review-popin .ui-dialog-content {
    padding: 5rem 2.2rem;
  }
}
.ui-dialog.review-popin .ui-dialog-content .a-checkout-header {
  margin-top: 0;
}
.ui-dialog.review-popin .o-current-address {
  margin: 1.2rem 0 2rem 0;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address,
.ui-dialog.review-popin .o-current-address .m-saved-address,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address {
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(0, 16, 34, 0.3);
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address .m-form-row.radio,
.ui-dialog.review-popin .o-current-address .m-saved-address .m-form-row.radio,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .m-form-row.radio,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address .m-form-row.radio {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  min-height: 0;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address .m-form-row.radio label,
.ui-dialog.review-popin .o-current-address .m-saved-address .m-form-row.radio label,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .m-form-row.radio label,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address .m-form-row.radio label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address .m-form-row.radio input:checked ~ label,
.ui-dialog.review-popin .o-current-address .m-saved-address .m-form-row.radio input:checked ~ label,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .m-form-row.radio input:checked ~ label,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address .m-form-row.radio input:checked ~ label {
  font-weight: 600;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address .radio label,
.ui-dialog.review-popin .o-current-address .m-saved-address .radio label,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .radio label,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address .radio label {
  word-break: break-all;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address.js--default .a-options .js--set-default,
.ui-dialog.review-popin .o-current-address .m-saved-address.js--default .a-options .js--set-default,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address.js--default .a-options .js--set-default,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address.js--default .a-options .js--set-default {
  display: none;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address.js--default .a-options .js--is-default,
.ui-dialog.review-popin .o-current-address .m-saved-address.js--default .a-options .js--is-default,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address.js--default .a-options .js--is-default,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address.js--default .a-options .js--is-default {
  display: block;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address .a-address,
.ui-dialog.review-popin .o-current-address .m-saved-address .a-address,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .a-address,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address .a-address {
  margin: 0;
  color: #484e51;
  font-weight: 400;
  padding-left: 4rem;
}
@media (max-width: 47.99875em) {
  .ui-dialog.review-popin .o-current-address .m-unsaved-address .a-address,
  .ui-dialog.review-popin .o-current-address .m-saved-address .a-address,
  .ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .a-address,
  .ui-dialog.review-popin .o-saved-addresses .m-saved-address .a-address {
    padding-left: 3.6rem;
  }
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address .a-options,
.ui-dialog.review-popin .o-current-address .m-saved-address .a-options,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .a-options,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address .a-options {
  text-align: right;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address .a-options .a-button--text,
.ui-dialog.review-popin .o-current-address .m-saved-address .a-options .a-button--text,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .a-options .a-button--text,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address .a-options .a-button--text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  min-width: 0;
  width: auto;
}
.ui-dialog.review-popin .o-current-address .m-unsaved-address .a-options .js--is-default,
.ui-dialog.review-popin .o-current-address .m-saved-address .a-options .js--is-default,
.ui-dialog.review-popin .o-saved-addresses .m-unsaved-address .a-options .js--is-default,
.ui-dialog.review-popin .o-saved-addresses .m-saved-address .a-options .js--is-default {
  display: none;
  color: #484e51;
  opacity: 0.7;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method {
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method .m-form-row {
  flex: 0 1 auto;
  padding: 0;
  margin: 0;
}
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method .m-form-row input {
  margin-top: 2rem;
}
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method label {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
}
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method .a-shipping-method-name {
  display: block;
  flex-grow: 1;
}
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method .a-shipping-method-description {
  color: #484e51;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 3rem;
}
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method .a-shipping-method-name,
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method .a-shipping-method-price {
  font-weight: 400;
  color: #001022;
  font-size: 1.4rem;
  line-height: 2rem;
  border-top: 0.1rem solid rgba(0, 16, 34, 0.3);
}
.ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method:first-child .a-shipping-method-name, .ui-dialog.review-popin .o-shipping-methods-list .m-shipping-method:first-child .a-shipping-method-price {
  border-top: 0;
}
.ui-dialog.review-popin .m-form-row-button {
  padding: 0;
  min-height: 0;
}
.ui-dialog.review-popin .a-button.js--shipping-addaddress {
  padding-left: 2rem;
  position: relative;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  min-width: 0;
  width: auto;
}
.ui-dialog.review-popin .a-button.js--shipping-addaddress::before, .ui-dialog.review-popin .a-button.js--shipping-addaddress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.2rem;
  height: 0.1rem;
  background: #001022;
}
.ui-dialog.review-popin .a-button.js--shipping-addaddress::before {
  transform: rotate(90deg);
}
.ui-dialog.review-popin .a-button:not(.js-a-button-togglehours) {
  min-width: 26.7rem;
}
@media (max-width: 47.99875em) {
  .ui-dialog.review-popin .a-button {
    width: 100%;
  }
}
.ui-dialog.review-popin .js--edit-billing-info {
  text-align: left;
}
@media (min-width: 48em) {
  .ui-dialog.review-popin .t-billing .a-checkout-header {
    margin-bottom: 0;
  }
}
.ui-dialog.review-popin .t-billing .js--add-card {
  padding-left: 2rem;
  position: relative;
  min-width: 0;
  width: auto;
}
.ui-dialog.review-popin .t-billing .js--add-card::before, .ui-dialog.review-popin .t-billing .js--add-card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.1rem;
  width: 1.3rem;
  background: #001022;
}
.ui-dialog.review-popin .t-billing .js--add-card::after {
  transform: rotate(90deg);
}
@media (max-width: 63.99875em) {
  .ui-dialog.review-popin .t-billing .o-payment-methods.has-cards .o-payment-method.o-saved-card .o-expandable-content {
    width: 100%;
    flex: 0 0 100%;
  }
}

.t-confirmation {
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
}
@media (max-width: 63.99875em) {
  .t-confirmation {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 47.99875em) {
  .t-confirmation {
    padding-bottom: 0;
  }
}
.t-confirmation .o-expandable .m-expandable-title {
  margin: 0;
}
.t-confirmation .o-expandable .m-expandable-title .a-expandable-toggle {
  width: 100%;
  padding: 0;
  background: transparent;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  color: #001022;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: 0.04rem;
}
.t-confirmation .o-expandable .m-expandable-title .a-expandable-toggle::before, .t-confirmation .o-expandable .m-expandable-title .a-expandable-toggle::after {
  font-size: 1.6rem;
  right: 0.8rem;
}
.t-confirmation .o-expandable .m-expandable-title .a-expandable-toggle::before {
  content: "\ea1d";
}
.t-confirmation .o-expandable .m-expandable-title .a-expandable-toggle::after {
  content: "\ea2b";
}
.t-confirmation .o-cart-block {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-top: 1.6rem;
  width: 100%;
}
.t-confirmation .o-gift-block .m-item-details {
  display: flex;
  column-gap: 0.8rem;
  align-items: baseline;
}
.t-confirmation .a-giftmessage-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 1.6rem 0 0.8rem;
}
.t-confirmation .o-gift-message-preview {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0;
}
.t-confirmation .o-order-details-totals-table {
  width: 100%;
}
.t-confirmation .o-order-details-totals-table .a-cell {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #001022;
}
.t-confirmation .o-order-details-totals-table .a-price,
.t-confirmation .o-order-details-totals-table .a-price-free {
  font-weight: 700;
  margin-left: 0.8rem;
}
.t-confirmation .o-order-details-totals-table .a-price-free {
  color: #1269cc;
}
.t-confirmation .o-order-details-totals-table .m-order-total {
  background: #001022;
  padding: 1.2rem 1.6rem;
  margin: 1.6rem 0;
}
.t-confirmation .o-order-details-totals-table .m-order-total .m-row {
  display: flex;
  justify-content: space-between;
}
.t-confirmation .o-order-details-totals-table .m-order-total .m-row .a-cell {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  color: #001022;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fffefa;
}
.t-confirmation .o-cart-row {
  margin-left: 0;
  justify-content: space-between;
}
.t-confirmation .o-cart-row .m-item-title {
  align-items: flex-start;
  column-gap: 1.2rem;
  margin: 0;
}
.t-confirmation .o-cart-row .m-item-attributes {
  display: flex;
}
.t-confirmation .o-cart-row .o-item-price {
  align-items: baseline;
  justify-content: space-between;
  column-gap: 1.2rem;
  margin: 0.8rem 0 0;
}
.t-confirmation .o-cart-row .o-item-price:has(:only-child) {
  justify-content: flex-end;
}
.t-confirmation .m-order-shipping .a-cell:first-child:after {
  content: " :";
}
.t-confirmation .m-order-sales-tax .a-cell:first-child:after {
  content: " :";
}
.t-confirmation .o-minishipping,
.t-confirmation .o-minibilling {
  color: #001022;
}
.t-confirmation .o-minishipping .a-checkout-header,
.t-confirmation .o-minibilling .a-checkout-header {
  margin-bottom: 3rem;
}
.t-confirmation .o-minishipping .m-address1,
.t-confirmation .o-minishipping .m-address2,
.t-confirmation .o-minibilling .m-address1,
.t-confirmation .o-minibilling .m-address2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.t-confirmation .o-addresses,
.t-confirmation .o-payments {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 5.6rem;
}
.t-confirmation .o-minishipping {
  margin: 0;
}
.t-confirmation .o-minishipping .a-store {
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.4rem;
}
.t-confirmation .o-minishipping .a-address {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #001022;
}
.t-confirmation .a-shipping-method-title {
  font-weight: 700;
  line-height: 1.6rem;
  font-size: 1.2rem;
  margin: 0;
}
.t-confirmation .o-minibilling {
  padding: 0;
  margin: 0;
}
.t-confirmation .o-minibilling .payment-method-container {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.t-confirmation .o-minibilling .a-payment-amount {
  display: none;
}
.t-confirmation .o-minibilling .m-payment-info .m-payment-method {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 0;
}
.t-confirmation .o-minibilling .m-payment-info .m-payment-method span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 0;
}
.t-confirmation .o-minibilling .m-payment-info .m-payment-method img {
  width: 2.8rem;
  display: inline-block;
  vertical-align: middle;
}
.t-confirmation .m-billing-address .a-address {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #001022;
}
.t-confirmation .o-confirmation-details {
  row-gap: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1.6rem;
}
@media (max-width: 63.99875em) {
  .t-confirmation .o-confirmation-details {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.6rem;
  }
}
.t-confirmation .a-confirmation-details-address-header {
  margin: 0;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.t-confirmation #cart-table {
  margin: 0 auto;
  padding: 0;
  border-top: 0;
}
.t-confirmation #cart-table .a-checkout-subtitle,
.t-confirmation #cart-table .a-edit-link {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #495460;
}
.t-confirmation #cart-table .a-item-image {
  width: 100%;
  background-color: #F7F6F3;
  max-width: 8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 63.99875em) {
  .t-confirmation #cart-table .a-item-image {
    max-height: 8rem;
  }
}
.t-confirmation #cart-table .a-item-name,
.t-confirmation #cart-table .a-item-name a {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #001022;
  margin: 0 0 1.6rem 0;
}
@media (max-width: 63.99875em) {
  .t-confirmation #cart-table .a-item-name,
  .t-confirmation #cart-table .a-item-name a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: 80%;
    margin: 0 0 0.8rem 0;
  }
}
.t-confirmation #cart-table .m-item-attributes,
.t-confirmation #cart-table .m-item-quantity,
.t-confirmation #cart-table .m-item-price,
.t-confirmation #cart-table .m-item-price-unit {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.t-confirmation #cart-table .m-item-attributes.m-item-attributes .attribute,
.t-confirmation #cart-table .m-item-quantity.m-item-attributes .attribute,
.t-confirmation #cart-table .m-item-price.m-item-attributes .attribute,
.t-confirmation #cart-table .m-item-price-unit.m-item-attributes .attribute {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.t-confirmation #cart-table .m-item-attributes.m-item-quantity,
.t-confirmation #cart-table .m-item-quantity.m-item-quantity,
.t-confirmation #cart-table .m-item-price.m-item-quantity,
.t-confirmation #cart-table .m-item-price-unit.m-item-quantity {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #73748B;
  margin: 0;
}
.t-confirmation #cart-table .m-item-attributes.m-item-price,
.t-confirmation #cart-table .m-item-quantity.m-item-price,
.t-confirmation #cart-table .m-item-price.m-item-price,
.t-confirmation #cart-table .m-item-price-unit.m-item-price {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  color: #001022;
  margin: 0;
}
.t-confirmation #cart-table .m-item-attributes.m-item-price-unit,
.t-confirmation #cart-table .m-item-quantity.m-item-price-unit,
.t-confirmation #cart-table .m-item-price.m-item-price-unit,
.t-confirmation #cart-table .m-item-price-unit.m-item-price-unit {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.t-confirmation #cart-table .a-autorep {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #484e51;
}
.t-confirmation #cart-table .a-autorep i,
.t-confirmation #cart-table .a-autorep span {
  display: inline-block;
  vertical-align: middle;
}
.t-confirmation #cart-table .a-autorep i {
  font-size: 1.6rem;
  margin-right: 0.8rem;
}
.t-confirmation #cart-table .o-samples-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.6rem;
}
.t-confirmation #cart-table .o-samples-block .m-item {
  max-width: 8rem;
  height: auto;
}
.t-confirmation #cart-table .o-samples-block .m-item-details .a-item-name {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
}
.t-confirmation .m-order-loyalty {
  background: #fff7dd;
  padding: 0.8rem 1.6rem;
  margin: 1.6rem 0;
}
.t-confirmation .m-order-loyalty .m-summary-subtitle {
  column-gap: 0.8rem;
  margin: 0;
}
.t-confirmation .m-order-loyalty .a-coupon-code {
  margin: 0;
}
.t-confirmation .linc-optin-widget {
  margin-top: 5.2rem;
  width: 90%;
}
.t-confirmation .o-coupons {
  font-weight: 400;
}
.t-confirmation .o-coupons .o-coupon {
  display: flex;
  flex-wrap: nowrap;
  margin: 1.6rem 0;
  align-items: baseline;
}
.t-confirmation .o-coupons .o-coupon p {
  margin: 0;
}
.t-confirmation .o-coupons .o-coupon .m-coupon-left {
  flex-grow: 1;
}
.t-confirmation .o-coupons .o-coupon .m-coupon-right {
  text-align: right;
}
.t-confirmation .o-coupons .o-coupon .a-coupon-code {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.t-confirmation .o-coupons .o-coupon .a-coupon-amount {
  color: #1269cc;
  margin-bottom: 0.4rem;
}
.t-confirmation .o-order-totals-table {
  border-top: 0.1rem solid rgba(0, 16, 34, 0.3);
}
.t-confirmation .o-order-totals-table li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.t-confirmation .o-order-totals-table li .m-row {
  display: table-row;
}
.t-confirmation .o-order-totals-table li .a-cell {
  display: table-cell;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 1rem 1rem 0;
}
.t-confirmation .o-order-totals-table li .a-cell:last-child {
  text-align: right;
  padding-right: 0;
  padding-left: 1rem;
}
.t-confirmation .o-order-totals-table li .a-cell.a-price-free {
  font-weight: 400;
  color: #1269cc;
}
.t-confirmation .o-order-totals-table .m-order-sales-tax li .a-cell {
  padding-bottom: 3.1rem;
}
.t-confirmation .o-order-totals-table .m-order-subtotal li .a-cell {
  padding-top: 2.4rem;
}
.t-confirmation .o-order-totals-table .m-order-total li .a-cell {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  line-height: 2.8rem;
  border-top: 0.1rem solid rgba(0, 16, 34, 0.3);
}
.t-confirmation .o-order-totals-table .m-order-total .a-order-value {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
@media (max-width: 63.99875em) {
  .t-confirmation .o-create-account .m-form-row {
    margin-bottom: 2.4rem !important;
  }
}
.t-confirmation .m-order-subtotal,
.t-confirmation .m-order-coupons,
.t-confirmation .m-order-shipping,
.t-confirmation .m-order-sales-tax {
  margin-bottom: 0.8rem;
}
.t-confirmation .o-newsletter-subscription {
  margin-bottom: 0.8rem;
  padding: 0;
}
.t-confirmation .o-newsletter-subscription .row {
  flex-direction: column;
  row-gap: 1.6rem;
  margin: 0;
}
.t-confirmation .o-newsletter-subscription .a-newsletter-title, .t-confirmation .o-newsletter-subscription .a-newsletter-description {
  text-align: center;
}
.t-confirmation .a-redirect-button {
  margin-bottom: 1.6rem;
}
@media (max-width: 79.99875em) {
  .t-confirmation .a-redirect-button b-button {
    width: 100%;
  }
}

.m-separation-row {
  width: 100%;
  max-width: 100%;
  height: 0.1rem;
  margin: 1.6rem auto;
  background: rgba(0, 16, 34, 0.3);
}

.a-confirmation {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin: 1.6rem 0;
}

.a-confirmation-link p,
.a-confirmation-link a {
  color: #484e51;
  font-size: 1.4rem;
}
.a-confirmation-link p {
  margin: 0 auto 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.a-confirmation-link a {
  text-decoration: underline;
}

.m-shipping-method .a-checkout-subtitle,
.m-payment-method .a-checkout-subtitle {
  margin-bottom: 0;
  font-weight: 600;
}
.m-shipping-method p,
.m-payment-method p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
  color: #484e51;
}

.m-payment-info {
  font-size: 1.4rem;
}
.m-payment-info .a-cc-number,
.m-payment-info .a-cc-img {
  display: inline-block;
  vertical-align: top;
}
.m-payment-info .a-cc-img {
  padding: 0.5rem 0.4rem;
  max-width: 3rem;
  border-radius: 0.4rem;
  border: 0.1rem solid rgba(0, 16, 34, 0.3);
  background-color: #fff;
  margin: 0 0.5rem;
}
.m-payment-info .a-cc-number {
  color: #001022;
  font-weight: 500;
  line-height: 1.8rem;
}
.m-payment-info .a-cc-gift {
  margin-top: 0.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #484e51;
}

.m-checkout-refer {
  border: 0.1rem solid #ffcb00;
  text-align: center;
  padding: 1.5rem 0;
}
.m-checkout-refer h2 {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 0 1.5rem 0;
}
.m-checkout-refer img {
  width: 100%;
}
.m-checkout-refer p {
  margin: 1rem auto 0;
}
.m-checkout-refer a:not(.a-button) {
  text-decoration: underline;
}

.o-create-account .o-checkout-insert {
  margin: 0;
  padding: 0;
  border: none;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container {
  max-width: 66.4rem;
  margin: 0 auto;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .m-form-row {
  margin-bottom: 2.4rem;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-insert-header {
  margin-top: 0;
}
@media (min-width: 64em) {
  .o-create-account .o-checkout-insert .o-checkout-insert-container .o-insert-header {
    margin-top: 0.8rem;
  }
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-insert-header .m-insert-header-text {
  max-width: 70%;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-insert-header .m-insert-header-text h2 {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .m-insert-header-img {
  margin: 0;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .m-insert-header-img img {
  position: absolute;
  top: 0;
  right: 2.4rem;
  width: 8.8rem;
}
@media (max-width: 63.99875em) {
  .o-create-account .o-checkout-insert .o-checkout-insert-container .m-insert-header-img img {
    width: 6.4rem;
  }
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-signup-advantages {
  border: none;
  padding: 0;
  flex-direction: column;
  margin: 0;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-signup-advantages .a-advantages-block-title {
  margin-top: 1.6rem;
  padding: 0;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-signup-advantages .m-advantage {
  width: auto;
  padding: 0;
  margin-bottom: 1.6rem;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-signup-advantages .m-advantage img {
  margin-right: 0.8rem;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-signup-advantages .m-advantage .a-advantage-title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
}
.o-create-account .o-checkout-insert .o-checkout-insert-container .o-signup-advantages .m-advantage .a-advantage-content {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: 0;
}
.o-create-account .o-checkout-insert .a-insert-header {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 4.8rem;
  margin: 0;
}
@media (max-width: 47.99875em) {
  .o-create-account .o-checkout-insert .a-insert-header {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.o-create-account .o-checkout-insert .a-insert-description {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0.8rem 0 2.4rem;
}
@media (min-width: 64em) {
  .o-create-account .o-checkout-insert .a-label-required {
    margin-top: 4.8rem;
  }
}
.o-create-account .o-checkout-insert .m-form-row-button {
  padding-top: 0;
  margin-top: 1rem;
  margin-bottom: 2.4rem;
}
.o-create-account .o-checkout-insert .m-form-row-button button {
  width: auto;
  min-width: 17.5rem;
}
@media (max-width: 63.99875em) {
  .o-create-account .o-checkout-insert .m-form-row-button {
    margin-top: 0;
  }
  .o-create-account .o-checkout-insert .m-form-row-button button {
    width: 100%;
  }
}
.o-create-account .o-checkout-insert .o-insert-header {
  flex-wrap: nowrap;
  margin: 0;
}
.o-create-account .o-checkout-insert .o-insert-header .m-insert-header-text {
  flex-shrink: 1;
}
.o-create-account .o-checkout-insert .o-insert-header .m-insert-header-img {
  margin: 0;
}
@media (max-width: 47.99875em) {
  .o-create-account .o-checkout-insert .o-insert-header .m-insert-header-img img {
    width: 25vw;
  }
}
@media (max-width: 23.43625em) {
  .o-create-account .o-checkout-insert .o-insert-header {
    position: relative;
    padding: 0 0.4rem;
  }
  .o-create-account .o-checkout-insert .o-insert-header .a-insert-header {
    margin-right: 25vw;
  }
  .o-create-account .o-checkout-insert .o-insert-header .m-insert-header-img {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 63.99875em) {
  .o-create-account.o-checkout-insert .a-label-required {
    padding-left: 0.5rem;
  }
  .o-create-account.o-checkout-insert .m-password-block {
    width: 100%;
  }
}
@media (min-width: 64em) and (max-width: 79.99875em) {
  .o-create-account.o-checkout-insert .date-field input.month,
  .o-create-account.o-checkout-insert .date-field input.day {
    width: 2.4rem;
  }
}

.o-module-gift {
  margin: 3rem auto;
}
@media (max-width: 63.99875em) {
  .o-module-gift {
    margin: 1.5rem auto 3rem;
  }
}
.o-module-gift .a-checkout-header {
  margin: 0.6rem auto;
}
@media (max-width: 63.99875em) {
  .o-module-gift .a-checkout-header {
    margin: 2.4rem auto 0.8rem;
    font-size: 2rem;
    line-height: 2rem;
  }
}
.o-module-gift .o-module-gift-img,
.o-module-gift .o-module-gift-txt {
  padding: 0;
}
.o-module-gift .o-module-gift-txt {
  align-self: center;
}
.o-module-gift .o-module-gift-txt p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0;
}
@media (max-width: 63.99875em) {
  .o-module-gift .o-module-gift-txt p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

#js-sidepanel-cartsummary-desktop, #js-sidepanel-cartsummary-mobile {
  padding: 0rem;
}
#js-sidepanel-cartsummary-desktop .a-side-panel-title, #js-sidepanel-cartsummary-mobile .a-side-panel-title {
  padding: 4rem 4rem 0;
  font-size: 2.2rem;
  font-weight: 400;
}

#o-checkout-mini-cart-mobile {
  width: 100%;
}

.rc-cartsummary-control {
  background: #f6f7f7;
  width: 100%;
  font-size: 1.6rem;
  padding: 1.4rem 1.6rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.rc-cartsummary-control strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rc-cartsummary-control:hover {
  background-color: #f6f7f7 !important;
}
.rc-cartsummary-control-price {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.rc-cartsummary-sidebar-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.rc-cartsummary-product {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e5e7e8;
}
.rc-cartsummary-product-image {
  min-width: 12rem;
  height: 12rem;
  background: #f6f7f7;
}
.rc-cartsummary-product-content {
  width: 100%;
}
.rc-cartsummary-product-name {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  font-weight: 200;
  color: #001022;
  margin-top: 0.5rem;
}
.rc-cartsummary-product-attributes {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #6a767b;
  align-items: center;
  font-weight: 500;
}
.rc-cartsummary-product-attributes p {
  margin: 0;
  display: flex;
  gap: 0.5rem;
}
.rc-cartsummary-product-price, .rc-cartsummary-product-bonus {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  color: #001022;
}
.rc-cartsummary-product-bonus {
  color: #1269cc;
}

.rc-cartsummary-list {
  padding: 0 4rem;
}
.rc-cartsummary-list :last-child {
  border-bottom: none;
}

.rc-cartsummary-actions {
  display: flex;
  flex-direction: column;
  position: sticky;
  background-color: #fff;
  bottom: 0;
  width: 100%;
  gap: 1.2rem;
  padding: 2rem 4rem;
  border-top: 1px solid #e5e7e8;
}
.rc-cartsummary-actions button {
  width: 100%;
}

.rc-button-primary {
  background-color: #001022;
  color: #fffefa;
}
.rc-button-primary:hover {
  background-color: #001022 !important;
  color: #fffefa;
}

.rc-button-secondary {
  background-color: #fffefa;
  border: 1px solid #001022;
  color: #001022;
  padding: 0.8rem 1.6rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}
.rc-button-secondary:hover {
  background-color: #fffefa !important;
  color: #001022;
}

.o-promo-push-content--button-submit, .o-promo-push-content .m-product-cta .a-button, .o-promo-push-content-column--info--link {
  padding: 0.8rem 4.5rem !important;
  height: auto;
  line-height: normal;
  display: inline-block;
  cursor: pointer;
  border: 0.1rem solid #001022;
  font-size: 1.4rem;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  color: #001022;
  background: #fffefa;
  text-align: center;
}

.o-promo-push-block {
  box-sizing: border-box;
  border: 0.1rem solid transparent;
}
.o-promo-push-block.is-open {
  border: 0.1rem solid #e5e7e8;
}
.o-promo-push-block.is-open .o-expandable-content {
  border-top: 0.1rem solid #e5e7e8;
}
.o-promo-push-block .o-expandable-content {
  border-top: 0.1rem solid transparent;
}
.o-promo-push-block .m-expandable-title-text {
  line-height: 1.6rem;
  padding-right: 1.6rem;
}
.o-promo-push-block .promo-error-message {
  color: #d0021b;
  padding: 1.6rem;
  font-weight: 500;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.o-promo-push-block .promo-error-message i {
  position: relative;
  top: 0.2rem;
  margin-right: 0.8rem;
}
.o-promo-push-block .a-expandable-image {
  max-width: 5.6rem;
}

.o-promo-push-content {
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem;
}
@media (min-width: 64em) {
  .o-promo-push-content {
    padding: 2.4rem;
  }
}
.o-promo-push-content-column {
  justify-content: flex-start;
}
.o-promo-push-content-column--image {
  min-width: 10.8rem;
  max-width: 10.8rem;
  height: auto;
}
@media (min-width: 64em) {
  .o-promo-push-content-column--image {
    min-width: 16.5rem;
    max-width: 16.5rem;
  }
}
.o-promo-push-content-column--image img {
  width: 100%;
  height: auto;
}
@media (min-width: 64em) {
  .o-promo-push-content-column--image img {
    min-width: 16.5rem;
  }
}
.o-promo-push-content-column--left {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.o-promo-push-content-column--right {
  display: flex;
}
.o-promo-push-content-column--right .m-product-cta {
  margin-bottom: 0;
}
.o-promo-push-content-column--info {
  flex-direction: column;
  gap: 1.6rem;
}
.o-promo-push-content-column--info--top * {
  margin: 0;
  padding: 0;
}
.o-promo-push-content-column--info--text {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.o-promo-push-content-column--info--promocode {
  padding-top: 2.4rem;
  margin: 0;
}
.o-promo-push-content-column--info--promocode .a-promocode-value {
  font-weight: 600;
}
.o-promo-push-content-column--info--link {
  margin-top: 1.6rem;
}
.o-promo-push-content-column--info--link a {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #001022;
}
.o-promo-push-content--button {
  margin-top: 1.6rem;
}
.o-promo-push-content--button-submit i {
  display: none;
  font-size: 1rem;
  padding-right: 0.6rem;
}
.o-promo-push-content--button-submit.promocode-success {
  background: transparent;
}
.o-promo-push-content--button-submit.promocode-success i {
  display: inline-block;
}
.o-promo-push-content .a-promo-price .a-product-price .product-sales,
.o-promo-push-content .a-promo-price .a-product-price .product-standard-price,
.o-promo-push-content .a-promo-price .a-product-price .product-sales-price {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 600;
}
.o-promo-push-content .a-promo-price .a-product-price .product-sales + .product-standard-price {
  text-decoration-line: line-through;
  color: #6a767b;
  font-size: 1.2rem;
  padding-left: 0.8rem;
}
.o-promo-push-content .a-promo-price .a-product-price .product-sales-price {
  font-size: 1.6rem;
  color: #001022;
}

@media (max-width: 47.99875em) {
  .t-cart .a-cart-header {
    text-align: left;
  }
}
.t-cart .o-freeshipping-incentive {
  background: #F2E9DB;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media (min-width: 48em) {
  .t-cart .o-freeshipping-incentive {
    margin-bottom: 2.4rem;
  }
}
.t-cart .o-cart-coupon-code {
  background: #F2E9DB !important;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-coupon-code {
    margin-top: 3.2rem !important;
  }
}
.t-cart .o-cart-coupon-code .o-coupon-form .a-coupon-submit {
  min-width: 8.8rem !important;
  padding: 0.8rem;
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-coupon-code .o-coupon-form .a-coupon-submit {
    min-width: 12.1rem !important;
  }
}
.t-cart .o-cart-coupon-code .o-coupon-form .a-coupon-submit:not([aria-disabled=true]) {
  background: #000f23;
  color: #fff;
}
.t-cart #cart-table {
  margin-bottom: 1.6rem;
}
.t-cart #cart-table .o-table-body > *:not(:last-child) {
  margin-bottom: 0.8rem;
}
.t-cart #cart-table .o-cart-row {
  background: #FBF9F6;
  border-radius: 0.4rem;
  border: 0.1rem solid #e5e7e8;
  padding: 1.6rem;
}
.t-cart #cart-table .o-cart-row .m-item-quantity .quantity button {
  background-color: #fff;
  border: 0.1rem solid #495460;
  color: #001022;
}
.t-cart #cart-table .o-cart-row .m-item-quantity .quantity button:hover {
  background-color: #e5e7e8;
}
.t-cart #cart-table .o-cart-row .m-item-quantity .quantity button[aria-disabled=true] {
  color: #6B6161;
}
.t-cart #cart-table .o-cart-row .m-item-quantity .quantity button[aria-disabled=true]:hover {
  background-color: #fff;
}
.t-cart #cart-table .o-cart-row .m-item-actions {
  margin-top: 1.6rem;
}
@media (max-width: 47.99875em) {
  .t-cart #cart-table .o-cart-row .m-item-actions {
    margin-top: 1.6rem;
  }
}
.t-cart #cart-table .o-cart-row .m-item-user-actions .a-button--text {
  color: #001022;
}
.t-cart #cart-table .o-cart-row .o-item-info {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 47.99875em) {
  .t-cart #cart-table .o-cart-row .o-item-info {
    padding: 0;
  }
}
.t-cart #cart-table .o-cart-row .o-item-info .ui-selectmenu-button {
  background: transparent;
}
.t-cart #cart-table .m-item-title {
  margin: 0;
  column-gap: 0.8rem;
  position: relative;
}
.t-cart #cart-table .m-item-title .a-item-name {
  max-width: 100%;
  padding-right: 2.4rem;
}
.t-cart #cart-table .m-item-title .a-button--remove {
  position: absolute;
  top: 0;
  right: 0;
}
.t-cart #cart-table .m-item-image {
  height: 12rem;
  align-items: start;
  padding-right: 1.6rem;
}
@media (max-width: 47.99875em) {
  .t-cart #cart-table .m-item-image {
    height: 8rem;
  }
}
.t-cart #cart-table .m-item-image img {
  width: auto;
  height: auto;
  max-height: 12rem;
}
@media (max-width: 47.99875em) {
  .t-cart #cart-table .m-item-image img {
    width: auto;
    height: auto;
    max-height: 8rem;
  }
}
.t-cart #cart-table .o-table-total .a-total-label {
  color: #001022;
}
.t-cart #cart-table .o-table-total .a-total-value {
  color: #001022;
}
.t-cart .o-cart-samples {
  margin: 0.8rem 0 3.2rem;
}
.t-cart .o-cart-samples .o-expandable-content {
  padding: 1.6rem 0;
  border-top: 1px solid #e5e7e8;
}
@media (min-width: 64em) {
  .t-cart .o-cart-samples .o-expandable-content {
    padding: 2.4rem 0;
  }
}
.t-cart .o-cart-samples .a-samples-description {
  margin-bottom: 1.6rem;
  padding: 0 1.6rem;
}
@media (min-width: 64em) {
  .t-cart .o-cart-samples .a-samples-description {
    padding: 0 2.4rem;
  }
}
.t-cart .o-cart-samples .sample-name {
  text-align: left;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  color: #001022;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  line-height: 1.6rem;
  margin-bottom: 0.6rem;
}
.t-cart .o-cart-samples .sample-description {
  text-align: left;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  color: #001022;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.t-cart .o-cart-samples .a-samples-feedback {
  color: #000;
  font-weight: 500;
  padding: 0 1.6rem;
}
@media (min-width: 64em) {
  .t-cart .o-cart-samples .a-samples-feedback {
    padding: 0 2.4rem;
  }
}
.t-cart .o-cart-samples .a-samples-feedback .max-selected {
  font-weight: 500;
}
.t-cart .o-cart-samples .a-samples-feedback .max-selected::before {
  padding-right: 0.8rem;
  position: relative;
  top: 0.1rem;
}
.t-cart .o-cart-samples .o-sample-tile {
  background-color: #fffefa;
  box-shadow: none;
  border-radius: 0.2rem;
  padding: 1.6rem;
}
.t-cart .o-cart-samples .o-sample-tile .sample-show-details,
.t-cart .o-cart-samples .o-sample-tile .sample-hide-details {
  text-align: left;
  margin: 0;
}
.t-cart .o-cart-samples .sample-selected .o-sample-tile {
  box-shadow: none;
  border: 0.1rem solid #484e51;
  background: #fffefa;
  border-radius: 0.2rem;
}
.t-cart .o-cart-samples .o-samples-swiper .sample-disabled {
  opacity: 1;
}
.t-cart .o-cart-samples .o-samples-swiper .sample-disabled .m-sample-option label::before {
  border: 0.1rem solid #e5e7e8;
  background: #f6f7f7;
}
.t-cart .o-cart-samples .o-samples-swiper .sample-disabled .m-sample-option label img {
  opacity: 0.5;
}
.t-cart .o-cart-samples .o-samples-swiper .sample-disabled .m-sample-option label .sample-name {
  color: #6a767b;
}
.t-cart .o-cart-samples .o-samples-swiper .sample-disabled button {
  color: #6a767b;
}
.t-cart .o-cart-samples .o-samples-swiper .sample-cb {
  right: unset;
}
.t-cart .o-cart-samples .o-samples-swiper .o-product-list-wrapper {
  width: 100%;
  margin-left: 0;
}
.t-cart .o-cart-samples .o-samples-swiper .o-product-list-wrapper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 1.6rem;
  margin: 0;
  padding: 0 1.6rem;
}
.t-cart .o-cart-samples .o-samples-swiper .o-product-list-wrapper:not(.swiper-initialized) .swiper-slide {
  margin: 0;
  padding: 0;
  min-width: initial;
}
.t-cart .o-cart-samples .o-samples-swiper .o-product-list-wrapper .swiper-scrollbar {
  left: 1.6rem;
  width: calc(100% - 3.2rem);
}
.t-cart .o-cart-samples .o-samples-swiper .m-sample-option label {
  padding-left: 0;
  width: 100%;
}
.t-cart .o-cart-samples .o-samples-swiper .m-sample-option label::before, .t-cart .o-cart-samples .o-samples-swiper .m-sample-option label::after {
  top: 1.1rem;
  left: 0;
  right: 0;
}
.t-cart .o-cart-samples .o-samples-swiper .m-sample-option label::after {
  left: 1rem;
}
.t-cart .o-cart-samples .o-samples-swiper .m-sample-option .sample-cb:checked ~ label::before {
  background-color: #000;
}
.t-cart .o-cart-samples .o-samples-swiper .swiper-button-prev,
.t-cart .o-cart-samples .o-samples-swiper .swiper-button-next {
  position: absolute;
  background-color: #fffefacc;
  border-radius: 3rem;
  margin-right: 0;
  height: 4rem;
  width: 4rem;
}
.t-cart .o-cart-samples .o-samples-swiper .swiper-button-prev::before,
.t-cart .o-cart-samples .o-samples-swiper .swiper-button-next::before {
  font-size: 1.2rem;
  font-weight: 700;
}
.t-cart .o-cart-samples .o-samples-swiper .swiper-button-prev {
  left: 1.6rem;
}
.t-cart .o-cart-samples .o-samples-swiper .swiper-button-next {
  right: 1.6rem;
}
.t-cart .o-cart-samples .o-samples-swiper .swiper-horizontal > .swiper-scrollbar {
  opacity: 1 !important;
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-samples .o-samples-swiper .swiper-horizontal > .swiper-scrollbar {
    left: 1.6rem;
    width: calc(100% - 2 * 1.6rem);
  }
}
@media (min-width: 64em) {
  .t-cart .o-cart-samples .o-samples-swiper .swiper-horizontal > .swiper-scrollbar {
    left: 2.4rem;
    width: calc(100% - 2 * 2.4rem);
  }
}
.t-cart .o-cart-samples .o-samples-swiper .swiper-slide {
  padding-bottom: 1.6rem;
}
@media (max-width: 47.99875em) {
  .t-cart .o-cart-samples .o-samples-swiper .swiper-slide {
    max-width: 19.2rem;
  }
}
.t-cart .o-cart-samples .o-samples-swiper .swiper-slide:first-child {
  padding-left: 1.6rem;
}
@media (min-width: 64em) {
  .t-cart .o-cart-samples .o-samples-swiper .swiper-slide:first-child {
    padding-left: 2.4rem;
  }
}
.t-cart .o-cart-samples .o-samples-swiper .swiper-slide:last-child {
  padding-right: 1.6rem;
}
@media (min-width: 64em) {
  .t-cart .o-cart-samples .o-samples-swiper .swiper-slide:last-child {
    padding-right: 2.4rem;
  }
}
.t-cart .a-expandable-toggle.plusminus::before, .t-cart .a-expandable-toggle.plusminus::after {
  font-size: 1.6rem;
}
.t-cart .o-cart-savelater {
  background: #FBF9F6;
  border-radius: 0.4rem;
  border: 0.1rem solid #e5e7e8;
  margin-left: 0;
  margin-right: 0;
}
.t-cart .o-cart-savelater .a-expandable-toggle {
  font-weight: 700;
}
.t-cart .o-cart-savelater .o-cart-savelater-item::before,
.t-cart .o-cart-savelater .o-cart-savelater-item-see-more::before {
  content: "";
  background: #e5e7e8;
  position: absolute;
  top: 0;
  height: 0.1rem;
}
.t-cart .o-cart-savelater .o-cart-savelater-item::before {
  width: 100%;
}
.t-cart .o-cart-savelater .o-cart-savelater-item-see-more::before {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.t-cart .attribute-variations {
  margin-top: 1.6rem;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 47.99875em) {
  .t-cart .attribute-variations {
    margin-top: 1.6rem;
  }
}
.t-cart .m-item-attributes {
  margin: 0 0 0.8rem 0;
  border-bottom: 0.1rem solid #6B6161;
}
.t-cart .m-item-price {
  margin: 0;
}
.t-cart .a-item-name,
.t-cart .a-item-name a {
  margin: 0 0 0 0;
}
.t-cart .attribute {
  color: #6B6161;
  font-size: 1.4rem;
}
.t-cart .attribute.variant-dropdown {
  border-bottom: 0.1rem solid #6B6161;
}
.t-cart .attribute.variant-dropdown:not(:last-child) {
  margin-bottom: 1.2rem;
}
.t-cart .attribute.variant-dropdown .label {
  font-weight: 500;
}
.t-cart .attribute.variant-dropdown .value select,
.t-cart .attribute.variant-dropdown .value .ui-selectmenu-button {
  color: #6B6161;
  line-height: 1.6rem;
  height: 1.6rem;
  padding: 0;
}
.t-cart .attribute.variant-dropdown .value select span.ui-selectmenu-text, .t-cart .attribute.variant-dropdown .value select[aria-expanded=true] span.ui-selectmenu-text,
.t-cart .attribute.variant-dropdown .value .ui-selectmenu-button span.ui-selectmenu-text,
.t-cart .attribute.variant-dropdown .value .ui-selectmenu-button[aria-expanded=true] span.ui-selectmenu-text {
  color: #6B6161;
  padding: 0 2.4rem 0 0;
  font-weight: 500;
}
.t-cart .attribute.variant-dropdown .value .ui-icon {
  right: 0;
  margin-top: 0;
  width: 1.2rem;
  height: 0.6rem;
}
.t-cart .attribute.variant-dropdown .value .ui-icon::after {
  font-size: 1.2rem;
  line-height: 0.6rem;
}
.t-cart .attribute.variant-dropdown .value .a-single-value {
  line-height: 1.6rem;
  height: 1.6rem;
  padding: 0;
  color: #6B6161;
}
.t-cart .attribute-actions {
  height: 2.4rem;
  line-height: 2.4rem;
  margin: 1.6rem 0 0;
}
.t-cart .cartLineItemVariations {
  margin-bottom: 0.8rem;
}
.t-cart .o-gift-wrapper,
.t-cart .o-sample-wrapper,
.t-cart .o-reco-wrapper {
  background: #F6F7F7;
  border-radius: 0.4rem;
  margin-left: 0;
  margin-right: 0;
}
.t-cart .o-gift-wrapper .o-expandable,
.t-cart .o-sample-wrapper .o-expandable,
.t-cart .o-reco-wrapper .o-expandable {
  border: 0.1rem solid transparent;
  border-radius: 0.4rem;
}
.t-cart .o-gift-wrapper .js--expanded,
.t-cart .o-sample-wrapper .js--expanded,
.t-cart .o-reco-wrapper .js--expanded {
  border: 0.1rem solid #e5e7e8;
}
.t-cart .o-gift-wrapper .m-expandable-title,
.t-cart .o-sample-wrapper .m-expandable-title,
.t-cart .o-reco-wrapper .m-expandable-title {
  margin: 0;
}
.t-cart .o-gift-wrapper .m-expandable-title-pushcontent,
.t-cart .o-sample-wrapper .m-expandable-title-pushcontent,
.t-cart .o-reco-wrapper .m-expandable-title-pushcontent {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid transparent;
}
.t-cart .o-gift-wrapper .m-expandable-title button[aria-expanded=true],
.t-cart .o-sample-wrapper .m-expandable-title button[aria-expanded=true],
.t-cart .o-reco-wrapper .m-expandable-title button[aria-expanded=true] {
  border-bottom: 0.1rem solid transparent;
}
.t-cart .o-gift-wrapper .m-expandable-title-title,
.t-cart .o-sample-wrapper .m-expandable-title-title,
.t-cart .o-reco-wrapper .m-expandable-title-title {
  font-weight: normal;
}
.t-cart .o-gift-wrapper .a-expandable-toggle,
.t-cart .o-sample-wrapper .a-expandable-toggle,
.t-cart .o-reco-wrapper .a-expandable-toggle {
  --expandable-toggle-icon-top-offset: 2.2rem;
  background: transparent;
  width: 100%;
  position: relative;
  max-height: 7.2rem;
  padding: 0.8rem 4rem 0.8rem 0.8rem;
  text-align: left;
  column-gap: 1.6rem;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.t-cart .o-gift-wrapper .a-expandable-toggle span,
.t-cart .o-sample-wrapper .a-expandable-toggle span,
.t-cart .o-reco-wrapper .a-expandable-toggle span {
  padding-right: 1.6rem;
}
.t-cart .o-gift-wrapper .a-image-expandable,
.t-cart .o-sample-wrapper .a-image-expandable,
.t-cart .o-reco-wrapper .a-image-expandable {
  max-width: 5.6rem;
}
.t-cart .o-empty-cart-slot.o-reco-wrapper {
  padding: 0;
  margin: 3.2rem 0 0.8rem;
}
.t-cart .o-cart-giftwrap {
  margin-top: 0;
  background-color: #f6f7f7;
  padding: 1.6rem;
  border-top: 0.1rem solid #e5e7e8;
}
@media (min-width: 64em) {
  .t-cart .o-cart-giftwrap {
    padding: 2.4rem;
  }
}
.t-cart .o-cart-giftwrap .m-giftwrap-header {
  margin-bottom: 2.4rem;
}
.t-cart .o-cart-giftwrap .giftwrap-header {
  margin-bottom: 1.6rem;
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
.t-cart .o-cart-giftwrap .a-giftwrap-description {
  margin: 0;
}
@media (min-width: 64em) {
  .t-cart .o-cart-giftwrap .giftwrap-sender-receiver {
    display: flex;
    gap: 1.6rem;
    width: 100%;
  }
}
.t-cart .o-cart-giftwrap .giftwrap-sender-receiver .m-giftwrap-receiver,
.t-cart .o-cart-giftwrap .giftwrap-sender-receiver .m-giftwrap-sender {
  width: 100%;
}
.t-cart .o-cart-giftwrap .giftwraps ul {
  gap: 1.6rem;
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-giftwrap .giftwraps ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .t-cart .o-cart-giftwrap .giftwraps ul {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-giftwrap .giftwraps ul li {
    flex: 1 0 50%;
    max-width: calc(50% - 0.8rem);
    flex-grow: 1;
  }
}
.t-cart .o-cart-giftwrap .giftwraps ul li.m-giftwrap-option.selected .m-giftwrap-info label::after {
  transform: scale(1) translate(0, 0);
  top: 0;
  left: 0;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info {
  width: auto;
  padding: 1.2rem;
  background-color: #fffefa;
}
@media (max-width: 63.99875em) {
  .t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info {
    padding-bottom: 1.2rem;
  }
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info label {
  position: absolute;
  top: 1.2rem;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info label::after {
  transform: scale(0);
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info label::before {
  transform: translate(0, 0);
  top: 0;
  left: 0;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .gift-checkbox {
  top: 1.2rem;
  z-index: 1;
  transform: translateY(0);
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .a-option-label img {
  width: 100%;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .a-option-label .giftwrap-desc .giftwrap-title-option .a-option-name {
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .a-option-label .giftwrap-desc .giftwrap-title-option .a-option-price {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .a-option-description,
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .giftwrap-hide-details {
  display: none;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .giftwrap-show-details,
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .giftwrap-hide-details {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #001022;
  line-height: 1.6rem;
  padding: 0;
  border: none;
  margin-top: 0.8rem;
  background-color: transparent;
  text-align: left;
  text-decoration: underline;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .giftwrap-show-details:hover,
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .giftwrap-hide-details:hover {
  color: inherit;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info .a-option-description {
  font-family: "LOccitaneSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #001022;
  line-height: 1.6rem;
  word-wrap: break-word;
}
@media (min-width: 64em) {
  .t-cart .o-cart-giftwrap .giftwraps ul li .m-giftwrap-info {
    width: auto;
    max-width: 16.5rem;
  }
}
.t-cart .o-cart-giftwrap .giftwraps ul li .sample-disabled {
  opacity: 1;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .sample-disabled .gift-checkbox {
  border-radius: 0;
  border: 0.1rem solid #e5e7e8;
  background: #f6f7f7;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .sample-disabled label {
  color: transparent;
  border: 0 none;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .sample-disabled label::after {
  display: none;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .sample-disabled .a-option-label img {
  opacity: 0.5;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .sample-disabled .a-option-label .a-option-name,
.t-cart .o-cart-giftwrap .giftwraps ul li .sample-disabled .a-option-label .a-option-price {
  color: #6a767b;
}
.t-cart .o-cart-giftwrap .giftwraps ul li .sample-disabled .a-option-label button {
  color: #6a767b;
}
.t-cart .o-cart-giftwrap .giftwrapping-message {
  margin-top: 4rem;
}
.t-cart .o-cart-giftwrap .giftwrapping-message .giftwrap-msg-container .m-giftwrap-receiver,
.t-cart .o-cart-giftwrap .giftwrapping-message .giftwrap-msg-container .m-giftwrap-sender {
  margin-bottom: 1.6rem;
}
.t-cart .o-cart-giftwrap .giftwrapping-message .giftwrap-msg-container .m-giftwrap-receiver input,
.t-cart .o-cart-giftwrap .giftwrapping-message .giftwrap-msg-container .m-giftwrap-sender input {
  margin-top: 0.8rem;
}
.t-cart .o-cart-giftwrap .giftwrapping-message .giftwrap-msg-container .char-count {
  text-align: left;
}
.t-cart .o-cart-giftwrap .giftwrapping-message .giftwrap-msg-container textarea {
  min-height: 12rem;
}
.t-cart .o-cart-giftwrap .giftwrapping-message .giftwrap-msg-container .disable-msg {
  background-color: #f6f7f7;
}
.t-cart .o-cart-recommendations {
  margin-bottom: 0;
}

.pt_cart .o-checkout-summary-wrapper .o-checkout-summary .m-next-step,
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary .m-next-step-sticky,
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary .o-cart-actions p,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary .m-next-step,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary .m-next-step-sticky,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary .o-cart-actions p {
  margin: 0 0 1.6rem 0;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-summary .mcafee-wrapper,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-summary .mcafee-wrapper {
  text-align: center;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .shiptohome-actions > *,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .shiptohome-actions > * {
  margin-top: 1.6rem;
}
.pt_cart .o-checkout-summary-wrapper .o-checkout-actions .shiptohome-actions button,
.pt_checkout .o-checkout-summary-wrapper .o-checkout-actions .shiptohome-actions button {
  margin-top: 1.6rem;
}
.pt_cart .o-cart-actions .o-cart-actions-options .shiptohome-actions .a-button-lock,
.pt_cart .o-checkout-summary .a-button-lock,
.pt_checkout .o-cart-actions .o-cart-actions-options .shiptohome-actions .a-button-lock,
.pt_checkout .o-checkout-summary .a-button-lock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.pt_cart .o-cart-actions .o-cart-actions-options .shiptohome-actions .a-button-lock .a-icon-ma-pwd,
.pt_cart .o-checkout-summary .a-button-lock .a-icon-ma-pwd,
.pt_checkout .o-cart-actions .o-cart-actions-options .shiptohome-actions .a-button-lock .a-icon-ma-pwd,
.pt_checkout .o-checkout-summary .a-button-lock .a-icon-ma-pwd {
  margin-left: 1rem;
  font-weight: 600;
}
.pt_cart .payment-methods,
.pt_checkout .payment-methods {
  font-weight: 400;
  margin: 3rem 0;
  padding-top: 3rem;
  border-top: 0.1REM solid rgba(0, 16, 34, 0.3);
}
.pt_cart .payment-methods-icons,
.pt_checkout .payment-methods-icons {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.pt_cart .payment-methods-icons:first-of-type,
.pt_checkout .payment-methods-icons:first-of-type {
  margin-top: 1rem;
}
.pt_cart .payment-methods-icon,
.pt_checkout .payment-methods-icon {
  height: 32px;
  width: 40px;
}
.pt_cart .payment-methods-icon img,
.pt_checkout .payment-methods-icon img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.pt_cart .m-payment-method .klarna img.confirmation-klarna-icon,
.pt_checkout .m-payment-method .klarna img.confirmation-klarna-icon {
  width: 5rem;
}
.pt_cart .img-payment.klarna,
.pt_checkout .img-payment.klarna {
  max-width: 4rem;
}

.o-checkout-summary .a-summary-autoreplenishment-label {
  font-weight: 500;
}
.o-checkout-summary .a-summary-autoreplenishment-label p,
.o-checkout-summary .a-summary-autoreplenishment-label a {
  font-size: 14px;
}

.t-confirmation .og-offer {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 400;
}

.accept-text-messages-title,
.marketing-offers-title {
  margin-bottom: 0;
}

.accept-text-messages-subtitle {
  margin-top: 0;
}

.accept-text-messages, .marketing-text-messages-subscribe {
  margin-top: 1rem;
}

.m-viewmore-marketing-messages .a-viewmore-body {
  display: none;
}
.m-viewmore-marketing-messages .a-viewmore-body a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.m-viewmore-marketing-messages .a-viewmore-body a:hover {
  text-decoration: unset;
}
.m-viewmore-marketing-messages .js-viewmore-marketing {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: none;
  padding: 0 2rem;
  min-width: unset;
}
.m-viewmore-marketing-messages .js-viewmore-marketing p {
  text-decoration: underline;
}
.m-viewmore-marketing-messages .js-viewmore-marketing:hover {
  background: none;
}
.m-viewmore-marketing-messages .js-icon-toggle {
  font-family: "occ-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}
.m-viewmore-marketing-messages .js-icon-toggle {
  transition: transform 0.2s ease;
  transform: rotate(90deg);
}
.m-viewmore-marketing-messages .js-icon-toggle::before {
  content: "\ea27";
}
.m-viewmore-marketing-messages .js-icon-toggle.open {
  transform: rotate(270deg);
}

.m-marketing-subscribe-checkbox, .m-accept-messages-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.1rem;
  background: #f6f7f7;
}
.m-marketing-subscribe-checkbox .m-form-row:not(.radio-nopadding-bottom), .m-accept-messages-checkbox .m-form-row:not(.radio-nopadding-bottom) {
  max-width: fit-content;
  margin-bottom: 0;
}
.m-marketing-subscribe-checkbox .m-form-row:not(.radio-nopadding-bottom) .m-field-wrapper, .m-accept-messages-checkbox .m-form-row:not(.radio-nopadding-bottom) .m-field-wrapper {
  max-width: 2rem;
}
.m-marketing-subscribe-checkbox .m-marketing-subscribe-label, .m-marketing-subscribe-checkbox .m-accept-messages-label, .m-accept-messages-checkbox .m-marketing-subscribe-label, .m-accept-messages-checkbox .m-accept-messages-label {
  font-size: 1.4rem;
}
.m-marketing-subscribe-checkbox .m-marketing-subscribe-label p, .m-marketing-subscribe-checkbox .m-accept-messages-label p, .m-accept-messages-checkbox .m-marketing-subscribe-label p, .m-accept-messages-checkbox .m-accept-messages-label p {
  margin: 0;
}

.accept-text-messages-switch,
.marketing-offers-subscribe-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.1rem 0;
  border: 1px solid lightgray;
  border-radius: 4px;
}
.accept-text-messages-switch .accept-text-messages-switch-label,
.accept-text-messages-switch .marketing-offers-subscribe-switch-label,
.marketing-offers-subscribe-switch .accept-text-messages-switch-label,
.marketing-offers-subscribe-switch .marketing-offers-subscribe-switch-label {
  display: flex;
  margin-bottom: 1.1rem;
}
.accept-text-messages-switch .accept-text-messages-switch-label img,
.accept-text-messages-switch .marketing-offers-subscribe-switch-label img,
.marketing-offers-subscribe-switch .accept-text-messages-switch-label img,
.marketing-offers-subscribe-switch .marketing-offers-subscribe-switch-label img {
  margin-right: 10px;
}
.accept-text-messages-switch .accept-text-messages-switch-label p,
.accept-text-messages-switch .marketing-offers-subscribe-switch-label p,
.marketing-offers-subscribe-switch .accept-text-messages-switch-label p,
.marketing-offers-subscribe-switch .marketing-offers-subscribe-switch-label p {
  margin-right: 10px;
}
.accept-text-messages-switch .marketing-offers-subscribe-switch-label,
.marketing-offers-subscribe-switch .marketing-offers-subscribe-switch-label {
  align-items: center;
}
.accept-text-messages-switch .checkbox,
.marketing-offers-subscribe-switch .checkbox {
  max-width: 60px;
  padding-bottom: 0;
}
.accept-text-messages-switch input[type=checkbox],
.marketing-offers-subscribe-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.accept-text-messages-switch label,
.marketing-offers-subscribe-switch label {
  cursor: pointer;
  width: 40px;
  height: 22px;
  background: lightgray;
  display: block;
  border-radius: 22px;
  position: relative;
}
.accept-text-messages-switch label::before,
.marketing-offers-subscribe-switch label::before {
  display: none;
}
.accept-text-messages-switch label:after,
.marketing-offers-subscribe-switch label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
  transform: none;
}
.accept-text-messages-switch input:checked + label,
.marketing-offers-subscribe-switch input:checked + label {
  background: rgb(14, 218, 22);
}
.accept-text-messages-switch input:checked + label:after,
.marketing-offers-subscribe-switch input:checked + label:after {
  top: 11px;
  left: calc(100% - 10px);
}

.m-marketing-offers-title, .m-accept-messages-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
.m-marketing-offers-title .a-icon-message, .m-accept-messages-title .a-icon-message {
  font-size: 1.6rem;
}
.m-marketing-offers-title h3, .m-accept-messages-title h3 {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  margin: 0.8rem 0;
}

.marketing-offers-subscribe-switch {
  margin-bottom: 1.1rem;
}

.accept-text-messages-error,
.marketing-offers-subscribe-error {
  font-size: 1.2rem;
  color: #d0021b;
  margin: 0.5rem 0;
}

.saved-addresses,
.billing-add-new-address {
  display: none;
}

.saved-addresses .saved-address-item {
  display: flex;
  align-items: flex-start;
  padding: 0 0 2rem;
  border-bottom: 0.1rem solid rgba(0, 16, 34, 0.1);
  margin-top: 1.9rem;
}
.saved-addresses .saved-address-item p {
  flex: 9;
  margin: 0;
}
.saved-addresses .saved-address-item input {
  flex: 1;
}
.saved-addresses :last-child {
  margin-bottom: 1.6rem;
  border-bottom: 0;
}

.m-shipping-buttons-sticky .a-button-lock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.m-shipping-buttons-sticky .a-button-lock .a-icon-ma-pwd {
  margin-left: 1rem;
  font-weight: 600;
}

.o-cart-sample-container {
  display: flex;
  background-color: #f6f7f7;
  align-items: center;
  padding: 1.6rem;
  border-radius: 0.4rem;
  gap: 1.6rem;
}
.o-cart-sample-container .m-item-image {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 8rem;
}
.o-cart-sample-container .m-cart-sample-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #484e51;
  border-radius: 1.2rem;
  width: 18rem;
  height: 9rem;
  cursor: pointer;
}
.o-cart-sample-container .m-cart-sample-selector .a-icon-more-xs {
  font-size: 2rem;
  color: #484e51;
}
@media (max-width: 47.99875em) {
  .o-cart-sample-container .m-cart-sample-selector {
    width: 100%;
    margin: 0 0 1.2rem 0;
  }
}
.o-cart-sample-container .o-samples-information {
  flex-grow: 1;
}
.o-cart-sample-container .o-samples-information .m-sample-content-text {
  font-size: 1.2rem;
  color: #6a767b;
}
.o-cart-sample-container .o-samples-information .m-sample-content-text:not(:last-of-type)::after {
  content: "+";
}
@media (max-width: 63.99875em) {
  .o-cart-sample-container .o-samples-information {
    min-width: 60%;
  }
}
@media (max-width: 47.99875em) {
  .o-cart-sample-container .o-samples-information {
    min-width: 90%;
  }
}
.o-cart-sample-container .a-sample-content-title {
  font-weight: 400;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #001022;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.o-cart-sample-container .o-cart-sample-content {
  flex-grow: 1;
}
.o-cart-sample-container .o-cart-sample-content .m-sample-content-text {
  line-height: 1.6rem;
  font-size: 1.2rem;
  margin: 0.6rem 0;
}
.o-cart-sample-container .o-cart-sample-content .m-cart-sample-row {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  align-items: center;
}
.o-cart-sample-container .o-cart-sample-content .m-cart-sample-row .a-sample-value-free {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0;
  text-transform: uppercase;
  color: #001022;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.o-cart-sample-container .o-cart-sample-content .m-cart-sample-row .a-open-sample-modal {
  background: #fffefa;
  border: 0.1rem solid #001022;
  line-height: 2.2rem;
  padding: 0.8rem 1.6rem;
}
@media (max-width: 47.99875em) {
  .o-cart-sample-container {
    flex-direction: column;
    margin-top: 2.4rem;
    gap: 0;
    padding: 1.6rem;
  }
}

.o-sample-products-dialog .ui-dialog-content {
  padding: 0;
}

.o-sample-products-titles {
  margin-bottom: 2.4rem;
}
.o-sample-products-titles .m-samples-title {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
}
@media (max-width: 47.99875em) {
  .o-sample-products-titles {
    margin-top: 4.8rem;
    margin-left: 2.4rem;
  }
}

.o-sample-products-area {
  display: flex;
  justify-content: space-around;
}
.o-sample-products-area .m-sample-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 1rem 0.8rem;
}
.o-sample-products-area .m-sample-product .a-sample-image {
  border-radius: 0.8rem;
  background-color: #f6f7f7;
  position: relative;
  padding: 0.8rem;
}
.o-sample-products-area .m-sample-product .a-sample-image .a-icon-more-xs {
  position: absolute;
  right: -1.6rem;
  top: -1.6rem;
  background: #001022;
  color: white;
  padding: 0.6rem;
  border-radius: 50%;
}
@media (max-width: 63.99875em) {
  .o-sample-products-area .m-sample-product .a-sample-image .a-icon-more-xs {
    margin: 0.6rem;
    right: 28px;
    top: 146px;
  }
}
.o-sample-products-area .m-sample-product .a-sample-name {
  font-size: 1.2rem;
  width: 11.2rem;
  text-align: center;
}
@media (max-width: 63.99875em) {
  .o-sample-products-area .m-sample-product .a-sample-name {
    width: 10rem;
  }
}
.o-sample-products-area .m-sample-product.selected {
  border: 1px solid #484e51;
  border-radius: 1.6rem;
  background-color: #f6f7f7;
}
.o-sample-products-area .m-sample-product.selected .a-icon-more-xs {
  transform: rotate(45deg);
}
.o-sample-products-area .m-sample-product.unselectable {
  opacity: 0.6;
  border: 1px solid #e5e7e8;
  cursor: auto;
  border-radius: 1.6rem;
}
@media (max-width: 63.99875em) {
  .o-sample-products-area .m-sample-product {
    margin: 0.6rem;
    height: 196px;
    width: 108px;
  }
}
@media (max-width: 63.99875em) {
  .o-sample-products-area {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.m-samples-images {
  display: flex;
  justify-content: space-around;
  padding-left: 0.6rem;
  gap: 0.8rem;
}

.o-submit-button-area {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.o-submit-button-area .a-submit-samples {
  background-color: #e5e7e8;
  color: #6a767b;
}
.o-submit-button-area .a-submit-samples.active {
  background-color: #001022;
  color: #fffefa;
}
@media (max-width: 63.99875em) {
  .o-submit-button-area .a-submit-samples {
    width: 100%;
  }
}
@media (max-width: 63.99875em) {
  .o-submit-button-area {
    position: fixed;
    bottom: 0;
    box-shadow: 0px -2px 24px 0px rgba(0, 0, 0, 0.0509803922);
    padding: 0.5rem;
    width: 100%;
  }
}

.t-confirmation .a-redirect-button {
  margin: 1.6rem 0;
}
@media (min-width: 64em) {
  .t-confirmation .a-redirect-button {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }
}

.o-shipping-restricted-alert {
  background: #FFF4EA;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid rgba(175, 77, 35, 0.5019607843);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.o-shipping-restricted-alert .a-shipping-restricted-alert-image {
  min-width: 5rem;
  height: 5rem;
  background: #FFF4EA;
}
.o-shipping-restricted-alert .m-shipping-restricted-alert-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: self-start;
}
.o-shipping-restricted-alert .m-shipping-restricted-alert-content button, .o-shipping-restricted-alert .m-shipping-restricted-alert-content p {
  margin: 0;
  color: #495460;
  font-size: 1.2rem;
}

.o-shipping-restriction-popup .m-popup-dialog-title .a-popup-dialog-close {
  text-decoration: none;
  top: 30px;
  right: 30px;
}
@media (max-width: 63.99875em) {
  .o-shipping-restriction-popup .m-popup-dialog-title .a-popup-dialog-close {
    top: 20px;
    right: 20px;
  }
}
.o-shipping-restriction-popup .m-popup-dialog-title .a-modal-title {
  font-weight: 200;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.o-shipping-restriction-popup .m-popup-dialog-content {
  background: #fffefa;
  width: 90%;
  max-width: 64rem;
  padding: 5rem;
  box-shadow: unset;
  border: none;
}
.o-shipping-restriction-popup .m-popup-dialog-content p {
  margin: 1rem 0;
}
.o-shipping-restriction-popup .m-popup-dialog-content ul {
  margin: 1.4rem 0;
}
@media (max-width: 63.99875em) {
  .o-shipping-restriction-popup .m-popup-dialog-content {
    border-radius: 1.5rem 1.5rem 0 0;
    width: 100%;
    transition: 0.3s;
    padding: 4rem 3rem;
  }
}
.o-shipping-restriction-popup .o-product-restricted-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.o-shipping-restriction-popup .o-product-restricted {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  padding: 1.2rem 0;
  border: 1px solid #e5e7e8;
  border-radius: 4px;
  background: #f6f7f7;
  padding: 1rem;
}
.o-shipping-restriction-popup .o-product-restricted .a-product-restricted-image {
  min-width: 8rem;
  height: 8rem;
  background: #f6f7f7;
}
.o-shipping-restriction-popup .o-product-restricted .m-product-restricted-content {
  width: 100%;
}
.o-shipping-restriction-popup .o-product-restricted .a-product-restricted-name {
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  font-weight: 200;
  color: #001022;
  margin-top: 0.5rem;
}
.o-shipping-restriction-popup .o-product-restricted .m-product-restricted-attributes {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #6a767b;
  align-items: center;
  font-weight: 500;
}
.o-shipping-restriction-popup .o-product-restricted .m-product-restricted-attributes p {
  margin: 0;
}
.o-shipping-restriction-popup .o-product-restricted .a-product-restricted-price, .o-shipping-restriction-popup .o-product-restricted .a-product-restricted-bonus {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "LOccitaneSerif", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  color: #001022;
  display: inline-block;
  text-align: end;
  width: 100%;
}
.o-shipping-restriction-popup .o-product-restricted .a-product-restricted-bonus {
  color: #1269cc;
}
.o-shipping-restriction-popup .o-product-restricted-quantity {
  margin-left: 0.5rem;
}
.o-shipping-restriction-popup .a-button-primary {
  background-color: #001022;
  color: #fffefa;
}
.o-shipping-restriction-popup .a-button-primary:hover {
  background-color: #001022 !important;
  color: #fffefa;
}
.o-shipping-restriction-popup .a-button-secondary {
  background-color: #fffefa;
  border: 1px solid #001022;
  color: #001022;
  padding: 0.8rem 1.6rem;
  line-height: 1.4rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}
.o-shipping-restriction-popup .a-button-secondary:hover {
  background-color: #fffefa !important;
  color: #001022;
}
.o-shipping-restriction-popup .o-product-restricted-actions {
  display: flex;
  justify-content: end;
  gap: 1rem;
}

/*# sourceMappingURL=checkout.css.map */
