/*START OF GENERAL CUSTOMIZATION*/
.wrapper:has(.yotpo-device-mobile),
.accordion-body:has(.yotpo-device-mobile) {
    padding: 0;
}

@font-face {
  font-family: "Futura PT";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/FuturaPT-Medium.woff2?v=1752822596") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/FuturaPTBook-Reg.woff2?v=1738293757") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/FuturaPT-Light.woff2?v=1752822596") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodoni72";
  src: url("https://cdn.shopify.com/s/files/1/0708/4605/4708/files/BodoniSvtyTwoOSITCTT-Book.woff2?v=1752821840") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.yotpo-reviews-main-widget {
	--primary-font-family: "Futura PT", sans-serif !important;
	--secondary-font-family: "Futura PT", sans-serif !important;
  	--primary-font-weight: 450 !important;
	--secondary-font-weight: 300 !important;
}
/*END OF GENERAL CUSTOMIZATION*/

/*START OF HEADER SECTION*/
#yotpo-questions-and-answers .yotpo-header {
    display: none;
}

#yotpo-questions-and-answers #yotpo-widget-btn {
    background: none;
    border: 1px solid var(--primary-color);
    min-height: 46px;
    border-radius: 0;
    text-decoration: none;
}

#yotpo-questions-and-answers #yotpo-widget-btn span {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    text-transform: uppercase;
}

#yotpo-questions-and-answers .yotpo-empty-state .yotpo-title-text {
    font-size: 32px;
    font-family: 'Bodoni72', serif;
}

#yotpo-questions-and-answers #yotpo-widget-btn:hover {
    background: var(--primary-color);
}

#yotpo-questions-and-answers #yotpo-widget-btn:hover span {
    color: #fff;
    font-size: 12px;
}
/*END OF HEADER SECTION*/

/*START OF QUESTION FORM MODAL*/
.yotpo-questions-and-answers .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-name-email-wrapper {
    width: 100%;
}

.yotpo-questions-and-answers .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer .yotpo-question-submit {
    color: var(--text-color);
    border-radius: 0;
    background: none;
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
}

.yotpo-questions-and-answers .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .form-footer {
    box-sizing: border-box;
    padding: 10px 0;
}

.yotpo-questions-and-answers.yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form {
    width: 100%;
}

.yotpo-questions-and-answers.yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper.yotpo-question-content {
    width: 100%;
}

.yotpo-questions-and-answers.yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-input-wrapper.yotpo-question-content textarea {
    width: 100%;
    box-sizing: border-box;
}

.yotpo-questions-and-answers.yotpo-device-mobile .yotpo-qna-modal-backdrop.yotpo-question-form-modal .yotpo-question-form .yotpo-name-email-wrapper .yotpo-input-wrapper {
    width: 100%;
}
/*END OF QUESTION FORM MODAL*/

/*START OF QUESTIONS SECTION*/
#yotpo-questions-and-answers .yotpo-shopper-name {
    font-size: 14px;
    font-weight: 450;
    text-transform: uppercase;
}

#yotpo-questions-and-answers.yotpo-device-mobile .yotpo-shopper-name {
    /* font-size: 22px; */
}

#yotpo-questions-and-answers .yotpo-date-format {
    font-size: 14px;
    font-weight: 400;
}

#yotpo-questions-and-answers .yotpo-question .yotpo-question-content .yotpo-read-more-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 450;
}

#yotpo-questions-and-answers .yotpo-question .yotpo-question-content .yotpo-read-more {
    font-size: 14px;
    text-decoration: underline;
}

#yotpo-questions-and-answers .yotpo-answer .yotpo-answer-content .yotpo-read-more-text {
    font-size: 20px;
    font-weight: var(--secondary-font-weight);
}

#yotpo-questions-and-answers .yotpo-answer .yotpo-answerer-title {
    font-weight: 450;
    font-size: 14px;
}
/*END OF QUESTIONS SECTION*/

/*START OF PAGINATION SECTION*/
#yotpo-questions-and-answers .yotpo-horizontal-pagination .yotpo-pagination-number.selected, 
#yotpo-questions-and-answers .yotpo-horizontal-pagination .yotpo-pagination-number:hover {
    background: none;
    color: var(--text-color);
    font-weight: 450;
}

#yotpo-questions-and-answers .yotpo-horizontal-pagination .yotpo-pagination-number {
    font-weight: 300;
    font-size: 16px;
}

#yotpo-questions-and-answers .yotpo-vertical-pagination .yotpo-pagination-item {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    width: auto;
    padding: 5px 8px;
}
/*END OF PAGINATION SECTION*/