/** Shopify CDN: Minification failed

Line 354:27 Expected ")" to end URL token
Line 359:27 Expected ")" to end URL token

**/

.robin-pro {
  padding-bottom: 16px;
}

.containerGallery {
  background-color: #F8F8FA;
}

.galleryTitle {
  font-family: Spartan-Medium, sans-serif;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #111112;
  margin-bottom: 40px;
  padding-top: 38px;
}
    
@media all and (max-width: 576px) {
  .galleryTitle {
    margin-bottom: 16px;
    padding-top: 32px;
  }
}



.quoteContainer {
  font-size: 24px;
  letter-spacing: 0px;
  padding: 48px 0 32px 0;
  position: relative;
  text-align: center;
  max-width: 47%;
}

.quoteMain {
  display: inline-grid;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.quoteMain::before, .quoteMain::after {
  color: #DDDDDD;
  font-size: 72px;
  position: absolute;
}

.quoteMain::before {
  content: '&#8220;';
  margin-left: -44px;
  margin-top: -14px;
}

.quoteMain::after {
  content: '&#8221;';
  margin-top: -14px;
  margin-right: 65px;
  margin-left: 100%;
}

.quoteText {
  color: #111112;
}

.quoteAuthorName {
  color: #2481FF;
}

.quoteAuthorName:after {
	content: "";
}

.quoteAuthorSeparator {
  color: #621CFF;
}

.quoteAuthorDescription {
  color: #6F6F71;
}

@media all and (max-width: 576px) {
  .quoteContainer {
    max-width: 80%;
  }
}








.klarnaIcons div {
  display: inline-block;
  width: 24%;
  padding-top: 34px;
  text-align: center;
}

.klarnaIcons div img {
  display: inline-block;
  max-height: 24px;
  margin-right: 24px;
}

.klarnaIcons div p {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0;
  margin: 0;
}

.klarnaIcons {
  font-family: Spartan-Medium, sans-serif;
  font-size: 16px !important;
  color: #6F6F71;
  letter-spacing: -0.4px;
  padding-bottom: 32px;
}

@media all and (max-width: 1279px) {
  .klarnaIcons div {
    width: 48%;
  }
}

@media all and (max-width: 576px) {
  .klarnaIcons div p {
    display: block;
    font-size: 12px !important;
  }

  .klarnaIcons div img {
    margin-right: 0;
  }

  .klarnaIcons div {
    vertical-align: top;
  }
}



.addToCartBottom {
    background: white;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 112px;
    z-index: 1000;
    box-shadow: 0px 4px 24px #00000014;
}

.addToCartBottom .right-side {
    float: right;
    width: 50%;
    background: white !important;
}

.addToCartBottom .right-side buy-button{
	float: right;
}

.addToCartBottom .left-side {
    float: left;
    max-width: 50%;
    background: white !important;
}

.addToCartBottom .left-side .title {
    font-size: 24px;
    letter-spacing: -0.6px;
    color: #111112;
    margin-top: 36px;
    padding-left: 40px;
    display: inline-block;
    width: 100%;
}

.addToCartBottom .left-side .title-sub {
    padding-left: 40px;
    width: 100%;
    display: none;
}

.addToCartBottom button {
    width: 166px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    margin-top: 36px;
    margin-bottom: 32px;
    text-transform: none;
    letter-spacing: -0.4px;
    font-size: 16px;
    float: right;
    margin-right: 20px;
}


.pricebox {
	display: block;
    margin-right: 20px;
    text-align: right;
	float: right;
	margin-top: 34px;
}

.pricebox span:nth-child(1) {
    color: red;
    width: 100%;
    display: block;
    font-size: 16px;
}


.pricebox span:nth-child(2) {
    color: black;
    text-decoration: line-through;
    width: 100%;
    display: block;
    font-size: 12px;
}

@media all and (max-width: 600px) {
    .addToCartBottom {
        height: 72px;
    }

    .addToCartBottom button {
        margin-top: 16px;
    }

    .addToCartBottom button {
        width: 166px;

    }

    .pricebox {
        display: none;
    }

    .addToCartBottom .left-side .title {
        margin-top: 12px;
        font-size: 16px;
        padding-left: 20px;
    }

    .addToCartBottom .left-side .title-sub {
        display: inline-block;
        color: red;
        padding-left: 20px;
    }

    .addToCartBottom .left-side .title-sub span:nth-child(1) {
        padding-top: 0px;
        display: block;
        float: left;
    }

    .addToCartBottom .left-side .title-sub span:nth-child(2) {
        font-size: 12px;
        color: gray;
        text-decoration: line-through;
        display: block;
        float: left;
        margin-left: 5px;
    }
}





.serieUltra {
  display: none;
}

.promoAddSelector p {
  margin: 0;
}

.btnBlue {
  color: white;
  background: transparent linear-gradient(281deg, #2481FF 0%, #2481FF 0%, #621CFF 100%) 0% 0% no-repeat padding-box;
}

.btnGrey {
  color: #262627;
  background: #DBDBDB;
}

.btnHawk {
  display: inline-block;
  text-align: left;
  width: 216px;
  border-radius: 8px;
  padding: 6px 16px;
  cursor: pointer;
}

.btnUltra {
  display: inline-block;
  text-align: left;
  border-radius: 8px;
  padding: 6px 16px;
  cursor: pointer;
}

.btnGreen {
  border-radius: 8px;
  padding: 15px 5px;
  cursor: pointer;
}


.btnHawk p:last-child, .btnUltra p:last-child {
  font-size: 12px;
}

.promoSelector {
  border-bottom: 2px solid #DBDBDB;
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.promoSelector {
  display: flex;
  justify-content: space-between;
  position: relative;
}
 
.promoContainer {
  background-position: top; 
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: cover;
  min-height: 700px;
  background-size: 159%; 
  background-position-x: 56.8%;
  background-position-y: 4%;
}

.promoBackground1 {
  background-image: url({{ 'bg-hawk.svg' | asset_url }});
  transition: .3s;
}
  
.promoBackground2 {
  background-image: url({{ 'bg-ultra.svg' | asset_url }});
  transition: .3s;
  background-size: 140%;
  background-position-x: 10%;
  background-position-y: 4%;
}
    
.promoImg1 img, .promoImg2 img {
  display: block;
  margin: -30px auto 24px auto;
  padding-top: 85px;
  cursor: pointer;
  width: 32vh;
}
 
.promoImg2, .chair2Title {
  display: none;
}

.promoSelectLeft, .promoSelectRight {
  cursor: pointer;
}

.chair1Title, .chair2Title {
  text-align: center;
}

.chair1Title a, .chair2Title a {
  text-decoration: none;
  font-size: 32px;
}

@media all and (max-width: 768px) {
  .chair1Title a, .chair2Title a {
    font-size: 24px;
  }

  .promoSelectLeft, .promoSelectRight {
    height: 32px;
  }

  .promoSelector {
	padding-bottom: 12px;
	margin-bottom: 16px;
  }
}

@media all and (max-width: 1279px) {
  .promoLeft {
    text-align: center;
    margin-bottom: 16px;
  }

  .promoMiddle {
    text-align: center;
    display: block;
  }

  .promoMiddle .btnHawk , .promoMiddle .btnUltra {
    margin-bottom: 6px;
  }

  .promoRight {
    text-align: center;
    max-width: 320px;
    margin: 26px auto 32px auto;
  }
}
@media all and (min-width: 1280px) {
  .promoContainer {
    height: calc(100vh - 40px);
  }

  .promoAddSelector {
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .promoMiddle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .promoImg1 img, .promoImg2 img {
    width: 34vh;
  }
}

@media all and (min-width: 3840px) {
  .promoImg1 img, .promoImg2 img {
    width: 38vh;
  }
}

         
