@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, 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")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0
}

.swiper,.swiper-wrapper {
    position: relative;
    z-index: 1
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    transform: translateZ(0);
    transition-property: transform;
    width: 100%
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-right {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none!important
}

.swiper-button-prev {
    left: 10px;
    right: auto
}

.swiper-button-prev:after {
    content: "prev"
}

.swiper-button-next {
    left: auto;
    right: 10px
}

.swiper-button-next:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-right {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-cards {
    overflow: visible
}

.appo-date-and-time__wrapper .appo-date-and-time__calendar {
    max-width: 100%
}

.plp-page__catalog-switch--arrow-left,.plp-page__catalog-switch--arrow-right {
    stroke: #34303d
}

.plp-page__catalog-switch--arrow-right {
    float: right
}

.plp-page__catalog-switch--arrow-right.calendar-arrow--adjuster {
    margin-top: 7px
}

.react-calendar {
    background: #fffdfb;
    border: 0;
    font-family: IQOSW04-Regular
}

.react-calendar__navigation {
    border-bottom: 2px solid hsla(120,1%,44%,.3);
    margin: 0 auto 43px
}

@media (min-width: 576px) {
    .react-calendar__navigation {
        margin:0 auto 42px;
        width: 619px
    }
}

@media (min-width: 992px) {
    .react-calendar__navigation {
        width:816px
    }
}

.react-calendar__navigation__label {
    color: #34303d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.react-calendar__navigation button:enabled,.react-calendar__navigation button:hover,.react-calendar__navigation button:hover:enabled,.react-calendar__navigation__label:enabled,.react-calendar__navigation__label:hover {
    background: transparent
}

.react-calendar__month-view {
    width: 100%
}

@media (min-width: 576px) {
    .react-calendar__month-view {
        margin:0 auto;
        width: 350px
    }
}

.react-calendar__month-view__weekdays {
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase
}

.react-calendar__month-view__weekdays__weekday {
    color: #524f5a;
    font-size: 14px;
    font-weight: 600;
    padding: 7px
}

.react-calendar__year-view__months {
    margin: 0 auto;
    width: 350px
}

.react-calendar__tile:hover,.react-calendar__tile:hover:enabled {
    background: transparent
}

.react-calendar__tile--active {
    background: transparent;
    color: #34303d;
    overflow: visible!important
}

.react-calendar__tile--active:before {
    border: 2px solid #34303d;
    border-radius: 20px;
    content: "";
    height: 35px;
    position: absolute;
    transform: translate(-23%,-12%);
    width: 35px
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .react-calendar__tile--active:before {
        transform: translate(-12%,-15%)
    }
}

.react-calendar abbr[title] {
    text-decoration: none
}

.react-calendar button {
    background: transparent;
    border: 0;
    margin: 0;
    outline: none
}

.react-calendar button.react-calendar__tile--active:hover {
    background: transparent
}

.react-calendar button:hover:enabled {
    cursor: pointer
}

.appo-date-and-time__available-slots {
    margin: auto;
    width: 100%
}

@media (min-width: 576px) {
    .appo-date-and-time__available-slots {
        max-width:320px
    }
}

.appo-dat_slots--title {
    color: #34303d;
    font-size: .75rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.79px;
    line-height: 2;
    text-align: center
}

.appo-dat_slot--wrapper {
    display: flex;
    flex-wrap: wrap
}

.appo-dat_slot--container {
    background-color: #fffdfb;
    color: #524f5a;
    cursor: pointer;
    display: block;
    font-size: .75rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    height: 45px;
    letter-spacing: normal;
    line-height: 45px;
    margin-right: 10px;
    margin-top: 10px;
    max-width: 64px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.appo-dat_slot--container:last-of-type {
    margin-right: 0
}

.appo-dat_slot--container input {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.appo-dat_slot--checkmark {
    border: 1px solid #b8b7bb;
    border-radius: 3px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.appo-dat_slot--container input:checked~.appo-dat_slot--checkmark,.appo-dat_slot--container:hover input~.appo-dat_slot--checkmark {
    border: 1px solid #34303d
}

.appo-dat_slot--warning-container,.appo-dat_slot--warning-container-appointment-error {
    align-items: center;
    background-color: #f6f4f0;
    border-radius: 3px;
    color: #7b7881;
    display: flex;
    flex-wrap: wrap;
    font-size: 90%;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    height: 50px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1.57;
    margin-top: 18px;
    width: 100%
}

.appo-dat_slot--warning-container-appointment-error.hide,.appo-dat_slot--warning-container.hide {
    display: none
}

.appo-dat_slot--warning-container {
    max-width: 335px
}

.appo-dat_slot--warning-container-appointment-error {
    color: #db3826;
    flex-wrap: nowrap;
    font-weight: 400;
    margin-bottom: 18px;
    padding-right: 15px
}

.appo-dat_slot--warning-container-appointment-error.appo-wrong-code-message {
    display: flex;
    margin-bottom: auto;
    margin-left: 45px;
    margin-top: auto
}

.appo-dat_slot--warning-container-appointment-error.mobile-appintments-warning {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.appo-dat_slot--warning-container-appointment-error.mobile-appintments-warning .appo-wrong-code {
    display: flex;
    margin-bottom: auto;
    margin-top: auto;
    width: 40px
}

@media (min-width: 576px) {
    .appo-dat_slot--warning-container-appointment-error.mobile-appintments-warning .appo-wrong-code {
        width:auto
    }
}

.appo-dat_slot--warning-container-appointment-error.mobile-appintments-warning .appo-wrong-code:before {
    left: 0
}

@media (min-width: 576px) {
    .appo-dat_slot--warning-container-appointment-error.mobile-appintments-warning .appo-wrong-code:before {
        left:-45px;
        top: -13px
    }
}

.plp-page__catalog-switch--arrow-left {
    display: flex;
    margin-top: 7px;
    transform: rotate(90deg)
}

.plp-page__catalog-switch--arrow-right {
    display: flex;
    margin-top: 7px;
    transform: rotate(270deg)
}

.appo-wrong-code {
    display: inline-block;
    position: relative
}

.appo-wrong-code:before {
    background-image: url(../../../../content/dam/iqos/global/marketing/brand/graphics/outOfStock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: inline-block;
    height: 28px;
    margin-left: 15px;
    margin-right: 15px;
    width: 28px
}

.react-calendar__tile--active:before {
    height: 2rem;
    transform: translate(-24%,-16%);
    width: 2rem
}

@media (min-width: 768px) {
    .react-calendar__tile--active:before {
        transform:translate(-19%,-12%)
    }
}

@media (min-width: 992px) {
    .react-calendar__tile--active:before {
        transform:translate(-18%,-10%)
    }
}

@media (min-width: 1200px) {
    .react-calendar__tile--active:before {
        transform:translate(-19%,-12%)
    }
}

@media (min-width: 1400px) {
    .react-calendar__tile--active:before {
        transform:translate(-19%,-11%)
    }
}

.react-calendar__month-view__days abbr {
    display: none
}

.react-calendar__navigation {
    display: flex
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(52,48,61,.3)
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #34303d
}
