.ou-reviews-photos-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--spacing-xl)}.ou-reviews-photos-box .ou-reviews-photos-box__wrapper{margin-bottom:var(--spacing-xl)}.ou-reviews-photos-box .aui-scrollable-list::-webkit-scrollbar{width:0;height:0}.ou-reviews-photos-box .ou-reviews-photos-box__image{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;cursor:pointer;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:8px;width:85px;height:85px;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.ou-reviews-photos-box .ou-reviews-photos-box__image:after{-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:0;content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--neutral-base)}.ou-reviews-photos-box .ou-reviews-photos-box__image:hover:after{opacity:.2}@media only screen and (max-width:767px){.ou-reviews-photos-box .ou-reviews-photos-box__wrapper{margin:0 calc(var(--spacing-m) * -1) var(--spacing-xl)}.ou-reviews-photos-box .aui-scrollable-list__scroll-container{padding:0 var(--spacing-m)}}@media only screen and (min-width:768px){.ou-reviews-photos-box .ou-reviews-photos-box__image{width:114px;height:114px}.ou-reviews-photos-box .aui-scrollable-list{--aui-scrollable-list-inner-padding-x:0!important}}.ou-reviews-photos-box__gallery-image,.ou-reviews-photos-box__user-image{position:relative}.aui-spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}.aui-spinner__circle{stroke-width:5;stroke-linecap:round;-webkit-animation:dash 1.2s ease-in-out infinite;animation:dash 1.2s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.ou-add-item-button{-webkit-transition:background-color .3s ease-out,border-color .3s ease-out;transition:background-color .3s ease-out,border-color .3s ease-out;display:-webkit-box;display:-ms-flexbox;display:flex;background:none;width:85px;height:85px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px dashed var(--neutral-500);border-radius:8px;cursor:pointer}.ou-add-item-button svg path{-webkit-transition:fill .15s ease-out;transition:fill .15s ease-out;fill:var(--neutral-500)}.ou-add-item-button:hover{background-color:var(--neutral-050)}.ou-add-item-button:hover svg path{fill:var(--neutral-700)}@media only screen and (min-width:768px){.ou-add-item-button{width:114px;height:114px}.ou-add-item-button svg{width:32px;height:32px}}.ou-login{position:relative}.ou-login .ou-login__iframe{border:0;width:100%;height:calc(100vh - 50px);padding:0;position:absolute;z-index:1}