/** Shopify CDN: Minification failed

Line 56:2 Unexpected "{"
Line 56:3 Unexpected "{"
Line 56:16 Expected ":"
Line 56:19 Expected identifier but found ":"
Line 67:4 Unexpected "{"
Line 67:5 Unexpected "{"
Line 67:18 Expected ":"
Line 67:21 Expected identifier but found ":"

**/
/*--------------------Variables----------------------*/
/*General*/
/*Font weight*/
/*Transition*/
/*Border radius*/
/*border radius*/
/*Item*/
/*Buttons*/
/*width height button style 1 circle*/
/* cart button on product page */
/*Navigation*/
/*padding left and right for link list*/
/*padding link list dropdown*/
/*background nav item hover*/
/*font size item label*/
/*done*/
/*top position of nav item label*/
/* Sidebar Canvas */
/*gutter top*/
/*gutter bottom*/
/*gutter - for element*/
/*padding grid item*/
/*padding grid item*/
/*Footer*/
/*height newsletter*/
/*border radius newsletter*/
/*background input newsletter*/
/*Input field*/
/*Compare popup*/
/*Pop up cart*/
/*Search input*/
/*Blog page*/
/*Collection page*/
/*Rating*/
/*Cart page*/
/* Responsive screen */
/*flex-direction: row|row-reverse|column|column-reverse|initial|inherit; */
/*align-items: stretch|center|flex-start|flex-end|baseline|initial|inherit;*/
/*justify-content: center|left|right*/
/*value: touch*/
.rp {
  background-color: var(--bkg_body);
  position: fixed;
  {{ left_holder }}: 10px;
  bottom: 43px;
  width: 315px;
  padding: 7px;
  -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
  z-index: 6;
}

@media (max-width: 767px) {
  .rp {
    {{ left_holder }}: 5px;
    bottom: 5px;
    padding: 5px;
  }
}

.rp__item-left {
  width: 90px;
  padding: 0 10px;
}

.rp__item-left .product-image {
  display: block;
  margin-left: -10px;
}

.rp__item-right {
  padding: 6px 0;
  width: calc(100% - 90px);
}

.rp__product-name {
  font-weight: var(--font-weight-general--bold);
}

.rp__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 21px;
  line-height: 1;
  padding: 5px;
}
