.form-input-wrapper input:not(.block) {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  padding: 0;
  background-color: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.125rem;
  border: 1px solid #878787;
}

@supports (-ms-overflow-style: none) {
}

.adyen-checkout__checkbox__input:hover:not(:focus) + .adyen-checkout__checkbox__label:after {
  border-color: #99a3ad;
  -webkit-box-shadow: 0 0 0 2px #d4d9db;
  box-shadow: 0 0 0 2px #d4d9db
}

@supports (-webkit-appearance: -apple-pay-button) {
}

@supports not (-webkit-appearance: -apple-pay-button) {
}

.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible {
  -webkit-box-shadow: inset 0 0 0 2px #99a3ad;
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: none
}

@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat-Light.e65ae7ed560da1a63db603bd8584cfdb.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat-Medium.b3ba703c591edd4aad57f8f4561a287b.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback
}

@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat-SemiBold.fb428a00b04d4e93deb4d7180814848b.ttf) format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat-Bold.1f023b349af1d79a72740f4cc881a310.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Open Sans;
  src: local("Open Sans"), local("OpenSans"), url(/fonts/OpenSans-Regular.3ed9575dcc488c3e3a5bd66620bdf5a4.ttf) format("truetype");
  font-weight: 400 !important;
  font-style: normal !important;
  font-display: fallback
}

@font-face {
  font-family: Open Sans Bold;
  src: local(" Open Sans Bold "), local(" OpenSans-Bold "), url(/fonts/OpenSans-Bold.1025a6e0fb0fa86f17f57cc82a6b9756.ttf) format("truetype");
  font-weight: 700 !important;
  font-style: normal !important;
  font-display: fallback
}

@font-face {
  font-family: act_beautiful_01regular;
  src: url(/fonts/ActBeautiful01-Regular.763e223ad80c2ec5a6bf6d5706a37845.woff) format("woff"), url(/fonts/ActBeautiful01-Regular.ad7fa794b1e434acec61d004cc7fe208.woff2) format("woff2");
  font-weight: 400 !important;
  font-style: normal !important;
  font-display: swap
}

@font-face {
  font-family: womens-voice;
  src: url(/fonts/YR_Womens_Voice-Regular_web.7796c00ea3b8ffdeec665786cbbd3317.woff) format("woff"), url(/fonts/YR_Womens_Voice-Regular_web.1ca65862080c63987d4fd016e4219855.woff2) format("woff2");
  font-weight: 400 !important;
  font-style: normal !important;
  font-display: swap
}

@font-face {
  font-family: black-diamond;
  src: url(/fonts/black-diamond-regular.250855ae65b64b2a3b3e28ea43d018be.ttf) format("truetype");
  font-weight: 400 !important;
  font-style: normal !important;
  font-display: swap
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: Montserrat;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(96, 71, 46, 0)
}

@-ms-viewport {
  width: device-width
}

article {
  display: block
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1, h2, h3, p {
  margin-top: 0;
  margin-bottom: 1rem
}

ul {
  margin-bottom: 1rem
}

ul {
  margin-top: 0
}

b {
  font-weight: bolder
}

a {
  text-decoration: underline;
  color: #00f;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  text-decoration: underline
}

img {
  border-style: none
}

img {
  vertical-align: middle
}

table {
  border-collapse: collapse
}

label {
  display: inline-block;
  margin-bottom: 1rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 1px auto -webkit-focus-ring-color
}

button, input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible
}

button {
  text-transform: none
}

button:not(.adyen-checkout__applepay__button), html [type=button]:not(.adyen-checkout__applepay__button) {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

html {
  font-size: 100%;
  overflow-y: scroll
}

body {
  font-size: .875rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  text-decoration: none;
  color: inherit
}

a:focus, a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer
}

h1, h2, h3 {
  font-family: Montserrat;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit
}

img {
  -o-object-fit: contain;
  object-fit: contain
}

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

:focus-visible, button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000
}

@font-face {
  font-family: slick;
  src: url(/fonts/slick.ced611daf7709cc778da928fec876475.eot);
  src: url(/fonts/slick.ced611daf7709cc778da928fec876475.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.b7c9e1e479de3b53f1e4e30ebac2403a.woff) format("woff"), url(/fonts/slick.d41f55a78e6f49a5512878df1737e58a.ttf) format("truetype"), url(/img/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

button:focus, button:hover {
  cursor: pointer
}

.has-icon_wishlist:focus-visible {
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000
}

@media screen and (max-width: 59.9375rem) {

  .details-summary.custom-summary:has(.custom-summary-description [data-js=entry-slider]) {
    padding: 0
  }

  .details-summary.custom-summary:has(.custom-summary-description [data-js=entry-slider]) .custom-summary-title {
    padding: 0 1.0625rem
  }

  .details-summary.custom-summary:has(.custom-summary-description [data-js=entry-slider]) .custom-summary-title:before {
    right: 1.625rem
  }
}

.form-input-wrapper {
  position: relative
}

.form-input-wrapper input:not(.block) {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  padding: 0;
  background-color: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .125rem;
  border: 1px solid #878787
}

.form-checkbox-wrapper input:checked {
  background-color: #6f7e0d;
  border-color: #6f7e0d
}

.form-input-wrapper label {
  position: relative;
  min-height: 1.125rem;
  margin-bottom: 0;
  padding-top: .125rem
}

.form-input-wrapper label {
  padding-left: 1.5625rem
}

.form-checkbox-wrapper [type=checkbox]:after, .form-checkbox-wrapper [type=checkbox]:before {
  content: "";
  opacity: 0;
  position: absolute;
  display: inline-block;
  border-bottom: 1px solid #6f7e0d;
  -webkit-transition: opacity 75ms ease-out;
  transition: opacity 75ms ease-out
}

.form-checkbox-wrapper [type=checkbox]:before {
  top: .6875rem;
  left: .125rem;
  width: .375rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.form-checkbox-wrapper [type=checkbox]:after {
  top: .5625rem;
  left: .3125rem;
  width: .6875rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.form-checkbox-wrapper input:checked[type=checkbox]:after, .form-checkbox-wrapper input:checked[type=checkbox]:before {
  opacity: 1;
  border-color: #fff;
  will-change: transform;
  -webkit-transition: opacity 75ms ease-in;
  transition: opacity 75ms ease-in
}

@media screen and (min-width: 60rem) {
  .loyalty_card_redesign .form_loyalty_card #loyalty-attach .container:has(.has-error), .loyalty_card_redesign .form_loyalty_card #loyalty-attach .container:has(.valid) {
    display: initial
  }
}

@media screen and (min-width: 60rem) {
  .loyalty_card_redesign .form_loyalty_card #loyalty-attach .container div:nth-child(4):has(.has-error,.valid) {
    display: inline-grid;
    width: 63%
  }
}

.loyalty_advantages-accept .flex:has([data-js=loyalty-consent-apply]), .loyalty_advantages-accept .flex:has([data-js=loyalty-consent-deny]), .loyalty_advantages-deny .flex:has([data-js=loyalty-consent-apply]), .loyalty_advantages-deny .flex:has([data-js=loyalty-consent-deny]) {
  margin: .875rem 0 0
}

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

.stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@supports (display: grid) {
}

_:-ms-fullscreen .grid_postal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

_:-ms-fullscreen .grid_postal > * {
  width: 100%
}

_:-ms-fullscreen .grid_postal + .icon_feedback {
  margin-top: 1.78125rem
}

_:-ms-fullscreen .grid_postal > * + * {
  width: 2rem
}

@media screen and (min-width: 30rem) {
  _:-ms-fullscreen .grid_postal_city, _:-ms-fullscreen .grid_postal_postal-code {
    width: calc(50% - .3125rem)
  }

  _:-ms-fullscreen .grid_postal_postal-code {
    margin-right: .3125rem
  }

  _:-ms-fullscreen .grid_postal_city {
    margin-top: 0;
    margin-left: .3125rem
  }

  _:-ms-fullscreen .grid_postal_state {
    width: 100%;
    margin-top: .625rem
  }
}

@supports not (display: -ms-grid) {
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.row .row {
  width: auto;
  margin-right: -.3125rem;
  margin-left: -.3125rem
}

.row > .column > .row {
  margin: 0
}

.column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  padding-right: .3125rem;
  padding-left: .3125rem
}

.mob_20 {
  -webkit-box-flex: 0
}

.mob_20 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.mob_24 {
  -webkit-box-flex: 0
}

.mob_24 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media screen and (min-width: 60rem) {

  .tab_8 {
    -webkit-box-flex: 0
  }

  .tab_8 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .tab_10 {
    -webkit-box-flex: 0
  }

  .tab_10 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .tab_12 {
    -webkit-box-flex: 0
  }

  .tab_12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .tab_16 {
    -webkit-box-flex: 0
  }

  .tab_16 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .tab_18 {
    -webkit-box-flex: 0
  }

  .tab_18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .tab_24 {
    -webkit-box-flex: 0
  }

  .tab_24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.max-content-width_constrained, .row {
  width: 100%
}

@media screen and (min-width: 60rem) {
  .max-content-width_constrained, .row {
    margin-right: auto;
    margin-left: auto
  }
}

@media screen and (min-width: 48rem) and (max-width: 60rem) {
  .max-content-width_constrained, .row {
    margin-right: auto;
    margin-left: auto;
    font-size: .6875rem
  }
}

.max-content-width_constrained.m-b_default {
  padding: 0 !important
}

@media screen and (min-width: 60rem) {
  .max-content-width_constrained, .row {
    max-width: 60rem
  }
}

@media screen and (min-width: 71.25rem) {
  .max-content-width_constrained, .row {
    max-width: 71.25rem
  }
}

.organisms_gifts-wrapping a:not(:hover) {
  text-decoration: underline
}

@media (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .form-checkbox-wrapper label:after, .form-checkbox-wrapper label:before {
    content: none
  }
}

.height_100p {
  height: 100%
}

.height_100vh {
  height: 100vh
}

.width_50p {
  width: 50%
}

.width_100p {
  width: 100%
}

.width_100vw {
  width: 100vw
}

.width_max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

@media screen and (min-width: 60rem) {

  .tab_width_50p {
    width: 50%
  }
}

.min-width_100p {
  min-width: 100%
}

.has-border_none {
  border: 0 solid transparent
}

.border-radius_20 {
  background-clip: padding-box;
  border-radius: 1.25rem
}

.background_white {
  background-color: #fff
}

.background_smoke_grey {
  background-color: #f4f4f4
}

.background_egg {
  background-color: #fef7f1
}

.background_brown {
  background-color: #60472e
}

.color_white {
  color: #fff
}

.color_mid_grey {
  color: #4d4d4d
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.none {
  display: none !important;
}

@media screen and (max-width: 59.9375rem) {
  .mob_none {
    display: none !important
  }
}

.flex_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-x_start {
  justify-content: flex-start
}

.flex-x_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start
}

.flex-x_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.flex-y_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flex_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 59.9375rem) {
  .mob_flex_vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cursor_pointer {
  cursor: pointer
}

.overflow-x_hidden {
  overflow-x: hidden
}

@media screen and (min-width: 0) {

  @supports (-webkit-touch-callout:none) {
  }
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.relative {
  position: relative
}

.top_0 {
  top: 0
}

.right_0 {
  right: 0
}

.bottom_0 {
  bottom: 0
}

.left_0 {
  left: 0
}

.left_50p {
  left: 50%
}

.m_0 {
  margin: 0
}

.m-y_L {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.m-x_auto {
  margin-right: auto;
  margin-left: auto
}

.m-t_L {
  margin-top: 1.25rem
}

.m-t_XXL {
  margin-top: 1.875rem
}

.m-t_XXXL {
  margin-top: 2.5rem
}

.m-r_S {
  margin-right: .3125rem
}

.m-r_default {
  margin-right: .625rem
}

.m-r_M {
  margin-right: .75rem
}

.m-r_XXL {
  margin-right: 1.875rem
}

.m-b_0 {
  margin-bottom: 0
}

.m-b_default {
  margin-bottom: .625rem
}

.m-b_L {
  margin-bottom: 1.25rem
}

.m-b_XXL {
  margin-bottom: 1.875rem
}

.m-b_XXXL {
  margin-bottom: 2.5rem
}

.m-b_XXXXL {
  margin-bottom: 5rem
}

@media screen and (max-width: 59.9375rem) {
  .mob_m-b_XL {
    margin-bottom: 1.5625rem
  }
}

@media screen and (min-width: 60rem) {

  .tab_m-b_0 {
    margin-bottom: 0
  }
}

.p_0 {
  padding: 0
}

.p_XXXXL {
  padding: 5rem
}

.p-y_S {
  padding-top: .3125rem;
  padding-bottom: .3125rem
}

.p-y_M {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.p-y_XM {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.p-y_XXL {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem
}

.p-x_0 {
  padding-right: 0;
  padding-left: 0
}

.p-x_M {
  padding-right: .75rem;
  padding-left: .75rem
}

.p-x_L {
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.p-x_XL {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem
}

.p-t_XXL {
  padding-top: 1.875rem
}

.p-b_XXXXL {
  padding-bottom: 5rem
}

.p-l_0 {
  padding-left: 0
}

@media screen and (max-width: 59.9375rem) {

  .mob_p_M {
    padding: .75rem
  }

  .mob_p-y_XXL {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
  }

  .mob_p-x_L {
    padding-right: 1.25rem;
    padding-left: 1.25rem
  }

  .mob_p-t_0 {
    padding-top: 0
  }

  .mob_p-l_XS {
    padding-left: .25rem
  }
}

.translate-l_-50p {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.text_size_default {
  font-size: .875rem
}

.text_L {
  font-size: 1rem
}

.text_XXXXL {
  font-size: 1.375rem
}

@media screen and (min-width: 60rem) {

  .tab_text_L {
    font-size: 1rem
  }

  .tab_text_XXL {
    font-size: 1.125rem
  }

  .tab_text_XXXXXXL {
    font-size: 1.75rem
  }
}

.text_bold, b {
  font-weight: 700 !important
}

.text_bold, .text_light, b {
  font-family: Montserrat;
  font-style: normal !important
}

.text_light {
  font-weight: 300 !important
}

.text_center {
  text-align: center
}

.text_decoration_default, .text_decoration_default:hover {
  text-decoration: none
}

.text_lowercase {
  text-transform: lowercase
}

.text_uppercase {
  text-transform: uppercase
}

.z-index_11 {
  z-index: 11
}
