@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v36/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v36/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
	--YotpoPrimaryFont:'Quicksand', var(--YotpoFallbackFont);
	--YotpoSecondaryFont:'Raleway', var(--YotpoFallbackFont);
	--YotpoFallbackFont: sans-serif;
}
[class*="yotpo-display-"][class*="yotpo-device-"][style] *,
[class*="yotpo-display-"][class*="yotpo-device-"][style] input::placeholder,
[class*="yotpo-display-"][class*="yotpo-device-"][style] textarea::placeholder {
	font-family: var(--YotpoSecondaryFont);
}


.yotpo-custom-icon.yotpo-comment-avatar {
  background-image: url('https://cdn.shopify.com/s/files/1/0708/4605/4708/files/logo_17075abc-b6f7-4a7c-8251-5fb729118368.png?v=1752703698') !important;
  background-size: contain ;
  background-repeat: no-repeat ;
  background-position: center;
  width: 82px;      
  height: 40px;   
  image-rendering: auto;
  border-radius: 0;      
}

[class*="yotpo-display-"][class*="yotpo-device-"][style].yotpo-device-mobile .yotpo-custom-icon.yotpo-comment-avatar{
	width: 61px;
    height: 38px;
}