*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
a, button {
    cursor: revert;
    text-decoration: none;
}
a{
    font-size: 14px;
    color: #3c4257;
    font-weight: 500;
    line-height: 20px;
}
p{
    color: #4b587c;
    font-size: 14px;
    line-height: 20px;
}
p a{
    color: #4D67DF;
}
a:hover{
    color: #ff6600;
}
ol, ul, menu {
    list-style: none;
}
img {
    max-inline-size: 100%;
    max-block-size: 100%;
}
table {
    border-collapse: collapse;
}
input, textarea {
    -webkit-user-select: auto;
}
textarea {
    white-space: revert;
}
meter {
    -webkit-appearance: revert;
    appearance: revert;
}
:where(pre) {
    all: revert;
}
::marker {
    content: initial;
}
:where([hidden]) {
    display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}
:where([draggable="true"]) {
    -webkit-user-drag: element;
}
:where(dialog:modal) {
    all: revert;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
body {
    background: #F3F4F9;
    min-height: 100%;
    margin: 0;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color:#3c4257;
}
input,
optgroup,
select {
    font-family: inherit;
    line-height: 1.3;
    margin: 0;
    -webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #4b587c;
    transition: all .1s;
}
button{
    font-family: inherit;
    line-height: 1.3;
    margin: 0;
    -webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;
    background: #fff;
    transition: all .1s;
}
textarea {
    font-family: inherit;
    line-height: 1.3;
    margin: 0;
    -webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #4b587c;
    padding: 15px;
    transition: all .1s;
    resize: vertical;
    overflow: auto;
}
textarea:focus{
    border: 1px solid #4d67df;
    box-shadow: 0 0 10px 4px rgba(0,94,246,.1);
}
label {
    color: #3c4257;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    font-size: 13px;
    line-height: 19px;
    color: #4b587c;
    margin-top: 10px;
    font-weight: 400;
    position: relative;
}
input[type=text]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="search"]:focus{
    border: 1px solid #4d67df;
    box-shadow: 0 0 10px 4px rgba(0,94,246,.1);
}
input[type="checkbox"] {
    min-width: 18px;
    border: 1px solid rgba(0,0,0,.1);
    height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    transition: all .1s;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 0;
}
input[type="checkbox"]:checked {
    background: #FF6000;
    border-color: #FF6000;
}
input[type="checkbox"]:checked:before {
    content: '';
    background: url("https://app.roketfy.com/img/tick.webp") no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px;
    z-index: 100;
    position: absolute;
    left: 3px;
    top: 2px;
}
input[type="radio"] {
    min-width: 17px;
    border: 1px solid rgba(0,0,0,.1);
    height: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    transition: all 0.1s;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 0;
}
input[type="radio"]:checked {
    background: #FF6000;
    border-color: #FF6000;
}
input[type="radio"]:checked:before {
    content: '';
    background: #fff;
    width: 7px;
    height: 7px;
    background-size: 7px;
    z-index: 100;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}
input:disabled{
    background: #F3F4F9;
    opacity: .5;
    cursor: not-allowed;
}
::placeholder {
  color: #9e9ea7;
}
select{
    background-color: #fff;
    border: 1px solid #d9e1ec;
    padding: 4px 36px 4px 8px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all .1s;
    background-image: url("../img/arrow-drop.svg");
    background-position-x: calc(100% - 12px);
    background-position-y: 12px;
    background-repeat: no-repeat;
    text-align: left;
}
select:disabled {
    background-color: #edeef2;
    opacity: .5;
    cursor: not-allowed;
}
select:hover{
    border: 1px solid #4d67df;
    box-shadow: 0 0 10px 4px rgba(0,94,246,.1);
}
strong {
    font-weight: 600;
}
b {
    font-weight: bold;
}
h1{
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    line-height: 48px;
    color: #3c4257;
}
h2{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #3c4257;
}
h3{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #3c4257;
}
h4{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #3c4257;
}
h5{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #3c4257;
}
.wrap{
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    padding: 18px;
}
button:focus{
    outline: none;
}
input[type="checkbox"] {
    min-width: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    transition: all 0.1s;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 0;
}
input[type="checkbox"]:checked {
    background: #3c4257;
    border-color: #3c4257;
}
input[type="checkbox"]:checked:before {
    content: '';
    background: url(https://app.roketfy.com/img/tick.webp) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px;
    z-index: 100;
    position: absolute;
    left: 3px;
    top: 2px;
}
input[type=text], input[type="number"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"] {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    font-size: 16px;
    color: #3c4257;
    padding: 8px 16px;
    line-height: 24px;
    transition: all .1s;
    text-align: left;
}
::placeholder {
  color: #3c4257;
}
input, optgroup, select {
    font-family: inherit;
    line-height: 1.3;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #4b587c;
    transition: all .1s;
}
.widget-style-1-reviews-block {
    row-gap: 12px;
    display: flex;
    flex-direction: column;
}
.widget-style-1-review-item {
    display: flex;
    column-gap: 24px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: rgba(0, 0, 0, .1);
}
strong {
    font-weight: 600;
}
.widget-style-1-write-review-block {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 16%), 0 1px 2px 0 rgb(0 0 0 / 12%);
    margin-bottom: 100px;
    position: relative;
    padding: 24px;
}
.widget-style-1-write-review-stars-block {
    display: flex;
    flex-direction: column;
}
.widget-style-1-write-review-stars-block label{
    margin-bottom: 12px;
}
.widget-style-1-write-review-error {
    color: #e7656e;
    display: none;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
}
.widget-style-1-write-review-stars {
    display: flex;
    column-gap: 8px;
}
.widget-style-1-write-review-stars svg {
    width: auto;
    height: 42px;
    cursor: pointer;
    transition: all .1s;
    color: #D8D8D8;
}
.widget-style-1-write-review-stars-active{
    color: #FFC000 !important;
}
.widget-style-1-write-review-message-block {
    display: flex;
    flex-direction: column;
}
.widget-style-1-write-review-message-block label{
    margin-bottom: 12px;
}
.widget-style-1-write-review-author-block {
    display: flex;
    align-items: center;
    column-gap: 36px;
}
.widget-style-1-write-review-author-input-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.widget-style-1-write-review-author-input-block label{
    margin-bottom: 12px;
}
.widget-style-1-write-review-stars-active-clicked{
    color: #FFC000 !important;
}
.widget-style-1-write-review-submit-btn {
    display: flex;
    font-size: 16px;
    background: #3c4257;
    color: #fff;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all .1s;
}
.widget-style-1-write-review-submit-btn:hover{
    background: #252936;
    box-shadow: 0 4px 8px 0px rgb(37 41 54 / 20%);
}
.widget-style-1-write-review-submit-anonymously-btn{
    display: flex;
    font-size: 16px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(64, 68, 82, 0.16) 0px 0px 0px 1px, rgba(64, 68, 82, 0.08) 0px 2px 5px 0px;
    color: #3c4257;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all .1s;
}
.widget-style-1-write-review-submit-anonymously-btn:hover{
    color: #3c4257;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px, rgba(64, 68, 82, 0.16) 0px 0px 0px 1px, rgba(64, 68, 82, 0.12) 0px 4px 10px 0px;
}
.widget-style-1-write-review-buttons-block {
    display: flex;
    align-items: center;
    margin-left: auto;
    column-gap: 18px;
}
.widget-style-1-review-writed-block {
    display: none;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 16%), 0 1px 2px 0 rgb(0 0 0 / 12%);
    margin-bottom: 100px;
    position: relative;
    padding: 24px;
}
.widget-style-1-review-writed-block-active{
    display: flex;
}
.widget-style-1-review-writed-block svg {
    width: 64px;
    height: auto;
}
.widget-style-1-review-writed-text {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.widget-style-1-review-writed-text h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #3c4257;
}
.widget-style-1-review-writed-text p {
    color: #4b587c;
    font-size: 16px;
    line-height: 24px;
}
.widget-style-1-write-review-attributes-block {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}
.widget-style-1-write-review-attribute-item {
    display: flex;
    flex-direction: column;
}
.widget-style-1-write-review-attribute-question {
    display: flex;
}
.widget-style-1-write-review-attribute-question span {
    font-size: 18px;
    font-weight: 500;
}
.widget-style-1-write-review-attribute-question {
    display: flex;
    margin-bottom: 12px;
}
.widget-style-1-write-review-attribute-answers {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.input-radio-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
}
.widget-style-1-write-review-attribute-answers .input-radio-block input {
    min-width: unset;
    border: 1px solid rgba(0, 0, 0, .1);
    background: unset;
    height: 100%;
    margin: unset;
    width: 100%;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
    transition: all .1s;
}
.widget-style-1-write-review-attribute-answers .input-radio-block input:hover {
    border: 2px solid #ffc100;
}
.widget-style-1-write-review-attribute-answers .input-radio-block input:checked:before {
    content: '';
    position: absolute;
    background: unset;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid #ffc100;
    top: -1px;
    left: -1px;
    border-radius: inherit;
}
.widget-style-1-review-attributes-content-block {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
    margin: 8px 0 18px;
}
.widget-style-1-review-attributes-content-item {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.widget-style-1-review-attributes-content-item-question {
    font-size: 14px;
    font-weight: bold;
    display: flex;
}
.widget-style-1-review-attributes-content-item-answer {
    display: flex;
    font-size: 14px;
}
.widget-style-1-review-attributes-content-item-center-select-divider-block {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
    margin-top: 8px;
}
.widget-style-1-review-attributes-content-item-center-select-divider {
    display: flex;
    position: relative;
    background: #d7d9e3;
    height: 4px;
    border-radius: 8px;
}
.widget-style-1-review-attributes-content-item-center-select-divider-pointer {
    width: 4px;
    background: #000;
    height: calc(100% + 8px);
    top: -4px;
    position: absolute;
    border-radius: 4px;
}
.widget-style-1-review-attributes-content-item-center-select-labels {
    display: flex;
    position: relative;
    margin-top: 12px;
    height: 16px;
}
.widget-style-1-review-attributes-content-item-center-select-left-label {
    position: absolute;
    left: 0;
    font-size: 13px;
}
.widget-style-1-review-attributes-content-item-center-select-center-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
}
.widget-style-1-review-attributes-content-item-center-select-right-label {
    position: absolute;
    right: 0;
    font-size: 13px;
}
.widget-style-1-attributes{
    display: flex;
    column-gap: 18px;
    margin-left: 36px;
    flex-wrap: wrap;
    row-gap: 24px;
}
.widget-style-1-attribute-item{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.widget-style-1-attribute-item-question{
    font-size: 14px;
    font-weight: bold;
    display: flex;
}
.widget-style-1-attribute-item-divider-block{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    width: 100%;
    margin-top: 8px;
}
.widget-style-1-attribute-item-divider{
    display: flex;
    position: relative;
    height: 4px;
    border-radius: 8px;
}
.widget-style-1-attribute-item-labels{
    display: flex;
    position: relative;
    margin-top: 12px;
    min-height: 16px;
}
.widget-style-1-attribute-item-divider-pointer{
    width: 4px;
    background: #000;
    height: calc(100% + 8px);
    top: -4px;
    position: absolute;
    border-radius: 4px;
}
.widget-style-1-attribute-item-left-label{
    position: absolute;
    left: 0;
    font-size: 13px;
}
.widget-style-1-attribute-item-center-label{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
}
.widget-style-1-attribute-item-right-label{
    position: absolute;
    right: 0;
    font-size: 13px;
}
.widget-style-1-filters-item-dialog-items label{
    display: flex;
    column-gap: 2px;
}
.widget-style-1-media-popup-block-lightbox{
    width: fit-content;
    padding: 0;
    overflow: unset;
}
.widget-style-1-media-popup-block-lightbox .close-popup-black {
    right: -36px;
    top: 0;
}
.widget-style-1-media-popup-block-lightbox .close-popup-black:after {
    background: url(https://app.roketfy.com/img/x-white.svg) no-repeat;
    width: 16px;
    background-size: 16px;
    height: 16px;
}
.product-name{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-left: 24px;
}
.product-detail {
    display: flex;
    align-items: center;
    margin: 48px 0 24px;
}
.product-image {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    height: max-content;
    padding: 8px;
    border-radius: 8px;
    min-height: 64px;
    min-width: 64px;
}
.product-image img {
    max-width: 46px;
    width: 46px;
    height: 46px;
    max-height: 46px;
    object-fit: contain;
}
.drop-area-item {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
}
.write-review-upload-media {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.write-review-upload-media label{
    margin-bottom: 12px;
}
.drop-area {
    border: 2px dashed rgba(0,0,0,.15);
    border-radius: 8px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    flex-direction: column;
}
.drop-area.dragover {
    border-color: #000;
    color: #000;
}
.drop-area p{
    font-size: 16px;
    color: #3c4257;
    font-weight: bold;
}
.drop-area span{
    font-size: 14px;
    margin-top: 12px;
}
.preview-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.thumbnail-img {
    max-width: 92px;
    width: 92px;
    height: 92px;
    max-height: 92px;
    border-radius: 4px;
    object-fit: contain;
}
.thumbnail {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    height: max-content;
    padding: 4px;
    border-radius: 8px;
    min-height: 100px;
    min-width: 100px;
    position: relative;
}
.remove-image {
    position: absolute;
    background: #3c4257;
    padding: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -8px;
    top: -2px;
    cursor: pointer;
    transition: .1s;
}
.remove-image:hover{
    opacity: .8;
}
.review-writed-message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    flex-direction: column;
    text-align: center;
}
.review-win-discount svg {
    margin-bottom: 12px;
    width: 56px;
}
.review-win-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0 0;
    flex-direction: column;
    text-align: center;
    padding: 24px;
    border-radius: 8px;
    background: #FFDE4F;
}
.discount-code svg {
    min-width: 300px;
    width: 100%;
    max-width: 300px;
    -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .4));
    margin: 0;
}
.discount-code span {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    z-index: 10000;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
}
.review-win-discount h5 {
    font-size: 16px;
    margin: 0px 0 12px;
}
.discount-code {
    display: flex;
    justify-content: center;
    position: relative;
}
.review-win-discount p {
    color: #3c4257;
    font-size: 14px;
    margin-top: 24px;
}
.modal-hidden-block{
    display: none;
}
.modal-block{
    background: #fff;
    box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px rgba(49,49,93,.1), 0 5px 15px rgba(0,0,0,.08);
    flex-direction: column;
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    padding: 48px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow-y: scroll;
    max-height: 80%;
    display: flex;
}
.modal-background {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(60 66 87 / 40%);
    z-index: 1001;
}
.ecommerce-modal-block{
    background: #fff;
    box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px rgba(49,49,93,.1), 0 5px 15px rgba(0,0,0,.08);
    flex-direction: column;
    width: 90%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    padding: 12px 24px 24px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow-y: scroll;
    max-height: 80%;
    display: flex;
}
.ecommerce-modal-block h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.close-popup-black {
    display: flex;
    position: absolute;
    right: 24px;
    top: 18px;
    cursor: pointer;
}
.close-popup-black:after {
    content: '';
    background: url("https://app.roketfy.com/img/x-black.svg") no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
}
.widget-style-1-write-review-message-label-block {
    display: flex;
    align-items: center;
}
.widget-style-1-write-review-message-label-block span {
    margin: 0 0 12px auto;
    display: flex;
    font-size: 13px;
    color: #4D67DF;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}
.ecommerce-criteria-block {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}
.ecommerce-criteria-block ul {
    color: #4b587c;
    font-size: 14px;
    line-height: 20px;
    list-style: inside;
    margin-bottom: 12px;
}
.ecommerce-criteria-block ul li {
    margin-bottom: 4px;
}
.ecommerce-criteria-block ul li:nth-last-child(1){
    margin-bottom: 0;
}
.ecommerce-criteria-block p {
    margin-bottom: 12px;
}
.collector-not-found p {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 16%), 0 1px 2px 0 rgb(0 0 0 / 12%);
    position: relative;
    color: #3c4257;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
}
.collector-not-found {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}
@media (min-width: 320px) and (max-width: 1023px) {
    .widget-style-1-write-review-author-block{
        flex-direction: column;
        row-gap: 36px;
    }
    .product-detail{
        margin: 24px 0 24px;
    }
    .widget-style-1-write-review-buttons-block{
        flex-direction: column;
        margin-left: 0;
        align-items: flex-start;
        row-gap: 24px;
    }
}
