/* Product page styles - Product details, reviews, recommendations */

.plann-large-fragment-with-deeplink {
  background-color: rgb(var(--colour-neutral-2, 245, 245, 245));
  text-decoration: none;
  margin-bottom: 6.25rem
}

.plann-card {
  position: relative;
  display: flex;
  flex-direction: column-reverse
}

@media (min-width:56.25em) {
  .plann-card:not(:has(.plann-content-card--fixed)) {
    flex-direction: row-reverse
  }
}

@keyframes rotera-btn-loader {

  0%,
  to {
    transform: translate(-50%, -160%);
    animation-timing-function: cubic-bezier(.42, 0, 1, 1)
  }

  40% {
    transform: translate(-50%, 20%);
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }
}

@keyframes rotera-icon-rotate {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes modal-delayed-fade-in {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.crec-svg-icon {
  fill: currentColor;
  display: inline-block;
  height: 1.5rem;
  vertical-align: middle;
  width: 1.5rem
}

@media (prefers-reduced-motion) {
  .crec-svg-icon {
    transition-property: none
  }
}

@keyframes crec-icon-rotate {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

[class*=crec-btn--icon].crec-btn--small .crec-btn__inner {
  padding: 0 .5rem
}

.crec-btn {
  --disabled-foreground: rgb(var(--colour-interactive-disabled-2, 146, 146, 146));
  --disabled-background: rgb(var(--colour-interactive-disabled-1, 204, 204, 204));
  background: none;
  border: 0;
  border-radius: 64px;
  color: var(--foreground);
  display: inline-flex;
  font-weight: 700;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top
}

.crec-btn .crec-btn__inner {
  background: var(--background);
  box-shadow: var(--box-shadow)
}

.crec-btn:hover .crec-btn__inner {
  background: var(--background-hover);
  box-shadow: var(--box-shadow-hover)
}

.crec-btn:active .crec-btn__inner {
  background: var(--background-press);
  box-shadow: var(--box-shadow-press)
}

.crec-btn:active,
.crec-btn:focus,
.crec-btn:hover {
  color: var(--foreground);
  text-decoration: none
}

.crec-btn .crec-svg-icon {
  flex-shrink: 0
}

.crec-btn:disabled {
  cursor: default
}

.crec-btn:disabled .crec-btn__inner {
  background-color: var(--disabled-background);
  box-shadow: none;
  color: var(--disabled-foreground)
}

.crec-btn__inner {
  align-items: center;
  border-radius: 64px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  transition-duration: .25s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(.4, 0, .4, 1);
  width: 100%
}

.crec-btn:active:not(:disabled) .crec-btn__inner {
  transform: scale(.97)
}

@media (forced-colors:active) {
  .crec-btn__inner {
    border: 1px solid transparent
  }

  .crec-btn:disabled .crec-btn__inner {
    border-color: GrayText;
    color: GrayText
  }
}

.crec-btn--icon-primary {
  --background: rgb(var(--colour-interactive-primary-bg-default, 17, 17, 17));
  --background-hover: rgb(var(--colour-interactive-primary-bg-hover, 51, 51, 51));
  --background-press: rgb(var(--colour-interactive-primary-bg-pressed, 0, 0, 0))
}

.crec-btn--icon-primary {
  --foreground: rgb(var(--colour-text-and-icon-5, 255, 255, 255))
}

@keyframes crec-btn-loader {

  0%,
  to {
    animation-timing-function: ease-in;
    transform: translate(-50%, -160%)
  }

  40% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    transform: translate(-50%, 20%)
  }
}

.crec-btn--small {
  font-size: .75rem;
  line-height: 1.3333333333
}

.crec-btn--small .crec-btn__inner {
  min-height: 2.5rem
}

.crec-btn--small .crec-btn__inner:after {
  bottom: -.125rem;
  content: "";
  left: -.125rem;
  position: absolute;
  right: -.125rem;
  top: -.125rem
}

.crec-btn .crec-svg-icon {
  transition-duration: .2s;
  transition-property: opacity, margin-right, margin-left, transform;
  transition-timing-function: cubic-bezier(.4, 0, .4, 1)
}

.crec-carousel {
  --focus-margin-start: 0rem;
  --focus-margin-end: 0rem;
  position: relative
}

.crec-carousel:has(.crec-carousel-slide :focus-visible) {
  --focus-margin-start: .5rem;
  --focus-margin-end: .5rem
}

.crec-carousel .crec-skip-content__button {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.crec-carousel .crec-skip-content__button:active,
.crec-carousel .crec-skip-content__button:focus,
.crec-carousel .crec-skip-content__button:focus-visible {
  clip: auto;
  background: rgb(var(--colour-static-light-grey, 245, 245, 245));
  border-radius: 64px;
  color: rgb(var(--colour-static-black, 17, 17, 17));
  font-weight: 700;
  height: auto;
  overflow: visible;
  padding: 1rem 2rem;
  text-decoration: none;
  white-space: normal;
  width: auto;
  z-index: 1
}

.crec-carousel .crec-skip-content__button:focus-visible {
  box-shadow: 0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));
  outline: 2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));
  outline-offset: 4px;
  transition: outline .2s ease-out, box-shadow .2s ease-out
}

.crec-carousel__wrapper {
  position: relative
}

.crec-carousel__content {
  -webkit-overflow-scrolling: touch;
  --padding-difference: calc(var(--carousel-vertical-padding, 0.5rem) - 0.5rem);
  --clamped-difference: max(min(0rem, var(--padding-difference)), -0.5rem);
  --calculated-additional-padding: calc(var(--clamped-difference)*-1);
  display: flex;
  flex-wrap: nowrap;
  gap: var(--carousel-item-gap, 1.25rem);
  margin-block: var(--clamped-difference);
  margin-inline-end: calc(var(--overflow-end, var(--focus-margin-end))*-1);
  margin-inline-start: calc(var(--overflow-start, var(--focus-margin-start))*-1);
  overflow-x: scroll;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  padding-block: calc(var(--carousel-vertical-padding, .5rem) + var(--calculated-additional-padding));
  padding-inline-end: var(--overflow-end, var(--focus-margin-end));
  padding-inline-start: var(--overflow-start, var(--focus-margin-start));
  position: relative
}

.crec-carousel__content:focus-visible {
  box-shadow: 0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));
  outline: 2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));
  outline-offset: 4px;
  transition: outline .2s ease-out, box-shadow .2s ease-out
}

.crec-carousel--has-scrollbar .crec-carousel__content {
  margin-block-end: 0
}

.crec-carousel .crec-btn.crec-carousel__button {
  position: absolute
}

.crec-carousel__button {
  cursor: pointer;
  left: -1rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s, visibility .2s;
  visibility: hidden;
  z-index: 1
}

.crec-carousel:hover .crec-carousel__button {
  display: block;
  opacity: 1;
  transition: opacity .2s, visibility .2s;
  visibility: visible
}

.crec-carousel__button--right {
  left: auto;
  right: -1rem
}

.crec-carousel-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: 100%;
  position: relative
}

.crec-carousel:not(.crec-carousel--intersection-observer-disabled) .crec-carousel__content {
  scrollbar-width: none
}

.crec-carousel:not(.crec-carousel--intersection-observer-disabled) .crec-carousel__content::-webkit-scrollbar {
  display: none
}

@media not all and (min-resolution:0.001dpcm) {
  .crec-carousel__content {
    scroll-snap-type: x mandatory
  }
}

@media (hover:none) {
  .crec-carousel:hover .crec-carousel__button {
    display: none;
    opacity: 0
  }
}

.crec-carousel__counter--wrapper {
  align-items: stretch;
  display: flex
}

@media (min-width:37.5em) {
  .crec-carousel__button {
    left: -1.25rem;
    right: auto
  }

  .crec-carousel__button--right {
    left: auto;
    right: -1.25rem
  }
}

@media (min-width:56.25em) {
  .crec-carousel__content {
    top: 0
  }

  .crec-carousel__wrapper {
    bottom: auto;
    width: 100%
  }

  .crec-carousel__button {
    display: block
  }
}

.crec-btn:focus-visible,
.crec-tabs__panel:focus-visible {
  box-shadow: 0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));
  outline: 2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));
  outline-offset: 4px;
  transition: outline .2s ease-out, box-shadow .2s ease-out
}

.crec-aspect-ratio-box {
  box-sizing: border-box;
  display: block;
  height: auto;
  position: relative;
  width: 100%
}

.crec-aspect-ratio-box[class*="--portrait"] {
  padding-bottom: 133.3333333333%
}

.crec-aspect-ratio-box .crec-image {
  color: transparent;
  height: 100%;
  left: 0;
  object-fit: cover;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.crec-image {
  display: block;
  max-width: 100%
}

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

.crec-shoppable-image:hover .crec-shoppable-image__button,
.crec-shoppable-image:hover .crec-shoppable-image__dot {
  opacity: 1;
  visibility: visible
}

.crec-shoppable-image:hover .crec-shoppable-image__area--active .crec-shoppable-image__tag {
  opacity: 1;
  visibility: visible;
  z-index: 1
}

.crec-shoppable-image__sr-description {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.crec-shoppable-image__dot {
  align-items: center;
  background-clip: padding-box;
  background-color: rgba(var(--colour-static-black, 17, 17, 17), .48);
  border: 2px solid rgba(var(--colour-static-grey, 223, 223, 223), .48);
  border-radius: 64px;
  box-sizing: border-box;
  display: flex;
  height: 2rem;
  justify-content: center;
  line-height: .5;
  opacity: 0;
  padding: 0;
  position: absolute;
  transform: translateX(-1rem) translateY(-1rem) scale(.999);
  transition: border-color .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
  visibility: hidden;
  width: 2rem
}

@media screen and (prefers-reduced-motion:reduce) {
  .crec-shoppable-image__dot {
    transition: none
  }
}

.crec-shoppable-image__dot:before {
  bottom: -.5rem;
  content: "";
  display: block;
  left: -.5rem;
  position: absolute;
  right: -.5rem;
  top: -.5rem
}

.crec-shoppable-image__dot:after {
  background: rgb(var(--colour-static-white, 255, 255, 255));
  border-radius: 64px;
  box-shadow: 0 1px 4px rgba(var(--colour-static-black, 17, 17, 17), .55);
  content: "";
  display: block;
  height: .75rem;
  position: relative;
  transition: transform .25s ease-in-out;
  width: .75rem
}

@media screen and (prefers-reduced-motion:reduce) {
  .crec-shoppable-image__dot:after {
    transition: none
  }
}

.crec-shoppable-image__dot:focus {
  border-color: rgba(var(--colour-static-grey, 223, 223, 223), .64)
}

.crec-shoppable-image__dot:focus:after {
  transform: scale(.667)
}

.crec-shoppable-image__dot:focus-visible {
  background-color: rgba(var(--colour-static-black, 17, 17, 17), .64);
  border-color: rgba(var(--colour-static-grey, 223, 223, 223), .5)
}

.crec-shoppable-image__dot:active {
  background-color: rgba(var(--colour-static-black, 17, 17, 17), .9)
}

.crec-shoppable-image__area--active .crec-shoppable-image__dot {
  background-color: rgba(var(--colour-static-black, 17, 17, 17), .75);
  border-color: rgba(var(--colour-static-grey, 223, 223, 223), .75)
}

.crec-shoppable-image__area--active .crec-shoppable-image__dot:after {
  transform: scale(.667)
}

.crec-shoppable-image__area--active .crec-shoppable-image__dot:focus-visible {
  background-color: rgba(var(--colour-static-black, 17, 17, 17), .75)
}

.crec-shoppable-image__area--active .crec-shoppable-image__dot:active {
  background-color: rgba(var(--colour-static-black, 17, 17, 17), .9)
}

.crec-shoppable-image__product-list {
  list-style-type: none;
  margin: 0
}

.crec-shoppable-image__tag {
  min-width: 7.5rem;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
  visibility: hidden
}

@media screen and (prefers-reduced-motion:reduce) {
  .crec-shoppable-image__tag {
    transition: none
  }
}

.crec-shoppable-image__tag:before {
  bottom: -.125rem;
  content: "";
  left: -.125rem;
  position: absolute;
  right: -.125rem;
  top: -.125rem
}

.crec-shoppable-image__tag--top {
  transform: translateX(-50%) translateY(-100%) translateY(-1.5rem)
}

.crec-shoppable-image__tag--top-left {
  transform: translateX(-1rem) translateY(-100%) translateY(-1.5rem)
}

.crec-shoppable-image__tag-inner {
  background-color: rgb(var(--colour-elevation-1, 255, 255, 255));
  border: 1px solid rgb(var(--colour-neutral-3, 223, 223, 223));
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
  color: rgb(var(--colour-text-and-icon-1, 17, 17, 17));
  display: flex;
  flex-direction: column;
  text-align: initial;
  text-decoration: none;
  width: 100%
}

.crec-shoppable-image__area {
  position: absolute
}

.crec-shoppable-image__category-link {
  background: transparent;
  display: block;
  position: relative
}

.crec-shoppable-image .crec-shoppable-image__tag--bottom {
  transform: translateX(-50%) translateY(1.5rem)
}

.crec-shoppable-image .crec-shoppable-image__tag--bottom-right {
  transform: translateX(calc(-100% + 1rem)) translateY(1.5rem)
}

.crec-shoppable-image .crec-shoppable-image__tag--left {
  transform: translateY(-50%) translateX(-100%) translateX(-1.5rem)
}

.crec-shoppable-image__aspect-constraint {
  background: none;
  pointer-events: none;
  position: absolute;
  top: 0
}

.crec-shoppable-image__aspect-constraint>* {
  pointer-events: auto
}

@media (min-width:37.5em) {
  .crec-shoppable-image__tag {
    min-width: 8.4375rem
  }
}

@media (hover:none) {

  .crec-shoppable-image:hover .crec-shoppable-image__area--active .crec-shoppable-image__tag,
  .crec-shoppable-image:hover .crec-shoppable-image__dot {
    opacity: 0;
    visibility: hidden
  }
}

.crec-shoppable-image__category-link:focus-visible,
.crec-shoppable-image__dot:focus-visible {
  box-shadow: 0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));
  outline: 2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));
  outline-offset: 4px;
  transition: outline .2s ease-out, box-shadow .2s ease-out
}

@keyframes crec-shine {
  to {
    background-position: 0 100%
  }
}

@keyframes crec-modalSlideToLeft {
  0% {
    transform: translateX(100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes crec-modalSlideToRight {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(100%)
  }
}

@keyframes crec-modalSlideFromLeft {
  0% {
    transform: translateX(-100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes crec-modalSlideFromRight {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes crec-modalSlideDown {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(100%)
  }
}

@keyframes crec-modalSlideUp {
  0% {
    transform: translateY(100%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes crec-modalEnter {
  0% {
    clip-path: inset(50%)
  }

  to {
    clip-path: inset(0)
  }
}

@keyframes crec-modalClose {
  0% {
    clip-path: inset(0)
  }

  to {
    clip-path: inset(50%)
  }
}

@keyframes crec-modalContentEnter {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: center center
  }

  to {
    opacity: 1;
    transform: scale(1);
    transform-origin: center center
  }
}

@keyframes crec-modalContentClose {
  0% {
    opacity: 1;
    transform: scale(1);
    transform-origin: center center
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: center center
  }
}

@keyframes crec-modalBackdropEnter {
  0% {
    visibility: hidden
  }

  1% {
    visibility: visible
  }
}

@keyframes crec-modalBackdropClose {

  0%,
  99% {
    visibility: visible
  }

  to {
    visibility: hidden
  }
}

@keyframes crec-loading-bounce-small {

  0%,
  to {
    animation-timing-function: ease-in;
    transform: translateY(-160%)
  }

  40% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    transform: translateY(20%)
  }
}

@keyframes crec-loading-bounce {
  0% {
    animation-timing-function: ease-in;
    transform: translateY(0)
  }

  40% {
    animation-timing-function: ease-in;
    transform: translateY(2rem) scaleY(1)
  }

  50% {
    animation-timing-function: ease-out;
    transform: translateY(2rem) scaleY(.75)
  }

  60% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
    transform: translateY(2rem) scaleY(1)
  }

  to {
    transform: translateY(0)
  }
}

.crec-text {
  color: rgb(var(--colour-text-and-icon-1, 17, 17, 17))
}

[class*=crec-typography-] {
  --skapa-letter-spacing-multiplier-for-font-weight: calc(var(--skapa-font-weight, 400)/800 - 0.125);
  letter-spacing: calc(var(--skapa-characterset-multiplier, 1)*var(--skapa-letter-spacing-multiplier-for-font-weight, .375)*(var(--skapa-base-multiplier, 1)*0.875rem - 1em)/(0.875*var(--skapa-rem, 16)))
}

[class*=crec-typography-] {
  font-size: calc(1rem*var(--skapa-base-multiplier, 1)*var(--skapa-font-size, 14)/16);
  font-weight: clamp(400, var(--skapa-font-weight, 400), 700);
  line-height: var(--skapa-typography-line-height, 1.5)
}

.crec-typography-body-m {
  --skapa-font-weight: 400;
  --skapa-typography-line-height: 1.5;
  --skapa-font-size: var(--skapa-body-m, 14)
}

.crec-typography-heading-m {
  --skapa-font-weight: 700;
  --skapa-typography-line-height: 1.25;
  --skapa-font-size: var(--skapa-heading-m, 18)
}

:is(.crec-typography-character-set-arabic, .crec-typography-character-set-chinese_simplified, .crec-typography-character-set-chinese_traditional, .crec-typography-character-set-hebrew, .crec-typography-character-set-japanese, .crec-typography-character-set-korean) {
  --skapa-characterset-multiplier: 0
}

.crec-text--lighter {
  color: rgb(var(--colour-text-and-icon-2, 72, 72, 72))
}

.crec-carousel__content--snap-slide {
  scroll-snap-type: x mandatory
}

.CompactFeedImc-module_container__n7WjY {
  padding-top: 1rem
}

.Carousel-module_item__O-I7c {
  width: 65vw
}

@media (min-width:37.5em) {
  .Carousel-module_item__O-I7c {
    width: 325px
  }
}

@media (min-width:56.25em) {
  .Carousel-module_item__O-I7c {
    width: 375px
  }
}

.Teaser-module_subtitle__m-L3h {
  padding-top: .5rem
}

.ShoppableImage-module_wrapper__dyk15 {
  aspect-ratio: 3/4;
  position: relative
}

.ShoppableImage-module_wrapper__dyk15 .ShoppableImage-module_image__gQJ-l img:focus-visible {
  outline-offset: -3px
}

.ShoppableImage-module_image__gQJ-l img:focus-visible {
  box-shadow: 0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255)));
  outline: 2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17)));
  outline-offset: 4px;
  transition: outline .2s ease-out, box-shadow .2s ease-out
}

.ShoppableImage-module_image__gQJ-l.ShoppableImage-module_clickable__ZxP8I {
  cursor: pointer
}

@keyframes modal-delayed-fade-in {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

*:is(.ugc-rr-pip-fe-typography-character-set-arabic, .ugc-rr-pip-fe-typography-character-set-chinese_simplified, .ugc-rr-pip-fe-typography-character-set-chinese_traditional, .ugc-rr-pip-fe-typography-character-set-hebrew, .ugc-rr-pip-fe-typography-character-set-japanese, .ugc-rr-pip-fe-typography-character-set-korean) {
  --skapa-characterset-multiplier: 0
}

@keyframes ugc-rr-pip-fe-icon-rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

@keyframes ugc-rr-pip-fe-btn-loader {

  0%,
  100% {
    transform: translate(-50%, -160%);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1)
  }

  40% {
    transform: translate(-50%, 20%);
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }
}

@keyframes ugc-rr-pip-fe-shine {
  to {
    background-position: 0 100%
  }
}

@keyframes ugc-rr-pip-fe-loading-bounce-small {

  0%,
  100% {
    transform: translate(0, -160%);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1)
  }

  40% {
    transform: translate(0, 20%);
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }
}

@keyframes ugc-rr-pip-fe-loading-bounce {
  0% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1)
  }

  40% {
    transform: translateY(2rem) scaleY(1);
    animation-timing-function: ease-in
  }

  50% {
    transform: translateY(2rem) scaleY(0.75);
    animation-timing-function: ease-out
  }

  60% {
    transform: translateY(2rem) scaleY(1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes ugc-rr-pip-fe-modalSlideToLeft {
  from {
    transform: translateX(100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes ugc-rr-pip-fe-modalSlideToRight {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(100%)
  }
}

@keyframes ugc-rr-pip-fe-modalSlideFromLeft {
  from {
    transform: translateX(-100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes ugc-rr-pip-fe-modalSlideFromRight {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes ugc-rr-pip-fe-modalSlideDown {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(100%)
  }
}

@keyframes ugc-rr-pip-fe-modalSlideUp {
  from {
    transform: translateY(100%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes ugc-rr-pip-fe-modalEnter {
  from {
    clip-path: inset(50%)
  }

  to {
    clip-path: inset(0%)
  }
}

@keyframes ugc-rr-pip-fe-modalClose {
  from {
    clip-path: inset(0%)
  }

  to {
    clip-path: inset(50%)
  }
}

@keyframes ugc-rr-pip-fe-modalContentEnter {
  from {
    transform: scale(0.8);
    opacity: 0;
    transform-origin: center center
  }

  to {
    transform: scale(1);
    opacity: 1;
    transform-origin: center center
  }
}

@keyframes ugc-rr-pip-fe-modalContentClose {
  from {
    transform: scale(1);
    opacity: 1;
    transform-origin: center center
  }

  to {
    transform: scale(0.8);
    opacity: 0;
    transform-origin: center center
  }
}

@keyframes ugc-rr-pip-fe-modalBackdropEnter {
  0% {
    visibility: hidden
  }

  1% {
    visibility: visible
  }
}

@keyframes ugc-rr-pip-fe-modalBackdropClose {

  0%,
  99% {
    visibility: visible
  }

  100% {
    visibility: hidden
  }
}

.ugc-rr-pip-fe-modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 400;
  pointer-events: none;
  transition: visibility cubic-bezier(0, 0, 1, 1) 200ms;
  color: rgb(var(--colour-text-and-icon-2, 72, 72, 72))
}

.ugc-rr-pip-fe-modal-wrapper__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity cubic-bezier(0, 0, 1, 1) 200ms;
  pointer-events: none;
  visibility: hidden
}

.ugc-rr-pip-fe-modal-wrapper__backdrop--dark {
  background: rgba(var(--colour-static-black, 17, 17, 17), 0.4)
}

.ugc-rr-pip-fe-modal-wrapper--close>.ugc-rr-pip-fe-modal-wrapper__backdrop {
  animation: ugc-rr-pip-fe-modalBackdropClose 200ms
}

@media (prefers-reduced-motion) {
  .ugc-rr-pip-fe-modal-wrapper {
    transition: none
  }

  .ugc-rr-pip-fe-modal-wrapper__backdrop {
    animation-duration: 0s;
    transition-duration: 0s;
    transition: none
  }
}

.rr-leave-review-message-container,
.rr-leave-review-modal-container {
  z-index: 401 !important
}

@keyframes modal-delayed-fade-in {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes rr-leave-review-icon-rotate {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

@keyframes rr-leave-review-btn-loader {

  0%,
  to {
    transform: translate(-50%, -160%);
    animation-timing-function: cubic-bezier(.42, 0, 1, 1)
  }

  40% {
    transform: translate(-50%, 20%);
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }
}

*:is(.rr-leave-review-typography-character-set-arabic, .rr-leave-review-typography-character-set-chinese_simplified, .rr-leave-review-typography-character-set-chinese_traditional, .rr-leave-review-typography-character-set-hebrew, .rr-leave-review-typography-character-set-japanese, .rr-leave-review-typography-character-set-korean) {
  --skapa-characterset-multiplier: 0
}

@media (prefers-reduced-motion) {
  .rr-leave-review-modal-wrapper {
    transition: none
  }

  .rr-leave-review-modal-wrapper__backdrop {
    animation-duration: 0s;
    transition-duration: 0s;
    transition: none
  }
}

@keyframes rr-leave-review-modalSlideToLeft {
  0% {
    transform: translate(100%)
  }

  to {
    transform: translate(0)
  }
}

@keyframes rr-leave-review-modalSlideToRight {
  0% {
    transform: translate(0)
  }

  to {
    transform: translate(100%)
  }
}

@keyframes rr-leave-review-modalSlideFromLeft {
  0% {
    transform: translate(-100%)
  }

  to {
    transform: translate(0)
  }
}

@keyframes rr-leave-review-modalSlideFromRight {
  0% {
    transform: translate(0)
  }

  to {
    transform: translate(-100%)
  }
}

@keyframes rr-leave-review-modalSlideDown {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(100%)
  }
}

@keyframes rr-leave-review-modalSlideUp {
  0% {
    transform: translateY(100%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes rr-leave-review-modalEnter {
  0% {
    clip-path: inset(50%)
  }

  to {
    clip-path: inset(0%)
  }
}

@keyframes rr-leave-review-modalClose {
  0% {
    clip-path: inset(0%)
  }

  to {
    clip-path: inset(50%)
  }
}

@keyframes rr-leave-review-modalContentEnter {
  0% {
    transform: scale(.8);
    opacity: 0;
    transform-origin: center center
  }

  to {
    transform: scale(1);
    opacity: 1;
    transform-origin: center center
  }
}

@keyframes rr-leave-review-modalContentClose {
  0% {
    transform: scale(1);
    opacity: 1;
    transform-origin: center center
  }

  to {
    transform: scale(.8);
    opacity: 0;
    transform-origin: center center
  }
}

@keyframes rr-leave-review-modalBackdropEnter {
  0% {
    visibility: hidden
  }

  1% {
    visibility: visible
  }
}

@keyframes rr-leave-review-modalBackdropClose {

  0%,
  99% {
    visibility: visible
  }

  to {
    visibility: hidden
  }
}

.rr-leave-review-modal-wrapper {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 400;
  pointer-events: none;
  transition: visibility cubic-bezier(0, 0, 1, 1) .2s;
  color: rgb(var(--colour-text-and-icon-2, 72, 72, 72))
}

.rr-leave-review-modal-wrapper__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity cubic-bezier(0, 0, 1, 1) .2s;
  pointer-events: none;
  visibility: hidden
}

.rr-leave-review-modal-wrapper__backdrop--dark {
  background: rgba(var(--colour-static-black, 17, 17, 17), .4)
}

.rr-leave-review-modal-wrapper--close>.rr-leave-review-modal-wrapper__backdrop {
  animation: rr-leave-review-modalBackdropClose .2s
}

@media (prefers-reduced-motion) {
  .rr-leave-review-modal-wrapper {
    transition: none
  }

  .rr-leave-review-modal-wrapper__backdrop {
    animation-duration: 0s;
    transition-duration: 0s;
    transition: none
  }
}

@keyframes rr-leave-review-loading-bounce-small {

  0%,
  to {
    transform: translateY(-160%);
    animation-timing-function: cubic-bezier(.42, 0, 1, 1)
  }

  40% {
    transform: translateY(20%);
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }
}

@keyframes rr-leave-review-loading-bounce {
  0% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(.42, 0, 1, 1)
  }

  40% {
    transform: translateY(2rem) scaleY(1);
    animation-timing-function: ease-in
  }

  50% {
    transform: translateY(2rem) scaleY(.75);
    animation-timing-function: ease-out
  }

  60% {
    transform: translateY(2rem) scaleY(1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes igift-pip-icon-rotate {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

@keyframes igift-pip-btn-loader {

  0%,
  to {
    transform: translate(-50%, -160%);
    animation-timing-function: cubic-bezier(.42, 0, 1, 1)
  }

  40% {
    transform: translate(-50%, 20%);
    animation-timing-function: cubic-bezier(0, 0, 0, 1)
  }
}

:root {
  --ikea-font: "Noto IKEA", "Noto Sans", "Roboto", "Open Sans", system-ui, sans-serif !important
}

body {
  font-family: var(--ikea-font)
}
