

/* Start:/local/components/iqos/bundles.detail.new/templates/v2/style.css?17508352077944*/
.product-single {
  background-color: var(--hard-white);
  padding: 40px 0 88px 0;
}

.product-single-wrapper {
  display: flex;
  width: 100%;
}
.product-single-right,
.product-single-left {
  width: 50%;
}

.product-single-left {
  margin-right: 128px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-single-back {
  padding: 0;
  margin-bottom: 30px;
  align-self: flex-start;
  border-radius: 0;
}

.product-single-slider {
  width: 100%;
  padding-bottom: 60px;

  --swiper-pagination-bottom: 15px;
}

.product-single-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.product-single-slider-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.btn.product-slider-next,
.btn.product-slider-prev {
  position: absolute;
  top: calc((100% - 60px) / 2);
  transform: translateY(-50%);
  z-index: 2;
}

.product-slider-next {
  right: 0;
}

.product-slider-prev {
  left: 0;
}

.product-single-slider-fullscreen {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
}

.product-single-right > *:not(:last-child) {
  margin-bottom: 40px;
}

.product-single-delivery-item {
  display: flex;
  align-items: center;
}

.product-single-delivery-item img {
  width: 48px;
  height: 48px;
}

.product-banner-inner {
  display: flex;
  align-items: center;
  background-color: #FECD2E;
}

.product-banner-right,
.product-banner-left {
  width: 50%;
}

.product-banner-right img {
  width: 100%;
}

.product-banner-left {
  padding-left: 112px;
}

.product-banner-article h3 {
  margin-bottom: 24px;
}

.product-banner-article {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}

.devices-wrapper .product-card-counter,
.acc-wrapper .product-card-counter{
  max-width: 320px;
}


.product-detail__badges {
  display: flex;
  flex-wrap: wrap;
}

.product-detail__badges .catalog-badge {
  margin: 0 8px 8px 0;
  padding: 0;
  top: 0;
  position: relative;
}

.product-detail__badges .catalog-badge .catalog-badge__text {
  padding: 4px 8px;
  border-radius: 3px;
  letter-spacing: 0.2px;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  margin: auto;
}

.product-detail__badges{
  margin-bottom: 20px;
}

.product-preview__badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-preview__badges .badge {
  width: fit-content;
}

.product-preview__badges .badge {
  margin: 0 8px 8px 0;
}

@media (max-width: 1024px) {
  .product-single-left {
    margin-right: 64px;
  }
}

@media (min-width: 800px) {
  .devices-wrapper .product-card-actions .add2cart,
  .acc-wrapper .product-card-actions .add2cart
  {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .product-single {
    padding: 30px 0 40px 0;
  }

  .product-single-wrapper {
    flex-direction: column;
  }

  .product-single-right,
  .product-single-left {
    width: 100%;
  }

  .product-single-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .product-single-right > *:not(:last-child) {
    margin-bottom: 30px;
  }

  .product-single-right .btn {
    width: 100%;
  }

  .product-banner-inner {
    flex-direction: column-reverse;
  }

  .product-banner-left,
  .product-banner-right {
    width: 100%;
  }

  .product-banner-left {
    padding: 40px 20px 50px 20px;
  }

  .product-banner-left .btn {
    width: 100%;
  }

  .product-banner .container {
    padding: 0;
  }

  .product-banner-article {
    margin-bottom: 20px;
  }

  .product-banner-article h3 {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .product-single-delivery-item {
    align-items: flex-start;
  }
}


.cart-block {
  padding: 0px 0 50px 0;
}

.cart-block-inner {
  background-color: var(--slate);
  color: var(--soft-white);
  padding: var(--spacing-8);
  border-radius: 20px;
}

.cart-block-list {
  padding: var(--spacing-5) 0;
}

.cart-block-list:first-child {
  padding-top: 0;
}

.cart-block-list:last-child {
  padding-bottom: 0;
}

.cart-block-list:not(:last-child) {
  border-bottom: 1px solid var(--slate-t-85);
}

.cart-block-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-block-item:not(:last-child) {
  margin-bottom: 15px;
}

.cart-block-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.cart-block-action .btn {
  width: 340px;
}

.cart-block-offer {
  display: flex;
  align-items: center;
}

.cart-block-offer input {
  margin-right: 12px;
  flex-shrink: 0;
}

.offer-warning {
  padding: 20px 0 70px 0;
}

.offer-warning-inner {
  display: flex;
  justify-content: center;
}

.offer-warning-list {
  max-width: 860px;
}

.offer-warning-list li {
  display: flex;
  align-items: center;
}

.offer-warning-list li img {
  width: 48px;
  height: 48px;
}

.product-card .product-card-counter,
.offer-item .product-card-counter{
  display: none;
}

.product-card.selected .product-card-counter,
.offer-item.selected .product-card-counter{
  display: flex;
}

.product-card.selected .add2cart,
.offer-item.selected .add2cart{
  display: none;
}

.product-card .add2cart.selected,
.offer-item .add2cart.selected,
.product-card .add2cart.offer-item-selected,
.offer-item .add2cart.offer-item-selected{
  display: none;
  background: #00D1D2;
  color: white;
}

.product-card.selected .add2cart.selected,
.offer-item.selected .add2cart.selected,
.product-card.selected .add2cart.offer-item-selected,
.offer-item.selected .add2cart.offer-item-selected{
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card.selected .add2cart.selected i,
.offer-item.selected .add2cart.selected i,
.product-card.selected .add2cart.offer-item-selected i,
.offer-item.selected .add2cart.offer-item-selected i{
  font-size: 24px;
  margin-right: 12px;
}

.swiper-button-lock{
  display: none !important;
}

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

.d-block{
  display: block;
}

.form-group.text-left{
  text-align: left!important;
}

.form-group select {
  border: 1px solid #34303d;
}

.form-group {
  position: relative;
  margin-bottom: 10px; }
.form-group select {
  /* background-image: url("https://img-premium.flaticon.com/png/512/566/566015.png?token=exp=1621415634~hmac=29a6726954e4e851e2effffbc9282a5d") */;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: calc(100% - 12px);
  background-color: #fffdfb;
  border-radius: 4px;
  border: 2px solid #34303d;
  width: 100%;
  margin: 6px 0 0;
  padding: 8px 12px;
  font-size: 16px;
  color: #34303d;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: Iqos-Regular, sans-serif;}

.form-group select option{
  font-family: Iqos-Regular, sans-serif
}

.blocked .btn.add2cart:not(.offer-item-selected, .minus),
.blocked .btn.plus:not(.offer-item-selected, .minus){
  background: #C4C4C4 !important;
  pointer-events: none;
}

.product-single .btn.btn-hover-slate:hover{
  color: black;
}

.product-single .btn.btn-tertiary{
  width: fit-content;
}

.offer-inner .offer-item:not(:last-child){
  margin-bottom: 0px;
}

[data-modal=basket-notify] .modal-footer{
  justify-content: space-between;
}

[data-modal=basket-notify] .modal-footer > .btn{
  margin-right: 0;
}

@media (max-width: 768px) {
  .cart-block {
    background-color: var(--slate);
    padding: 0;
    margin-bottom: 30px;
  }

  .cart-block-inner {
    padding: 20px 0 30px 0;
  }

  .cart-block-action .btn {
    width: 100%;
  }

  .cart-block-item > * {
    width: 50%;
  }

  .cart-block-item > *:last-child {
    text-align: right;
  }

  .cart-block-offer {
    align-items: flex-start;
  }

  .offer-warning-list li {
    align-items: flex-start;
  }

  .offer-warning {
    padding: 0 0 30px 0;
  }

  [data-modal=basket-notify] .modal-footer{
    flex-direction: column;
  }

  [data-modal=basket-notify] .modal-footer > .btn{
    margin-bottom: var(--spacing-5);
  }
}
/* End */


/* Start:/local/templates/deus/blocks/badges/style.min.css?1740567405329*/
.badge{padding:4px 8px;border-radius:3px;letter-spacing:.2px;font-size:12px;line-height:16px}.badge_pic{background-color:transparent!important;padding:0;position:relative;display:flex}.badge_pic .badge__text{position:absolute;width:100%;height:100%;text-align:center;line-height:24px}.badge_pic .badge__bg{height:24px;width:auto}
/* End */


/* Start:/local/templates/deus/blocks/product-benefits/style.min.css?1740567405589*/
.product-benefits-item{display:flex;align-items:center}.product-benefits-item i{font-size:24px;background-color:var(--turquoise);border-radius:50%;flex-shrink:0}.product-benefits-item-pays{display:flex;align-items:center}.product-benefits-item img{height:24px;width:auto}.product-benefits-item p{display:flex;align-items:center;flex-wrap:wrap}.product-benefits-item-art{display:flex;align-items:center}@media (max-width:480px){.product-benefits-item{align-items:flex-start}.product-benefits-item-art{flex-direction:column;align-items:flex-start}.product-benefits-item-pays{margin-top:7px}}
/* End */


/* Start:/local/templates/deus/blocks/offer/style.min.css?17405674051478*/
.offer{padding:50px 0}.offer-item{display:flex;align-items:center;background-color:var(--hard-white);padding:32px}.offer-item:not(:last-child){margin-bottom:30px}.offer-item-left,.offer-item-right{width:50%}.offer-item-left{margin-right:64px;display:flex;align-items:center;justify-content:center}.offer-item-right{display:flex;flex-direction:column}.offer-item-preview{height:275px}.offer-item-article{display:flex;flex-direction:column}.offer-item-article .btn{width:200px}.offer-item-color p{margin-bottom:10px}.offer-item-article .offer-item-selected{display:flex;align-items:center;justify-content:center}.offer-item-article .offer-item-selected i{font-size:24px;margin-right:12px}.offer-item-left .color-picker,.offer-item-left .color-picker[data-max-count="5"]{display:none}@media (max-width:768px){.offer-item-left .color-picker,.offer-item-left .color-picker[data-max-count="5"]{display:flex}.offer-item-right .offer-item-color{display:none}.offer-item{flex-direction:column;padding:0;background-color:transparent}.offer-item-left{padding:20px;position:relative;height:340px;margin-right:0;display:flex;align-items:flex-end;justify-content:flex-start;margin-bottom:20px;background-color:var(--hard-white)}.offer-item-preview{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:220px;height:auto}.offer-item-left,.offer-item-right{width:100%}.offer-item-left .color-picker{overflow-x:hidden}.offer-item-article .btn{width:100%}.offer{padding:30px 0}}
/* End */


/* Start:/local/templates/deus/blocks/color-picker/style.min.css?17405674054274*/
.color-picker{position:relative}.color-picker-list{display:flex;align-items:center;flex-wrap:wrap;padding:0 20px}.color-picker-mark{cursor:pointer;box-sizing:border-box;flex-shrink:0;margin:0 10px 10px 0}.color-picker-mark span{width:28px;height:28px;border-radius:50%;transition:.2s box-shadow ease;display:flex;align-items:center;justify-content:center;position:relative}.color-picker-mark span::before{content:"";width:20px;height:20px;border-radius:50%;background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.color-picker input[type=radio]{position:absolute;width:0;height:0;visibility:hidden}.color-picker input[type=radio]:checked+span{box-shadow:inset 0 0 0 1px var(--dark-slate)}.color-picker-mark.disabled{opacity:.3;pointer-events:none}.color-picker-mark.disabled span::after{content:"";display:block;width:calc(100% - 8px);height:1px;position:absolute;left:4px;top:4px;transform-origin:top left;transform:rotate(45deg) translate(4px,0);z-index:2;background-color:var(--dark-slate)}.color-picker-mark.out-of-stock{pointer-events:none}.color-picker-mark.out-of-stock span{box-shadow:inset 0 0 0 1px var(--dark-slate)}.color-picker-mark.out-of-stock span::after{content:"";display:block;width:100%;height:1px;position:absolute;left:4px;top:4px;transform-origin:top left;transform:rotate(45deg);z-index:2;background-color:var(--dark-slate)}.color-picker.color-picker-sm .color-picker-mark{margin:0 4px 4px 0}.color-picker.color-picker-sm .color-picker-mark span{width:20px;height:20px}.color-picker.color-picker-sm .color-picker-mark span::before{width:14px;height:14px}.color-picker.color-picker-sm .color-picker-mark.out-of-stock span{box-shadow:inset 0 0 0 1px var(--dark-slate)}.color-picker.color-picker-sm .color-picker-mark.disabled span::after{content:"";display:block;width:calc(100% - 8.75px);height:1px;position:absolute;left:4px;top:4px;transform-origin:top left;transform:rotate(45deg) translate(3px,-.5px);z-index:2;background-color:var(--dark-slate)}.color-picker.color-picker-sm .color-picker-mark.out-of-stock span::after{content:"";display:block;width:calc(100% - 0px);height:1px;position:absolute;left:3px;top:3px;transform-origin:top left;transform:rotate(45deg);z-index:2;background-color:var(--dark-slate)}.color-picker-more{display:none}.color-picker[data-max-count="5"]{display:flex;align-items:center}.color-picker[data-max-count="5"] .color-picker-list{width:180px;overflow-x:hidden;flex-wrap:nowrap}.color-picker[data-max-count="5"] .color-picker-mark{margin-bottom:0}.color-picker[data-max-count="5"] .color-picker-list::-webkit-scrollbar{display:none}.color-picker[data-max-count="5"] .color-picker-more{display:flex;width:28px;height:28px;align-items:center;justify-content:center;cursor:pointer;margin-left:4px}.color-picker[data-max-count="5"] .color-picker-more i{font-size:16px;font-weight:700}.color-picker.color-picker-sm[data-max-count="5"] .color-picker-list{width:116px;overflow-x:scroll;flex-wrap:nowrap}.color-picker.color-picker-sm[data-max-count="5"] .color-picker-more{width:20px;height:20px}.color-picker.color-picker-sm[data-max-count="5"] .color-picker-more i{font-size:12px}.color-picker.color-picker-sm[data-max-count="5"] .color-picker-mark:last-child{margin-right:0}.color-picker-more{display:none}.color-picker.color-picker-max-five{display:flex;align-items:center}.color-picker.color-picker-max-five .color-picker-list{width:180px;overflow-x:hidden;flex-wrap:nowrap}.color-picker.color-picker-max-five .color-picker-mark{margin-bottom:0}.color-picker.color-picker-max-five .color-picker-list::-webkit-scrollbar{display:none}.color-picker.color-picker-max-five .color-picker-more{display:flex;width:28px;height:28px;align-items:center;justify-content:center;cursor:pointer;margin-left:4px}.color-picker.color-picker-max-five .color-picker-more i{font-size:16px;font-weight:700}.color-picker.color-picker-sm.color-picker-max-five .color-picker-list{width:116px;overflow-x:scroll;flex-wrap:nowrap}.color-picker.color-picker-sm.color-picker-max-five .color-picker-more{width:20px;height:20px}.color-picker.color-picker-sm.color-picker-max-five .color-picker-more i{font-size:12px}.color-picker.color-picker-sm.color-picker-max-five .color-picker-mark:last-child{margin-right:0}
/* End */


/* Start:/local/templates/deus/blocks/product/style.min.css?17405674053715*/
.product{padding:55px 0 0 0}.product-article{margin-bottom:30px}.product-inner{overflow:hidden}.product-grid{width:calc(100% + 32px);display:flex;flex-wrap:wrap}.product-card{width:calc((100% / 3) - 32px);margin:0 32px 80px 0}.product-card-top{background-color:#f9f7f2;display:flex;justify-content:flex-start;align-items:flex-end;position:relative;height:340px;width:100%;padding:20px}.product-card-preview{width:220px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-cart-taste{display:flex;align-items:center}.product-cart-taste img{margin-right:10px;width:32px;height:32px}.product-card-counter{display:flex;align-items:center;justify-content:space-between;width:100%}.product-card-counter i{font-size:24px}.product-card-counter .btn{display:flex;align-items:center;justify-content:center;width:125px}.product-card-actions{display:flex;width:100%}@media (max-width:768px){.product-card{width:calc((100% / 2) - 32px);margin:0 32px 32px 0}.product{padding:30px 0 0 0}}@media (max-width:480px){.product-card{width:calc((100% / 1) - 32px)}.product-card-counter .btn{width:96px}}.product-card.product-card-promo{width:calc((100% / 2) - 32px);margin:0 32px 32px 0;padding:32px;background-color:#f9f7f2;position:relative}.product-card.product-card-promo .product-card-preview{width:330px;position:relative;transform:none;left:inherit;right:inherit}.product-card.product-card-promo .product-card-top{display:flex;align-items:center;justify-content:center;height:fit-content;padding:0;background-color:transparent}.product-card.product-card-promo .product-card-badges{position:absolute;left:20px;top:20px;display:flex;z-index:2}.product-card.product-card-promo .product-card-badges .badge{width:fit-content}.product-card.product-card-promo .product-card-badges .badge:not(:last-child){margin-right:8px}.product-card.product-card-promo .product-card-actions .btn{display:flex;align-items:center;width:200px;justify-content:center}.product-card.product-card-promo .product-card-actions .btn i{font-size:24px;margin-right:12px}.product-card.product-card-promo .product-card-article,.product-card.product-card-promo .product-card-bottom{display:flex;flex-direction:column;align-items:center;text-align:center}.product-card.product-card-promo .product-card-article .color-picker-mark:last-child{margin:0 0 10px 0}.product-card.product-card-promo .product-cart-color{margin-bottom:10px}.product-card.product-card-promo .product-cart-color p{margin-bottom:10px}.product-card.product-card-promo .product-card-prices{display:flex;align-items:center}.product-card.product-card-promo .product-card-prices del{margin-left:20px;color:#b1b0b6}.product-card.product-card-promo .product-card-actions{display:flex;justify-content:center}.product-card.product-card-promo .product-card-top .color-picker{display:none}@media (max-width:768px){.product-card.product-card-promo{width:calc((100% / 1) - 32px);margin:0 32px 32px 0;background-color:transparent;padding:0}.product-card.product-card-promo .product-card-top{height:340px;display:flex;align-items:flex-end;justify-content:flex-start;padding:20px;background-color:#f9f7f2}.product-card.product-card-promo .product-card-top .color-picker{display:flex}.product-card.product-card-promo .product-card-bottom .product-cart-color{display:none}.product-card.product-card-promo .product-card-preview{width:220px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card.product-card-promo .product-card-article{text-align:left;width:100%;display:flex;align-items:flex-start}.product-card.product-card-promo .product-card-prices del{margin-left:12px}.product-card.product-card-promo .product-card-bottom .btn{width:100%}}
/* End */
/* /local/components/iqos/bundles.detail.new/templates/v2/style.css?17508352077944 */
/* /local/templates/deus/blocks/badges/style.min.css?1740567405329 */
/* /local/templates/deus/blocks/product-benefits/style.min.css?1740567405589 */
/* /local/templates/deus/blocks/offer/style.min.css?17405674051478 */
/* /local/templates/deus/blocks/color-picker/style.min.css?17405674054274 */
/* /local/templates/deus/blocks/product/style.min.css?17405674053715 */
